@seamapi/types 1.479.0 → 1.480.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 +56 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +240 -16
- package/dist/index.cjs +56 -8
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +240 -16
- package/lib/seam/connect/openapi.js +56 -8
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +56 -8
package/package.json
CHANGED
|
@@ -56127,7 +56127,13 @@ export default {
|
|
|
56127
56127
|
400: { description: 'Bad Request' },
|
|
56128
56128
|
401: { description: 'Unauthorized' },
|
|
56129
56129
|
},
|
|
56130
|
-
security: [
|
|
56130
|
+
security: [
|
|
56131
|
+
{ client_session: [] },
|
|
56132
|
+
{ client_session_with_customer: [] },
|
|
56133
|
+
{ pat_with_workspace: [] },
|
|
56134
|
+
{ console_session_with_workspace: [] },
|
|
56135
|
+
{ api_key: [] },
|
|
56136
|
+
],
|
|
56131
56137
|
summary: '/workspaces/customization_profiles/create',
|
|
56132
56138
|
tags: ['/workspaces'],
|
|
56133
56139
|
'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
|
|
@@ -56193,7 +56199,13 @@ export default {
|
|
|
56193
56199
|
400: { description: 'Bad Request' },
|
|
56194
56200
|
401: { description: 'Unauthorized' },
|
|
56195
56201
|
},
|
|
56196
|
-
security: [
|
|
56202
|
+
security: [
|
|
56203
|
+
{ client_session: [] },
|
|
56204
|
+
{ client_session_with_customer: [] },
|
|
56205
|
+
{ pat_with_workspace: [] },
|
|
56206
|
+
{ console_session_with_workspace: [] },
|
|
56207
|
+
{ api_key: [] },
|
|
56208
|
+
],
|
|
56197
56209
|
summary: '/workspaces/customization_profiles/get',
|
|
56198
56210
|
tags: ['/workspaces'],
|
|
56199
56211
|
'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
|
|
@@ -56262,7 +56274,13 @@ export default {
|
|
|
56262
56274
|
400: { description: 'Bad Request' },
|
|
56263
56275
|
401: { description: 'Unauthorized' },
|
|
56264
56276
|
},
|
|
56265
|
-
security: [
|
|
56277
|
+
security: [
|
|
56278
|
+
{ client_session: [] },
|
|
56279
|
+
{ client_session_with_customer: [] },
|
|
56280
|
+
{ pat_with_workspace: [] },
|
|
56281
|
+
{ console_session_with_workspace: [] },
|
|
56282
|
+
{ api_key: [] },
|
|
56283
|
+
],
|
|
56266
56284
|
summary: '/workspaces/customization_profiles/get',
|
|
56267
56285
|
tags: ['/workspaces'],
|
|
56268
56286
|
'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
|
|
@@ -56323,7 +56341,13 @@ export default {
|
|
|
56323
56341
|
400: { description: 'Bad Request' },
|
|
56324
56342
|
401: { description: 'Unauthorized' },
|
|
56325
56343
|
},
|
|
56326
|
-
security: [
|
|
56344
|
+
security: [
|
|
56345
|
+
{ client_session: [] },
|
|
56346
|
+
{ client_session_with_customer: [] },
|
|
56347
|
+
{ pat_with_workspace: [] },
|
|
56348
|
+
{ console_session_with_workspace: [] },
|
|
56349
|
+
{ api_key: [] },
|
|
56350
|
+
],
|
|
56327
56351
|
summary: '/workspaces/customization_profiles/list',
|
|
56328
56352
|
tags: ['/workspaces'],
|
|
56329
56353
|
'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
|
|
@@ -56382,7 +56406,13 @@ export default {
|
|
|
56382
56406
|
400: { description: 'Bad Request' },
|
|
56383
56407
|
401: { description: 'Unauthorized' },
|
|
56384
56408
|
},
|
|
56385
|
-
security: [
|
|
56409
|
+
security: [
|
|
56410
|
+
{ client_session: [] },
|
|
56411
|
+
{ client_session_with_customer: [] },
|
|
56412
|
+
{ pat_with_workspace: [] },
|
|
56413
|
+
{ console_session_with_workspace: [] },
|
|
56414
|
+
{ api_key: [] },
|
|
56415
|
+
],
|
|
56386
56416
|
summary: '/workspaces/customization_profiles/list',
|
|
56387
56417
|
tags: ['/workspaces'],
|
|
56388
56418
|
'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
|
|
@@ -56429,7 +56459,13 @@ export default {
|
|
|
56429
56459
|
400: { description: 'Bad Request' },
|
|
56430
56460
|
401: { description: 'Unauthorized' },
|
|
56431
56461
|
},
|
|
56432
|
-
security: [
|
|
56462
|
+
security: [
|
|
56463
|
+
{ client_session: [] },
|
|
56464
|
+
{ client_session_with_customer: [] },
|
|
56465
|
+
{ pat_with_workspace: [] },
|
|
56466
|
+
{ console_session_with_workspace: [] },
|
|
56467
|
+
{ api_key: [] },
|
|
56468
|
+
],
|
|
56433
56469
|
summary: '/workspaces/customization_profiles/update',
|
|
56434
56470
|
tags: ['/workspaces'],
|
|
56435
56471
|
'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
|
|
@@ -56473,7 +56509,13 @@ export default {
|
|
|
56473
56509
|
400: { description: 'Bad Request' },
|
|
56474
56510
|
401: { description: 'Unauthorized' },
|
|
56475
56511
|
},
|
|
56476
|
-
security: [
|
|
56512
|
+
security: [
|
|
56513
|
+
{ client_session: [] },
|
|
56514
|
+
{ client_session_with_customer: [] },
|
|
56515
|
+
{ pat_with_workspace: [] },
|
|
56516
|
+
{ console_session_with_workspace: [] },
|
|
56517
|
+
{ api_key: [] },
|
|
56518
|
+
],
|
|
56477
56519
|
summary: '/workspaces/customization_profiles/update',
|
|
56478
56520
|
tags: ['/workspaces'],
|
|
56479
56521
|
'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
|
|
@@ -56503,7 +56545,13 @@ export default {
|
|
|
56503
56545
|
400: { description: 'Bad Request' },
|
|
56504
56546
|
401: { description: 'Unauthorized' },
|
|
56505
56547
|
},
|
|
56506
|
-
security: [
|
|
56548
|
+
security: [
|
|
56549
|
+
{ client_session: [] },
|
|
56550
|
+
{ client_session_with_customer: [] },
|
|
56551
|
+
{ pat_with_workspace: [] },
|
|
56552
|
+
{ console_session_with_workspace: [] },
|
|
56553
|
+
{ api_key: [] },
|
|
56554
|
+
],
|
|
56507
56555
|
summary: '/workspaces/customization_profiles/upload_images',
|
|
56508
56556
|
tags: ['/workspaces'],
|
|
56509
56557
|
'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
|