diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json
index 35e534474..18b776e03 100644
--- a/docs/api/_blueprint.json
+++ b/docs/api/_blueprint.json
@@ -65403,7 +65403,8 @@
"hasPagination": false,
"authMethods": [
"api_key",
- "personal_access_token"
+ "personal_access_token",
+ "client_session_token"
],
"workspaceScope": "required",
"codeSamples": [
diff --git a/docs/api/user_identities/get.md b/docs/api/user_identities/get.md
index f914d0043..0f9e08d5f 100644
--- a/docs/api/user_identities/get.md
+++ b/docs/api/user_identities/get.md
@@ -196,6 +196,7 @@ seam user-identities get --user_identity_id "43947360-cdc8-4db6-8b22-e079416d1d8
Authentication Methods
- API key
+- Client session token
- Personal access token
Must also include the `seam-workspace` header in the request.
diff --git a/package-lock.json b/package-lock.json
index a2a6f0449..4b2abedfc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,7 +14,7 @@
"@prettier/plugin-ruby": "^4.0.4",
"@seamapi/blueprint": "^0.51.3",
"@seamapi/smith": "^0.5.2",
- "@seamapi/types": "1.630.0",
+ "@seamapi/types": "1.631.0",
"@types/command-exists": "^1.2.3",
"change-case": "^5.4.4",
"command-exists": "^1.2.9",
@@ -983,9 +983,9 @@
}
},
"node_modules/@seamapi/types": {
- "version": "1.630.0",
- "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.630.0.tgz",
- "integrity": "sha512-xIHGo9G/fiZabXvFBNihGsHOyfAoHf7XpWvH9YpGCe5EMyRqrjYmuSIziCC+mq7wziypWx4UzaAwcZQrBwc9Pg==",
+ "version": "1.631.0",
+ "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.631.0.tgz",
+ "integrity": "sha512-XzPwdRo+owoh+lovPFsl12N4gaQGL5Mh/yzU14N19H6IpC67hwKZWHVx1eyYLmiYUx62GBL3fRpY1P8NmGPVQA==",
"dev": true,
"license": "MIT",
"engines": {
diff --git a/package.json b/package.json
index 2f4045422..ec542f371 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
"@prettier/plugin-ruby": "^4.0.4",
"@seamapi/blueprint": "^0.51.3",
"@seamapi/smith": "^0.5.2",
- "@seamapi/types": "1.630.0",
+ "@seamapi/types": "1.631.0",
"@types/command-exists": "^1.2.3",
"change-case": "^5.4.4",
"command-exists": "^1.2.9",