@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
|
@@ -47799,9 +47799,27 @@ declare const _default: {
|
|
|
47799
47799
|
description: string;
|
|
47800
47800
|
};
|
|
47801
47801
|
};
|
|
47802
|
-
security: {
|
|
47802
|
+
security: ({
|
|
47803
47803
|
client_session_with_customer: never[];
|
|
47804
|
-
|
|
47804
|
+
pat_with_workspace?: never;
|
|
47805
|
+
console_session_with_workspace?: never;
|
|
47806
|
+
api_key?: never;
|
|
47807
|
+
} | {
|
|
47808
|
+
pat_with_workspace: never[];
|
|
47809
|
+
client_session_with_customer?: never;
|
|
47810
|
+
console_session_with_workspace?: never;
|
|
47811
|
+
api_key?: never;
|
|
47812
|
+
} | {
|
|
47813
|
+
console_session_with_workspace: never[];
|
|
47814
|
+
client_session_with_customer?: never;
|
|
47815
|
+
pat_with_workspace?: never;
|
|
47816
|
+
api_key?: never;
|
|
47817
|
+
} | {
|
|
47818
|
+
api_key: never[];
|
|
47819
|
+
client_session_with_customer?: never;
|
|
47820
|
+
pat_with_workspace?: never;
|
|
47821
|
+
console_session_with_workspace?: never;
|
|
47822
|
+
})[];
|
|
47805
47823
|
summary: string;
|
|
47806
47824
|
tags: string[];
|
|
47807
47825
|
'x-fern-sdk-group-name': string[];
|
|
@@ -47885,9 +47903,27 @@ declare const _default: {
|
|
|
47885
47903
|
description: string;
|
|
47886
47904
|
};
|
|
47887
47905
|
};
|
|
47888
|
-
security: {
|
|
47906
|
+
security: ({
|
|
47889
47907
|
client_session_with_customer: never[];
|
|
47890
|
-
|
|
47908
|
+
pat_with_workspace?: never;
|
|
47909
|
+
console_session_with_workspace?: never;
|
|
47910
|
+
api_key?: never;
|
|
47911
|
+
} | {
|
|
47912
|
+
pat_with_workspace: never[];
|
|
47913
|
+
client_session_with_customer?: never;
|
|
47914
|
+
console_session_with_workspace?: never;
|
|
47915
|
+
api_key?: never;
|
|
47916
|
+
} | {
|
|
47917
|
+
console_session_with_workspace: never[];
|
|
47918
|
+
client_session_with_customer?: never;
|
|
47919
|
+
pat_with_workspace?: never;
|
|
47920
|
+
api_key?: never;
|
|
47921
|
+
} | {
|
|
47922
|
+
api_key: never[];
|
|
47923
|
+
client_session_with_customer?: never;
|
|
47924
|
+
pat_with_workspace?: never;
|
|
47925
|
+
console_session_with_workspace?: never;
|
|
47926
|
+
})[];
|
|
47891
47927
|
summary: string;
|
|
47892
47928
|
tags: string[];
|
|
47893
47929
|
'x-fern-sdk-group-name': string[];
|
|
@@ -47976,9 +48012,27 @@ declare const _default: {
|
|
|
47976
48012
|
description: string;
|
|
47977
48013
|
};
|
|
47978
48014
|
};
|
|
47979
|
-
security: {
|
|
48015
|
+
security: ({
|
|
47980
48016
|
client_session_with_customer: never[];
|
|
47981
|
-
|
|
48017
|
+
pat_with_workspace?: never;
|
|
48018
|
+
console_session_with_workspace?: never;
|
|
48019
|
+
api_key?: never;
|
|
48020
|
+
} | {
|
|
48021
|
+
pat_with_workspace: never[];
|
|
48022
|
+
client_session_with_customer?: never;
|
|
48023
|
+
console_session_with_workspace?: never;
|
|
48024
|
+
api_key?: never;
|
|
48025
|
+
} | {
|
|
48026
|
+
console_session_with_workspace: never[];
|
|
48027
|
+
client_session_with_customer?: never;
|
|
48028
|
+
pat_with_workspace?: never;
|
|
48029
|
+
api_key?: never;
|
|
48030
|
+
} | {
|
|
48031
|
+
api_key: never[];
|
|
48032
|
+
client_session_with_customer?: never;
|
|
48033
|
+
pat_with_workspace?: never;
|
|
48034
|
+
console_session_with_workspace?: never;
|
|
48035
|
+
})[];
|
|
47982
48036
|
summary: string;
|
|
47983
48037
|
tags: string[];
|
|
47984
48038
|
'x-fern-sdk-group-name': string[];
|
|
@@ -48056,9 +48110,27 @@ declare const _default: {
|
|
|
48056
48110
|
description: string;
|
|
48057
48111
|
};
|
|
48058
48112
|
};
|
|
48059
|
-
security: {
|
|
48113
|
+
security: ({
|
|
48060
48114
|
client_session_with_customer: never[];
|
|
48061
|
-
|
|
48115
|
+
pat_with_workspace?: never;
|
|
48116
|
+
console_session_with_workspace?: never;
|
|
48117
|
+
api_key?: never;
|
|
48118
|
+
} | {
|
|
48119
|
+
pat_with_workspace: never[];
|
|
48120
|
+
client_session_with_customer?: never;
|
|
48121
|
+
console_session_with_workspace?: never;
|
|
48122
|
+
api_key?: never;
|
|
48123
|
+
} | {
|
|
48124
|
+
console_session_with_workspace: never[];
|
|
48125
|
+
client_session_with_customer?: never;
|
|
48126
|
+
pat_with_workspace?: never;
|
|
48127
|
+
api_key?: never;
|
|
48128
|
+
} | {
|
|
48129
|
+
api_key: never[];
|
|
48130
|
+
client_session_with_customer?: never;
|
|
48131
|
+
pat_with_workspace?: never;
|
|
48132
|
+
console_session_with_workspace?: never;
|
|
48133
|
+
})[];
|
|
48062
48134
|
summary: string;
|
|
48063
48135
|
tags: string[];
|
|
48064
48136
|
'x-fern-sdk-group-name': string[];
|
|
@@ -48134,9 +48206,27 @@ declare const _default: {
|
|
|
48134
48206
|
description: string;
|
|
48135
48207
|
};
|
|
48136
48208
|
};
|
|
48137
|
-
security: {
|
|
48209
|
+
security: ({
|
|
48138
48210
|
client_session_with_customer: never[];
|
|
48139
|
-
|
|
48211
|
+
pat_with_workspace?: never;
|
|
48212
|
+
console_session_with_workspace?: never;
|
|
48213
|
+
api_key?: never;
|
|
48214
|
+
} | {
|
|
48215
|
+
pat_with_workspace: never[];
|
|
48216
|
+
client_session_with_customer?: never;
|
|
48217
|
+
console_session_with_workspace?: never;
|
|
48218
|
+
api_key?: never;
|
|
48219
|
+
} | {
|
|
48220
|
+
console_session_with_workspace: never[];
|
|
48221
|
+
client_session_with_customer?: never;
|
|
48222
|
+
pat_with_workspace?: never;
|
|
48223
|
+
api_key?: never;
|
|
48224
|
+
} | {
|
|
48225
|
+
api_key: never[];
|
|
48226
|
+
client_session_with_customer?: never;
|
|
48227
|
+
pat_with_workspace?: never;
|
|
48228
|
+
console_session_with_workspace?: never;
|
|
48229
|
+
})[];
|
|
48140
48230
|
summary: string;
|
|
48141
48231
|
tags: string[];
|
|
48142
48232
|
'x-fern-sdk-group-name': string[];
|
|
@@ -48201,9 +48291,27 @@ declare const _default: {
|
|
|
48201
48291
|
description: string;
|
|
48202
48292
|
};
|
|
48203
48293
|
};
|
|
48204
|
-
security: {
|
|
48294
|
+
security: ({
|
|
48205
48295
|
client_session_with_customer: never[];
|
|
48206
|
-
|
|
48296
|
+
pat_with_workspace?: never;
|
|
48297
|
+
console_session_with_workspace?: never;
|
|
48298
|
+
api_key?: never;
|
|
48299
|
+
} | {
|
|
48300
|
+
pat_with_workspace: never[];
|
|
48301
|
+
client_session_with_customer?: never;
|
|
48302
|
+
console_session_with_workspace?: never;
|
|
48303
|
+
api_key?: never;
|
|
48304
|
+
} | {
|
|
48305
|
+
console_session_with_workspace: never[];
|
|
48306
|
+
client_session_with_customer?: never;
|
|
48307
|
+
pat_with_workspace?: never;
|
|
48308
|
+
api_key?: never;
|
|
48309
|
+
} | {
|
|
48310
|
+
api_key: never[];
|
|
48311
|
+
client_session_with_customer?: never;
|
|
48312
|
+
pat_with_workspace?: never;
|
|
48313
|
+
console_session_with_workspace?: never;
|
|
48314
|
+
})[];
|
|
48207
48315
|
summary: string;
|
|
48208
48316
|
tags: string[];
|
|
48209
48317
|
'x-fern-sdk-group-name': string[];
|
|
@@ -48265,9 +48373,27 @@ declare const _default: {
|
|
|
48265
48373
|
description: string;
|
|
48266
48374
|
};
|
|
48267
48375
|
};
|
|
48268
|
-
security: {
|
|
48376
|
+
security: ({
|
|
48269
48377
|
client_session_with_customer: never[];
|
|
48270
|
-
|
|
48378
|
+
pat_with_workspace?: never;
|
|
48379
|
+
console_session_with_workspace?: never;
|
|
48380
|
+
api_key?: never;
|
|
48381
|
+
} | {
|
|
48382
|
+
pat_with_workspace: never[];
|
|
48383
|
+
client_session_with_customer?: never;
|
|
48384
|
+
console_session_with_workspace?: never;
|
|
48385
|
+
api_key?: never;
|
|
48386
|
+
} | {
|
|
48387
|
+
console_session_with_workspace: never[];
|
|
48388
|
+
client_session_with_customer?: never;
|
|
48389
|
+
pat_with_workspace?: never;
|
|
48390
|
+
api_key?: never;
|
|
48391
|
+
} | {
|
|
48392
|
+
api_key: never[];
|
|
48393
|
+
client_session_with_customer?: never;
|
|
48394
|
+
pat_with_workspace?: never;
|
|
48395
|
+
console_session_with_workspace?: never;
|
|
48396
|
+
})[];
|
|
48271
48397
|
summary: string;
|
|
48272
48398
|
tags: string[];
|
|
48273
48399
|
'x-fern-sdk-group-name': string[];
|
|
@@ -48305,9 +48431,27 @@ declare const _default: {
|
|
|
48305
48431
|
description: string;
|
|
48306
48432
|
};
|
|
48307
48433
|
};
|
|
48308
|
-
security: {
|
|
48434
|
+
security: ({
|
|
48309
48435
|
client_session_with_customer: never[];
|
|
48310
|
-
|
|
48436
|
+
pat_with_workspace?: never;
|
|
48437
|
+
console_session_with_workspace?: never;
|
|
48438
|
+
api_key?: never;
|
|
48439
|
+
} | {
|
|
48440
|
+
pat_with_workspace: never[];
|
|
48441
|
+
client_session_with_customer?: never;
|
|
48442
|
+
console_session_with_workspace?: never;
|
|
48443
|
+
api_key?: never;
|
|
48444
|
+
} | {
|
|
48445
|
+
console_session_with_workspace: never[];
|
|
48446
|
+
client_session_with_customer?: never;
|
|
48447
|
+
pat_with_workspace?: never;
|
|
48448
|
+
api_key?: never;
|
|
48449
|
+
} | {
|
|
48450
|
+
api_key: never[];
|
|
48451
|
+
client_session_with_customer?: never;
|
|
48452
|
+
pat_with_workspace?: never;
|
|
48453
|
+
console_session_with_workspace?: never;
|
|
48454
|
+
})[];
|
|
48311
48455
|
summary: string;
|
|
48312
48456
|
tags: string[];
|
|
48313
48457
|
'x-fern-sdk-group-name': string[];
|
|
@@ -51854,7 +51854,12 @@ export default {
|
|
|
51854
51854
|
400: { description: 'Bad Request' },
|
|
51855
51855
|
401: { description: 'Unauthorized' },
|
|
51856
51856
|
},
|
|
51857
|
-
security: [
|
|
51857
|
+
security: [
|
|
51858
|
+
{ client_session_with_customer: [] },
|
|
51859
|
+
{ pat_with_workspace: [] },
|
|
51860
|
+
{ console_session_with_workspace: [] },
|
|
51861
|
+
{ api_key: [] },
|
|
51862
|
+
],
|
|
51858
51863
|
summary: '/workspaces/customization_profiles/create',
|
|
51859
51864
|
tags: ['/workspaces'],
|
|
51860
51865
|
'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
|
|
@@ -51920,7 +51925,12 @@ export default {
|
|
|
51920
51925
|
400: { description: 'Bad Request' },
|
|
51921
51926
|
401: { description: 'Unauthorized' },
|
|
51922
51927
|
},
|
|
51923
|
-
security: [
|
|
51928
|
+
security: [
|
|
51929
|
+
{ client_session_with_customer: [] },
|
|
51930
|
+
{ pat_with_workspace: [] },
|
|
51931
|
+
{ console_session_with_workspace: [] },
|
|
51932
|
+
{ api_key: [] },
|
|
51933
|
+
],
|
|
51924
51934
|
summary: '/workspaces/customization_profiles/get',
|
|
51925
51935
|
tags: ['/workspaces'],
|
|
51926
51936
|
'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
|
|
@@ -51989,7 +51999,12 @@ export default {
|
|
|
51989
51999
|
400: { description: 'Bad Request' },
|
|
51990
52000
|
401: { description: 'Unauthorized' },
|
|
51991
52001
|
},
|
|
51992
|
-
security: [
|
|
52002
|
+
security: [
|
|
52003
|
+
{ client_session_with_customer: [] },
|
|
52004
|
+
{ pat_with_workspace: [] },
|
|
52005
|
+
{ console_session_with_workspace: [] },
|
|
52006
|
+
{ api_key: [] },
|
|
52007
|
+
],
|
|
51993
52008
|
summary: '/workspaces/customization_profiles/get',
|
|
51994
52009
|
tags: ['/workspaces'],
|
|
51995
52010
|
'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
|
|
@@ -52050,7 +52065,12 @@ export default {
|
|
|
52050
52065
|
400: { description: 'Bad Request' },
|
|
52051
52066
|
401: { description: 'Unauthorized' },
|
|
52052
52067
|
},
|
|
52053
|
-
security: [
|
|
52068
|
+
security: [
|
|
52069
|
+
{ client_session_with_customer: [] },
|
|
52070
|
+
{ pat_with_workspace: [] },
|
|
52071
|
+
{ console_session_with_workspace: [] },
|
|
52072
|
+
{ api_key: [] },
|
|
52073
|
+
],
|
|
52054
52074
|
summary: '/workspaces/customization_profiles/list',
|
|
52055
52075
|
tags: ['/workspaces'],
|
|
52056
52076
|
'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
|
|
@@ -52109,7 +52129,12 @@ export default {
|
|
|
52109
52129
|
400: { description: 'Bad Request' },
|
|
52110
52130
|
401: { description: 'Unauthorized' },
|
|
52111
52131
|
},
|
|
52112
|
-
security: [
|
|
52132
|
+
security: [
|
|
52133
|
+
{ client_session_with_customer: [] },
|
|
52134
|
+
{ pat_with_workspace: [] },
|
|
52135
|
+
{ console_session_with_workspace: [] },
|
|
52136
|
+
{ api_key: [] },
|
|
52137
|
+
],
|
|
52113
52138
|
summary: '/workspaces/customization_profiles/list',
|
|
52114
52139
|
tags: ['/workspaces'],
|
|
52115
52140
|
'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
|
|
@@ -52156,7 +52181,12 @@ export default {
|
|
|
52156
52181
|
400: { description: 'Bad Request' },
|
|
52157
52182
|
401: { description: 'Unauthorized' },
|
|
52158
52183
|
},
|
|
52159
|
-
security: [
|
|
52184
|
+
security: [
|
|
52185
|
+
{ client_session_with_customer: [] },
|
|
52186
|
+
{ pat_with_workspace: [] },
|
|
52187
|
+
{ console_session_with_workspace: [] },
|
|
52188
|
+
{ api_key: [] },
|
|
52189
|
+
],
|
|
52160
52190
|
summary: '/workspaces/customization_profiles/update',
|
|
52161
52191
|
tags: ['/workspaces'],
|
|
52162
52192
|
'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
|
|
@@ -52200,7 +52230,12 @@ export default {
|
|
|
52200
52230
|
400: { description: 'Bad Request' },
|
|
52201
52231
|
401: { description: 'Unauthorized' },
|
|
52202
52232
|
},
|
|
52203
|
-
security: [
|
|
52233
|
+
security: [
|
|
52234
|
+
{ client_session_with_customer: [] },
|
|
52235
|
+
{ pat_with_workspace: [] },
|
|
52236
|
+
{ console_session_with_workspace: [] },
|
|
52237
|
+
{ api_key: [] },
|
|
52238
|
+
],
|
|
52204
52239
|
summary: '/workspaces/customization_profiles/update',
|
|
52205
52240
|
tags: ['/workspaces'],
|
|
52206
52241
|
'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
|
|
@@ -52230,7 +52265,12 @@ export default {
|
|
|
52230
52265
|
400: { description: 'Bad Request' },
|
|
52231
52266
|
401: { description: 'Unauthorized' },
|
|
52232
52267
|
},
|
|
52233
|
-
security: [
|
|
52268
|
+
security: [
|
|
52269
|
+
{ client_session_with_customer: [] },
|
|
52270
|
+
{ pat_with_workspace: [] },
|
|
52271
|
+
{ console_session_with_workspace: [] },
|
|
52272
|
+
{ api_key: [] },
|
|
52273
|
+
],
|
|
52234
52274
|
summary: '/workspaces/customization_profiles/upload_images',
|
|
52235
52275
|
tags: ['/workspaces'],
|
|
52236
52276
|
'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
|