@seamapi/types 1.598.0 → 1.600.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 +243 -76
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +377 -107
- package/dist/index.cjs +243 -76
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/customer/customer-portal.d.ts +26 -92
- package/lib/seam/connect/models/customer/customer-portal.js +15 -16
- package/lib/seam/connect/models/customer/customer-portal.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +296 -83
- package/lib/seam/connect/openapi.js +243 -76
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +81 -24
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/customer-portal.ts +19 -18
- package/src/lib/seam/connect/openapi.ts +249 -85
- package/src/lib/seam/connect/route-types.ts +85 -24
|
@@ -31568,10 +31568,11 @@ declare const _default: {
|
|
|
31568
31568
|
connect: {
|
|
31569
31569
|
exclude: boolean;
|
|
31570
31570
|
};
|
|
31571
|
-
|
|
31571
|
+
manage: {
|
|
31572
31572
|
exclude: boolean;
|
|
31573
|
+
exclude_reservation_management: boolean;
|
|
31573
31574
|
};
|
|
31574
|
-
|
|
31575
|
+
manage_devices: {
|
|
31575
31576
|
exclude: boolean;
|
|
31576
31577
|
};
|
|
31577
31578
|
organize: {
|
|
@@ -31633,33 +31634,24 @@ declare const _default: {
|
|
|
31633
31634
|
};
|
|
31634
31635
|
type: string;
|
|
31635
31636
|
};
|
|
31636
|
-
|
|
31637
|
+
manage: {
|
|
31637
31638
|
default: {};
|
|
31638
31639
|
description: string;
|
|
31639
31640
|
properties: {
|
|
31640
|
-
accepted_providers: {
|
|
31641
|
-
description: string;
|
|
31642
|
-
items: {
|
|
31643
|
-
type: string;
|
|
31644
|
-
};
|
|
31645
|
-
type: string;
|
|
31646
|
-
};
|
|
31647
31641
|
exclude: {
|
|
31648
31642
|
default: boolean;
|
|
31649
31643
|
description: string;
|
|
31650
31644
|
type: string;
|
|
31651
31645
|
};
|
|
31652
|
-
|
|
31646
|
+
exclude_reservation_management: {
|
|
31647
|
+
default: boolean;
|
|
31653
31648
|
description: string;
|
|
31654
|
-
items: {
|
|
31655
|
-
type: string;
|
|
31656
|
-
};
|
|
31657
31649
|
type: string;
|
|
31658
31650
|
};
|
|
31659
31651
|
};
|
|
31660
31652
|
type: string;
|
|
31661
31653
|
};
|
|
31662
|
-
|
|
31654
|
+
manage_devices: {
|
|
31663
31655
|
default: {};
|
|
31664
31656
|
description: string;
|
|
31665
31657
|
properties: {
|
|
@@ -31668,20 +31660,6 @@ declare const _default: {
|
|
|
31668
31660
|
description: string;
|
|
31669
31661
|
type: string;
|
|
31670
31662
|
};
|
|
31671
|
-
reservations: {
|
|
31672
|
-
default: {
|
|
31673
|
-
exclude: boolean;
|
|
31674
|
-
};
|
|
31675
|
-
description: string;
|
|
31676
|
-
properties: {
|
|
31677
|
-
exclude: {
|
|
31678
|
-
default: boolean;
|
|
31679
|
-
description: string;
|
|
31680
|
-
type: string;
|
|
31681
|
-
};
|
|
31682
|
-
};
|
|
31683
|
-
type: string;
|
|
31684
|
-
};
|
|
31685
31663
|
};
|
|
31686
31664
|
type: string;
|
|
31687
31665
|
};
|
|
@@ -42123,6 +42101,218 @@ declare const _default: {
|
|
|
42123
42101
|
'x-undocumented': string;
|
|
42124
42102
|
};
|
|
42125
42103
|
};
|
|
42104
|
+
'/seam/customer/v1/connectors/create': {
|
|
42105
|
+
post: {
|
|
42106
|
+
description: string;
|
|
42107
|
+
operationId: string;
|
|
42108
|
+
requestBody: {
|
|
42109
|
+
content: {
|
|
42110
|
+
'application/json': {
|
|
42111
|
+
schema: {
|
|
42112
|
+
properties: {
|
|
42113
|
+
config: {
|
|
42114
|
+
description: string;
|
|
42115
|
+
oneOf: ({
|
|
42116
|
+
properties: {
|
|
42117
|
+
access_token: {
|
|
42118
|
+
minLength: number;
|
|
42119
|
+
type: string;
|
|
42120
|
+
};
|
|
42121
|
+
client: {
|
|
42122
|
+
minLength: number;
|
|
42123
|
+
type: string;
|
|
42124
|
+
};
|
|
42125
|
+
client_token: {
|
|
42126
|
+
minLength: number;
|
|
42127
|
+
type: string;
|
|
42128
|
+
};
|
|
42129
|
+
enterprise_ids: {
|
|
42130
|
+
items: {
|
|
42131
|
+
format: string;
|
|
42132
|
+
type: string;
|
|
42133
|
+
};
|
|
42134
|
+
type: string;
|
|
42135
|
+
};
|
|
42136
|
+
};
|
|
42137
|
+
required: string[];
|
|
42138
|
+
type: string;
|
|
42139
|
+
} | {
|
|
42140
|
+
properties: {
|
|
42141
|
+
access_token?: never;
|
|
42142
|
+
client?: never;
|
|
42143
|
+
client_token?: never;
|
|
42144
|
+
enterprise_ids?: never;
|
|
42145
|
+
};
|
|
42146
|
+
type: string;
|
|
42147
|
+
required?: never;
|
|
42148
|
+
})[];
|
|
42149
|
+
};
|
|
42150
|
+
connector_type: {
|
|
42151
|
+
description: string;
|
|
42152
|
+
enum: string[];
|
|
42153
|
+
type: string;
|
|
42154
|
+
};
|
|
42155
|
+
customer_key: {
|
|
42156
|
+
description: string;
|
|
42157
|
+
minLength: number;
|
|
42158
|
+
type: string;
|
|
42159
|
+
};
|
|
42160
|
+
};
|
|
42161
|
+
required: string[];
|
|
42162
|
+
type: string;
|
|
42163
|
+
};
|
|
42164
|
+
};
|
|
42165
|
+
};
|
|
42166
|
+
};
|
|
42167
|
+
responses: {
|
|
42168
|
+
200: {
|
|
42169
|
+
content: {
|
|
42170
|
+
'application/json': {
|
|
42171
|
+
schema: {
|
|
42172
|
+
properties: {
|
|
42173
|
+
connector: {
|
|
42174
|
+
properties: {
|
|
42175
|
+
connector_id: {
|
|
42176
|
+
type: string;
|
|
42177
|
+
};
|
|
42178
|
+
connector_type: {
|
|
42179
|
+
type: string;
|
|
42180
|
+
};
|
|
42181
|
+
error: {
|
|
42182
|
+
type: string;
|
|
42183
|
+
};
|
|
42184
|
+
status: {
|
|
42185
|
+
enum: string[];
|
|
42186
|
+
type: string;
|
|
42187
|
+
};
|
|
42188
|
+
webhook_subscription: {
|
|
42189
|
+
properties: {
|
|
42190
|
+
events: {
|
|
42191
|
+
items: {
|
|
42192
|
+
type: string;
|
|
42193
|
+
};
|
|
42194
|
+
type: string;
|
|
42195
|
+
};
|
|
42196
|
+
status: {
|
|
42197
|
+
enum: string[];
|
|
42198
|
+
type: string;
|
|
42199
|
+
};
|
|
42200
|
+
subscription_id: {
|
|
42201
|
+
type: string;
|
|
42202
|
+
};
|
|
42203
|
+
webhook_url: {
|
|
42204
|
+
type: string;
|
|
42205
|
+
};
|
|
42206
|
+
};
|
|
42207
|
+
required: string[];
|
|
42208
|
+
type: string;
|
|
42209
|
+
};
|
|
42210
|
+
};
|
|
42211
|
+
required: string[];
|
|
42212
|
+
type: string;
|
|
42213
|
+
};
|
|
42214
|
+
ok: {
|
|
42215
|
+
type: string;
|
|
42216
|
+
};
|
|
42217
|
+
};
|
|
42218
|
+
required: string[];
|
|
42219
|
+
type: string;
|
|
42220
|
+
};
|
|
42221
|
+
};
|
|
42222
|
+
};
|
|
42223
|
+
description: string;
|
|
42224
|
+
};
|
|
42225
|
+
400: {
|
|
42226
|
+
description: string;
|
|
42227
|
+
};
|
|
42228
|
+
401: {
|
|
42229
|
+
description: string;
|
|
42230
|
+
};
|
|
42231
|
+
};
|
|
42232
|
+
security: {
|
|
42233
|
+
api_key: never[];
|
|
42234
|
+
}[];
|
|
42235
|
+
summary: string;
|
|
42236
|
+
tags: never[];
|
|
42237
|
+
'x-fern-sdk-group-name': string[];
|
|
42238
|
+
'x-fern-sdk-method-name': string;
|
|
42239
|
+
'x-fern-sdk-return-value': string;
|
|
42240
|
+
'x-response-key': string;
|
|
42241
|
+
'x-title': string;
|
|
42242
|
+
};
|
|
42243
|
+
};
|
|
42244
|
+
'/seam/customer/v1/connectors/sync': {
|
|
42245
|
+
post: {
|
|
42246
|
+
description: string;
|
|
42247
|
+
operationId: string;
|
|
42248
|
+
requestBody: {
|
|
42249
|
+
content: {
|
|
42250
|
+
'application/json': {
|
|
42251
|
+
schema: {
|
|
42252
|
+
properties: {
|
|
42253
|
+
connector_id: {
|
|
42254
|
+
description: string;
|
|
42255
|
+
format: string;
|
|
42256
|
+
type: string;
|
|
42257
|
+
};
|
|
42258
|
+
};
|
|
42259
|
+
required: string[];
|
|
42260
|
+
type: string;
|
|
42261
|
+
};
|
|
42262
|
+
};
|
|
42263
|
+
};
|
|
42264
|
+
};
|
|
42265
|
+
responses: {
|
|
42266
|
+
200: {
|
|
42267
|
+
content: {
|
|
42268
|
+
'application/json': {
|
|
42269
|
+
schema: {
|
|
42270
|
+
properties: {
|
|
42271
|
+
connector_sync: {
|
|
42272
|
+
properties: {
|
|
42273
|
+
connector_id: {
|
|
42274
|
+
type: string;
|
|
42275
|
+
};
|
|
42276
|
+
message: {
|
|
42277
|
+
type: string;
|
|
42278
|
+
};
|
|
42279
|
+
status: {
|
|
42280
|
+
type: string;
|
|
42281
|
+
};
|
|
42282
|
+
};
|
|
42283
|
+
required: string[];
|
|
42284
|
+
type: string;
|
|
42285
|
+
};
|
|
42286
|
+
ok: {
|
|
42287
|
+
type: string;
|
|
42288
|
+
};
|
|
42289
|
+
};
|
|
42290
|
+
required: string[];
|
|
42291
|
+
type: string;
|
|
42292
|
+
};
|
|
42293
|
+
};
|
|
42294
|
+
};
|
|
42295
|
+
description: string;
|
|
42296
|
+
};
|
|
42297
|
+
400: {
|
|
42298
|
+
description: string;
|
|
42299
|
+
};
|
|
42300
|
+
401: {
|
|
42301
|
+
description: string;
|
|
42302
|
+
};
|
|
42303
|
+
};
|
|
42304
|
+
security: {
|
|
42305
|
+
api_key: never[];
|
|
42306
|
+
}[];
|
|
42307
|
+
summary: string;
|
|
42308
|
+
tags: never[];
|
|
42309
|
+
'x-fern-sdk-group-name': string[];
|
|
42310
|
+
'x-fern-sdk-method-name': string;
|
|
42311
|
+
'x-fern-sdk-return-value': string;
|
|
42312
|
+
'x-response-key': string;
|
|
42313
|
+
'x-title': string;
|
|
42314
|
+
};
|
|
42315
|
+
};
|
|
42126
42316
|
'/seam/customer/v1/events/list': {
|
|
42127
42317
|
get: {
|
|
42128
42318
|
description: string;
|
|
@@ -42453,35 +42643,26 @@ declare const _default: {
|
|
|
42453
42643
|
};
|
|
42454
42644
|
type: string;
|
|
42455
42645
|
};
|
|
42456
|
-
|
|
42646
|
+
manage: {
|
|
42457
42647
|
default: {
|
|
42458
42648
|
$ref: string;
|
|
42459
42649
|
};
|
|
42460
42650
|
description: string;
|
|
42461
42651
|
properties: {
|
|
42462
|
-
accepted_providers: {
|
|
42463
|
-
description: string;
|
|
42464
|
-
items: {
|
|
42465
|
-
type: string;
|
|
42466
|
-
};
|
|
42467
|
-
type: string;
|
|
42468
|
-
};
|
|
42469
42652
|
exclude: {
|
|
42470
42653
|
default: boolean;
|
|
42471
42654
|
description: string;
|
|
42472
42655
|
type: string;
|
|
42473
42656
|
};
|
|
42474
|
-
|
|
42657
|
+
exclude_reservation_management: {
|
|
42658
|
+
default: boolean;
|
|
42475
42659
|
description: string;
|
|
42476
|
-
items: {
|
|
42477
|
-
type: string;
|
|
42478
|
-
};
|
|
42479
42660
|
type: string;
|
|
42480
42661
|
};
|
|
42481
42662
|
};
|
|
42482
42663
|
type: string;
|
|
42483
42664
|
};
|
|
42484
|
-
|
|
42665
|
+
manage_devices: {
|
|
42485
42666
|
default: {
|
|
42486
42667
|
$ref: string;
|
|
42487
42668
|
};
|
|
@@ -42492,20 +42673,6 @@ declare const _default: {
|
|
|
42492
42673
|
description: string;
|
|
42493
42674
|
type: string;
|
|
42494
42675
|
};
|
|
42495
|
-
reservations: {
|
|
42496
|
-
default: {
|
|
42497
|
-
exclude: boolean;
|
|
42498
|
-
};
|
|
42499
|
-
description: string;
|
|
42500
|
-
properties: {
|
|
42501
|
-
exclude: {
|
|
42502
|
-
default: boolean;
|
|
42503
|
-
description: string;
|
|
42504
|
-
type: string;
|
|
42505
|
-
};
|
|
42506
|
-
};
|
|
42507
|
-
type: string;
|
|
42508
|
-
};
|
|
42509
42676
|
};
|
|
42510
42677
|
type: string;
|
|
42511
42678
|
};
|
|
@@ -42867,35 +43034,26 @@ declare const _default: {
|
|
|
42867
43034
|
};
|
|
42868
43035
|
type: string;
|
|
42869
43036
|
};
|
|
42870
|
-
|
|
43037
|
+
manage: {
|
|
42871
43038
|
default: {
|
|
42872
43039
|
$ref: string;
|
|
42873
43040
|
};
|
|
42874
43041
|
description: string;
|
|
42875
43042
|
properties: {
|
|
42876
|
-
accepted_providers: {
|
|
42877
|
-
description: string;
|
|
42878
|
-
items: {
|
|
42879
|
-
type: string;
|
|
42880
|
-
};
|
|
42881
|
-
type: string;
|
|
42882
|
-
};
|
|
42883
43043
|
exclude: {
|
|
42884
43044
|
default: boolean;
|
|
42885
43045
|
description: string;
|
|
42886
43046
|
type: string;
|
|
42887
43047
|
};
|
|
42888
|
-
|
|
43048
|
+
exclude_reservation_management: {
|
|
43049
|
+
default: boolean;
|
|
42889
43050
|
description: string;
|
|
42890
|
-
items: {
|
|
42891
|
-
type: string;
|
|
42892
|
-
};
|
|
42893
43051
|
type: string;
|
|
42894
43052
|
};
|
|
42895
43053
|
};
|
|
42896
43054
|
type: string;
|
|
42897
43055
|
};
|
|
42898
|
-
|
|
43056
|
+
manage_devices: {
|
|
42899
43057
|
default: {
|
|
42900
43058
|
$ref: string;
|
|
42901
43059
|
};
|
|
@@ -42906,20 +43064,6 @@ declare const _default: {
|
|
|
42906
43064
|
description: string;
|
|
42907
43065
|
type: string;
|
|
42908
43066
|
};
|
|
42909
|
-
reservations: {
|
|
42910
|
-
default: {
|
|
42911
|
-
exclude: boolean;
|
|
42912
|
-
};
|
|
42913
|
-
description: string;
|
|
42914
|
-
properties: {
|
|
42915
|
-
exclude: {
|
|
42916
|
-
default: boolean;
|
|
42917
|
-
description: string;
|
|
42918
|
-
type: string;
|
|
42919
|
-
};
|
|
42920
|
-
};
|
|
42921
|
-
type: string;
|
|
42922
|
-
};
|
|
42923
43067
|
};
|
|
42924
43068
|
type: string;
|
|
42925
43069
|
};
|
|
@@ -44230,6 +44374,75 @@ declare const _default: {
|
|
|
44230
44374
|
'x-title': string;
|
|
44231
44375
|
};
|
|
44232
44376
|
};
|
|
44377
|
+
'/seam/customer/v1/webhooks/connectors/[workspace_id]/[connector_id]': {
|
|
44378
|
+
post: {
|
|
44379
|
+
description: string;
|
|
44380
|
+
operationId: string;
|
|
44381
|
+
requestBody: {
|
|
44382
|
+
content: {
|
|
44383
|
+
'application/json': {
|
|
44384
|
+
schema: {
|
|
44385
|
+
properties: {};
|
|
44386
|
+
type: string;
|
|
44387
|
+
};
|
|
44388
|
+
};
|
|
44389
|
+
};
|
|
44390
|
+
};
|
|
44391
|
+
responses: {
|
|
44392
|
+
200: {
|
|
44393
|
+
content: {
|
|
44394
|
+
'application/json': {
|
|
44395
|
+
schema: {
|
|
44396
|
+
properties: {
|
|
44397
|
+
error: {
|
|
44398
|
+
type: string;
|
|
44399
|
+
};
|
|
44400
|
+
ok: {
|
|
44401
|
+
type: string;
|
|
44402
|
+
};
|
|
44403
|
+
processed_events: {
|
|
44404
|
+
format: string;
|
|
44405
|
+
type: string;
|
|
44406
|
+
};
|
|
44407
|
+
success: {
|
|
44408
|
+
type: string;
|
|
44409
|
+
};
|
|
44410
|
+
};
|
|
44411
|
+
required: string[];
|
|
44412
|
+
type: string;
|
|
44413
|
+
};
|
|
44414
|
+
};
|
|
44415
|
+
};
|
|
44416
|
+
description: string;
|
|
44417
|
+
};
|
|
44418
|
+
400: {
|
|
44419
|
+
description: string;
|
|
44420
|
+
};
|
|
44421
|
+
401: {
|
|
44422
|
+
description: string;
|
|
44423
|
+
};
|
|
44424
|
+
};
|
|
44425
|
+
security: ({
|
|
44426
|
+
pat_with_workspace: never[];
|
|
44427
|
+
console_session_with_workspace?: never;
|
|
44428
|
+
api_key?: never;
|
|
44429
|
+
} | {
|
|
44430
|
+
console_session_with_workspace: never[];
|
|
44431
|
+
pat_with_workspace?: never;
|
|
44432
|
+
api_key?: never;
|
|
44433
|
+
} | {
|
|
44434
|
+
api_key: never[];
|
|
44435
|
+
pat_with_workspace?: never;
|
|
44436
|
+
console_session_with_workspace?: never;
|
|
44437
|
+
})[];
|
|
44438
|
+
summary: string;
|
|
44439
|
+
tags: string[];
|
|
44440
|
+
'x-fern-sdk-group-name': string[];
|
|
44441
|
+
'x-fern-sdk-method-name': string;
|
|
44442
|
+
'x-response-key': null;
|
|
44443
|
+
'x-title': string;
|
|
44444
|
+
};
|
|
44445
|
+
};
|
|
44233
44446
|
'/seam/instant_key/v1/client_sessions/exchange_short_code': {
|
|
44234
44447
|
post: {
|
|
44235
44448
|
description: string;
|