Skip to content

Commit a3f1407

Browse files
authored
feat: Update to @seamapi/[email protected] (#938)
* feat: Update to @seamapi/[email protected] * ci: Generate docs
1 parent bd93260 commit a3f1407

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

docs/api/_blueprint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65403,7 +65403,8 @@
6540365403
"hasPagination": false,
6540465404
"authMethods": [
6540565405
"api_key",
65406-
"personal_access_token"
65406+
"personal_access_token",
65407+
"client_session_token"
6540765408
],
6540865409
"workspaceScope": "required",
6540965410
"codeSamples": [

docs/api/user_identities/get.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ seam user-identities get --user_identity_id "43947360-cdc8-4db6-8b22-e079416d1d8
196196
<summary>Authentication Methods</summary>
197197

198198
- API key
199+
- Client session token
199200
- Personal access token
200201
<br>Must also include the `seam-workspace` header in the request.
201202

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