Skip to content

Commit d812970

Browse files
committed
ci: Generate docs
1 parent d9fb2cc commit d812970

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

docs/api/_blueprint.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129290,6 +129290,19 @@
129290129290
"format": "id",
129291129291
"jsonType": "string"
129292129292
},
129293+
{
129294+
"name": "access_code_is_managed",
129295+
"description": "Whether the access code is managed by Seam (true) or unmanaged (false). Only present when access_code_id is set.",
129296+
"isDeprecated": false,
129297+
"deprecationMessage": "",
129298+
"isUndocumented": false,
129299+
"undocumentedMessage": "",
129300+
"isDraft": false,
129301+
"draftMessage": "",
129302+
"propertyGroupKey": null,
129303+
"format": "boolean",
129304+
"jsonType": "boolean"
129305+
},
129293129306
{
129294129307
"name": "action_attempt_id",
129295129308
"description": "ID of the action attempt associated with the lock action.",
@@ -129526,6 +129539,19 @@
129526129539
"format": "id",
129527129540
"jsonType": "string"
129528129541
},
129542+
{
129543+
"name": "access_code_is_managed",
129544+
"description": "Whether the access code is managed by Seam (true) or unmanaged (false). Only present when access_code_id is set.",
129545+
"isDeprecated": false,
129546+
"deprecationMessage": "",
129547+
"isUndocumented": false,
129548+
"undocumentedMessage": "",
129549+
"isDraft": false,
129550+
"draftMessage": "",
129551+
"propertyGroupKey": null,
129552+
"format": "boolean",
129553+
"jsonType": "boolean"
129554+
},
129529129555
{
129530129556
"name": "acs_entrance_id",
129531129557
"description": "undocumented: Unreleased.\n ---\n ID of the ACS entrance associated with the unlock event.",

docs/api/locks/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3372,6 +3372,10 @@ A [lock](https://docs.seam.co/latest/capability-guides/smart-locks) was locked.
33723372

33733373
ID of the access code that was used to lock the device.
33743374

3375+
<strong><code>access_code_is_managed</code></strong> <i>Boolean</i>
3376+
3377+
Whether the access code is managed by Seam (true) or unmanaged (false). Only present when access_code_id is set.
3378+
33753379
<strong><code>action_attempt_id</code></strong> <i>UUID</i>
33763380

33773381
ID of the action attempt associated with the lock action.
@@ -3440,6 +3444,10 @@ A [lock](https://docs.seam.co/latest/capability-guides/smart-locks) was unlocked
34403444

34413445
ID of the access code that was used to unlock the affected device.
34423446

3447+
<strong><code>access_code_is_managed</code></strong> <i>Boolean</i>
3448+
3449+
Whether the access code is managed by Seam (true) or unmanaged (false). Only present when access_code_id is set.
3450+
34433451
<strong><code>acs_entrance_id</code></strong> <i>UUID</i>
34443452

34453453
undocumented: Unreleased.

0 commit comments

Comments
 (0)