Skip to content

Commit 00d6954

Browse files
authored
feat: Update to @seamapi/types@1.675.0 (#995)
* feat: Update to @seamapi/types@1.675.0 * ci: Generate docs
1 parent 59a30eb commit 00d6954

File tree

4 files changed

+69
-8
lines changed

4 files changed

+69
-8
lines changed

docs/api/_blueprint.json

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21328,7 +21328,7 @@
2132821328
{
2132921329
"name": "action_attempt_ids",
2133021330
"description": "IDs of the action attempts that you want to retrieve.",
21331-
"isRequired": true,
21331+
"isRequired": false,
2133221332
"isDeprecated": false,
2133321333
"deprecationMessage": "",
2133421334
"isUndocumented": false,
@@ -21339,10 +21339,53 @@
2133921339
"format": "list",
2134021340
"jsonType": "array",
2134121341
"itemFormat": "id"
21342+
},
21343+
{
21344+
"name": "device_id",
21345+
"description": "ID of the device to filter action attempts by.",
21346+
"isRequired": false,
21347+
"isDeprecated": false,
21348+
"deprecationMessage": "",
21349+
"isUndocumented": false,
21350+
"undocumentedMessage": "",
21351+
"isDraft": false,
21352+
"draftMessage": "",
21353+
"hasDefault": false,
21354+
"format": "id",
21355+
"jsonType": "string"
21356+
},
21357+
{
21358+
"name": "limit",
21359+
"description": "Maximum number of records to return per page.",
21360+
"isRequired": false,
21361+
"isDeprecated": false,
21362+
"deprecationMessage": "",
21363+
"isUndocumented": false,
21364+
"undocumentedMessage": "",
21365+
"isDraft": false,
21366+
"draftMessage": "",
21367+
"hasDefault": true,
21368+
"default": 500,
21369+
"format": "number",
21370+
"jsonType": "number"
21371+
},
21372+
{
21373+
"name": "page_cursor",
21374+
"description": "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
21375+
"isRequired": false,
21376+
"isDeprecated": false,
21377+
"deprecationMessage": "",
21378+
"isUndocumented": false,
21379+
"undocumentedMessage": "",
21380+
"isDraft": false,
21381+
"draftMessage": "",
21382+
"hasDefault": false,
21383+
"format": "string",
21384+
"jsonType": "string"
2134221385
}
2134321386
]
2134421387
},
21345-
"hasPagination": false,
21388+
"hasPagination": true,
2134621389
"authMethods": [
2134721390
"api_key",
2134821391
"personal_access_token"

docs/api/action_attempts/list.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,12 +245,30 @@ To learn more, see [Authentication](https://docs.seam.co/latest/api/authenticati
245245

246246
## Request Parameters
247247

248-
**`action_attempt_ids`** *Array* *of UUIDs* (Required)
248+
**`action_attempt_ids`** *Array* *of UUIDs*
249249

250250
IDs of the action attempts that you want to retrieve.
251251

252252
---
253253

254+
**`device_id`** *String*
255+
256+
ID of the device to filter action attempts by.
257+
258+
---
259+
260+
**`limit`** *Number*
261+
262+
Maximum number of records to return per page.
263+
264+
---
265+
266+
**`page_cursor`** *String*
267+
268+
Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.
269+
270+
---
271+
254272

255273
## Response
256274

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.674.0",
35+
"@seamapi/types": "1.675.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)