Skip to content

Commit ef456a3

Browse files
authored
feat: Update to @seamapi/types@1.681.0 (#1001)
* feat: Update to @seamapi/types@1.681.0 * ci: Generate docs
1 parent 7a476d7 commit ef456a3

File tree

6 files changed

+30
-5
lines changed

6 files changed

+30
-5
lines changed

docs/api/_blueprint.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94584,6 +94584,19 @@
9458494584
"format": "string",
9458594585
"jsonType": "string"
9458694586
},
94587+
{
94588+
"name": "has_custom_pin_subscription",
94589+
"description": "Indicates whether the site has a Salto KS subscription that supports custom PINs.",
94590+
"isDeprecated": false,
94591+
"deprecationMessage": "",
94592+
"isUndocumented": false,
94593+
"undocumentedMessage": "",
94594+
"isDraft": false,
94595+
"draftMessage": "",
94596+
"propertyGroupKey": null,
94597+
"format": "boolean",
94598+
"jsonType": "boolean"
94599+
},
9458794600
{
9458894601
"name": "lock_id",
9458994602
"description": "Lock ID for a Salto KS device.",

docs/api/devices/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2798,6 +2798,10 @@ Metadata for a Salto KS device.
27982798

27992799
Customer reference for a Salto KS device.
28002800

2801+
- <strong><code>has_custom_pin_subscription</code></strong> <i>Boolean</i>
2802+
2803+
Indicates whether the site has a Salto KS subscription that supports custom PINs.
2804+
28012805
- <strong><code>lock_id</code></strong> <i>String</i>
28022806

28032807
Lock ID for a Salto KS device.

docs/api/locks/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2651,6 +2651,10 @@ Metadata for a Salto KS device.
26512651

26522652
Customer reference for a Salto KS device.
26532653

2654+
- <strong><code>has_custom_pin_subscription</code></strong> <i>Boolean</i>
2655+
2656+
Indicates whether the site has a Salto KS subscription that supports custom PINs.
2657+
26542658
- <strong><code>lock_id</code></strong> <i>String</i>
26552659

26562660
Lock ID for a Salto KS device.

docs/api/thermostats/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3301,6 +3301,10 @@ Metadata for a Salto KS device.
33013301

33023302
Customer reference for a Salto KS device.
33033303

3304+
- <strong><code>has_custom_pin_subscription</code></strong> <i>Boolean</i>
3305+
3306+
Indicates whether the site has a Salto KS subscription that supports custom PINs.
3307+
33043308
- <strong><code>lock_id</code></strong> <i>String</i>
33053309

33063310
Lock ID for a Salto KS device.

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@prettier/plugin-ruby": "^4.0.4",
3333
"@seamapi/blueprint": "^0.53.0",
3434
"@seamapi/smith": "^0.5.2",
35-
"@seamapi/types": "1.680.0",
35+
"@seamapi/types": "1.681.0",
3636
"@types/command-exists": "^1.2.3",
3737
"change-case": "^5.4.4",
3838
"command-exists": "^1.2.9",

0 commit comments

Comments
 (0)