@@ -71756,7 +71756,10 @@ const openapi: OpenAPISpec = {
7175671756 400: { description: 'Bad Request' },
7175771757 401: { description: 'Unauthorized' },
7175871758 },
71759- security: [{ client_session_with_customer: [] }],
71759+ security: [
71760+ { client_session_with_customer: [] },
71761+ { console_session_with_workspace: [] },
71762+ ],
7176071763 summary: '/seam/customer/v1/spaces/create',
7176171764 tags: [],
7176271765 'x-draft': 'Early access.',
@@ -71826,7 +71829,10 @@ const openapi: OpenAPISpec = {
7182671829 400: { description: 'Bad Request' },
7182771830 401: { description: 'Unauthorized' },
7182871831 },
71829- security: [{ client_session_with_customer: [] }],
71832+ security: [
71833+ { client_session_with_customer: [] },
71834+ { console_session_with_workspace: [] },
71835+ ],
7183071836 summary: '/seam/customer/v1/spaces/list',
7183171837 tags: [],
7183271838 'x-draft': 'Early access.',
@@ -71891,7 +71897,10 @@ const openapi: OpenAPISpec = {
7189171897 400: { description: 'Bad Request' },
7189271898 401: { description: 'Unauthorized' },
7189371899 },
71894- security: [{ client_session_with_customer: [] }],
71900+ security: [
71901+ { client_session_with_customer: [] },
71902+ { console_session_with_workspace: [] },
71903+ ],
7189571904 summary: '/seam/customer/v1/spaces/list',
7189671905 tags: [],
7189771906 'x-draft': 'Early access.',
0 commit comments