From 56580110ebc83db41d5bbbc51ae4511107005d54 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Thu, 9 Oct 2025 23:50:38 +0000 Subject: [PATCH 1/2] feat: Update to @seamapi/types@1.611.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 f06c76e37..08a0bf1a6 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.610.0", + "@seamapi/types": "1.611.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.610.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.610.0.tgz", - "integrity": "sha512-jggjZNeD6Tj5WwO01ROc9nIQtzDUvAJipsjLkz2/uumMXhKI01RtZzxgOiHSVdKxdKW+DMU0vIIkCXSH8qhRwg==", + "version": "1.611.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.611.0.tgz", + "integrity": "sha512-QA1WO8AlpcykCNQ5hGzF0HDUp2WMDNIRtYHkX9WIWD+vy36XMEGAaNkSqpbYsqeBj/Sm3m51MZW259LlLvEBMQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index ff0fbeacf..d90b967e7 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.610.0", + "@seamapi/types": "1.611.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", From 4d0cba0f23b57921e7ddb5feffc177985f915d30 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Thu, 9 Oct 2025 23:52:22 +0000 Subject: [PATCH 2/2] ci: Generate docs --- docs/api/_blueprint.json | 2 +- docs/api/user_identities/unmanaged/list.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json index 8561edcaf..dc1cc41ee 100644 --- a/docs/api/_blueprint.json +++ b/docs/api/_blueprint.json @@ -66737,7 +66737,7 @@ }, { "name": "search", - "description": "String for which to search. Filters returned unmanaged user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address` or `user_identity_id`.", + "description": "String for which to search. Filters returned unmanaged user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address`, `user_identity_id` or `acs_system_id`.", "isRequired": false, "isDeprecated": false, "deprecationMessage": "", diff --git a/docs/api/user_identities/unmanaged/list.md b/docs/api/user_identities/unmanaged/list.md index e3c7524e1..4aaf684dc 100644 --- a/docs/api/user_identities/unmanaged/list.md +++ b/docs/api/user_identities/unmanaged/list.md @@ -40,7 +40,7 @@ Identifies the specific page of results to return, obtained from the previous pa **`search`** *String* -String for which to search. Filters returned unmanaged user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address` or `user_identity_id`. +String for which to search. Filters returned unmanaged user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address`, `user_identity_id` or `acs_system_id`. ---