diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json
index 93ff26c8f..0794e7e47 100644
--- a/docs/api/_blueprint.json
+++ b/docs/api/_blueprint.json
@@ -94584,6 +94584,19 @@
"format": "string",
"jsonType": "string"
},
+ {
+ "name": "has_custom_pin_subscription",
+ "description": "Indicates whether the site has a Salto KS subscription that supports custom PINs.",
+ "isDeprecated": false,
+ "deprecationMessage": "",
+ "isUndocumented": false,
+ "undocumentedMessage": "",
+ "isDraft": false,
+ "draftMessage": "",
+ "propertyGroupKey": null,
+ "format": "boolean",
+ "jsonType": "boolean"
+ },
{
"name": "lock_id",
"description": "Lock ID for a Salto KS device.",
diff --git a/docs/api/devices/README.md b/docs/api/devices/README.md
index 9dece857b..c85966108 100644
--- a/docs/api/devices/README.md
+++ b/docs/api/devices/README.md
@@ -2798,6 +2798,10 @@ Metadata for a Salto KS device.
Customer reference for a Salto KS device.
+ - has_custom_pin_subscription Boolean
+
+ Indicates whether the site has a Salto KS subscription that supports custom PINs.
+
- lock_id String
Lock ID for a Salto KS device.
diff --git a/docs/api/locks/README.md b/docs/api/locks/README.md
index 2fe99dfe3..47abf2ae4 100644
--- a/docs/api/locks/README.md
+++ b/docs/api/locks/README.md
@@ -2651,6 +2651,10 @@ Metadata for a Salto KS device.
Customer reference for a Salto KS device.
+ - has_custom_pin_subscription Boolean
+
+ Indicates whether the site has a Salto KS subscription that supports custom PINs.
+
- lock_id String
Lock ID for a Salto KS device.
diff --git a/docs/api/thermostats/README.md b/docs/api/thermostats/README.md
index bb7f09236..44943fe8e 100644
--- a/docs/api/thermostats/README.md
+++ b/docs/api/thermostats/README.md
@@ -3301,6 +3301,10 @@ Metadata for a Salto KS device.
Customer reference for a Salto KS device.
+ - has_custom_pin_subscription Boolean
+
+ Indicates whether the site has a Salto KS subscription that supports custom PINs.
+
- lock_id String
Lock ID for a Salto KS device.
diff --git a/package-lock.json b/package-lock.json
index 18b6bcde6..80b9e802b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,7 +14,7 @@
"@prettier/plugin-ruby": "^4.0.4",
"@seamapi/blueprint": "^0.53.0",
"@seamapi/smith": "^0.5.2",
- "@seamapi/types": "1.680.0",
+ "@seamapi/types": "1.681.0",
"@types/command-exists": "^1.2.3",
"change-case": "^5.4.4",
"command-exists": "^1.2.9",
@@ -983,9 +983,9 @@
}
},
"node_modules/@seamapi/types": {
- "version": "1.680.0",
- "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.680.0.tgz",
- "integrity": "sha512-nXooes7XHC4Bi632MFFSTLF52WvdPu25ZzdAtcZEiUNTTy1I4MLmOsFrydnhdXWM17v1AazIwncybKFmC193fQ==",
+ "version": "1.681.0",
+ "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.681.0.tgz",
+ "integrity": "sha512-fCQt7b5sVj5jY69BqCHDtCA98Dtc4n+n9C4f6tu0vfETG4TrOdjSlnJ0ypV6LUzfFI3OqorhCbKh/JmTUhQaZQ==",
"dev": true,
"license": "MIT",
"engines": {
diff --git a/package.json b/package.json
index c44069cbe..02a39ee4c 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
"@prettier/plugin-ruby": "^4.0.4",
"@seamapi/blueprint": "^0.53.0",
"@seamapi/smith": "^0.5.2",
- "@seamapi/types": "1.680.0",
+ "@seamapi/types": "1.681.0",
"@types/command-exists": "^1.2.3",
"change-case": "^5.4.4",
"command-exists": "^1.2.9",