From 4832304cfca8beb1c70e73462f33d281bb759267 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Thu, 2 Jul 2026 01:18:18 +0000 Subject: [PATCH 1/2] feat: Update to @seamapi/types@1.918.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 77a895093..ac07143a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.55.0", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.917.0", + "@seamapi/types": "1.918.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", @@ -984,9 +984,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.917.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.917.0.tgz", - "integrity": "sha512-6vrn0jYcg+LcOf0kW8aCVeBSHDAK2ZdXxVoL1JQtEhf5m3T9NgzPK/SmyGedHXbCpR96ZIinOniK61anOhNmUg==", + "version": "1.918.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.918.0.tgz", + "integrity": "sha512-STWVc5adPFQr/mm0HTIcNQSbMduE72l8O0ffTeBnlrXUOh6gS0XDwB0E2oGYLJAXtbXg26gbe8Sl1/TB+ggBAw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index e6c26196c..8643ba999 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.55.0", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.917.0", + "@seamapi/types": "1.918.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", From ba2a2d7daefa882d1c45e1cc1acd5967c9463744 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Thu, 2 Jul 2026 01:21:17 +0000 Subject: [PATCH 2/2] ci: Generate docs --- docs/api-reference/_blueprint.json | 52 ++++++++++++++++++++++++++++++ docs/api-reference/locks/README.md | 24 ++++++++++++++ mintlify-docs/api/locks/events.mdx | 28 ++++++++++++++++ mintlify-docs/openapi.json | 21 +++++++++++- 4 files changed, 124 insertions(+), 1 deletion(-) diff --git a/docs/api-reference/_blueprint.json b/docs/api-reference/_blueprint.json index 10663ba04..1659f5b64 100644 --- a/docs/api-reference/_blueprint.json +++ b/docs/api-reference/_blueprint.json @@ -158504,6 +158504,45 @@ "format": "id", "jsonType": "string" }, + { + "name": "acs_entrance_id", + "description": "undocumented: Unreleased.\n ---\n ID of the ACS entrance associated with the access-denied event.", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "propertyGroupKey": null, + "format": "id", + "jsonType": "string" + }, + { + "name": "acs_system_id", + "description": "undocumented: Unreleased.\n ---\n ID of the ACS system associated with the access-denied event.", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "propertyGroupKey": null, + "format": "id", + "jsonType": "string" + }, + { + "name": "acs_user_id", + "description": "undocumented: Unreleased.\n ---\n ID of the ACS user associated with the access-denied event.", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "propertyGroupKey": null, + "format": "id", + "jsonType": "string" + }, { "name": "connected_account_custom_metadata", "description": "Custom metadata of the connected account, present when connected_account_id is provided.", @@ -158633,6 +158672,19 @@ "format": "datetime", "jsonType": "string" }, + { + "name": "user_identity_id", + "description": "undocumented: Unreleased.\n ---\n ID of the user identity associated with the access-denied event.", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "propertyGroupKey": null, + "format": "id", + "jsonType": "string" + }, { "name": "workspace_id", "description": "ID of the workspace associated with the event.", diff --git a/docs/api-reference/locks/README.md b/docs/api-reference/locks/README.md index 542648881..1ed1088ba 100644 --- a/docs/api-reference/locks/README.md +++ b/docs/api-reference/locks/README.md @@ -4008,6 +4008,24 @@ The [lock](https://docs.seam.co/low-level-apis/smart-locks) denied access to a u ID of the access code that was used in the unlock attempts. +acs_entrance_id UUID + + undocumented: Unreleased. + --- + ID of the ACS entrance associated with the access-denied event. + +acs_system_id UUID + + undocumented: Unreleased. + --- + ID of the ACS system associated with the access-denied event. + +acs_user_id UUID + + undocumented: Unreleased. + --- + ID of the ACS user associated with the access-denied event. + connected_account_custom_metadata Record Custom metadata of the connected account, present when connected_account_id is provided. @@ -4044,6 +4062,12 @@ The [lock](https://docs.seam.co/low-level-apis/smart-locks) denied access to a u Date and time at which the event occurred. +user_identity_id UUID + + undocumented: Unreleased. + --- + ID of the user identity associated with the access-denied event. + workspace_id UUID ID of the workspace associated with the event. diff --git a/mintlify-docs/api/locks/events.mdx b/mintlify-docs/api/locks/events.mdx index 755812357..d3241626d 100644 --- a/mintlify-docs/api/locks/events.mdx +++ b/mintlify-docs/api/locks/events.mdx @@ -228,6 +228,9 @@ The [lock](https://docs.seam.co/low-level-apis/smart-locks) denied access to a u ```json Example webhook payload { "access_code_id": "00000000-0000-0000-0000-000000000000", + "acs_entrance_id": "00000000-0000-0000-0000-000000000000", + "acs_system_id": "00000000-0000-0000-0000-000000000000", + "acs_user_id": "00000000-0000-0000-0000-000000000000", "connected_account_custom_metadata": {}, "connected_account_id": "00000000-0000-0000-0000-000000000000", "created_at": "2025-01-01T00:00:00.000Z", @@ -237,6 +240,7 @@ The [lock](https://docs.seam.co/low-level-apis/smart-locks) denied access to a u "event_id": "00000000-0000-0000-0000-000000000000", "event_type": "lock.access_denied", "occurred_at": "2025-01-01T00:00:00.000Z", + "user_identity_id": "00000000-0000-0000-0000-000000000000", "workspace_id": "00000000-0000-0000-0000-000000000000" } ``` @@ -247,6 +251,24 @@ The [lock](https://docs.seam.co/low-level-apis/smart-locks) denied access to a u ID of the access code that was used in the unlock attempts. + + undocumented: Unreleased. + --- + ID of the ACS entrance associated with the access-denied event. + + + + undocumented: Unreleased. + --- + ID of the ACS system associated with the access-denied event. + + + + undocumented: Unreleased. + --- + ID of the ACS user associated with the access-denied event. + + Custom metadata of the connected account, present when connected_account_id is provided. @@ -283,6 +305,12 @@ The [lock](https://docs.seam.co/low-level-apis/smart-locks) denied access to a u Date and time at which the event occurred. + + undocumented: Unreleased. + --- + ID of the user identity associated with the access-denied event. + + ID of the workspace associated with the event. diff --git a/mintlify-docs/openapi.json b/mintlify-docs/openapi.json index 08c100338..2868a3f4b 100644 --- a/mintlify-docs/openapi.json +++ b/mintlify-docs/openapi.json @@ -16956,6 +16956,21 @@ "format": "uuid", "type": "string" }, + "acs_entrance_id": { + "description": "\n undocumented: Unreleased.\n ---\n ID of the ACS entrance associated with the access-denied event.\n ", + "format": "uuid", + "type": "string" + }, + "acs_system_id": { + "description": "\n undocumented: Unreleased.\n ---\n ID of the ACS system associated with the access-denied event.\n ", + "format": "uuid", + "type": "string" + }, + "acs_user_id": { + "description": "\n undocumented: Unreleased.\n ---\n ID of the ACS user associated with the access-denied event.\n ", + "format": "uuid", + "type": "string" + }, "connected_account_custom_metadata": { "additionalProperties": { "oneOf": [ @@ -17019,6 +17034,11 @@ "format": "date-time", "type": "string" }, + "user_identity_id": { + "description": "\n undocumented: Unreleased.\n ---\n ID of the user identity associated with the access-denied event.\n ", + "format": "uuid", + "type": "string" + }, "workspace_id": { "description": "ID of the workspace associated with the event.", "format": "uuid", @@ -17030,7 +17050,6 @@ "workspace_id", "created_at", "occurred_at", - "device_id", "connected_account_id", "event_type" ],