@seamapi/types 1.825.0 → 1.826.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +12 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/index.cjs +12 -3
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.js +12 -3
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +12 -3
|
@@ -66136,7 +66136,10 @@ const openapi = {
|
|
|
66136
66136
|
400: { description: 'Bad Request' },
|
|
66137
66137
|
401: { description: 'Unauthorized' },
|
|
66138
66138
|
},
|
|
66139
|
-
security: [
|
|
66139
|
+
security: [
|
|
66140
|
+
{ client_session_with_customer: [] },
|
|
66141
|
+
{ console_session_with_workspace: [] },
|
|
66142
|
+
],
|
|
66140
66143
|
summary: '/seam/customer/v1/spaces/create',
|
|
66141
66144
|
tags: [],
|
|
66142
66145
|
'x-draft': 'Early access.',
|
|
@@ -66204,7 +66207,10 @@ const openapi = {
|
|
|
66204
66207
|
400: { description: 'Bad Request' },
|
|
66205
66208
|
401: { description: 'Unauthorized' },
|
|
66206
66209
|
},
|
|
66207
|
-
security: [
|
|
66210
|
+
security: [
|
|
66211
|
+
{ client_session_with_customer: [] },
|
|
66212
|
+
{ console_session_with_workspace: [] },
|
|
66213
|
+
],
|
|
66208
66214
|
summary: '/seam/customer/v1/spaces/list',
|
|
66209
66215
|
tags: [],
|
|
66210
66216
|
'x-draft': 'Early access.',
|
|
@@ -66267,7 +66273,10 @@ const openapi = {
|
|
|
66267
66273
|
400: { description: 'Bad Request' },
|
|
66268
66274
|
401: { description: 'Unauthorized' },
|
|
66269
66275
|
},
|
|
66270
|
-
security: [
|
|
66276
|
+
security: [
|
|
66277
|
+
{ client_session_with_customer: [] },
|
|
66278
|
+
{ console_session_with_workspace: [] },
|
|
66279
|
+
],
|
|
66271
66280
|
summary: '/seam/customer/v1/spaces/list',
|
|
66272
66281
|
tags: [],
|
|
66273
66282
|
'x-draft': 'Early access.',
|