Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions docs/api/_blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -129290,6 +129290,19 @@
"format": "id",
"jsonType": "string"
},
{
"name": "access_code_is_managed",
"description": "Whether the access code is managed by Seam (true) or unmanaged (false). Only present when access_code_id is set.",
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": "",
"propertyGroupKey": null,
"format": "boolean",
"jsonType": "boolean"
},
{
"name": "action_attempt_id",
"description": "ID of the action attempt associated with the lock action.",
Expand Down Expand Up @@ -129526,6 +129539,19 @@
"format": "id",
"jsonType": "string"
},
{
"name": "access_code_is_managed",
"description": "Whether the access code is managed by Seam (true) or unmanaged (false). Only present when access_code_id is set.",
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": "",
"propertyGroupKey": null,
"format": "boolean",
"jsonType": "boolean"
},
{
"name": "acs_entrance_id",
"description": "undocumented: Unreleased.\n ---\n ID of the ACS entrance associated with the unlock event.",
Expand Down
8 changes: 8 additions & 0 deletions docs/api/locks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3372,6 +3372,10 @@ A [lock](https://docs.seam.co/latest/capability-guides/smart-locks) was locked.

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

<strong><code>access_code_is_managed</code></strong> <i>Boolean</i>

Whether the access code is managed by Seam (true) or unmanaged (false). Only present when access_code_id is set.

<strong><code>action_attempt_id</code></strong> <i>UUID</i>

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

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

<strong><code>access_code_is_managed</code></strong> <i>Boolean</i>

Whether the access code is managed by Seam (true) or unmanaged (false). Only present when access_code_id is set.

<strong><code>acs_entrance_id</code></strong> <i>UUID</i>

undocumented: Unreleased.
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@prettier/plugin-ruby": "^4.0.4",
"@seamapi/blueprint": "^0.53.0",
"@seamapi/smith": "^0.5.2",
"@seamapi/types": "1.693.0",
"@seamapi/types": "1.694.0",
"@types/command-exists": "^1.2.3",
"change-case": "^5.4.4",
"command-exists": "^1.2.9",
Expand Down
Loading