Skip to content

Commit b2f5713

Browse files
authored
feat: Update to @seamapi/types@1.719.0 (#1040)
* feat: Update to @seamapi/types@1.719.0 * ci: Generate docs
1 parent 34a3139 commit b2f5713

File tree

4 files changed

+26
-5
lines changed

4 files changed

+26
-5
lines changed

docs/api/_blueprint.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74184,6 +74184,21 @@
7418474184
"hasDefault": false,
7418574185
"format": "string",
7418674186
"jsonType": "string"
74187+
},
74188+
{
74189+
"name": "user_identity_ids",
74190+
"description": "Array of user identity IDs by which to filter the list of user identities.",
74191+
"isRequired": false,
74192+
"isDeprecated": false,
74193+
"deprecationMessage": "",
74194+
"isUndocumented": false,
74195+
"undocumentedMessage": "",
74196+
"isDraft": false,
74197+
"draftMessage": "",
74198+
"hasDefault": false,
74199+
"format": "list",
74200+
"jsonType": "array",
74201+
"itemFormat": "id"
7418774202
}
7418874203
]
7418974204
},

docs/api/user_identities/list.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,12 @@ String for which to search. Filters returned user identities to include all reco
238238

239239
---
240240

241+
**`user_identity_ids`** *Array* *of UUIDs*
242+
243+
Array of user identity IDs by which to filter the list of user identities.
244+
245+
---
246+
241247

242248
## Response
243249

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.53.0",
3434
"@seamapi/smith": "^0.5.2",
35-
"@seamapi/types": "1.718.0",
35+
"@seamapi/types": "1.719.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)