From fe275a40bf13b08de8fa68300cbf02ffc0093649 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Thu, 4 Dec 2025 22:38:10 +0000 Subject: [PATCH 1/2] feat: Update to @seamapi/types@1.677.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 bb8901ce9..a33121552 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.676.0", + "@seamapi/types": "1.677.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.676.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.676.0.tgz", - "integrity": "sha512-XYRSqzcTfQIMqf2r70rA0iJbmqyFt0yd8KXOYXaAqXYnRio8Qvo0hU30OBFlQwAxhBEtc+LR3D92um8z/TDzVQ==", + "version": "1.677.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.677.0.tgz", + "integrity": "sha512-TbYg+vUgphu8jNNgksjWOHvc1HXEx3vHyx7eTzDaECvjp+RlCsdES0EFgGJ535CsVUxlxfhg+fMlqiQPupPYDw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index c60111956..b06368094 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.676.0", + "@seamapi/types": "1.677.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", From f62e8a941a8f376b8a062fc0af7c786e52c1d810 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Thu, 4 Dec 2025 22:39:59 +0000 Subject: [PATCH 2/2] ci: Generate docs --- docs/api/_blueprint.json | 42 ++++++++++++++++++++++++++++++++++++++++ docs/api/events/list.md | 18 +++++++++++++++++ 2 files changed, 60 insertions(+) diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json index d90818695..65fe1e566 100644 --- a/docs/api/_blueprint.json +++ b/docs/api/_blueprint.json @@ -41517,6 +41517,20 @@ "jsonType": "array", "itemFormat": "id" }, + { + "name": "acs_entrance_id", + "description": "ID of the ACS entrance for which you want to list events.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "id", + "jsonType": "string" + }, { "name": "acs_system_id", "description": "ID of the access system for which you want to list events.", @@ -41546,6 +41560,20 @@ "jsonType": "array", "itemFormat": "id" }, + { + "name": "acs_user_id", + "description": "ID of the ACS user for which you want to list events.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "id", + "jsonType": "string" + }, { "name": "between", "description": "Lower and upper timestamps to define an exclusive interval containing the events that you want to list. You must include `since` or `between`.", @@ -43583,6 +43611,20 @@ "hasDefault": false, "format": "number", "jsonType": "number" + }, + { + "name": "user_identity_id", + "description": "ID of the user identity for which you want to list events.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "id", + "jsonType": "string" } ] }, diff --git a/docs/api/events/list.md b/docs/api/events/list.md index 7e6ea05ca..490b8b1a6 100644 --- a/docs/api/events/list.md +++ b/docs/api/events/list.md @@ -233,6 +233,12 @@ IDs of the access codes for which you want to list events. --- +**`acs_entrance_id`** *String* + +ID of the ACS entrance for which you want to list events. + +--- + **`acs_system_id`** *String* ID of the access system for which you want to list events. @@ -245,6 +251,12 @@ IDs of the access systems for which you want to list events. --- +**`acs_user_id`** *String* + +ID of the ACS user for which you want to list events. + +--- + **`between`** *Array* *of Objects* Lower and upper timestamps to define an exclusive interval containing the events that you want to list. You must include `since` or `between`. @@ -416,6 +428,12 @@ Offset for the events that you want to list. --- +**`user_identity_id`** *String* + +ID of the user identity for which you want to list events. + +--- + ## Response