Skip to content

Commit 29e8f5e

Browse files
authored
feat: Update to @seamapi/[email protected] (#774)
* feat: Update to @seamapi/[email protected] * ci: Generate docs
1 parent b04fc72 commit 29e8f5e

File tree

4 files changed

+26
-6
lines changed

4 files changed

+26
-6
lines changed

docs/api/_blueprint.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10939,10 +10939,24 @@
1093910939
"default": 500,
1094010940
"format": "number",
1094110941
"jsonType": "number"
10942+
},
10943+
{
10944+
"name": "page_cursor",
10945+
"description": "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
10946+
"isRequired": false,
10947+
"isDeprecated": false,
10948+
"deprecationMessage": "",
10949+
"isUndocumented": false,
10950+
"undocumentedMessage": "",
10951+
"isDraft": false,
10952+
"draftMessage": "",
10953+
"hasDefault": false,
10954+
"format": "string",
10955+
"jsonType": "string"
1094210956
}
1094310957
]
1094410958
},
10945-
"hasPagination": false,
10959+
"hasPagination": true,
1094610960
"authMethods": [
1094710961
"api_key",
1094810962
"client_session_token",

docs/api/acs/credentials/list.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,12 @@ Number of credentials to return.
286286

287287
---
288288

289+
**`page_cursor`** *String*
290+
291+
Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.
292+
293+
---
294+
289295
**`user_identity_id`** *String*
290296

291297
ID of the user identity for which you want to retrieve all credentials.

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.4.4",
35-
"@seamapi/types": "1.482.0",
35+
"@seamapi/types": "1.484.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)