@seamapi/types 1.479.0 → 1.481.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 +48 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +160 -16
- package/dist/index.cjs +48 -8
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +160 -16
- package/lib/seam/connect/openapi.js +48 -8
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +48 -8
package/package.json
CHANGED
|
@@ -56127,7 +56127,12 @@ export default {
|
|
|
56127
56127
|
400: { description: 'Bad Request' },
|
|
56128
56128
|
401: { description: 'Unauthorized' },
|
|
56129
56129
|
},
|
|
56130
|
-
security: [
|
|
56130
|
+
security: [
|
|
56131
|
+
{ client_session_with_customer: [] },
|
|
56132
|
+
{ pat_with_workspace: [] },
|
|
56133
|
+
{ console_session_with_workspace: [] },
|
|
56134
|
+
{ api_key: [] },
|
|
56135
|
+
],
|
|
56131
56136
|
summary: '/workspaces/customization_profiles/create',
|
|
56132
56137
|
tags: ['/workspaces'],
|
|
56133
56138
|
'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
|
|
@@ -56193,7 +56198,12 @@ export default {
|
|
|
56193
56198
|
400: { description: 'Bad Request' },
|
|
56194
56199
|
401: { description: 'Unauthorized' },
|
|
56195
56200
|
},
|
|
56196
|
-
security: [
|
|
56201
|
+
security: [
|
|
56202
|
+
{ client_session_with_customer: [] },
|
|
56203
|
+
{ pat_with_workspace: [] },
|
|
56204
|
+
{ console_session_with_workspace: [] },
|
|
56205
|
+
{ api_key: [] },
|
|
56206
|
+
],
|
|
56197
56207
|
summary: '/workspaces/customization_profiles/get',
|
|
56198
56208
|
tags: ['/workspaces'],
|
|
56199
56209
|
'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
|
|
@@ -56262,7 +56272,12 @@ export default {
|
|
|
56262
56272
|
400: { description: 'Bad Request' },
|
|
56263
56273
|
401: { description: 'Unauthorized' },
|
|
56264
56274
|
},
|
|
56265
|
-
security: [
|
|
56275
|
+
security: [
|
|
56276
|
+
{ client_session_with_customer: [] },
|
|
56277
|
+
{ pat_with_workspace: [] },
|
|
56278
|
+
{ console_session_with_workspace: [] },
|
|
56279
|
+
{ api_key: [] },
|
|
56280
|
+
],
|
|
56266
56281
|
summary: '/workspaces/customization_profiles/get',
|
|
56267
56282
|
tags: ['/workspaces'],
|
|
56268
56283
|
'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
|
|
@@ -56323,7 +56338,12 @@ export default {
|
|
|
56323
56338
|
400: { description: 'Bad Request' },
|
|
56324
56339
|
401: { description: 'Unauthorized' },
|
|
56325
56340
|
},
|
|
56326
|
-
security: [
|
|
56341
|
+
security: [
|
|
56342
|
+
{ client_session_with_customer: [] },
|
|
56343
|
+
{ pat_with_workspace: [] },
|
|
56344
|
+
{ console_session_with_workspace: [] },
|
|
56345
|
+
{ api_key: [] },
|
|
56346
|
+
],
|
|
56327
56347
|
summary: '/workspaces/customization_profiles/list',
|
|
56328
56348
|
tags: ['/workspaces'],
|
|
56329
56349
|
'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
|
|
@@ -56382,7 +56402,12 @@ export default {
|
|
|
56382
56402
|
400: { description: 'Bad Request' },
|
|
56383
56403
|
401: { description: 'Unauthorized' },
|
|
56384
56404
|
},
|
|
56385
|
-
security: [
|
|
56405
|
+
security: [
|
|
56406
|
+
{ client_session_with_customer: [] },
|
|
56407
|
+
{ pat_with_workspace: [] },
|
|
56408
|
+
{ console_session_with_workspace: [] },
|
|
56409
|
+
{ api_key: [] },
|
|
56410
|
+
],
|
|
56386
56411
|
summary: '/workspaces/customization_profiles/list',
|
|
56387
56412
|
tags: ['/workspaces'],
|
|
56388
56413
|
'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
|
|
@@ -56429,7 +56454,12 @@ export default {
|
|
|
56429
56454
|
400: { description: 'Bad Request' },
|
|
56430
56455
|
401: { description: 'Unauthorized' },
|
|
56431
56456
|
},
|
|
56432
|
-
security: [
|
|
56457
|
+
security: [
|
|
56458
|
+
{ client_session_with_customer: [] },
|
|
56459
|
+
{ pat_with_workspace: [] },
|
|
56460
|
+
{ console_session_with_workspace: [] },
|
|
56461
|
+
{ api_key: [] },
|
|
56462
|
+
],
|
|
56433
56463
|
summary: '/workspaces/customization_profiles/update',
|
|
56434
56464
|
tags: ['/workspaces'],
|
|
56435
56465
|
'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
|
|
@@ -56473,7 +56503,12 @@ export default {
|
|
|
56473
56503
|
400: { description: 'Bad Request' },
|
|
56474
56504
|
401: { description: 'Unauthorized' },
|
|
56475
56505
|
},
|
|
56476
|
-
security: [
|
|
56506
|
+
security: [
|
|
56507
|
+
{ client_session_with_customer: [] },
|
|
56508
|
+
{ pat_with_workspace: [] },
|
|
56509
|
+
{ console_session_with_workspace: [] },
|
|
56510
|
+
{ api_key: [] },
|
|
56511
|
+
],
|
|
56477
56512
|
summary: '/workspaces/customization_profiles/update',
|
|
56478
56513
|
tags: ['/workspaces'],
|
|
56479
56514
|
'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
|
|
@@ -56503,7 +56538,12 @@ export default {
|
|
|
56503
56538
|
400: { description: 'Bad Request' },
|
|
56504
56539
|
401: { description: 'Unauthorized' },
|
|
56505
56540
|
},
|
|
56506
|
-
security: [
|
|
56541
|
+
security: [
|
|
56542
|
+
{ client_session_with_customer: [] },
|
|
56543
|
+
{ pat_with_workspace: [] },
|
|
56544
|
+
{ console_session_with_workspace: [] },
|
|
56545
|
+
{ api_key: [] },
|
|
56546
|
+
],
|
|
56507
56547
|
summary: '/workspaces/customization_profiles/upload_images',
|
|
56508
56548
|
tags: ['/workspaces'],
|
|
56509
56549
|
'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
|