Skip to content

Commit 818f3b0

Browse files
razor-xseambot
andauthored
fix: Add client_session_with_customer to workspaceScopedAuthMethods (#217)
* fix: Add client_session_with_customer to workspaceScopedAuthMethods * ci: Generate code --------- Co-authored-by: Seam Bot <[email protected]>
1 parent 0c70b2f commit 818f3b0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/lib/blueprint.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -785,6 +785,7 @@ export const getWorkspaceScope = (
785785
const workspaceScopedAuthMethods: OpenapiAuthMethod[] = [
786786
'api_key',
787787
'client_session',
788+
'client_session_with_customer',
788789
'console_session_token_with_workspace',
789790
'pat_with_workspace',
790791
'publishable_key',

test/snapshots/seam-blueprint.test.ts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76364,7 +76364,7 @@ Generated by [AVA](https://avajs.dev).
7636476364
},
7636576365
title: 'Get Customer Portal Configuration',
7636676366
undocumentedMessage: 'Internal endpoint for customer portals.',
76367-
workspaceScope: 'none',
76367+
workspaceScope: 'required',
7636876368
},
7636976369
],
7637076370
isDeprecated: false,
@@ -76793,7 +76793,7 @@ Generated by [AVA](https://avajs.dev).
7679376793
},
7679476794
title: 'Do Auto-Mapping for Partner Resources that Map to Spaces',
7679576795
undocumentedMessage: 'Partner building blocks/UI only.',
76796-
workspaceScope: 'none',
76796+
workspaceScope: 'required',
7679776797
},
7679876798
],
7679976799
isDeprecated: false,
-32 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)