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`. --- 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",