Skip to content

Commit 3e2d960

Browse files
authored
feat: Update to @seamapi/[email protected] (#913)
* feat: Update to @seamapi/[email protected] * ci: Generate docs
1 parent 774ea75 commit 3e2d960

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/api/_blueprint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66737,7 +66737,7 @@
6673766737
},
6673866738
{
6673966739
"name": "search",
66740-
"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`.",
66740+
"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`.",
6674166741
"isRequired": false,
6674266742
"isDeprecated": false,
6674366743
"deprecationMessage": "",

docs/api/user_identities/unmanaged/list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Identifies the specific page of results to return, obtained from the previous pa
4040

4141
**`search`** *String*
4242

43-
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`.
43+
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`.
4444

4545
---
4646

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@prettier/plugin-ruby": "^4.0.4",
3333
"@seamapi/blueprint": "^0.51.3",
3434
"@seamapi/smith": "^0.5.2",
35-
"@seamapi/types": "1.610.0",
35+
"@seamapi/types": "1.611.0",
3636
"@types/command-exists": "^1.2.3",
3737
"change-case": "^5.4.4",
3838
"command-exists": "^1.2.9",

0 commit comments

Comments
 (0)