From d9fb2ccf7e70406e9abb9c28f04b89e29a649fb1 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Thu, 8 Jan 2026 15:00:21 +0000 Subject: [PATCH 1/2] feat: Update to @seamapi/types@1.694.0 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a878ad604..227b2d2e9 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.693.0", + "@seamapi/types": "1.694.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.693.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.693.0.tgz", - "integrity": "sha512-YyH28ZtbNyzFHHDN1ppSBT2pdSrpoT1oeZnsEX+enuX8q1aZa8N9turpQIpllQUzdFucMwWjitbRBt8Wp6lwYg==", + "version": "1.694.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.694.0.tgz", + "integrity": "sha512-/3x5iWWVMKguQexMyCNSJF7NWF+HIa7lzSIlBVJq2bPxpWoZDmpZS24ntxRzA6thecjc/LbmseMebSCmXPNZLA==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 6287ecbef..d855aed88 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.693.0", + "@seamapi/types": "1.694.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", From d81297081fb5fe8810916fc8cd90e890cb19da05 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Thu, 8 Jan 2026 15:04:30 +0000 Subject: [PATCH 2/2] ci: Generate docs --- docs/api/_blueprint.json | 26 ++++++++++++++++++++++++++ docs/api/locks/README.md | 8 ++++++++ 2 files changed, 34 insertions(+) diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json index 7a50aea71..3ca4a9a84 100644 --- a/docs/api/_blueprint.json +++ b/docs/api/_blueprint.json @@ -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.", @@ -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.", diff --git a/docs/api/locks/README.md b/docs/api/locks/README.md index 68eb4daec..fd302c76b 100644 --- a/docs/api/locks/README.md +++ b/docs/api/locks/README.md @@ -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. +access_code_is_managed Boolean + + Whether the access code is managed by Seam (true) or unmanaged (false). Only present when access_code_id is set. + action_attempt_id UUID 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 ID of the access code that was used to unlock the affected device. +access_code_is_managed Boolean + + Whether the access code is managed by Seam (true) or unmanaged (false). Only present when access_code_id is set. + acs_entrance_id UUID undocumented: Unreleased.