@seamapi/types 1.526.0 → 1.528.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 +59 -21
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +71 -10
- package/dist/index.cjs +59 -21
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +37 -0
- package/lib/seam/connect/models/customer/customer-delete-data.d.ts +3 -0
- package/lib/seam/connect/models/customer/customer-delete-data.js +5 -0
- package/lib/seam/connect/models/customer/customer-delete-data.js.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +3 -0
- package/lib/seam/connect/models/devices/device.d.ts +6 -0
- package/lib/seam/connect/models/devices/device.js +1 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +4 -0
- package/lib/seam/connect/openapi.d.ts +16 -0
- package/lib/seam/connect/openapi.js +37 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +34 -10
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/customer-delete-data.ts +6 -0
- package/src/lib/seam/connect/models/devices/device.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +38 -0
- package/src/lib/seam/connect/route-types.ts +34 -0
|
@@ -12918,6 +12918,7 @@ export type Routes = {
|
|
|
12918
12918
|
can_run_thermostat_programs?: boolean | undefined
|
|
12919
12919
|
can_simulate_hub_connection?: boolean | undefined
|
|
12920
12920
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
12921
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
12921
12922
|
}[]
|
|
12922
12923
|
| undefined
|
|
12923
12924
|
acs_entrances?:
|
|
@@ -16675,6 +16676,7 @@ export type Routes = {
|
|
|
16675
16676
|
can_run_thermostat_programs?: boolean | undefined
|
|
16676
16677
|
can_simulate_hub_connection?: boolean | undefined
|
|
16677
16678
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
16679
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
16678
16680
|
}[]
|
|
16679
16681
|
| undefined
|
|
16680
16682
|
acs_entrances?:
|
|
@@ -19875,6 +19877,7 @@ export type Routes = {
|
|
|
19875
19877
|
can_run_thermostat_programs?: boolean | undefined
|
|
19876
19878
|
can_simulate_hub_connection?: boolean | undefined
|
|
19877
19879
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
19880
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
19878
19881
|
}[]
|
|
19879
19882
|
| undefined
|
|
19880
19883
|
connect_webviews?:
|
|
@@ -36278,6 +36281,8 @@ export type Routes = {
|
|
|
36278
36281
|
queryParams: {}
|
|
36279
36282
|
jsonBody: {}
|
|
36280
36283
|
commonParams: {
|
|
36284
|
+
/** List of customer keys to delete all data for. */
|
|
36285
|
+
customer_keys?: string[] | undefined
|
|
36281
36286
|
/** List of space keys to delete. */
|
|
36282
36287
|
space_keys?: string[] | undefined
|
|
36283
36288
|
/** List of property keys to delete. */
|
|
@@ -38096,6 +38101,7 @@ export type Routes = {
|
|
|
38096
38101
|
can_run_thermostat_programs?: boolean | undefined
|
|
38097
38102
|
can_simulate_hub_connection?: boolean | undefined
|
|
38098
38103
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
38104
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
38099
38105
|
}
|
|
38100
38106
|
}
|
|
38101
38107
|
}
|
|
@@ -38280,6 +38286,7 @@ export type Routes = {
|
|
|
38280
38286
|
| 'can_run_thermostat_programs'
|
|
38281
38287
|
| 'can_simulate_hub_connection'
|
|
38282
38288
|
| 'can_simulate_hub_disconnection'
|
|
38289
|
+
| 'can_simulate_paid_subscription'
|
|
38283
38290
|
)[]
|
|
38284
38291
|
| undefined
|
|
38285
38292
|
/** */
|
|
@@ -38300,6 +38307,7 @@ export type Routes = {
|
|
|
38300
38307
|
| 'can_run_thermostat_programs'
|
|
38301
38308
|
| 'can_simulate_hub_connection'
|
|
38302
38309
|
| 'can_simulate_hub_disconnection'
|
|
38310
|
+
| 'can_simulate_paid_subscription'
|
|
38303
38311
|
)[]
|
|
38304
38312
|
| undefined
|
|
38305
38313
|
/**
|
|
@@ -39787,6 +39795,7 @@ export type Routes = {
|
|
|
39787
39795
|
can_run_thermostat_programs?: boolean | undefined
|
|
39788
39796
|
can_simulate_hub_connection?: boolean | undefined
|
|
39789
39797
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
39798
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
39790
39799
|
}[]
|
|
39791
39800
|
/** Information about the current page of results. */
|
|
39792
39801
|
pagination: {
|
|
@@ -39892,6 +39901,7 @@ export type Routes = {
|
|
|
39892
39901
|
can_run_thermostat_programs?: boolean | undefined
|
|
39893
39902
|
can_simulate_hub_connection?: boolean | undefined
|
|
39894
39903
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
39904
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
39895
39905
|
}[]
|
|
39896
39906
|
}
|
|
39897
39907
|
}
|
|
@@ -40441,6 +40451,7 @@ export type Routes = {
|
|
|
40441
40451
|
can_run_thermostat_programs?: boolean | undefined
|
|
40442
40452
|
can_simulate_hub_connection?: boolean | undefined
|
|
40443
40453
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
40454
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
40444
40455
|
}
|
|
40445
40456
|
}
|
|
40446
40457
|
}
|
|
@@ -40625,6 +40636,7 @@ export type Routes = {
|
|
|
40625
40636
|
| 'can_run_thermostat_programs'
|
|
40626
40637
|
| 'can_simulate_hub_connection'
|
|
40627
40638
|
| 'can_simulate_hub_disconnection'
|
|
40639
|
+
| 'can_simulate_paid_subscription'
|
|
40628
40640
|
)[]
|
|
40629
40641
|
| undefined
|
|
40630
40642
|
/** */
|
|
@@ -40645,6 +40657,7 @@ export type Routes = {
|
|
|
40645
40657
|
| 'can_run_thermostat_programs'
|
|
40646
40658
|
| 'can_simulate_hub_connection'
|
|
40647
40659
|
| 'can_simulate_hub_disconnection'
|
|
40660
|
+
| 'can_simulate_paid_subscription'
|
|
40648
40661
|
)[]
|
|
40649
40662
|
| undefined
|
|
40650
40663
|
/**
|
|
@@ -41131,6 +41144,7 @@ export type Routes = {
|
|
|
41131
41144
|
can_run_thermostat_programs?: boolean | undefined
|
|
41132
41145
|
can_simulate_hub_connection?: boolean | undefined
|
|
41133
41146
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
41147
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
41134
41148
|
}[]
|
|
41135
41149
|
}
|
|
41136
41150
|
}
|
|
@@ -47375,6 +47389,7 @@ export type Routes = {
|
|
|
47375
47389
|
can_run_thermostat_programs?: boolean | undefined
|
|
47376
47390
|
can_simulate_hub_connection?: boolean | undefined
|
|
47377
47391
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
47392
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
47378
47393
|
}
|
|
47379
47394
|
/** Represents a [device](https://docs.seam.co/latest/core-concepts/devices) that has been connected to Seam. */
|
|
47380
47395
|
device: {
|
|
@@ -48850,6 +48865,7 @@ export type Routes = {
|
|
|
48850
48865
|
can_run_thermostat_programs?: boolean | undefined
|
|
48851
48866
|
can_simulate_hub_connection?: boolean | undefined
|
|
48852
48867
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
48868
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
48853
48869
|
}
|
|
48854
48870
|
}
|
|
48855
48871
|
}
|
|
@@ -48998,6 +49014,7 @@ export type Routes = {
|
|
|
48998
49014
|
| 'can_run_thermostat_programs'
|
|
48999
49015
|
| 'can_simulate_hub_connection'
|
|
49000
49016
|
| 'can_simulate_hub_disconnection'
|
|
49017
|
+
| 'can_simulate_paid_subscription'
|
|
49001
49018
|
)[]
|
|
49002
49019
|
| undefined
|
|
49003
49020
|
/** */
|
|
@@ -49018,6 +49035,7 @@ export type Routes = {
|
|
|
49018
49035
|
| 'can_run_thermostat_programs'
|
|
49019
49036
|
| 'can_simulate_hub_connection'
|
|
49020
49037
|
| 'can_simulate_hub_disconnection'
|
|
49038
|
+
| 'can_simulate_paid_subscription'
|
|
49021
49039
|
)[]
|
|
49022
49040
|
| undefined
|
|
49023
49041
|
/**
|
|
@@ -50505,6 +50523,7 @@ export type Routes = {
|
|
|
50505
50523
|
can_run_thermostat_programs?: boolean | undefined
|
|
50506
50524
|
can_simulate_hub_connection?: boolean | undefined
|
|
50507
50525
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
50526
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
50508
50527
|
}[]
|
|
50509
50528
|
devices: {
|
|
50510
50529
|
/** ID of the device. */
|
|
@@ -51979,6 +51998,7 @@ export type Routes = {
|
|
|
51979
51998
|
can_run_thermostat_programs?: boolean | undefined
|
|
51980
51999
|
can_simulate_hub_connection?: boolean | undefined
|
|
51981
52000
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
52001
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
51982
52002
|
}[]
|
|
51983
52003
|
}
|
|
51984
52004
|
}
|
|
@@ -57814,6 +57834,7 @@ export type Routes = {
|
|
|
57814
57834
|
| 'can_run_thermostat_programs'
|
|
57815
57835
|
| 'can_simulate_hub_connection'
|
|
57816
57836
|
| 'can_simulate_hub_disconnection'
|
|
57837
|
+
| 'can_simulate_paid_subscription'
|
|
57817
57838
|
)[]
|
|
57818
57839
|
| undefined
|
|
57819
57840
|
/** */
|
|
@@ -57834,6 +57855,7 @@ export type Routes = {
|
|
|
57834
57855
|
| 'can_run_thermostat_programs'
|
|
57835
57856
|
| 'can_simulate_hub_connection'
|
|
57836
57857
|
| 'can_simulate_hub_disconnection'
|
|
57858
|
+
| 'can_simulate_paid_subscription'
|
|
57837
57859
|
)[]
|
|
57838
57860
|
| undefined
|
|
57839
57861
|
/**
|
|
@@ -59321,6 +59343,7 @@ export type Routes = {
|
|
|
59321
59343
|
can_run_thermostat_programs?: boolean | undefined
|
|
59322
59344
|
can_simulate_hub_connection?: boolean | undefined
|
|
59323
59345
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
59346
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
59324
59347
|
}[]
|
|
59325
59348
|
devices: {
|
|
59326
59349
|
/** ID of the device. */
|
|
@@ -60795,6 +60818,7 @@ export type Routes = {
|
|
|
60795
60818
|
can_run_thermostat_programs?: boolean | undefined
|
|
60796
60819
|
can_simulate_hub_connection?: boolean | undefined
|
|
60797
60820
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
60821
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
60798
60822
|
}[]
|
|
60799
60823
|
}
|
|
60800
60824
|
}
|
|
@@ -70853,6 +70877,7 @@ export type Routes = {
|
|
|
70853
70877
|
can_run_thermostat_programs?: boolean | undefined
|
|
70854
70878
|
can_simulate_hub_connection?: boolean | undefined
|
|
70855
70879
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
70880
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
70856
70881
|
}[]
|
|
70857
70882
|
| undefined
|
|
70858
70883
|
acs_entrances?:
|
|
@@ -77371,6 +77396,7 @@ export type Routes = {
|
|
|
77371
77396
|
can_run_thermostat_programs?: boolean | undefined
|
|
77372
77397
|
can_simulate_hub_connection?: boolean | undefined
|
|
77373
77398
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
77399
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
77374
77400
|
}
|
|
77375
77401
|
}
|
|
77376
77402
|
}
|
|
@@ -80357,6 +80383,7 @@ export type Routes = {
|
|
|
80357
80383
|
| 'can_run_thermostat_programs'
|
|
80358
80384
|
| 'can_simulate_hub_connection'
|
|
80359
80385
|
| 'can_simulate_hub_disconnection'
|
|
80386
|
+
| 'can_simulate_paid_subscription'
|
|
80360
80387
|
)[]
|
|
80361
80388
|
| undefined
|
|
80362
80389
|
/** */
|
|
@@ -80377,6 +80404,7 @@ export type Routes = {
|
|
|
80377
80404
|
| 'can_run_thermostat_programs'
|
|
80378
80405
|
| 'can_simulate_hub_connection'
|
|
80379
80406
|
| 'can_simulate_hub_disconnection'
|
|
80407
|
+
| 'can_simulate_paid_subscription'
|
|
80380
80408
|
)[]
|
|
80381
80409
|
| undefined
|
|
80382
80410
|
/**
|
|
@@ -81864,6 +81892,7 @@ export type Routes = {
|
|
|
81864
81892
|
can_run_thermostat_programs?: boolean | undefined
|
|
81865
81893
|
can_simulate_hub_connection?: boolean | undefined
|
|
81866
81894
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
81895
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
81867
81896
|
}[]
|
|
81868
81897
|
devices: {
|
|
81869
81898
|
/** ID of the device. */
|
|
@@ -83338,6 +83367,7 @@ export type Routes = {
|
|
|
83338
83367
|
can_run_thermostat_programs?: boolean | undefined
|
|
83339
83368
|
can_simulate_hub_connection?: boolean | undefined
|
|
83340
83369
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
83370
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
83341
83371
|
}[]
|
|
83342
83372
|
}
|
|
83343
83373
|
}
|
|
@@ -91545,6 +91575,7 @@ export type Routes = {
|
|
|
91545
91575
|
can_run_thermostat_programs?: boolean | undefined
|
|
91546
91576
|
can_simulate_hub_connection?: boolean | undefined
|
|
91547
91577
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
91578
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
91548
91579
|
}[]
|
|
91549
91580
|
/**
|
|
91550
91581
|
* @deprecated Use devices.*/
|
|
@@ -93021,6 +93052,7 @@ export type Routes = {
|
|
|
93021
93052
|
can_run_thermostat_programs?: boolean | undefined
|
|
93022
93053
|
can_simulate_hub_connection?: boolean | undefined
|
|
93023
93054
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
93055
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
93024
93056
|
}[]
|
|
93025
93057
|
}
|
|
93026
93058
|
}
|
|
@@ -95367,6 +95399,7 @@ export type Routes = {
|
|
|
95367
95399
|
can_run_thermostat_programs?: boolean | undefined
|
|
95368
95400
|
can_simulate_hub_connection?: boolean | undefined
|
|
95369
95401
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
95402
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
95370
95403
|
}[]
|
|
95371
95404
|
| undefined
|
|
95372
95405
|
acs_entrances?:
|
|
@@ -98567,6 +98600,7 @@ export type Routes = {
|
|
|
98567
98600
|
can_run_thermostat_programs?: boolean | undefined
|
|
98568
98601
|
can_simulate_hub_connection?: boolean | undefined
|
|
98569
98602
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
98603
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
98570
98604
|
}[]
|
|
98571
98605
|
| undefined
|
|
98572
98606
|
connect_webviews?:
|