@seamapi/types 1.527.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 +45 -21
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +62 -10
- package/dist/index.cjs +45 -21
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +37 -0
- 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 +9 -0
- package/lib/seam/connect/openapi.js +23 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +32 -10
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +23 -0
- package/src/lib/seam/connect/route-types.ts +32 -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?:
|
|
@@ -38098,6 +38101,7 @@ export type Routes = {
|
|
|
38098
38101
|
can_run_thermostat_programs?: boolean | undefined
|
|
38099
38102
|
can_simulate_hub_connection?: boolean | undefined
|
|
38100
38103
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
38104
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
38101
38105
|
}
|
|
38102
38106
|
}
|
|
38103
38107
|
}
|
|
@@ -38282,6 +38286,7 @@ export type Routes = {
|
|
|
38282
38286
|
| 'can_run_thermostat_programs'
|
|
38283
38287
|
| 'can_simulate_hub_connection'
|
|
38284
38288
|
| 'can_simulate_hub_disconnection'
|
|
38289
|
+
| 'can_simulate_paid_subscription'
|
|
38285
38290
|
)[]
|
|
38286
38291
|
| undefined
|
|
38287
38292
|
/** */
|
|
@@ -38302,6 +38307,7 @@ export type Routes = {
|
|
|
38302
38307
|
| 'can_run_thermostat_programs'
|
|
38303
38308
|
| 'can_simulate_hub_connection'
|
|
38304
38309
|
| 'can_simulate_hub_disconnection'
|
|
38310
|
+
| 'can_simulate_paid_subscription'
|
|
38305
38311
|
)[]
|
|
38306
38312
|
| undefined
|
|
38307
38313
|
/**
|
|
@@ -39789,6 +39795,7 @@ export type Routes = {
|
|
|
39789
39795
|
can_run_thermostat_programs?: boolean | undefined
|
|
39790
39796
|
can_simulate_hub_connection?: boolean | undefined
|
|
39791
39797
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
39798
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
39792
39799
|
}[]
|
|
39793
39800
|
/** Information about the current page of results. */
|
|
39794
39801
|
pagination: {
|
|
@@ -39894,6 +39901,7 @@ export type Routes = {
|
|
|
39894
39901
|
can_run_thermostat_programs?: boolean | undefined
|
|
39895
39902
|
can_simulate_hub_connection?: boolean | undefined
|
|
39896
39903
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
39904
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
39897
39905
|
}[]
|
|
39898
39906
|
}
|
|
39899
39907
|
}
|
|
@@ -40443,6 +40451,7 @@ export type Routes = {
|
|
|
40443
40451
|
can_run_thermostat_programs?: boolean | undefined
|
|
40444
40452
|
can_simulate_hub_connection?: boolean | undefined
|
|
40445
40453
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
40454
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
40446
40455
|
}
|
|
40447
40456
|
}
|
|
40448
40457
|
}
|
|
@@ -40627,6 +40636,7 @@ export type Routes = {
|
|
|
40627
40636
|
| 'can_run_thermostat_programs'
|
|
40628
40637
|
| 'can_simulate_hub_connection'
|
|
40629
40638
|
| 'can_simulate_hub_disconnection'
|
|
40639
|
+
| 'can_simulate_paid_subscription'
|
|
40630
40640
|
)[]
|
|
40631
40641
|
| undefined
|
|
40632
40642
|
/** */
|
|
@@ -40647,6 +40657,7 @@ export type Routes = {
|
|
|
40647
40657
|
| 'can_run_thermostat_programs'
|
|
40648
40658
|
| 'can_simulate_hub_connection'
|
|
40649
40659
|
| 'can_simulate_hub_disconnection'
|
|
40660
|
+
| 'can_simulate_paid_subscription'
|
|
40650
40661
|
)[]
|
|
40651
40662
|
| undefined
|
|
40652
40663
|
/**
|
|
@@ -41133,6 +41144,7 @@ export type Routes = {
|
|
|
41133
41144
|
can_run_thermostat_programs?: boolean | undefined
|
|
41134
41145
|
can_simulate_hub_connection?: boolean | undefined
|
|
41135
41146
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
41147
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
41136
41148
|
}[]
|
|
41137
41149
|
}
|
|
41138
41150
|
}
|
|
@@ -47377,6 +47389,7 @@ export type Routes = {
|
|
|
47377
47389
|
can_run_thermostat_programs?: boolean | undefined
|
|
47378
47390
|
can_simulate_hub_connection?: boolean | undefined
|
|
47379
47391
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
47392
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
47380
47393
|
}
|
|
47381
47394
|
/** Represents a [device](https://docs.seam.co/latest/core-concepts/devices) that has been connected to Seam. */
|
|
47382
47395
|
device: {
|
|
@@ -48852,6 +48865,7 @@ export type Routes = {
|
|
|
48852
48865
|
can_run_thermostat_programs?: boolean | undefined
|
|
48853
48866
|
can_simulate_hub_connection?: boolean | undefined
|
|
48854
48867
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
48868
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
48855
48869
|
}
|
|
48856
48870
|
}
|
|
48857
48871
|
}
|
|
@@ -49000,6 +49014,7 @@ export type Routes = {
|
|
|
49000
49014
|
| 'can_run_thermostat_programs'
|
|
49001
49015
|
| 'can_simulate_hub_connection'
|
|
49002
49016
|
| 'can_simulate_hub_disconnection'
|
|
49017
|
+
| 'can_simulate_paid_subscription'
|
|
49003
49018
|
)[]
|
|
49004
49019
|
| undefined
|
|
49005
49020
|
/** */
|
|
@@ -49020,6 +49035,7 @@ export type Routes = {
|
|
|
49020
49035
|
| 'can_run_thermostat_programs'
|
|
49021
49036
|
| 'can_simulate_hub_connection'
|
|
49022
49037
|
| 'can_simulate_hub_disconnection'
|
|
49038
|
+
| 'can_simulate_paid_subscription'
|
|
49023
49039
|
)[]
|
|
49024
49040
|
| undefined
|
|
49025
49041
|
/**
|
|
@@ -50507,6 +50523,7 @@ export type Routes = {
|
|
|
50507
50523
|
can_run_thermostat_programs?: boolean | undefined
|
|
50508
50524
|
can_simulate_hub_connection?: boolean | undefined
|
|
50509
50525
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
50526
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
50510
50527
|
}[]
|
|
50511
50528
|
devices: {
|
|
50512
50529
|
/** ID of the device. */
|
|
@@ -51981,6 +51998,7 @@ export type Routes = {
|
|
|
51981
51998
|
can_run_thermostat_programs?: boolean | undefined
|
|
51982
51999
|
can_simulate_hub_connection?: boolean | undefined
|
|
51983
52000
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
52001
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
51984
52002
|
}[]
|
|
51985
52003
|
}
|
|
51986
52004
|
}
|
|
@@ -57816,6 +57834,7 @@ export type Routes = {
|
|
|
57816
57834
|
| 'can_run_thermostat_programs'
|
|
57817
57835
|
| 'can_simulate_hub_connection'
|
|
57818
57836
|
| 'can_simulate_hub_disconnection'
|
|
57837
|
+
| 'can_simulate_paid_subscription'
|
|
57819
57838
|
)[]
|
|
57820
57839
|
| undefined
|
|
57821
57840
|
/** */
|
|
@@ -57836,6 +57855,7 @@ export type Routes = {
|
|
|
57836
57855
|
| 'can_run_thermostat_programs'
|
|
57837
57856
|
| 'can_simulate_hub_connection'
|
|
57838
57857
|
| 'can_simulate_hub_disconnection'
|
|
57858
|
+
| 'can_simulate_paid_subscription'
|
|
57839
57859
|
)[]
|
|
57840
57860
|
| undefined
|
|
57841
57861
|
/**
|
|
@@ -59323,6 +59343,7 @@ export type Routes = {
|
|
|
59323
59343
|
can_run_thermostat_programs?: boolean | undefined
|
|
59324
59344
|
can_simulate_hub_connection?: boolean | undefined
|
|
59325
59345
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
59346
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
59326
59347
|
}[]
|
|
59327
59348
|
devices: {
|
|
59328
59349
|
/** ID of the device. */
|
|
@@ -60797,6 +60818,7 @@ export type Routes = {
|
|
|
60797
60818
|
can_run_thermostat_programs?: boolean | undefined
|
|
60798
60819
|
can_simulate_hub_connection?: boolean | undefined
|
|
60799
60820
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
60821
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
60800
60822
|
}[]
|
|
60801
60823
|
}
|
|
60802
60824
|
}
|
|
@@ -70855,6 +70877,7 @@ export type Routes = {
|
|
|
70855
70877
|
can_run_thermostat_programs?: boolean | undefined
|
|
70856
70878
|
can_simulate_hub_connection?: boolean | undefined
|
|
70857
70879
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
70880
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
70858
70881
|
}[]
|
|
70859
70882
|
| undefined
|
|
70860
70883
|
acs_entrances?:
|
|
@@ -77373,6 +77396,7 @@ export type Routes = {
|
|
|
77373
77396
|
can_run_thermostat_programs?: boolean | undefined
|
|
77374
77397
|
can_simulate_hub_connection?: boolean | undefined
|
|
77375
77398
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
77399
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
77376
77400
|
}
|
|
77377
77401
|
}
|
|
77378
77402
|
}
|
|
@@ -80359,6 +80383,7 @@ export type Routes = {
|
|
|
80359
80383
|
| 'can_run_thermostat_programs'
|
|
80360
80384
|
| 'can_simulate_hub_connection'
|
|
80361
80385
|
| 'can_simulate_hub_disconnection'
|
|
80386
|
+
| 'can_simulate_paid_subscription'
|
|
80362
80387
|
)[]
|
|
80363
80388
|
| undefined
|
|
80364
80389
|
/** */
|
|
@@ -80379,6 +80404,7 @@ export type Routes = {
|
|
|
80379
80404
|
| 'can_run_thermostat_programs'
|
|
80380
80405
|
| 'can_simulate_hub_connection'
|
|
80381
80406
|
| 'can_simulate_hub_disconnection'
|
|
80407
|
+
| 'can_simulate_paid_subscription'
|
|
80382
80408
|
)[]
|
|
80383
80409
|
| undefined
|
|
80384
80410
|
/**
|
|
@@ -81866,6 +81892,7 @@ export type Routes = {
|
|
|
81866
81892
|
can_run_thermostat_programs?: boolean | undefined
|
|
81867
81893
|
can_simulate_hub_connection?: boolean | undefined
|
|
81868
81894
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
81895
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
81869
81896
|
}[]
|
|
81870
81897
|
devices: {
|
|
81871
81898
|
/** ID of the device. */
|
|
@@ -83340,6 +83367,7 @@ export type Routes = {
|
|
|
83340
83367
|
can_run_thermostat_programs?: boolean | undefined
|
|
83341
83368
|
can_simulate_hub_connection?: boolean | undefined
|
|
83342
83369
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
83370
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
83343
83371
|
}[]
|
|
83344
83372
|
}
|
|
83345
83373
|
}
|
|
@@ -91547,6 +91575,7 @@ export type Routes = {
|
|
|
91547
91575
|
can_run_thermostat_programs?: boolean | undefined
|
|
91548
91576
|
can_simulate_hub_connection?: boolean | undefined
|
|
91549
91577
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
91578
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
91550
91579
|
}[]
|
|
91551
91580
|
/**
|
|
91552
91581
|
* @deprecated Use devices.*/
|
|
@@ -93023,6 +93052,7 @@ export type Routes = {
|
|
|
93023
93052
|
can_run_thermostat_programs?: boolean | undefined
|
|
93024
93053
|
can_simulate_hub_connection?: boolean | undefined
|
|
93025
93054
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
93055
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
93026
93056
|
}[]
|
|
93027
93057
|
}
|
|
93028
93058
|
}
|
|
@@ -95369,6 +95399,7 @@ export type Routes = {
|
|
|
95369
95399
|
can_run_thermostat_programs?: boolean | undefined
|
|
95370
95400
|
can_simulate_hub_connection?: boolean | undefined
|
|
95371
95401
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
95402
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
95372
95403
|
}[]
|
|
95373
95404
|
| undefined
|
|
95374
95405
|
acs_entrances?:
|
|
@@ -98569,6 +98600,7 @@ export type Routes = {
|
|
|
98569
98600
|
can_run_thermostat_programs?: boolean | undefined
|
|
98570
98601
|
can_simulate_hub_connection?: boolean | undefined
|
|
98571
98602
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
98603
|
+
can_simulate_paid_subscription?: boolean | undefined
|
|
98572
98604
|
}[]
|
|
98573
98605
|
| undefined
|
|
98574
98606
|
connect_webviews?:
|