@seamapi/types 1.429.0 → 1.429.1
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 +145 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +177 -12
- package/lib/seam/connect/openapi.d.ts +169 -4
- package/lib/seam/connect/openapi.js +145 -8
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +8 -8
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +147 -8
- package/src/lib/seam/connect/route-types.ts +8 -8
package/dist/connect.d.cts
CHANGED
|
@@ -37581,7 +37581,7 @@ declare const _default: {
|
|
|
37581
37581
|
};
|
|
37582
37582
|
};
|
|
37583
37583
|
'/access_grants/delete': {
|
|
37584
|
-
|
|
37584
|
+
delete: {
|
|
37585
37585
|
description: string;
|
|
37586
37586
|
operationId: string;
|
|
37587
37587
|
parameters: {
|
|
@@ -38229,7 +38229,7 @@ declare const _default: {
|
|
|
38229
38229
|
};
|
|
38230
38230
|
};
|
|
38231
38231
|
'/access_methods/delete': {
|
|
38232
|
-
|
|
38232
|
+
delete: {
|
|
38233
38233
|
description: string;
|
|
38234
38234
|
operationId: string;
|
|
38235
38235
|
parameters: {
|
|
@@ -56833,6 +56833,64 @@ declare const _default: {
|
|
|
56833
56833
|
'x-title': string;
|
|
56834
56834
|
'x-undocumented': string;
|
|
56835
56835
|
};
|
|
56836
|
+
post: {
|
|
56837
|
+
description: string;
|
|
56838
|
+
operationId: string;
|
|
56839
|
+
requestBody: {
|
|
56840
|
+
content: {
|
|
56841
|
+
'application/json': {
|
|
56842
|
+
schema: {
|
|
56843
|
+
properties: {};
|
|
56844
|
+
type: string;
|
|
56845
|
+
};
|
|
56846
|
+
};
|
|
56847
|
+
};
|
|
56848
|
+
};
|
|
56849
|
+
responses: {
|
|
56850
|
+
200: {
|
|
56851
|
+
content: {
|
|
56852
|
+
'application/json': {
|
|
56853
|
+
schema: {
|
|
56854
|
+
properties: {
|
|
56855
|
+
ok: {
|
|
56856
|
+
type: string;
|
|
56857
|
+
};
|
|
56858
|
+
};
|
|
56859
|
+
required: string[];
|
|
56860
|
+
type: string;
|
|
56861
|
+
};
|
|
56862
|
+
};
|
|
56863
|
+
};
|
|
56864
|
+
description: string;
|
|
56865
|
+
};
|
|
56866
|
+
400: {
|
|
56867
|
+
description: string;
|
|
56868
|
+
};
|
|
56869
|
+
401: {
|
|
56870
|
+
description: string;
|
|
56871
|
+
};
|
|
56872
|
+
};
|
|
56873
|
+
security: ({
|
|
56874
|
+
console_session_with_workspace: never[];
|
|
56875
|
+
api_key?: never;
|
|
56876
|
+
client_session_with_customer?: never;
|
|
56877
|
+
} | {
|
|
56878
|
+
api_key: never[];
|
|
56879
|
+
console_session_with_workspace?: never;
|
|
56880
|
+
client_session_with_customer?: never;
|
|
56881
|
+
} | {
|
|
56882
|
+
client_session_with_customer: never[];
|
|
56883
|
+
console_session_with_workspace?: never;
|
|
56884
|
+
api_key?: never;
|
|
56885
|
+
})[];
|
|
56886
|
+
summary: string;
|
|
56887
|
+
tags: never[];
|
|
56888
|
+
'x-fern-sdk-group-name': string[];
|
|
56889
|
+
'x-fern-sdk-method-name': string;
|
|
56890
|
+
'x-response-key': null;
|
|
56891
|
+
'x-title': string;
|
|
56892
|
+
'x-undocumented': string;
|
|
56893
|
+
};
|
|
56836
56894
|
};
|
|
56837
56895
|
'/seam/customer/v1/automations/get': {
|
|
56838
56896
|
get: {
|
|
@@ -56942,6 +57000,113 @@ declare const _default: {
|
|
|
56942
57000
|
'x-title': string;
|
|
56943
57001
|
'x-undocumented': string;
|
|
56944
57002
|
};
|
|
57003
|
+
post: {
|
|
57004
|
+
description: string;
|
|
57005
|
+
operationId: string;
|
|
57006
|
+
responses: {
|
|
57007
|
+
200: {
|
|
57008
|
+
content: {
|
|
57009
|
+
'application/json': {
|
|
57010
|
+
schema: {
|
|
57011
|
+
properties: {
|
|
57012
|
+
access_rules: {
|
|
57013
|
+
properties: {
|
|
57014
|
+
reservation_created: {
|
|
57015
|
+
properties: {
|
|
57016
|
+
config: {
|
|
57017
|
+
properties: {
|
|
57018
|
+
access_methods: {
|
|
57019
|
+
items: {
|
|
57020
|
+
enum: string[];
|
|
57021
|
+
type: string;
|
|
57022
|
+
};
|
|
57023
|
+
minItems: number;
|
|
57024
|
+
type: string;
|
|
57025
|
+
};
|
|
57026
|
+
method_issuance_strategy: {
|
|
57027
|
+
enum: string[];
|
|
57028
|
+
type: string;
|
|
57029
|
+
};
|
|
57030
|
+
};
|
|
57031
|
+
required: string[];
|
|
57032
|
+
type: string;
|
|
57033
|
+
};
|
|
57034
|
+
rule: {
|
|
57035
|
+
enum: string[];
|
|
57036
|
+
type: string;
|
|
57037
|
+
};
|
|
57038
|
+
};
|
|
57039
|
+
required: string[];
|
|
57040
|
+
type: string;
|
|
57041
|
+
};
|
|
57042
|
+
reservation_deleted: {
|
|
57043
|
+
properties: {
|
|
57044
|
+
config: {
|
|
57045
|
+
$ref: string;
|
|
57046
|
+
};
|
|
57047
|
+
rule: {
|
|
57048
|
+
enum: string[];
|
|
57049
|
+
type: string;
|
|
57050
|
+
};
|
|
57051
|
+
};
|
|
57052
|
+
required: string[];
|
|
57053
|
+
type: string;
|
|
57054
|
+
};
|
|
57055
|
+
reservation_time_updated: {
|
|
57056
|
+
properties: {
|
|
57057
|
+
config: {
|
|
57058
|
+
$ref: string;
|
|
57059
|
+
};
|
|
57060
|
+
rule: {
|
|
57061
|
+
enum: string[];
|
|
57062
|
+
type: string;
|
|
57063
|
+
};
|
|
57064
|
+
};
|
|
57065
|
+
required: string[];
|
|
57066
|
+
type: string;
|
|
57067
|
+
};
|
|
57068
|
+
};
|
|
57069
|
+
type: string;
|
|
57070
|
+
};
|
|
57071
|
+
ok: {
|
|
57072
|
+
type: string;
|
|
57073
|
+
};
|
|
57074
|
+
};
|
|
57075
|
+
required: string[];
|
|
57076
|
+
type: string;
|
|
57077
|
+
};
|
|
57078
|
+
};
|
|
57079
|
+
};
|
|
57080
|
+
description: string;
|
|
57081
|
+
};
|
|
57082
|
+
400: {
|
|
57083
|
+
description: string;
|
|
57084
|
+
};
|
|
57085
|
+
401: {
|
|
57086
|
+
description: string;
|
|
57087
|
+
};
|
|
57088
|
+
};
|
|
57089
|
+
security: ({
|
|
57090
|
+
console_session_with_workspace: never[];
|
|
57091
|
+
api_key?: never;
|
|
57092
|
+
client_session_with_customer?: never;
|
|
57093
|
+
} | {
|
|
57094
|
+
api_key: never[];
|
|
57095
|
+
console_session_with_workspace?: never;
|
|
57096
|
+
client_session_with_customer?: never;
|
|
57097
|
+
} | {
|
|
57098
|
+
client_session_with_customer: never[];
|
|
57099
|
+
console_session_with_workspace?: never;
|
|
57100
|
+
api_key?: never;
|
|
57101
|
+
})[];
|
|
57102
|
+
summary: string;
|
|
57103
|
+
tags: never[];
|
|
57104
|
+
'x-fern-sdk-group-name': string[];
|
|
57105
|
+
'x-fern-sdk-method-name': string;
|
|
57106
|
+
'x-response-key': null;
|
|
57107
|
+
'x-title': string;
|
|
57108
|
+
'x-undocumented': string;
|
|
57109
|
+
};
|
|
56945
57110
|
};
|
|
56946
57111
|
'/seam/customer/v1/automations/update': {
|
|
56947
57112
|
patch: {
|
|
@@ -63073,7 +63238,7 @@ declare const _default: {
|
|
|
63073
63238
|
};
|
|
63074
63239
|
};
|
|
63075
63240
|
'/unstable_access_grants/delete': {
|
|
63076
|
-
|
|
63241
|
+
delete: {
|
|
63077
63242
|
description: string;
|
|
63078
63243
|
operationId: string;
|
|
63079
63244
|
parameters: {
|
|
@@ -63549,7 +63714,7 @@ declare const _default: {
|
|
|
63549
63714
|
};
|
|
63550
63715
|
};
|
|
63551
63716
|
'/unstable_access_methods/delete': {
|
|
63552
|
-
|
|
63717
|
+
delete: {
|
|
63553
63718
|
description: string;
|
|
63554
63719
|
operationId: string;
|
|
63555
63720
|
parameters: {
|
|
@@ -79120,7 +79285,7 @@ interface Routes {
|
|
|
79120
79285
|
};
|
|
79121
79286
|
'/access_grants/delete': {
|
|
79122
79287
|
route: '/access_grants/delete';
|
|
79123
|
-
method: '
|
|
79288
|
+
method: 'DELETE' | 'POST';
|
|
79124
79289
|
queryParams: {};
|
|
79125
79290
|
jsonBody: {};
|
|
79126
79291
|
commonParams: {
|
|
@@ -79256,7 +79421,7 @@ interface Routes {
|
|
|
79256
79421
|
};
|
|
79257
79422
|
'/access_methods/delete': {
|
|
79258
79423
|
route: '/access_methods/delete';
|
|
79259
|
-
method: '
|
|
79424
|
+
method: 'DELETE' | 'POST';
|
|
79260
79425
|
queryParams: {};
|
|
79261
79426
|
jsonBody: {};
|
|
79262
79427
|
commonParams: {
|
|
@@ -114071,7 +114236,7 @@ interface Routes {
|
|
|
114071
114236
|
};
|
|
114072
114237
|
'/seam/customer/v1/automations/delete': {
|
|
114073
114238
|
route: '/seam/customer/v1/automations/delete';
|
|
114074
|
-
method: 'DELETE';
|
|
114239
|
+
method: 'DELETE' | 'POST';
|
|
114075
114240
|
queryParams: {};
|
|
114076
114241
|
jsonBody: {};
|
|
114077
114242
|
commonParams: {};
|
|
@@ -114080,7 +114245,7 @@ interface Routes {
|
|
|
114080
114245
|
};
|
|
114081
114246
|
'/seam/customer/v1/automations/get': {
|
|
114082
114247
|
route: '/seam/customer/v1/automations/get';
|
|
114083
|
-
method: 'GET';
|
|
114248
|
+
method: 'GET' | 'POST';
|
|
114084
114249
|
queryParams: {};
|
|
114085
114250
|
jsonBody: {};
|
|
114086
114251
|
commonParams: {};
|
|
@@ -114107,7 +114272,7 @@ interface Routes {
|
|
|
114107
114272
|
};
|
|
114108
114273
|
'/seam/customer/v1/automations/update': {
|
|
114109
114274
|
route: '/seam/customer/v1/automations/update';
|
|
114110
|
-
method: '
|
|
114275
|
+
method: 'PATCH' | 'POST';
|
|
114111
114276
|
queryParams: {};
|
|
114112
114277
|
jsonBody: {
|
|
114113
114278
|
/** Access automation rules configuration. */
|
|
@@ -114164,7 +114329,7 @@ interface Routes {
|
|
|
114164
114329
|
};
|
|
114165
114330
|
'/seam/customer/v1/settings/update': {
|
|
114166
114331
|
route: '/seam/customer/v1/settings/update';
|
|
114167
|
-
method: '
|
|
114332
|
+
method: 'PATCH' | 'POST';
|
|
114168
114333
|
queryParams: {};
|
|
114169
114334
|
jsonBody: {
|
|
114170
114335
|
/** Business vertical to set on the workspace. */
|
|
@@ -130050,7 +130215,7 @@ interface Routes {
|
|
|
130050
130215
|
};
|
|
130051
130216
|
'/unstable_access_grants/delete': {
|
|
130052
130217
|
route: '/unstable_access_grants/delete';
|
|
130053
|
-
method: '
|
|
130218
|
+
method: 'DELETE' | 'POST';
|
|
130054
130219
|
queryParams: {};
|
|
130055
130220
|
jsonBody: {};
|
|
130056
130221
|
commonParams: {
|
|
@@ -130170,7 +130335,7 @@ interface Routes {
|
|
|
130170
130335
|
};
|
|
130171
130336
|
'/unstable_access_methods/delete': {
|
|
130172
130337
|
route: '/unstable_access_methods/delete';
|
|
130173
|
-
method: '
|
|
130338
|
+
method: 'DELETE' | 'POST';
|
|
130174
130339
|
queryParams: {};
|
|
130175
130340
|
jsonBody: {};
|
|
130176
130341
|
commonParams: {
|
|
@@ -15931,7 +15931,7 @@ declare const _default: {
|
|
|
15931
15931
|
};
|
|
15932
15932
|
};
|
|
15933
15933
|
'/access_grants/delete': {
|
|
15934
|
-
|
|
15934
|
+
delete: {
|
|
15935
15935
|
description: string;
|
|
15936
15936
|
operationId: string;
|
|
15937
15937
|
parameters: {
|
|
@@ -16579,7 +16579,7 @@ declare const _default: {
|
|
|
16579
16579
|
};
|
|
16580
16580
|
};
|
|
16581
16581
|
'/access_methods/delete': {
|
|
16582
|
-
|
|
16582
|
+
delete: {
|
|
16583
16583
|
description: string;
|
|
16584
16584
|
operationId: string;
|
|
16585
16585
|
parameters: {
|
|
@@ -35183,6 +35183,64 @@ declare const _default: {
|
|
|
35183
35183
|
'x-title': string;
|
|
35184
35184
|
'x-undocumented': string;
|
|
35185
35185
|
};
|
|
35186
|
+
post: {
|
|
35187
|
+
description: string;
|
|
35188
|
+
operationId: string;
|
|
35189
|
+
requestBody: {
|
|
35190
|
+
content: {
|
|
35191
|
+
'application/json': {
|
|
35192
|
+
schema: {
|
|
35193
|
+
properties: {};
|
|
35194
|
+
type: string;
|
|
35195
|
+
};
|
|
35196
|
+
};
|
|
35197
|
+
};
|
|
35198
|
+
};
|
|
35199
|
+
responses: {
|
|
35200
|
+
200: {
|
|
35201
|
+
content: {
|
|
35202
|
+
'application/json': {
|
|
35203
|
+
schema: {
|
|
35204
|
+
properties: {
|
|
35205
|
+
ok: {
|
|
35206
|
+
type: string;
|
|
35207
|
+
};
|
|
35208
|
+
};
|
|
35209
|
+
required: string[];
|
|
35210
|
+
type: string;
|
|
35211
|
+
};
|
|
35212
|
+
};
|
|
35213
|
+
};
|
|
35214
|
+
description: string;
|
|
35215
|
+
};
|
|
35216
|
+
400: {
|
|
35217
|
+
description: string;
|
|
35218
|
+
};
|
|
35219
|
+
401: {
|
|
35220
|
+
description: string;
|
|
35221
|
+
};
|
|
35222
|
+
};
|
|
35223
|
+
security: ({
|
|
35224
|
+
console_session_with_workspace: never[];
|
|
35225
|
+
api_key?: never;
|
|
35226
|
+
client_session_with_customer?: never;
|
|
35227
|
+
} | {
|
|
35228
|
+
api_key: never[];
|
|
35229
|
+
console_session_with_workspace?: never;
|
|
35230
|
+
client_session_with_customer?: never;
|
|
35231
|
+
} | {
|
|
35232
|
+
client_session_with_customer: never[];
|
|
35233
|
+
console_session_with_workspace?: never;
|
|
35234
|
+
api_key?: never;
|
|
35235
|
+
})[];
|
|
35236
|
+
summary: string;
|
|
35237
|
+
tags: never[];
|
|
35238
|
+
'x-fern-sdk-group-name': string[];
|
|
35239
|
+
'x-fern-sdk-method-name': string;
|
|
35240
|
+
'x-response-key': null;
|
|
35241
|
+
'x-title': string;
|
|
35242
|
+
'x-undocumented': string;
|
|
35243
|
+
};
|
|
35186
35244
|
};
|
|
35187
35245
|
'/seam/customer/v1/automations/get': {
|
|
35188
35246
|
get: {
|
|
@@ -35292,6 +35350,113 @@ declare const _default: {
|
|
|
35292
35350
|
'x-title': string;
|
|
35293
35351
|
'x-undocumented': string;
|
|
35294
35352
|
};
|
|
35353
|
+
post: {
|
|
35354
|
+
description: string;
|
|
35355
|
+
operationId: string;
|
|
35356
|
+
responses: {
|
|
35357
|
+
200: {
|
|
35358
|
+
content: {
|
|
35359
|
+
'application/json': {
|
|
35360
|
+
schema: {
|
|
35361
|
+
properties: {
|
|
35362
|
+
access_rules: {
|
|
35363
|
+
properties: {
|
|
35364
|
+
reservation_created: {
|
|
35365
|
+
properties: {
|
|
35366
|
+
config: {
|
|
35367
|
+
properties: {
|
|
35368
|
+
access_methods: {
|
|
35369
|
+
items: {
|
|
35370
|
+
enum: string[];
|
|
35371
|
+
type: string;
|
|
35372
|
+
};
|
|
35373
|
+
minItems: number;
|
|
35374
|
+
type: string;
|
|
35375
|
+
};
|
|
35376
|
+
method_issuance_strategy: {
|
|
35377
|
+
enum: string[];
|
|
35378
|
+
type: string;
|
|
35379
|
+
};
|
|
35380
|
+
};
|
|
35381
|
+
required: string[];
|
|
35382
|
+
type: string;
|
|
35383
|
+
};
|
|
35384
|
+
rule: {
|
|
35385
|
+
enum: string[];
|
|
35386
|
+
type: string;
|
|
35387
|
+
};
|
|
35388
|
+
};
|
|
35389
|
+
required: string[];
|
|
35390
|
+
type: string;
|
|
35391
|
+
};
|
|
35392
|
+
reservation_deleted: {
|
|
35393
|
+
properties: {
|
|
35394
|
+
config: {
|
|
35395
|
+
$ref: string;
|
|
35396
|
+
};
|
|
35397
|
+
rule: {
|
|
35398
|
+
enum: string[];
|
|
35399
|
+
type: string;
|
|
35400
|
+
};
|
|
35401
|
+
};
|
|
35402
|
+
required: string[];
|
|
35403
|
+
type: string;
|
|
35404
|
+
};
|
|
35405
|
+
reservation_time_updated: {
|
|
35406
|
+
properties: {
|
|
35407
|
+
config: {
|
|
35408
|
+
$ref: string;
|
|
35409
|
+
};
|
|
35410
|
+
rule: {
|
|
35411
|
+
enum: string[];
|
|
35412
|
+
type: string;
|
|
35413
|
+
};
|
|
35414
|
+
};
|
|
35415
|
+
required: string[];
|
|
35416
|
+
type: string;
|
|
35417
|
+
};
|
|
35418
|
+
};
|
|
35419
|
+
type: string;
|
|
35420
|
+
};
|
|
35421
|
+
ok: {
|
|
35422
|
+
type: string;
|
|
35423
|
+
};
|
|
35424
|
+
};
|
|
35425
|
+
required: string[];
|
|
35426
|
+
type: string;
|
|
35427
|
+
};
|
|
35428
|
+
};
|
|
35429
|
+
};
|
|
35430
|
+
description: string;
|
|
35431
|
+
};
|
|
35432
|
+
400: {
|
|
35433
|
+
description: string;
|
|
35434
|
+
};
|
|
35435
|
+
401: {
|
|
35436
|
+
description: string;
|
|
35437
|
+
};
|
|
35438
|
+
};
|
|
35439
|
+
security: ({
|
|
35440
|
+
console_session_with_workspace: never[];
|
|
35441
|
+
api_key?: never;
|
|
35442
|
+
client_session_with_customer?: never;
|
|
35443
|
+
} | {
|
|
35444
|
+
api_key: never[];
|
|
35445
|
+
console_session_with_workspace?: never;
|
|
35446
|
+
client_session_with_customer?: never;
|
|
35447
|
+
} | {
|
|
35448
|
+
client_session_with_customer: never[];
|
|
35449
|
+
console_session_with_workspace?: never;
|
|
35450
|
+
api_key?: never;
|
|
35451
|
+
})[];
|
|
35452
|
+
summary: string;
|
|
35453
|
+
tags: never[];
|
|
35454
|
+
'x-fern-sdk-group-name': string[];
|
|
35455
|
+
'x-fern-sdk-method-name': string;
|
|
35456
|
+
'x-response-key': null;
|
|
35457
|
+
'x-title': string;
|
|
35458
|
+
'x-undocumented': string;
|
|
35459
|
+
};
|
|
35295
35460
|
};
|
|
35296
35461
|
'/seam/customer/v1/automations/update': {
|
|
35297
35462
|
patch: {
|
|
@@ -41423,7 +41588,7 @@ declare const _default: {
|
|
|
41423
41588
|
};
|
|
41424
41589
|
};
|
|
41425
41590
|
'/unstable_access_grants/delete': {
|
|
41426
|
-
|
|
41591
|
+
delete: {
|
|
41427
41592
|
description: string;
|
|
41428
41593
|
operationId: string;
|
|
41429
41594
|
parameters: {
|
|
@@ -41899,7 +42064,7 @@ declare const _default: {
|
|
|
41899
42064
|
};
|
|
41900
42065
|
};
|
|
41901
42066
|
'/unstable_access_methods/delete': {
|
|
41902
|
-
|
|
42067
|
+
delete: {
|
|
41903
42068
|
description: string;
|
|
41904
42069
|
operationId: string;
|
|
41905
42070
|
parameters: {
|