@seamapi/types 1.496.0 → 1.497.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 +69 -21
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +114 -10
- package/dist/index.cjs +69 -21
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +74 -0
- package/lib/seam/connect/models/devices/device-provider.d.ts +6 -0
- package/lib/seam/connect/models/devices/device.d.ts +12 -0
- package/lib/seam/connect/models/devices/device.js +2 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +8 -0
- package/lib/seam/connect/openapi.d.ts +18 -0
- package/lib/seam/connect/openapi.js +46 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +54 -10
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +46 -0
- package/src/lib/seam/connect/route-types.ts +64 -0
|
@@ -12904,6 +12904,8 @@ export type Routes = {
|
|
|
12904
12904
|
can_simulate_disconnection?: boolean | undefined
|
|
12905
12905
|
can_unlock_with_code?: boolean | undefined
|
|
12906
12906
|
can_run_thermostat_programs?: boolean | undefined
|
|
12907
|
+
can_simulate_hub_connection?: boolean | undefined
|
|
12908
|
+
can_simulate_hub_disconnection?: boolean | undefined
|
|
12907
12909
|
}[]
|
|
12908
12910
|
| undefined
|
|
12909
12911
|
acs_entrances?:
|
|
@@ -16681,6 +16683,8 @@ export type Routes = {
|
|
|
16681
16683
|
can_simulate_disconnection?: boolean | undefined
|
|
16682
16684
|
can_unlock_with_code?: boolean | undefined
|
|
16683
16685
|
can_run_thermostat_programs?: boolean | undefined
|
|
16686
|
+
can_simulate_hub_connection?: boolean | undefined
|
|
16687
|
+
can_simulate_hub_disconnection?: boolean | undefined
|
|
16684
16688
|
}[]
|
|
16685
16689
|
| undefined
|
|
16686
16690
|
acs_entrances?:
|
|
@@ -19871,6 +19875,8 @@ export type Routes = {
|
|
|
19871
19875
|
can_simulate_disconnection?: boolean | undefined
|
|
19872
19876
|
can_unlock_with_code?: boolean | undefined
|
|
19873
19877
|
can_run_thermostat_programs?: boolean | undefined
|
|
19878
|
+
can_simulate_hub_connection?: boolean | undefined
|
|
19879
|
+
can_simulate_hub_disconnection?: boolean | undefined
|
|
19874
19880
|
}[]
|
|
19875
19881
|
| undefined
|
|
19876
19882
|
connect_webviews?:
|
|
@@ -37951,6 +37957,8 @@ export type Routes = {
|
|
|
37951
37957
|
can_simulate_disconnection?: boolean | undefined
|
|
37952
37958
|
can_unlock_with_code?: boolean | undefined
|
|
37953
37959
|
can_run_thermostat_programs?: boolean | undefined
|
|
37960
|
+
can_simulate_hub_connection?: boolean | undefined
|
|
37961
|
+
can_simulate_hub_disconnection?: boolean | undefined
|
|
37954
37962
|
}
|
|
37955
37963
|
}
|
|
37956
37964
|
}
|
|
@@ -38132,6 +38140,8 @@ export type Routes = {
|
|
|
38132
38140
|
| 'can_simulate_disconnection'
|
|
38133
38141
|
| 'can_unlock_with_code'
|
|
38134
38142
|
| 'can_run_thermostat_programs'
|
|
38143
|
+
| 'can_simulate_hub_connection'
|
|
38144
|
+
| 'can_simulate_hub_disconnection'
|
|
38135
38145
|
)[]
|
|
38136
38146
|
| undefined
|
|
38137
38147
|
/** */
|
|
@@ -38150,6 +38160,8 @@ export type Routes = {
|
|
|
38150
38160
|
| 'can_simulate_disconnection'
|
|
38151
38161
|
| 'can_unlock_with_code'
|
|
38152
38162
|
| 'can_run_thermostat_programs'
|
|
38163
|
+
| 'can_simulate_hub_connection'
|
|
38164
|
+
| 'can_simulate_hub_disconnection'
|
|
38153
38165
|
)[]
|
|
38154
38166
|
| undefined
|
|
38155
38167
|
/**
|
|
@@ -39669,6 +39681,8 @@ export type Routes = {
|
|
|
39669
39681
|
can_simulate_disconnection?: boolean | undefined
|
|
39670
39682
|
can_unlock_with_code?: boolean | undefined
|
|
39671
39683
|
can_run_thermostat_programs?: boolean | undefined
|
|
39684
|
+
can_simulate_hub_connection?: boolean | undefined
|
|
39685
|
+
can_simulate_hub_disconnection?: boolean | undefined
|
|
39672
39686
|
}[]
|
|
39673
39687
|
/** Information about the current page of results. */
|
|
39674
39688
|
pagination: {
|
|
@@ -39772,6 +39786,8 @@ export type Routes = {
|
|
|
39772
39786
|
can_simulate_disconnection?: boolean | undefined
|
|
39773
39787
|
can_unlock_with_code?: boolean | undefined
|
|
39774
39788
|
can_run_thermostat_programs?: boolean | undefined
|
|
39789
|
+
can_simulate_hub_connection?: boolean | undefined
|
|
39790
|
+
can_simulate_hub_disconnection?: boolean | undefined
|
|
39775
39791
|
}[]
|
|
39776
39792
|
}
|
|
39777
39793
|
}
|
|
@@ -40317,6 +40333,8 @@ export type Routes = {
|
|
|
40317
40333
|
can_simulate_disconnection?: boolean | undefined
|
|
40318
40334
|
can_unlock_with_code?: boolean | undefined
|
|
40319
40335
|
can_run_thermostat_programs?: boolean | undefined
|
|
40336
|
+
can_simulate_hub_connection?: boolean | undefined
|
|
40337
|
+
can_simulate_hub_disconnection?: boolean | undefined
|
|
40320
40338
|
}
|
|
40321
40339
|
}
|
|
40322
40340
|
}
|
|
@@ -40498,6 +40516,8 @@ export type Routes = {
|
|
|
40498
40516
|
| 'can_simulate_disconnection'
|
|
40499
40517
|
| 'can_unlock_with_code'
|
|
40500
40518
|
| 'can_run_thermostat_programs'
|
|
40519
|
+
| 'can_simulate_hub_connection'
|
|
40520
|
+
| 'can_simulate_hub_disconnection'
|
|
40501
40521
|
)[]
|
|
40502
40522
|
| undefined
|
|
40503
40523
|
/** */
|
|
@@ -40516,6 +40536,8 @@ export type Routes = {
|
|
|
40516
40536
|
| 'can_simulate_disconnection'
|
|
40517
40537
|
| 'can_unlock_with_code'
|
|
40518
40538
|
| 'can_run_thermostat_programs'
|
|
40539
|
+
| 'can_simulate_hub_connection'
|
|
40540
|
+
| 'can_simulate_hub_disconnection'
|
|
40519
40541
|
)[]
|
|
40520
40542
|
| undefined
|
|
40521
40543
|
/**
|
|
@@ -40998,6 +41020,8 @@ export type Routes = {
|
|
|
40998
41020
|
can_simulate_disconnection?: boolean | undefined
|
|
40999
41021
|
can_unlock_with_code?: boolean | undefined
|
|
41000
41022
|
can_run_thermostat_programs?: boolean | undefined
|
|
41023
|
+
can_simulate_hub_connection?: boolean | undefined
|
|
41024
|
+
can_simulate_hub_disconnection?: boolean | undefined
|
|
41001
41025
|
}[]
|
|
41002
41026
|
}
|
|
41003
41027
|
}
|
|
@@ -47232,6 +47256,8 @@ export type Routes = {
|
|
|
47232
47256
|
can_simulate_disconnection?: boolean | undefined
|
|
47233
47257
|
can_unlock_with_code?: boolean | undefined
|
|
47234
47258
|
can_run_thermostat_programs?: boolean | undefined
|
|
47259
|
+
can_simulate_hub_connection?: boolean | undefined
|
|
47260
|
+
can_simulate_hub_disconnection?: boolean | undefined
|
|
47235
47261
|
}
|
|
47236
47262
|
/** Represents a [device](https://docs.seam.co/latest/core-concepts/devices) that has been connected to Seam. */
|
|
47237
47263
|
device: {
|
|
@@ -48739,6 +48765,8 @@ export type Routes = {
|
|
|
48739
48765
|
can_simulate_disconnection?: boolean | undefined
|
|
48740
48766
|
can_unlock_with_code?: boolean | undefined
|
|
48741
48767
|
can_run_thermostat_programs?: boolean | undefined
|
|
48768
|
+
can_simulate_hub_connection?: boolean | undefined
|
|
48769
|
+
can_simulate_hub_disconnection?: boolean | undefined
|
|
48742
48770
|
}
|
|
48743
48771
|
}
|
|
48744
48772
|
}
|
|
@@ -48884,6 +48912,8 @@ export type Routes = {
|
|
|
48884
48912
|
| 'can_simulate_disconnection'
|
|
48885
48913
|
| 'can_unlock_with_code'
|
|
48886
48914
|
| 'can_run_thermostat_programs'
|
|
48915
|
+
| 'can_simulate_hub_connection'
|
|
48916
|
+
| 'can_simulate_hub_disconnection'
|
|
48887
48917
|
)[]
|
|
48888
48918
|
| undefined
|
|
48889
48919
|
/** */
|
|
@@ -48902,6 +48932,8 @@ export type Routes = {
|
|
|
48902
48932
|
| 'can_simulate_disconnection'
|
|
48903
48933
|
| 'can_unlock_with_code'
|
|
48904
48934
|
| 'can_run_thermostat_programs'
|
|
48935
|
+
| 'can_simulate_hub_connection'
|
|
48936
|
+
| 'can_simulate_hub_disconnection'
|
|
48905
48937
|
)[]
|
|
48906
48938
|
| undefined
|
|
48907
48939
|
/**
|
|
@@ -50421,6 +50453,8 @@ export type Routes = {
|
|
|
50421
50453
|
can_simulate_disconnection?: boolean | undefined
|
|
50422
50454
|
can_unlock_with_code?: boolean | undefined
|
|
50423
50455
|
can_run_thermostat_programs?: boolean | undefined
|
|
50456
|
+
can_simulate_hub_connection?: boolean | undefined
|
|
50457
|
+
can_simulate_hub_disconnection?: boolean | undefined
|
|
50424
50458
|
}[]
|
|
50425
50459
|
devices: {
|
|
50426
50460
|
/** ID of the device. */
|
|
@@ -51927,6 +51961,8 @@ export type Routes = {
|
|
|
51927
51961
|
can_simulate_disconnection?: boolean | undefined
|
|
51928
51962
|
can_unlock_with_code?: boolean | undefined
|
|
51929
51963
|
can_run_thermostat_programs?: boolean | undefined
|
|
51964
|
+
can_simulate_hub_connection?: boolean | undefined
|
|
51965
|
+
can_simulate_hub_disconnection?: boolean | undefined
|
|
51930
51966
|
}[]
|
|
51931
51967
|
}
|
|
51932
51968
|
}
|
|
@@ -57743,6 +57779,8 @@ export type Routes = {
|
|
|
57743
57779
|
| 'can_simulate_disconnection'
|
|
57744
57780
|
| 'can_unlock_with_code'
|
|
57745
57781
|
| 'can_run_thermostat_programs'
|
|
57782
|
+
| 'can_simulate_hub_connection'
|
|
57783
|
+
| 'can_simulate_hub_disconnection'
|
|
57746
57784
|
)[]
|
|
57747
57785
|
| undefined
|
|
57748
57786
|
/** */
|
|
@@ -57761,6 +57799,8 @@ export type Routes = {
|
|
|
57761
57799
|
| 'can_simulate_disconnection'
|
|
57762
57800
|
| 'can_unlock_with_code'
|
|
57763
57801
|
| 'can_run_thermostat_programs'
|
|
57802
|
+
| 'can_simulate_hub_connection'
|
|
57803
|
+
| 'can_simulate_hub_disconnection'
|
|
57764
57804
|
)[]
|
|
57765
57805
|
| undefined
|
|
57766
57806
|
/**
|
|
@@ -59280,6 +59320,8 @@ export type Routes = {
|
|
|
59280
59320
|
can_simulate_disconnection?: boolean | undefined
|
|
59281
59321
|
can_unlock_with_code?: boolean | undefined
|
|
59282
59322
|
can_run_thermostat_programs?: boolean | undefined
|
|
59323
|
+
can_simulate_hub_connection?: boolean | undefined
|
|
59324
|
+
can_simulate_hub_disconnection?: boolean | undefined
|
|
59283
59325
|
}[]
|
|
59284
59326
|
devices: {
|
|
59285
59327
|
/** ID of the device. */
|
|
@@ -60786,6 +60828,8 @@ export type Routes = {
|
|
|
60786
60828
|
can_simulate_disconnection?: boolean | undefined
|
|
60787
60829
|
can_unlock_with_code?: boolean | undefined
|
|
60788
60830
|
can_run_thermostat_programs?: boolean | undefined
|
|
60831
|
+
can_simulate_hub_connection?: boolean | undefined
|
|
60832
|
+
can_simulate_hub_disconnection?: boolean | undefined
|
|
60789
60833
|
}[]
|
|
60790
60834
|
}
|
|
60791
60835
|
}
|
|
@@ -70753,6 +70797,8 @@ export type Routes = {
|
|
|
70753
70797
|
can_simulate_disconnection?: boolean | undefined
|
|
70754
70798
|
can_unlock_with_code?: boolean | undefined
|
|
70755
70799
|
can_run_thermostat_programs?: boolean | undefined
|
|
70800
|
+
can_simulate_hub_connection?: boolean | undefined
|
|
70801
|
+
can_simulate_hub_disconnection?: boolean | undefined
|
|
70756
70802
|
}[]
|
|
70757
70803
|
| undefined
|
|
70758
70804
|
acs_entrances?:
|
|
@@ -77289,6 +77335,8 @@ export type Routes = {
|
|
|
77289
77335
|
can_simulate_disconnection?: boolean | undefined
|
|
77290
77336
|
can_unlock_with_code?: boolean | undefined
|
|
77291
77337
|
can_run_thermostat_programs?: boolean | undefined
|
|
77338
|
+
can_simulate_hub_connection?: boolean | undefined
|
|
77339
|
+
can_simulate_hub_disconnection?: boolean | undefined
|
|
77292
77340
|
}
|
|
77293
77341
|
}
|
|
77294
77342
|
}
|
|
@@ -80264,6 +80312,8 @@ export type Routes = {
|
|
|
80264
80312
|
| 'can_simulate_disconnection'
|
|
80265
80313
|
| 'can_unlock_with_code'
|
|
80266
80314
|
| 'can_run_thermostat_programs'
|
|
80315
|
+
| 'can_simulate_hub_connection'
|
|
80316
|
+
| 'can_simulate_hub_disconnection'
|
|
80267
80317
|
)[]
|
|
80268
80318
|
| undefined
|
|
80269
80319
|
/** */
|
|
@@ -80282,6 +80332,8 @@ export type Routes = {
|
|
|
80282
80332
|
| 'can_simulate_disconnection'
|
|
80283
80333
|
| 'can_unlock_with_code'
|
|
80284
80334
|
| 'can_run_thermostat_programs'
|
|
80335
|
+
| 'can_simulate_hub_connection'
|
|
80336
|
+
| 'can_simulate_hub_disconnection'
|
|
80285
80337
|
)[]
|
|
80286
80338
|
| undefined
|
|
80287
80339
|
/**
|
|
@@ -81801,6 +81853,8 @@ export type Routes = {
|
|
|
81801
81853
|
can_simulate_disconnection?: boolean | undefined
|
|
81802
81854
|
can_unlock_with_code?: boolean | undefined
|
|
81803
81855
|
can_run_thermostat_programs?: boolean | undefined
|
|
81856
|
+
can_simulate_hub_connection?: boolean | undefined
|
|
81857
|
+
can_simulate_hub_disconnection?: boolean | undefined
|
|
81804
81858
|
}[]
|
|
81805
81859
|
devices: {
|
|
81806
81860
|
/** ID of the device. */
|
|
@@ -83307,6 +83361,8 @@ export type Routes = {
|
|
|
83307
83361
|
can_simulate_disconnection?: boolean | undefined
|
|
83308
83362
|
can_unlock_with_code?: boolean | undefined
|
|
83309
83363
|
can_run_thermostat_programs?: boolean | undefined
|
|
83364
|
+
can_simulate_hub_connection?: boolean | undefined
|
|
83365
|
+
can_simulate_hub_disconnection?: boolean | undefined
|
|
83310
83366
|
}[]
|
|
83311
83367
|
}
|
|
83312
83368
|
}
|
|
@@ -91530,6 +91586,8 @@ export type Routes = {
|
|
|
91530
91586
|
can_simulate_disconnection?: boolean | undefined
|
|
91531
91587
|
can_unlock_with_code?: boolean | undefined
|
|
91532
91588
|
can_run_thermostat_programs?: boolean | undefined
|
|
91589
|
+
can_simulate_hub_connection?: boolean | undefined
|
|
91590
|
+
can_simulate_hub_disconnection?: boolean | undefined
|
|
91533
91591
|
}[]
|
|
91534
91592
|
/**
|
|
91535
91593
|
* @deprecated Use devices.*/
|
|
@@ -93038,6 +93096,8 @@ export type Routes = {
|
|
|
93038
93096
|
can_simulate_disconnection?: boolean | undefined
|
|
93039
93097
|
can_unlock_with_code?: boolean | undefined
|
|
93040
93098
|
can_run_thermostat_programs?: boolean | undefined
|
|
93099
|
+
can_simulate_hub_connection?: boolean | undefined
|
|
93100
|
+
can_simulate_hub_disconnection?: boolean | undefined
|
|
93041
93101
|
}[]
|
|
93042
93102
|
}
|
|
93043
93103
|
}
|
|
@@ -95413,6 +95473,8 @@ export type Routes = {
|
|
|
95413
95473
|
can_simulate_disconnection?: boolean | undefined
|
|
95414
95474
|
can_unlock_with_code?: boolean | undefined
|
|
95415
95475
|
can_run_thermostat_programs?: boolean | undefined
|
|
95476
|
+
can_simulate_hub_connection?: boolean | undefined
|
|
95477
|
+
can_simulate_hub_disconnection?: boolean | undefined
|
|
95416
95478
|
}[]
|
|
95417
95479
|
| undefined
|
|
95418
95480
|
acs_entrances?:
|
|
@@ -98603,6 +98665,8 @@ export type Routes = {
|
|
|
98603
98665
|
can_simulate_disconnection?: boolean | undefined
|
|
98604
98666
|
can_unlock_with_code?: boolean | undefined
|
|
98605
98667
|
can_run_thermostat_programs?: boolean | undefined
|
|
98668
|
+
can_simulate_hub_connection?: boolean | undefined
|
|
98669
|
+
can_simulate_hub_disconnection?: boolean | undefined
|
|
98606
98670
|
}[]
|
|
98607
98671
|
| undefined
|
|
98608
98672
|
connect_webviews?:
|