@seamapi/types 1.506.0 → 1.508.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 +11 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +92 -42
- package/dist/index.cjs +11 -1
- package/dist/index.cjs.map +1 -1
- 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/openapi.d.ts +8 -0
- package/lib/seam/connect/openapi.js +9 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +84 -42
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +11 -1
- package/src/lib/seam/connect/route-types.ts +84 -42
|
@@ -11538,9 +11538,11 @@ export type Routes = {
|
|
|
11538
11538
|
image_alt_text?: string | undefined
|
|
11539
11539
|
/** Serial number of the device. */
|
|
11540
11540
|
serial_number?: string | undefined
|
|
11541
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
11541
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
11542
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
11542
11543
|
online_access_codes_enabled?: boolean | undefined
|
|
11543
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
11544
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
11545
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
11544
11546
|
offline_access_codes_enabled?: boolean | undefined
|
|
11545
11547
|
/**
|
|
11546
11548
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -15279,9 +15281,11 @@ export type Routes = {
|
|
|
15279
15281
|
image_alt_text?: string | undefined
|
|
15280
15282
|
/** Serial number of the device. */
|
|
15281
15283
|
serial_number?: string | undefined
|
|
15282
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
15284
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
15285
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
15283
15286
|
online_access_codes_enabled?: boolean | undefined
|
|
15284
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
15287
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
15288
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
15285
15289
|
offline_access_codes_enabled?: boolean | undefined
|
|
15286
15290
|
/**
|
|
15287
15291
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -19771,9 +19775,11 @@ export type Routes = {
|
|
|
19771
19775
|
status: 'critical' | 'low' | 'good' | 'full'
|
|
19772
19776
|
}
|
|
19773
19777
|
| undefined
|
|
19774
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
19778
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
19779
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
19775
19780
|
online_access_codes_enabled?: boolean | undefined
|
|
19776
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
19781
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
19782
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
19777
19783
|
offline_access_codes_enabled?: boolean | undefined
|
|
19778
19784
|
/** Device model-related properties. */
|
|
19779
19785
|
model: {
|
|
@@ -36621,9 +36627,11 @@ export type Routes = {
|
|
|
36621
36627
|
image_alt_text?: string | undefined
|
|
36622
36628
|
/** Serial number of the device. */
|
|
36623
36629
|
serial_number?: string | undefined
|
|
36624
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
36630
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
36631
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
36625
36632
|
online_access_codes_enabled?: boolean | undefined
|
|
36626
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
36633
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
36634
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
36627
36635
|
offline_access_codes_enabled?: boolean | undefined
|
|
36628
36636
|
/**
|
|
36629
36637
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -38307,9 +38315,11 @@ export type Routes = {
|
|
|
38307
38315
|
image_alt_text?: string | undefined
|
|
38308
38316
|
/** Serial number of the device. */
|
|
38309
38317
|
serial_number?: string | undefined
|
|
38310
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
38318
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
38319
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
38311
38320
|
online_access_codes_enabled?: boolean | undefined
|
|
38312
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
38321
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
38322
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
38313
38323
|
offline_access_codes_enabled?: boolean | undefined
|
|
38314
38324
|
/**
|
|
38315
38325
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -40243,9 +40253,11 @@ export type Routes = {
|
|
|
40243
40253
|
status: 'critical' | 'low' | 'good' | 'full'
|
|
40244
40254
|
}
|
|
40245
40255
|
| undefined
|
|
40246
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
40256
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
40257
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
40247
40258
|
online_access_codes_enabled?: boolean | undefined
|
|
40248
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
40259
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
40260
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
40249
40261
|
offline_access_codes_enabled?: boolean | undefined
|
|
40250
40262
|
/** Device model-related properties. */
|
|
40251
40263
|
model: {
|
|
@@ -40930,9 +40942,11 @@ export type Routes = {
|
|
|
40930
40942
|
status: 'critical' | 'low' | 'good' | 'full'
|
|
40931
40943
|
}
|
|
40932
40944
|
| undefined
|
|
40933
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
40945
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
40946
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
40934
40947
|
online_access_codes_enabled?: boolean | undefined
|
|
40935
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
40948
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
40949
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
40936
40950
|
offline_access_codes_enabled?: boolean | undefined
|
|
40937
40951
|
/** Device model-related properties. */
|
|
40938
40952
|
model: {
|
|
@@ -45844,9 +45858,11 @@ export type Routes = {
|
|
|
45844
45858
|
image_alt_text?: string | undefined
|
|
45845
45859
|
/** Serial number of the device. */
|
|
45846
45860
|
serial_number?: string | undefined
|
|
45847
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
45861
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
45862
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
45848
45863
|
online_access_codes_enabled?: boolean | undefined
|
|
45849
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
45864
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
45865
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
45850
45866
|
offline_access_codes_enabled?: boolean | undefined
|
|
45851
45867
|
/**
|
|
45852
45868
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -47315,9 +47331,11 @@ export type Routes = {
|
|
|
47315
47331
|
image_alt_text?: string | undefined
|
|
47316
47332
|
/** Serial number of the device. */
|
|
47317
47333
|
serial_number?: string | undefined
|
|
47318
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
47334
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
47335
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
47319
47336
|
online_access_codes_enabled?: boolean | undefined
|
|
47320
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
47337
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
47338
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
47321
47339
|
offline_access_codes_enabled?: boolean | undefined
|
|
47322
47340
|
/**
|
|
47323
47341
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -48965,9 +48983,11 @@ export type Routes = {
|
|
|
48965
48983
|
image_alt_text?: string | undefined
|
|
48966
48984
|
/** Serial number of the device. */
|
|
48967
48985
|
serial_number?: string | undefined
|
|
48968
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
48986
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
48987
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
48969
48988
|
online_access_codes_enabled?: boolean | undefined
|
|
48970
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
48989
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
48990
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
48971
48991
|
offline_access_codes_enabled?: boolean | undefined
|
|
48972
48992
|
/**
|
|
48973
48993
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -50435,9 +50455,11 @@ export type Routes = {
|
|
|
50435
50455
|
image_alt_text?: string | undefined
|
|
50436
50456
|
/** Serial number of the device. */
|
|
50437
50457
|
serial_number?: string | undefined
|
|
50438
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
50458
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
50459
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
50439
50460
|
online_access_codes_enabled?: boolean | undefined
|
|
50440
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
50461
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
50462
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
50441
50463
|
offline_access_codes_enabled?: boolean | undefined
|
|
50442
50464
|
/**
|
|
50443
50465
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -57756,9 +57778,11 @@ export type Routes = {
|
|
|
57756
57778
|
image_alt_text?: string | undefined
|
|
57757
57779
|
/** Serial number of the device. */
|
|
57758
57780
|
serial_number?: string | undefined
|
|
57759
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
57781
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
57782
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
57760
57783
|
online_access_codes_enabled?: boolean | undefined
|
|
57761
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
57784
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
57785
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
57762
57786
|
offline_access_codes_enabled?: boolean | undefined
|
|
57763
57787
|
/**
|
|
57764
57788
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -59226,9 +59250,11 @@ export type Routes = {
|
|
|
59226
59250
|
image_alt_text?: string | undefined
|
|
59227
59251
|
/** Serial number of the device. */
|
|
59228
59252
|
serial_number?: string | undefined
|
|
59229
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
59253
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
59254
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
59230
59255
|
online_access_codes_enabled?: boolean | undefined
|
|
59231
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
59256
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
59257
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
59232
59258
|
offline_access_codes_enabled?: boolean | undefined
|
|
59233
59259
|
/**
|
|
59234
59260
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -69143,9 +69169,11 @@ export type Routes = {
|
|
|
69143
69169
|
image_alt_text?: string | undefined
|
|
69144
69170
|
/** Serial number of the device. */
|
|
69145
69171
|
serial_number?: string | undefined
|
|
69146
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
69172
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
69173
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
69147
69174
|
online_access_codes_enabled?: boolean | undefined
|
|
69148
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
69175
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
69176
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
69149
69177
|
offline_access_codes_enabled?: boolean | undefined
|
|
69150
69178
|
/**
|
|
69151
69179
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -75659,9 +75687,11 @@ export type Routes = {
|
|
|
75659
75687
|
image_alt_text?: string | undefined
|
|
75660
75688
|
/** Serial number of the device. */
|
|
75661
75689
|
serial_number?: string | undefined
|
|
75662
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
75690
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
75691
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
75663
75692
|
online_access_codes_enabled?: boolean | undefined
|
|
75664
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
75693
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
75694
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
75665
75695
|
offline_access_codes_enabled?: boolean | undefined
|
|
75666
75696
|
/**
|
|
75667
75697
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -80139,9 +80169,11 @@ export type Routes = {
|
|
|
80139
80169
|
image_alt_text?: string | undefined
|
|
80140
80170
|
/** Serial number of the device. */
|
|
80141
80171
|
serial_number?: string | undefined
|
|
80142
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
80172
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
80173
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
80143
80174
|
online_access_codes_enabled?: boolean | undefined
|
|
80144
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
80175
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
80176
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
80145
80177
|
offline_access_codes_enabled?: boolean | undefined
|
|
80146
80178
|
/**
|
|
80147
80179
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -81609,9 +81641,11 @@ export type Routes = {
|
|
|
81609
81641
|
image_alt_text?: string | undefined
|
|
81610
81642
|
/** Serial number of the device. */
|
|
81611
81643
|
serial_number?: string | undefined
|
|
81612
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
81644
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
81645
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
81613
81646
|
online_access_codes_enabled?: boolean | undefined
|
|
81614
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
81647
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
81648
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
81615
81649
|
offline_access_codes_enabled?: boolean | undefined
|
|
81616
81650
|
/**
|
|
81617
81651
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -89796,9 +89830,11 @@ export type Routes = {
|
|
|
89796
89830
|
image_alt_text?: string | undefined
|
|
89797
89831
|
/** Serial number of the device. */
|
|
89798
89832
|
serial_number?: string | undefined
|
|
89799
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
89833
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
89834
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
89800
89835
|
online_access_codes_enabled?: boolean | undefined
|
|
89801
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
89836
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
89837
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
89802
89838
|
offline_access_codes_enabled?: boolean | undefined
|
|
89803
89839
|
/**
|
|
89804
89840
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -91268,9 +91304,11 @@ export type Routes = {
|
|
|
91268
91304
|
image_alt_text?: string | undefined
|
|
91269
91305
|
/** Serial number of the device. */
|
|
91270
91306
|
serial_number?: string | undefined
|
|
91271
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
91307
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
91308
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
91272
91309
|
online_access_codes_enabled?: boolean | undefined
|
|
91273
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
91310
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
91311
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
91274
91312
|
offline_access_codes_enabled?: boolean | undefined
|
|
91275
91313
|
/**
|
|
91276
91314
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -93591,9 +93629,11 @@ export type Routes = {
|
|
|
93591
93629
|
image_alt_text?: string | undefined
|
|
93592
93630
|
/** Serial number of the device. */
|
|
93593
93631
|
serial_number?: string | undefined
|
|
93594
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
93632
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
93633
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
93595
93634
|
online_access_codes_enabled?: boolean | undefined
|
|
93596
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
93635
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
93636
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
93597
93637
|
offline_access_codes_enabled?: boolean | undefined
|
|
93598
93638
|
/**
|
|
93599
93639
|
* @deprecated use device.properties.model.can_connect_accessory_keypad*/
|
|
@@ -98083,9 +98123,11 @@ export type Routes = {
|
|
|
98083
98123
|
status: 'critical' | 'low' | 'good' | 'full'
|
|
98084
98124
|
}
|
|
98085
98125
|
| undefined
|
|
98086
|
-
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
98126
|
+
/** Indicates whether it is currently possible to use online access codes for the device.
|
|
98127
|
+
* @deprecated use device.can_program_online_access_codes*/
|
|
98087
98128
|
online_access_codes_enabled?: boolean | undefined
|
|
98088
|
-
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
98129
|
+
/** Indicates whether it is currently possible to use offline access codes for the device.
|
|
98130
|
+
* @deprecated use device.can_program_offline_access_codes*/
|
|
98089
98131
|
offline_access_codes_enabled?: boolean | undefined
|
|
98090
98132
|
/** Device model-related properties. */
|
|
98091
98133
|
model: {
|