Skip to content

Commit 2e686f5

Browse files
authored
feat: Update to @seamapi/[email protected] (#821)
* feat: Update to @seamapi/[email protected] * ci: Generate docs
1 parent 42be90c commit 2e686f5

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
@@ -81552,6 +81552,19 @@
8155281552
"jsonType": "object",
8155381553
"propertyGroups": [],
8155481554
"properties": [
81555+
{
81556+
"name": "activation_enabled",
81557+
"description": "Indicates whether the Brivo access point has activation (remote unlock) enabled.",
81558+
"isDeprecated": false,
81559+
"deprecationMessage": "",
81560+
"isUndocumented": false,
81561+
"undocumentedMessage": "",
81562+
"isDraft": false,
81563+
"draftMessage": "",
81564+
"propertyGroupKey": null,
81565+
"format": "boolean",
81566+
"jsonType": "boolean"
81567+
},
8155581568
{
8155681569
"name": "device_name",
8155781570
"description": "Device name for a Brivo device.",

docs/api/devices/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2007,6 +2007,10 @@ Metadata for a Brivo device.
20072007
<details>
20082008
<summary>Child Properties</summary>
20092009

2010+
- <strong><code>activation_enabled</code></strong> <i>Boolean</i>
2011+
2012+
Indicates whether the Brivo access point has activation (remote unlock) enabled.
2013+
20102014
- <strong><code>device_name</code></strong> <i>String</i>
20112015

20122016
Device name for a Brivo device.

docs/api/locks/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1746,6 +1746,10 @@ Metadata for a Brivo device.
17461746
<details>
17471747
<summary>Child Properties</summary>
17481748

1749+
- <strong><code>activation_enabled</code></strong> <i>Boolean</i>
1750+
1751+
Indicates whether the Brivo access point has activation (remote unlock) enabled.
1752+
17491753
- <strong><code>device_name</code></strong> <i>String</i>
17501754

17511755
Device name for a Brivo device.

docs/api/thermostats/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2088,6 +2088,10 @@ Metadata for a Brivo device.
20882088
<details>
20892089
<summary>Child Properties</summary>
20902090

2091+
- <strong><code>activation_enabled</code></strong> <i>Boolean</i>
2092+
2093+
Indicates whether the Brivo access point has activation (remote unlock) enabled.
2094+
20912095
- <strong><code>device_name</code></strong> <i>String</i>
20922096

20932097
Device name for a Brivo 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.51.3",
3434
"@seamapi/smith": "^0.4.4",
35-
"@seamapi/types": "1.523.0",
35+
"@seamapi/types": "1.526.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)