@seamapi/types 1.515.0 → 1.516.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 +0 -60
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +32 -184
- package/dist/index.cjs +0 -60
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +32 -179
- package/lib/seam/connect/openapi.js +0 -60
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -5
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +0 -60
- package/src/lib/seam/connect/route-types.ts +0 -5
package/dist/connect.d.cts
CHANGED
|
@@ -81226,36 +81226,13 @@ declare const _default: {
|
|
|
81226
81226
|
description: string;
|
|
81227
81227
|
operationId: string;
|
|
81228
81228
|
parameters: ({
|
|
81229
|
-
in: string;
|
|
81230
|
-
name: string;
|
|
81231
|
-
schema: {
|
|
81232
|
-
items: {
|
|
81233
|
-
format: string;
|
|
81234
|
-
type: string;
|
|
81235
|
-
oneOf?: never;
|
|
81236
|
-
enum?: never;
|
|
81237
|
-
};
|
|
81238
|
-
type: string;
|
|
81239
|
-
description?: never;
|
|
81240
|
-
format?: never;
|
|
81241
|
-
oneOf?: never;
|
|
81242
|
-
enum?: never;
|
|
81243
|
-
default?: never;
|
|
81244
|
-
additionalProperties?: never;
|
|
81245
|
-
nullable?: never;
|
|
81246
|
-
'x-undocumented'?: never;
|
|
81247
|
-
deprecated?: never;
|
|
81248
|
-
'x-deprecated'?: never;
|
|
81249
|
-
minLength?: never;
|
|
81250
|
-
};
|
|
81251
|
-
} | {
|
|
81252
81229
|
in: string;
|
|
81253
81230
|
name: string;
|
|
81254
81231
|
schema: {
|
|
81255
81232
|
description: string;
|
|
81256
81233
|
type: string;
|
|
81257
|
-
items?: never;
|
|
81258
81234
|
format?: never;
|
|
81235
|
+
items?: never;
|
|
81259
81236
|
oneOf?: never;
|
|
81260
81237
|
enum?: never;
|
|
81261
81238
|
default?: never;
|
|
@@ -81317,9 +81294,9 @@ declare const _default: {
|
|
|
81317
81294
|
enum: string[];
|
|
81318
81295
|
type: string;
|
|
81319
81296
|
}[];
|
|
81320
|
-
items?: never;
|
|
81321
81297
|
type?: never;
|
|
81322
81298
|
format?: never;
|
|
81299
|
+
items?: never;
|
|
81323
81300
|
enum?: never;
|
|
81324
81301
|
default?: never;
|
|
81325
81302
|
additionalProperties?: never;
|
|
@@ -81363,8 +81340,8 @@ declare const _default: {
|
|
|
81363
81340
|
description: string;
|
|
81364
81341
|
enum: string[];
|
|
81365
81342
|
type: string;
|
|
81366
|
-
items?: never;
|
|
81367
81343
|
format?: never;
|
|
81344
|
+
items?: never;
|
|
81368
81345
|
oneOf?: never;
|
|
81369
81346
|
default?: never;
|
|
81370
81347
|
additionalProperties?: never;
|
|
@@ -81403,8 +81380,8 @@ declare const _default: {
|
|
|
81403
81380
|
};
|
|
81404
81381
|
description: string;
|
|
81405
81382
|
type: string;
|
|
81406
|
-
items?: never;
|
|
81407
81383
|
format?: never;
|
|
81384
|
+
items?: never;
|
|
81408
81385
|
oneOf?: never;
|
|
81409
81386
|
enum?: never;
|
|
81410
81387
|
default?: never;
|
|
@@ -81421,8 +81398,8 @@ declare const _default: {
|
|
|
81421
81398
|
description: string;
|
|
81422
81399
|
nullable: boolean;
|
|
81423
81400
|
type: string;
|
|
81424
|
-
items?: never;
|
|
81425
81401
|
format?: never;
|
|
81402
|
+
items?: never;
|
|
81426
81403
|
oneOf?: never;
|
|
81427
81404
|
enum?: never;
|
|
81428
81405
|
default?: never;
|
|
@@ -81464,8 +81441,8 @@ declare const _default: {
|
|
|
81464
81441
|
nullable: boolean;
|
|
81465
81442
|
type: string;
|
|
81466
81443
|
'x-deprecated': string;
|
|
81467
|
-
items?: never;
|
|
81468
81444
|
description?: never;
|
|
81445
|
+
items?: never;
|
|
81469
81446
|
oneOf?: never;
|
|
81470
81447
|
enum?: never;
|
|
81471
81448
|
default?: never;
|
|
@@ -81480,8 +81457,8 @@ declare const _default: {
|
|
|
81480
81457
|
description: string;
|
|
81481
81458
|
minLength: number;
|
|
81482
81459
|
type: string;
|
|
81483
|
-
items?: never;
|
|
81484
81460
|
format?: never;
|
|
81461
|
+
items?: never;
|
|
81485
81462
|
oneOf?: never;
|
|
81486
81463
|
enum?: never;
|
|
81487
81464
|
default?: never;
|
|
@@ -81609,13 +81586,6 @@ declare const _default: {
|
|
|
81609
81586
|
description: string;
|
|
81610
81587
|
type: string;
|
|
81611
81588
|
};
|
|
81612
|
-
customer_ids: {
|
|
81613
|
-
items: {
|
|
81614
|
-
format: string;
|
|
81615
|
-
type: string;
|
|
81616
|
-
};
|
|
81617
|
-
type: string;
|
|
81618
|
-
};
|
|
81619
81589
|
customer_key: {
|
|
81620
81590
|
description: string;
|
|
81621
81591
|
type: string;
|
|
@@ -82462,36 +82432,13 @@ declare const _default: {
|
|
|
82462
82432
|
description: string;
|
|
82463
82433
|
operationId: string;
|
|
82464
82434
|
parameters: ({
|
|
82465
|
-
in: string;
|
|
82466
|
-
name: string;
|
|
82467
|
-
schema: {
|
|
82468
|
-
items: {
|
|
82469
|
-
format: string;
|
|
82470
|
-
type: string;
|
|
82471
|
-
oneOf?: never;
|
|
82472
|
-
enum?: never;
|
|
82473
|
-
};
|
|
82474
|
-
type: string;
|
|
82475
|
-
description?: never;
|
|
82476
|
-
format?: never;
|
|
82477
|
-
oneOf?: never;
|
|
82478
|
-
enum?: never;
|
|
82479
|
-
default?: never;
|
|
82480
|
-
additionalProperties?: never;
|
|
82481
|
-
nullable?: never;
|
|
82482
|
-
'x-undocumented'?: never;
|
|
82483
|
-
deprecated?: never;
|
|
82484
|
-
'x-deprecated'?: never;
|
|
82485
|
-
minLength?: never;
|
|
82486
|
-
};
|
|
82487
|
-
} | {
|
|
82488
82435
|
in: string;
|
|
82489
82436
|
name: string;
|
|
82490
82437
|
schema: {
|
|
82491
82438
|
description: string;
|
|
82492
82439
|
type: string;
|
|
82493
|
-
items?: never;
|
|
82494
82440
|
format?: never;
|
|
82441
|
+
items?: never;
|
|
82495
82442
|
oneOf?: never;
|
|
82496
82443
|
enum?: never;
|
|
82497
82444
|
default?: never;
|
|
@@ -82553,9 +82500,9 @@ declare const _default: {
|
|
|
82553
82500
|
enum: string[];
|
|
82554
82501
|
type: string;
|
|
82555
82502
|
}[];
|
|
82556
|
-
items?: never;
|
|
82557
82503
|
type?: never;
|
|
82558
82504
|
format?: never;
|
|
82505
|
+
items?: never;
|
|
82559
82506
|
enum?: never;
|
|
82560
82507
|
default?: never;
|
|
82561
82508
|
additionalProperties?: never;
|
|
@@ -82599,8 +82546,8 @@ declare const _default: {
|
|
|
82599
82546
|
description: string;
|
|
82600
82547
|
enum: string[];
|
|
82601
82548
|
type: string;
|
|
82602
|
-
items?: never;
|
|
82603
82549
|
format?: never;
|
|
82550
|
+
items?: never;
|
|
82604
82551
|
oneOf?: never;
|
|
82605
82552
|
default?: never;
|
|
82606
82553
|
additionalProperties?: never;
|
|
@@ -82639,8 +82586,8 @@ declare const _default: {
|
|
|
82639
82586
|
};
|
|
82640
82587
|
description: string;
|
|
82641
82588
|
type: string;
|
|
82642
|
-
items?: never;
|
|
82643
82589
|
format?: never;
|
|
82590
|
+
items?: never;
|
|
82644
82591
|
oneOf?: never;
|
|
82645
82592
|
enum?: never;
|
|
82646
82593
|
default?: never;
|
|
@@ -82657,8 +82604,8 @@ declare const _default: {
|
|
|
82657
82604
|
description: string;
|
|
82658
82605
|
nullable: boolean;
|
|
82659
82606
|
type: string;
|
|
82660
|
-
items?: never;
|
|
82661
82607
|
format?: never;
|
|
82608
|
+
items?: never;
|
|
82662
82609
|
oneOf?: never;
|
|
82663
82610
|
enum?: never;
|
|
82664
82611
|
default?: never;
|
|
@@ -82700,8 +82647,8 @@ declare const _default: {
|
|
|
82700
82647
|
nullable: boolean;
|
|
82701
82648
|
type: string;
|
|
82702
82649
|
'x-deprecated': string;
|
|
82703
|
-
items?: never;
|
|
82704
82650
|
description?: never;
|
|
82651
|
+
items?: never;
|
|
82705
82652
|
oneOf?: never;
|
|
82706
82653
|
enum?: never;
|
|
82707
82654
|
default?: never;
|
|
@@ -82716,8 +82663,8 @@ declare const _default: {
|
|
|
82716
82663
|
description: string;
|
|
82717
82664
|
minLength: number;
|
|
82718
82665
|
type: string;
|
|
82719
|
-
items?: never;
|
|
82720
82666
|
format?: never;
|
|
82667
|
+
items?: never;
|
|
82721
82668
|
oneOf?: never;
|
|
82722
82669
|
enum?: never;
|
|
82723
82670
|
default?: never;
|
|
@@ -82824,13 +82771,6 @@ declare const _default: {
|
|
|
82824
82771
|
description: string;
|
|
82825
82772
|
type: string;
|
|
82826
82773
|
};
|
|
82827
|
-
customer_ids: {
|
|
82828
|
-
items: {
|
|
82829
|
-
format: string;
|
|
82830
|
-
type: string;
|
|
82831
|
-
};
|
|
82832
|
-
type: string;
|
|
82833
|
-
};
|
|
82834
82774
|
customer_key: {
|
|
82835
82775
|
description: string;
|
|
82836
82776
|
type: string;
|
|
@@ -84475,35 +84415,13 @@ declare const _default: {
|
|
|
84475
84415
|
description: string;
|
|
84476
84416
|
operationId: string;
|
|
84477
84417
|
parameters: ({
|
|
84478
|
-
in: string;
|
|
84479
|
-
name: string;
|
|
84480
|
-
schema: {
|
|
84481
|
-
items: {
|
|
84482
|
-
format: string;
|
|
84483
|
-
type: string;
|
|
84484
|
-
description?: never;
|
|
84485
|
-
enum?: never;
|
|
84486
|
-
};
|
|
84487
|
-
type: string;
|
|
84488
|
-
description?: never;
|
|
84489
|
-
format?: never;
|
|
84490
|
-
enum?: never;
|
|
84491
|
-
default?: never;
|
|
84492
|
-
additionalProperties?: never;
|
|
84493
|
-
nullable?: never;
|
|
84494
|
-
'x-undocumented'?: never;
|
|
84495
|
-
deprecated?: never;
|
|
84496
|
-
'x-deprecated'?: never;
|
|
84497
|
-
minLength?: never;
|
|
84498
|
-
};
|
|
84499
|
-
} | {
|
|
84500
84418
|
in: string;
|
|
84501
84419
|
name: string;
|
|
84502
84420
|
schema: {
|
|
84503
84421
|
description: string;
|
|
84504
84422
|
type: string;
|
|
84505
|
-
items?: never;
|
|
84506
84423
|
format?: never;
|
|
84424
|
+
items?: never;
|
|
84507
84425
|
enum?: never;
|
|
84508
84426
|
default?: never;
|
|
84509
84427
|
additionalProperties?: never;
|
|
@@ -84559,8 +84477,8 @@ declare const _default: {
|
|
|
84559
84477
|
description: string;
|
|
84560
84478
|
enum: string[];
|
|
84561
84479
|
type: string;
|
|
84562
|
-
items?: never;
|
|
84563
84480
|
format?: never;
|
|
84481
|
+
items?: never;
|
|
84564
84482
|
default?: never;
|
|
84565
84483
|
additionalProperties?: never;
|
|
84566
84484
|
nullable?: never;
|
|
@@ -84619,8 +84537,8 @@ declare const _default: {
|
|
|
84619
84537
|
};
|
|
84620
84538
|
description: string;
|
|
84621
84539
|
type: string;
|
|
84622
|
-
items?: never;
|
|
84623
84540
|
format?: never;
|
|
84541
|
+
items?: never;
|
|
84624
84542
|
enum?: never;
|
|
84625
84543
|
default?: never;
|
|
84626
84544
|
nullable?: never;
|
|
@@ -84636,8 +84554,8 @@ declare const _default: {
|
|
|
84636
84554
|
description: string;
|
|
84637
84555
|
nullable: boolean;
|
|
84638
84556
|
type: string;
|
|
84639
|
-
items?: never;
|
|
84640
84557
|
format?: never;
|
|
84558
|
+
items?: never;
|
|
84641
84559
|
enum?: never;
|
|
84642
84560
|
default?: never;
|
|
84643
84561
|
additionalProperties?: never;
|
|
@@ -84677,8 +84595,8 @@ declare const _default: {
|
|
|
84677
84595
|
nullable: boolean;
|
|
84678
84596
|
type: string;
|
|
84679
84597
|
'x-deprecated': string;
|
|
84680
|
-
items?: never;
|
|
84681
84598
|
description?: never;
|
|
84599
|
+
items?: never;
|
|
84682
84600
|
enum?: never;
|
|
84683
84601
|
default?: never;
|
|
84684
84602
|
additionalProperties?: never;
|
|
@@ -84692,8 +84610,8 @@ declare const _default: {
|
|
|
84692
84610
|
description: string;
|
|
84693
84611
|
minLength: number;
|
|
84694
84612
|
type: string;
|
|
84695
|
-
items?: never;
|
|
84696
84613
|
format?: never;
|
|
84614
|
+
items?: never;
|
|
84697
84615
|
enum?: never;
|
|
84698
84616
|
default?: never;
|
|
84699
84617
|
additionalProperties?: never;
|
|
@@ -84813,13 +84731,6 @@ declare const _default: {
|
|
|
84813
84731
|
description: string;
|
|
84814
84732
|
type: string;
|
|
84815
84733
|
};
|
|
84816
|
-
customer_ids: {
|
|
84817
|
-
items: {
|
|
84818
|
-
format: string;
|
|
84819
|
-
type: string;
|
|
84820
|
-
};
|
|
84821
|
-
type: string;
|
|
84822
|
-
};
|
|
84823
84734
|
customer_key: {
|
|
84824
84735
|
description: string;
|
|
84825
84736
|
type: string;
|
|
@@ -85310,35 +85221,13 @@ declare const _default: {
|
|
|
85310
85221
|
description: string;
|
|
85311
85222
|
operationId: string;
|
|
85312
85223
|
parameters: ({
|
|
85313
|
-
in: string;
|
|
85314
|
-
name: string;
|
|
85315
|
-
schema: {
|
|
85316
|
-
items: {
|
|
85317
|
-
format: string;
|
|
85318
|
-
type: string;
|
|
85319
|
-
description?: never;
|
|
85320
|
-
enum?: never;
|
|
85321
|
-
};
|
|
85322
|
-
type: string;
|
|
85323
|
-
description?: never;
|
|
85324
|
-
format?: never;
|
|
85325
|
-
enum?: never;
|
|
85326
|
-
default?: never;
|
|
85327
|
-
additionalProperties?: never;
|
|
85328
|
-
nullable?: never;
|
|
85329
|
-
'x-undocumented'?: never;
|
|
85330
|
-
deprecated?: never;
|
|
85331
|
-
'x-deprecated'?: never;
|
|
85332
|
-
minLength?: never;
|
|
85333
|
-
};
|
|
85334
|
-
} | {
|
|
85335
85224
|
in: string;
|
|
85336
85225
|
name: string;
|
|
85337
85226
|
schema: {
|
|
85338
85227
|
description: string;
|
|
85339
85228
|
type: string;
|
|
85340
|
-
items?: never;
|
|
85341
85229
|
format?: never;
|
|
85230
|
+
items?: never;
|
|
85342
85231
|
enum?: never;
|
|
85343
85232
|
default?: never;
|
|
85344
85233
|
additionalProperties?: never;
|
|
@@ -85394,8 +85283,8 @@ declare const _default: {
|
|
|
85394
85283
|
description: string;
|
|
85395
85284
|
enum: string[];
|
|
85396
85285
|
type: string;
|
|
85397
|
-
items?: never;
|
|
85398
85286
|
format?: never;
|
|
85287
|
+
items?: never;
|
|
85399
85288
|
default?: never;
|
|
85400
85289
|
additionalProperties?: never;
|
|
85401
85290
|
nullable?: never;
|
|
@@ -85454,8 +85343,8 @@ declare const _default: {
|
|
|
85454
85343
|
};
|
|
85455
85344
|
description: string;
|
|
85456
85345
|
type: string;
|
|
85457
|
-
items?: never;
|
|
85458
85346
|
format?: never;
|
|
85347
|
+
items?: never;
|
|
85459
85348
|
enum?: never;
|
|
85460
85349
|
default?: never;
|
|
85461
85350
|
nullable?: never;
|
|
@@ -85471,8 +85360,8 @@ declare const _default: {
|
|
|
85471
85360
|
description: string;
|
|
85472
85361
|
nullable: boolean;
|
|
85473
85362
|
type: string;
|
|
85474
|
-
items?: never;
|
|
85475
85363
|
format?: never;
|
|
85364
|
+
items?: never;
|
|
85476
85365
|
enum?: never;
|
|
85477
85366
|
default?: never;
|
|
85478
85367
|
additionalProperties?: never;
|
|
@@ -85512,8 +85401,8 @@ declare const _default: {
|
|
|
85512
85401
|
nullable: boolean;
|
|
85513
85402
|
type: string;
|
|
85514
85403
|
'x-deprecated': string;
|
|
85515
|
-
items?: never;
|
|
85516
85404
|
description?: never;
|
|
85405
|
+
items?: never;
|
|
85517
85406
|
enum?: never;
|
|
85518
85407
|
default?: never;
|
|
85519
85408
|
additionalProperties?: never;
|
|
@@ -85527,8 +85416,8 @@ declare const _default: {
|
|
|
85527
85416
|
description: string;
|
|
85528
85417
|
minLength: number;
|
|
85529
85418
|
type: string;
|
|
85530
|
-
items?: never;
|
|
85531
85419
|
format?: never;
|
|
85420
|
+
items?: never;
|
|
85532
85421
|
enum?: never;
|
|
85533
85422
|
default?: never;
|
|
85534
85423
|
additionalProperties?: never;
|
|
@@ -85648,13 +85537,6 @@ declare const _default: {
|
|
|
85648
85537
|
description: string;
|
|
85649
85538
|
type: string;
|
|
85650
85539
|
};
|
|
85651
|
-
customer_ids: {
|
|
85652
|
-
items: {
|
|
85653
|
-
format: string;
|
|
85654
|
-
type: string;
|
|
85655
|
-
};
|
|
85656
|
-
type: string;
|
|
85657
|
-
};
|
|
85658
85540
|
customer_key: {
|
|
85659
85541
|
description: string;
|
|
85660
85542
|
type: string;
|
|
@@ -93440,35 +93322,13 @@ declare const _default: {
|
|
|
93440
93322
|
description: string;
|
|
93441
93323
|
operationId: string;
|
|
93442
93324
|
parameters: ({
|
|
93443
|
-
in: string;
|
|
93444
|
-
name: string;
|
|
93445
|
-
schema: {
|
|
93446
|
-
items: {
|
|
93447
|
-
format: string;
|
|
93448
|
-
type: string;
|
|
93449
|
-
description?: never;
|
|
93450
|
-
enum?: never;
|
|
93451
|
-
};
|
|
93452
|
-
type: string;
|
|
93453
|
-
description?: never;
|
|
93454
|
-
format?: never;
|
|
93455
|
-
enum?: never;
|
|
93456
|
-
default?: never;
|
|
93457
|
-
additionalProperties?: never;
|
|
93458
|
-
nullable?: never;
|
|
93459
|
-
'x-undocumented'?: never;
|
|
93460
|
-
deprecated?: never;
|
|
93461
|
-
'x-deprecated'?: never;
|
|
93462
|
-
minLength?: never;
|
|
93463
|
-
};
|
|
93464
|
-
} | {
|
|
93465
93325
|
in: string;
|
|
93466
93326
|
name: string;
|
|
93467
93327
|
schema: {
|
|
93468
93328
|
description: string;
|
|
93469
93329
|
type: string;
|
|
93470
|
-
items?: never;
|
|
93471
93330
|
format?: never;
|
|
93331
|
+
items?: never;
|
|
93472
93332
|
enum?: never;
|
|
93473
93333
|
default?: never;
|
|
93474
93334
|
additionalProperties?: never;
|
|
@@ -93524,8 +93384,8 @@ declare const _default: {
|
|
|
93524
93384
|
description: string;
|
|
93525
93385
|
enum: string[];
|
|
93526
93386
|
type: string;
|
|
93527
|
-
items?: never;
|
|
93528
93387
|
format?: never;
|
|
93388
|
+
items?: never;
|
|
93529
93389
|
default?: never;
|
|
93530
93390
|
additionalProperties?: never;
|
|
93531
93391
|
nullable?: never;
|
|
@@ -93584,8 +93444,8 @@ declare const _default: {
|
|
|
93584
93444
|
};
|
|
93585
93445
|
description: string;
|
|
93586
93446
|
type: string;
|
|
93587
|
-
items?: never;
|
|
93588
93447
|
format?: never;
|
|
93448
|
+
items?: never;
|
|
93589
93449
|
enum?: never;
|
|
93590
93450
|
default?: never;
|
|
93591
93451
|
nullable?: never;
|
|
@@ -93601,8 +93461,8 @@ declare const _default: {
|
|
|
93601
93461
|
description: string;
|
|
93602
93462
|
nullable: boolean;
|
|
93603
93463
|
type: string;
|
|
93604
|
-
items?: never;
|
|
93605
93464
|
format?: never;
|
|
93465
|
+
items?: never;
|
|
93606
93466
|
enum?: never;
|
|
93607
93467
|
default?: never;
|
|
93608
93468
|
additionalProperties?: never;
|
|
@@ -93642,8 +93502,8 @@ declare const _default: {
|
|
|
93642
93502
|
nullable: boolean;
|
|
93643
93503
|
type: string;
|
|
93644
93504
|
'x-deprecated': string;
|
|
93645
|
-
items?: never;
|
|
93646
93505
|
description?: never;
|
|
93506
|
+
items?: never;
|
|
93647
93507
|
enum?: never;
|
|
93648
93508
|
default?: never;
|
|
93649
93509
|
additionalProperties?: never;
|
|
@@ -93657,8 +93517,8 @@ declare const _default: {
|
|
|
93657
93517
|
description: string;
|
|
93658
93518
|
minLength: number;
|
|
93659
93519
|
type: string;
|
|
93660
|
-
items?: never;
|
|
93661
93520
|
format?: never;
|
|
93521
|
+
items?: never;
|
|
93662
93522
|
enum?: never;
|
|
93663
93523
|
default?: never;
|
|
93664
93524
|
additionalProperties?: never;
|
|
@@ -93778,13 +93638,6 @@ declare const _default: {
|
|
|
93778
93638
|
description: string;
|
|
93779
93639
|
type: string;
|
|
93780
93640
|
};
|
|
93781
|
-
customer_ids: {
|
|
93782
|
-
items: {
|
|
93783
|
-
format: string;
|
|
93784
|
-
type: string;
|
|
93785
|
-
};
|
|
93786
|
-
type: string;
|
|
93787
|
-
};
|
|
93788
93641
|
customer_key: {
|
|
93789
93642
|
description: string;
|
|
93790
93643
|
type: string;
|
|
@@ -133677,7 +133530,6 @@ type Routes = {
|
|
|
133677
133530
|
queryParams: {};
|
|
133678
133531
|
jsonBody: {};
|
|
133679
133532
|
commonParams: {
|
|
133680
|
-
customer_ids?: string[] | undefined;
|
|
133681
133533
|
/** Customer key for which you want to list devices. */
|
|
133682
133534
|
customer_key?: string | undefined;
|
|
133683
133535
|
/** ID of the connected account for which you want to list devices. */
|
|
@@ -135404,7 +135256,6 @@ type Routes = {
|
|
|
135404
135256
|
queryParams: {};
|
|
135405
135257
|
jsonBody: {};
|
|
135406
135258
|
commonParams: {
|
|
135407
|
-
customer_ids?: string[] | undefined;
|
|
135408
135259
|
/** Customer key for which you want to list devices. */
|
|
135409
135260
|
customer_key?: string | undefined;
|
|
135410
135261
|
/** ID of the connected account for which you want to list devices. */
|
|
@@ -142057,7 +141908,6 @@ type Routes = {
|
|
|
142057
141908
|
queryParams: {};
|
|
142058
141909
|
jsonBody: {};
|
|
142059
141910
|
commonParams: {
|
|
142060
|
-
customer_ids?: string[] | undefined;
|
|
142061
141911
|
/** Customer key for which you want to list devices. */
|
|
142062
141912
|
customer_key?: string | undefined;
|
|
142063
141913
|
/** ID of the connected account for which you want to list devices. */
|
|
@@ -149486,7 +149336,6 @@ type Routes = {
|
|
|
149486
149336
|
queryParams: {};
|
|
149487
149337
|
jsonBody: {};
|
|
149488
149338
|
commonParams: {
|
|
149489
|
-
customer_ids?: string[] | undefined;
|
|
149490
149339
|
/** Customer key for which you want to list devices. */
|
|
149491
149340
|
customer_key?: string | undefined;
|
|
149492
149341
|
/** ID of the connected account for which you want to list devices. */
|
|
@@ -168400,7 +168249,6 @@ type Routes = {
|
|
|
168400
168249
|
queryParams: {};
|
|
168401
168250
|
jsonBody: {};
|
|
168402
168251
|
commonParams: {
|
|
168403
|
-
customer_ids?: string[] | undefined;
|
|
168404
168252
|
/** Customer key for which you want to list devices. */
|
|
168405
168253
|
customer_key?: string | undefined;
|
|
168406
168254
|
/** ID of the connected account for which you want to list devices. */
|
package/dist/index.cjs
CHANGED
|
@@ -42231,14 +42231,6 @@ var openapi_default = {
|
|
|
42231
42231
|
description: "Returns a list of all [devices](https://docs.seam.co/latest/core-concepts/devices).",
|
|
42232
42232
|
operationId: "devicesListGet",
|
|
42233
42233
|
parameters: [
|
|
42234
|
-
{
|
|
42235
|
-
in: "query",
|
|
42236
|
-
name: "customer_ids",
|
|
42237
|
-
schema: {
|
|
42238
|
-
items: { format: "uuid", type: "string" },
|
|
42239
|
-
type: "array"
|
|
42240
|
-
}
|
|
42241
|
-
},
|
|
42242
42234
|
{
|
|
42243
42235
|
in: "query",
|
|
42244
42236
|
name: "customer_key",
|
|
@@ -42684,10 +42676,6 @@ var openapi_default = {
|
|
|
42684
42676
|
description: "Set of key:value [custom metadata](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device) pairs for which you want to list devices.",
|
|
42685
42677
|
type: "object"
|
|
42686
42678
|
},
|
|
42687
|
-
customer_ids: {
|
|
42688
|
-
items: { format: "uuid", type: "string" },
|
|
42689
|
-
type: "array"
|
|
42690
|
-
},
|
|
42691
42679
|
customer_key: {
|
|
42692
42680
|
description: "Customer key for which you want to list devices.",
|
|
42693
42681
|
type: "string"
|
|
@@ -43483,14 +43471,6 @@ var openapi_default = {
|
|
|
43483
43471
|
description: "Returns a list of all [unmanaged devices](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices).\n\nAn unmanaged device has a limited set of visible properties and a subset of supported events. You cannot control an unmanaged device. Any [access codes](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/migrating-existing-access-codes) on an unmanaged device are unmanaged. To control an unmanaged device with Seam, [convert it to a managed device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices#convert-an-unmanaged-device-to-managed).",
|
|
43484
43472
|
operationId: "devicesUnmanagedListGet",
|
|
43485
43473
|
parameters: [
|
|
43486
|
-
{
|
|
43487
|
-
in: "query",
|
|
43488
|
-
name: "customer_ids",
|
|
43489
|
-
schema: {
|
|
43490
|
-
items: { format: "uuid", type: "string" },
|
|
43491
|
-
type: "array"
|
|
43492
|
-
}
|
|
43493
|
-
},
|
|
43494
43474
|
{
|
|
43495
43475
|
in: "query",
|
|
43496
43476
|
name: "customer_key",
|
|
@@ -43933,10 +43913,6 @@ var openapi_default = {
|
|
|
43933
43913
|
description: "Set of key:value [custom metadata](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device) pairs for which you want to list devices.",
|
|
43934
43914
|
type: "object"
|
|
43935
43915
|
},
|
|
43936
|
-
customer_ids: {
|
|
43937
|
-
items: { format: "uuid", type: "string" },
|
|
43938
|
-
type: "array"
|
|
43939
|
-
},
|
|
43940
43916
|
customer_key: {
|
|
43941
43917
|
description: "Customer key for which you want to list devices.",
|
|
43942
43918
|
type: "string"
|
|
@@ -45776,14 +45752,6 @@ var openapi_default = {
|
|
|
45776
45752
|
description: "Returns a list of all [locks](https://docs.seam.co/latest/capability-guides/smart-locks).",
|
|
45777
45753
|
operationId: "locksListGet",
|
|
45778
45754
|
parameters: [
|
|
45779
|
-
{
|
|
45780
|
-
in: "query",
|
|
45781
|
-
name: "customer_ids",
|
|
45782
|
-
schema: {
|
|
45783
|
-
items: { format: "uuid", type: "string" },
|
|
45784
|
-
type: "array"
|
|
45785
|
-
}
|
|
45786
|
-
},
|
|
45787
45755
|
{
|
|
45788
45756
|
in: "query",
|
|
45789
45757
|
name: "customer_key",
|
|
@@ -46166,10 +46134,6 @@ var openapi_default = {
|
|
|
46166
46134
|
description: "Set of key:value [custom metadata](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device) pairs for which you want to list devices.",
|
|
46167
46135
|
type: "object"
|
|
46168
46136
|
},
|
|
46169
|
-
customer_ids: {
|
|
46170
|
-
items: { format: "uuid", type: "string" },
|
|
46171
|
-
type: "array"
|
|
46172
|
-
},
|
|
46173
46137
|
customer_key: {
|
|
46174
46138
|
description: "Customer key for which you want to list devices.",
|
|
46175
46139
|
type: "string"
|
|
@@ -46661,14 +46625,6 @@ var openapi_default = {
|
|
|
46661
46625
|
description: "Returns a list of all [noise sensors](https://docs.seam.co/latest/capability-guides/noise-sensors).",
|
|
46662
46626
|
operationId: "noiseSensorsListGet",
|
|
46663
46627
|
parameters: [
|
|
46664
|
-
{
|
|
46665
|
-
in: "query",
|
|
46666
|
-
name: "customer_ids",
|
|
46667
|
-
schema: {
|
|
46668
|
-
items: { format: "uuid", type: "string" },
|
|
46669
|
-
type: "array"
|
|
46670
|
-
}
|
|
46671
|
-
},
|
|
46672
46628
|
{
|
|
46673
46629
|
in: "query",
|
|
46674
46630
|
name: "customer_key",
|
|
@@ -46966,10 +46922,6 @@ var openapi_default = {
|
|
|
46966
46922
|
description: "Set of key:value [custom metadata](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device) pairs for which you want to list devices.",
|
|
46967
46923
|
type: "object"
|
|
46968
46924
|
},
|
|
46969
|
-
customer_ids: {
|
|
46970
|
-
items: { format: "uuid", type: "string" },
|
|
46971
|
-
type: "array"
|
|
46972
|
-
},
|
|
46973
46925
|
customer_key: {
|
|
46974
46926
|
description: "Customer key for which you want to list devices.",
|
|
46975
46927
|
type: "string"
|
|
@@ -53660,14 +53612,6 @@ var openapi_default = {
|
|
|
53660
53612
|
description: "Returns a list of all [thermostats](https://docs.seam.co/latest/capability-guides/thermostats).",
|
|
53661
53613
|
operationId: "thermostatsListGet",
|
|
53662
53614
|
parameters: [
|
|
53663
|
-
{
|
|
53664
|
-
in: "query",
|
|
53665
|
-
name: "customer_ids",
|
|
53666
|
-
schema: {
|
|
53667
|
-
items: { format: "uuid", type: "string" },
|
|
53668
|
-
type: "array"
|
|
53669
|
-
}
|
|
53670
|
-
},
|
|
53671
53615
|
{
|
|
53672
53616
|
in: "query",
|
|
53673
53617
|
name: "customer_key",
|
|
@@ -53986,10 +53930,6 @@ var openapi_default = {
|
|
|
53986
53930
|
description: "Set of key:value [custom metadata](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device) pairs for which you want to list devices.",
|
|
53987
53931
|
type: "object"
|
|
53988
53932
|
},
|
|
53989
|
-
customer_ids: {
|
|
53990
|
-
items: { format: "uuid", type: "string" },
|
|
53991
|
-
type: "array"
|
|
53992
|
-
},
|
|
53993
53933
|
customer_key: {
|
|
53994
53934
|
description: "Customer key for which you want to list devices.",
|
|
53995
53935
|
type: "string"
|