diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json
index a2d4d7b9b..1ff9f1114 100644
--- a/docs/api/_blueprint.json
+++ b/docs/api/_blueprint.json
@@ -7174,6 +7174,16 @@
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": ""
+ },
+ {
+ "name": "acs_credentials",
+ "description": "",
+ "isDeprecated": false,
+ "deprecationMessage": "",
+ "isUndocumented": false,
+ "undocumentedMessage": "",
+ "isDraft": false,
+ "draftMessage": ""
}
]
},
@@ -7261,6 +7271,16 @@
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": ""
+ },
+ {
+ "name": "acs_credentials",
+ "description": "",
+ "isDeprecated": false,
+ "deprecationMessage": "",
+ "isUndocumented": false,
+ "undocumentedMessage": "",
+ "isDraft": false,
+ "draftMessage": ""
}
]
}
@@ -12855,7 +12875,8 @@
"hasPagination": false,
"authMethods": [
"personal_access_token",
- "api_key"
+ "api_key",
+ "client_session_token"
],
"workspaceScope": "required",
"codeSamples": [
@@ -13244,7 +13265,8 @@
"hasPagination": true,
"authMethods": [
"personal_access_token",
- "api_key"
+ "api_key",
+ "client_session_token"
],
"workspaceScope": "required",
"codeSamples": [
@@ -13835,7 +13857,8 @@
"hasPagination": false,
"authMethods": [
"api_key",
- "personal_access_token"
+ "personal_access_token",
+ "client_session_token"
],
"workspaceScope": "required",
"codeSamples": [
diff --git a/docs/api/access_methods/get_related.md b/docs/api/access_methods/get_related.md
index 24f229dae..27c69f3e0 100644
--- a/docs/api/access_methods/get_related.md
+++ b/docs/api/access_methods/get_related.md
@@ -42,6 +42,7 @@ Possible enum values:
- access_methods
- instant_keys
- client_sessions
+- acs_credentials
---
@@ -59,6 +60,7 @@ Possible enum values:
- access_methods
- instant_keys
- client_sessions
+- acs_credentials
---
diff --git a/docs/api/acs/encoders/encode_credential.md b/docs/api/acs/encoders/encode_credential.md
index 1c5820569..a31214f72 100644
--- a/docs/api/acs/encoders/encode_credential.md
+++ b/docs/api/acs/encoders/encode_credential.md
@@ -353,6 +353,7 @@ seam acs encoders encode-credential --acs_encoder_id "18ad521a-308e-4182-b1a6-23
Authentication Methods
- API key
+- Client session token
- Personal access token
Must also include the `seam-workspace` header in the request.
diff --git a/docs/api/acs/encoders/list.md b/docs/api/acs/encoders/list.md
index 03130a445..e82de7ffa 100644
--- a/docs/api/acs/encoders/list.md
+++ b/docs/api/acs/encoders/list.md
@@ -180,6 +180,7 @@ seam acs encoders list
Authentication Methods
- API key
+- Client session token
- Personal access token
Must also include the `seam-workspace` header in the request.
diff --git a/docs/api/acs/encoders/simulate/next_credential_encode_will_succeed.md b/docs/api/acs/encoders/simulate/next_credential_encode_will_succeed.md
index e38954e52..dc381dc74 100644
--- a/docs/api/acs/encoders/simulate/next_credential_encode_will_succeed.md
+++ b/docs/api/acs/encoders/simulate/next_credential_encode_will_succeed.md
@@ -136,6 +136,7 @@ seam acs encoders simulate next-credential-encode-will-succeed --acs_encoder_id
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 1c46a5c78..89f12dc0f 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.633.0",
+ "@seamapi/types": "1.634.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.633.0",
- "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.633.0.tgz",
- "integrity": "sha512-Xwe+sDQLfUaaYKefKbwrlhLWHaGFvSj1yoozOqxWFtt2TdQTW8HaZQORxd7z+gCf0NzdLlHtbBFBtebzVrX7bg==",
+ "version": "1.634.0",
+ "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.634.0.tgz",
+ "integrity": "sha512-rA1ks4KrtwBJa8gvW9z1aWqZ8ZYRz79P6mpSzBXok4tdaxC12GelQ0BT+A510wi5fdXtv1OVGWca2fL3/u4FTA==",
"dev": true,
"license": "MIT",
"engines": {
diff --git a/package.json b/package.json
index 607cb18f6..70a525def 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.633.0",
+ "@seamapi/types": "1.634.0",
"@types/command-exists": "^1.2.3",
"change-case": "^5.4.4",
"command-exists": "^1.2.9",