From 0d2bd53a6a4acf89c4c3824fd1de9f1856b1c980 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Thu, 9 Oct 2025 21:37:49 +0000 Subject: [PATCH 1/2] feat: Update to @seamapi/types@1.610.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 a29683828..f06c76e37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.51.3", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.609.0", + "@seamapi/types": "1.610.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.609.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.609.0.tgz", - "integrity": "sha512-NC6zXTlUvyCzoIR8ZmwvDdphkOQc/M9k8riljifAQPurqJe2HSLpesOLW7VCArzuf8zK3X2hN7yT3sp39qMl0A==", + "version": "1.610.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.610.0.tgz", + "integrity": "sha512-jggjZNeD6Tj5WwO01ROc9nIQtzDUvAJipsjLkz2/uumMXhKI01RtZzxgOiHSVdKxdKW+DMU0vIIkCXSH8qhRwg==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index fd1ae9d50..ff0fbeacf 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.51.3", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.609.0", + "@seamapi/types": "1.610.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", From 8b1e46e688788c28b464bdf9b7866a8bfccd4336 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Thu, 9 Oct 2025 21:39:33 +0000 Subject: [PATCH 2/2] ci: Generate docs --- docs/api/_blueprint.json | 28 ++++++++++++++++++++++++ docs/api/access_grants/list.md | 6 +++++ docs/api/access_grants/unmanaged/list.md | 6 +++++ 3 files changed, 40 insertions(+) diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json index 477274bf3..8561edcaf 100644 --- a/docs/api/_blueprint.json +++ b/docs/api/_blueprint.json @@ -5906,6 +5906,20 @@ "format": "id", "jsonType": "string" }, + { + "name": "reservation_key", + "description": "Filter Access Grants by reservation_key.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "string", + "jsonType": "string" + }, { "name": "space_id", "description": "ID of the space by which you want to filter the list of Access Grants.", @@ -6558,6 +6572,20 @@ "format": "id", "jsonType": "string" }, + { + "name": "reservation_key", + "description": "Filter unmanaged Access Grants by reservation_key.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "string", + "jsonType": "string" + }, { "name": "user_identity_id", "description": "ID of user identity by which you want to filter the list of unmanaged Access Grants.", diff --git a/docs/api/access_grants/list.md b/docs/api/access_grants/list.md index 44e391cc6..eb2e1d90e 100644 --- a/docs/api/access_grants/list.md +++ b/docs/api/access_grants/list.md @@ -455,6 +455,12 @@ Customer key for which you want to list access grants. --- +**`reservation_key`** *String* + +Filter Access Grants by reservation_key. + +--- + **`space_id`** *String* ID of the space by which you want to filter the list of Access Grants. diff --git a/docs/api/access_grants/unmanaged/list.md b/docs/api/access_grants/unmanaged/list.md index d2dbf3c03..01b89cc97 100644 --- a/docs/api/access_grants/unmanaged/list.md +++ b/docs/api/access_grants/unmanaged/list.md @@ -32,6 +32,12 @@ ID of the access system by which you want to filter the list of unmanaged Access --- +**`reservation_key`** *String* + +Filter unmanaged Access Grants by reservation_key. + +--- + **`user_identity_id`** *String* ID of user identity by which you want to filter the list of unmanaged Access Grants.