@seamapi/types 1.507.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.
@@ -10237,9 +10237,11 @@ export type Routes = {
10237
10237
  image_alt_text?: string | undefined;
10238
10238
  /** Serial number of the device. */
10239
10239
  serial_number?: string | undefined;
10240
- /** Indicates whether it is currently possible to use online access codes for the device. */
10240
+ /** Indicates whether it is currently possible to use online access codes for the device.
10241
+ * @deprecated use device.can_program_online_access_codes*/
10241
10242
  online_access_codes_enabled?: boolean | undefined;
10242
- /** Indicates whether it is currently possible to use offline access codes for the device. */
10243
+ /** Indicates whether it is currently possible to use offline access codes for the device.
10244
+ * @deprecated use device.can_program_offline_access_codes*/
10243
10245
  offline_access_codes_enabled?: boolean | undefined;
10244
10246
  /**
10245
10247
  * @deprecated use device.properties.model.can_connect_accessory_keypad*/
@@ -13347,9 +13349,11 @@ export type Routes = {
13347
13349
  image_alt_text?: string | undefined;
13348
13350
  /** Serial number of the device. */
13349
13351
  serial_number?: string | undefined;
13350
- /** Indicates whether it is currently possible to use online access codes for the device. */
13352
+ /** Indicates whether it is currently possible to use online access codes for the device.
13353
+ * @deprecated use device.can_program_online_access_codes*/
13351
13354
  online_access_codes_enabled?: boolean | undefined;
13352
- /** Indicates whether it is currently possible to use offline access codes for the device. */
13355
+ /** Indicates whether it is currently possible to use offline access codes for the device.
13356
+ * @deprecated use device.can_program_offline_access_codes*/
13353
13357
  offline_access_codes_enabled?: boolean | undefined;
13354
13358
  /**
13355
13359
  * @deprecated use device.properties.model.can_connect_accessory_keypad*/
@@ -17028,9 +17032,11 @@ export type Routes = {
17028
17032
  */
17029
17033
  status: 'critical' | 'low' | 'good' | 'full';
17030
17034
  } | undefined;
17031
- /** Indicates whether it is currently possible to use online access codes for the device. */
17035
+ /** Indicates whether it is currently possible to use online access codes for the device.
17036
+ * @deprecated use device.can_program_online_access_codes*/
17032
17037
  online_access_codes_enabled?: boolean | undefined;
17033
- /** Indicates whether it is currently possible to use offline access codes for the device. */
17038
+ /** Indicates whether it is currently possible to use offline access codes for the device.
17039
+ * @deprecated use device.can_program_offline_access_codes*/
17034
17040
  offline_access_codes_enabled?: boolean | undefined;
17035
17041
  /** Device model-related properties. */
17036
17042
  model: {
@@ -31597,9 +31603,11 @@ export type Routes = {
31597
31603
  image_alt_text?: string | undefined;
31598
31604
  /** Serial number of the device. */
31599
31605
  serial_number?: string | undefined;
31600
- /** Indicates whether it is currently possible to use online access codes for the device. */
31606
+ /** Indicates whether it is currently possible to use online access codes for the device.
31607
+ * @deprecated use device.can_program_online_access_codes*/
31601
31608
  online_access_codes_enabled?: boolean | undefined;
31602
- /** Indicates whether it is currently possible to use offline access codes for the device. */
31609
+ /** Indicates whether it is currently possible to use offline access codes for the device.
31610
+ * @deprecated use device.can_program_offline_access_codes*/
31603
31611
  offline_access_codes_enabled?: boolean | undefined;
31604
31612
  /**
31605
31613
  * @deprecated use device.properties.model.can_connect_accessory_keypad*/
@@ -32815,9 +32823,11 @@ export type Routes = {
32815
32823
  image_alt_text?: string | undefined;
32816
32824
  /** Serial number of the device. */
32817
32825
  serial_number?: string | undefined;
32818
- /** Indicates whether it is currently possible to use online access codes for the device. */
32826
+ /** Indicates whether it is currently possible to use online access codes for the device.
32827
+ * @deprecated use device.can_program_online_access_codes*/
32819
32828
  online_access_codes_enabled?: boolean | undefined;
32820
- /** Indicates whether it is currently possible to use offline access codes for the device. */
32829
+ /** Indicates whether it is currently possible to use offline access codes for the device.
32830
+ * @deprecated use device.can_program_offline_access_codes*/
32821
32831
  offline_access_codes_enabled?: boolean | undefined;
32822
32832
  /**
32823
32833
  * @deprecated use device.properties.model.can_connect_accessory_keypad*/
@@ -34351,9 +34361,11 @@ export type Routes = {
34351
34361
  */
34352
34362
  status: 'critical' | 'low' | 'good' | 'full';
34353
34363
  } | undefined;
34354
- /** Indicates whether it is currently possible to use online access codes for the device. */
34364
+ /** Indicates whether it is currently possible to use online access codes for the device.
34365
+ * @deprecated use device.can_program_online_access_codes*/
34355
34366
  online_access_codes_enabled?: boolean | undefined;
34356
- /** Indicates whether it is currently possible to use offline access codes for the device. */
34367
+ /** Indicates whether it is currently possible to use offline access codes for the device.
34368
+ * @deprecated use device.can_program_offline_access_codes*/
34357
34369
  offline_access_codes_enabled?: boolean | undefined;
34358
34370
  /** Device model-related properties. */
34359
34371
  model: {
@@ -34786,9 +34798,11 @@ export type Routes = {
34786
34798
  */
34787
34799
  status: 'critical' | 'low' | 'good' | 'full';
34788
34800
  } | undefined;
34789
- /** Indicates whether it is currently possible to use online access codes for the device. */
34801
+ /** Indicates whether it is currently possible to use online access codes for the device.
34802
+ * @deprecated use device.can_program_online_access_codes*/
34790
34803
  online_access_codes_enabled?: boolean | undefined;
34791
- /** Indicates whether it is currently possible to use offline access codes for the device. */
34804
+ /** Indicates whether it is currently possible to use offline access codes for the device.
34805
+ * @deprecated use device.can_program_offline_access_codes*/
34792
34806
  offline_access_codes_enabled?: boolean | undefined;
34793
34807
  /** Device model-related properties. */
34794
34808
  model: {
@@ -38793,9 +38807,11 @@ export type Routes = {
38793
38807
  image_alt_text?: string | undefined;
38794
38808
  /** Serial number of the device. */
38795
38809
  serial_number?: string | undefined;
38796
- /** Indicates whether it is currently possible to use online access codes for the device. */
38810
+ /** Indicates whether it is currently possible to use online access codes for the device.
38811
+ * @deprecated use device.can_program_online_access_codes*/
38797
38812
  online_access_codes_enabled?: boolean | undefined;
38798
- /** Indicates whether it is currently possible to use offline access codes for the device. */
38813
+ /** Indicates whether it is currently possible to use offline access codes for the device.
38814
+ * @deprecated use device.can_program_offline_access_codes*/
38799
38815
  offline_access_codes_enabled?: boolean | undefined;
38800
38816
  /**
38801
38817
  * @deprecated use device.properties.model.can_connect_accessory_keypad*/
@@ -39961,9 +39977,11 @@ export type Routes = {
39961
39977
  image_alt_text?: string | undefined;
39962
39978
  /** Serial number of the device. */
39963
39979
  serial_number?: string | undefined;
39964
- /** Indicates whether it is currently possible to use online access codes for the device. */
39980
+ /** Indicates whether it is currently possible to use online access codes for the device.
39981
+ * @deprecated use device.can_program_online_access_codes*/
39965
39982
  online_access_codes_enabled?: boolean | undefined;
39966
- /** Indicates whether it is currently possible to use offline access codes for the device. */
39983
+ /** Indicates whether it is currently possible to use offline access codes for the device.
39984
+ * @deprecated use device.can_program_offline_access_codes*/
39967
39985
  offline_access_codes_enabled?: boolean | undefined;
39968
39986
  /**
39969
39987
  * @deprecated use device.properties.model.can_connect_accessory_keypad*/
@@ -41179,9 +41197,11 @@ export type Routes = {
41179
41197
  image_alt_text?: string | undefined;
41180
41198
  /** Serial number of the device. */
41181
41199
  serial_number?: string | undefined;
41182
- /** Indicates whether it is currently possible to use online access codes for the device. */
41200
+ /** Indicates whether it is currently possible to use online access codes for the device.
41201
+ * @deprecated use device.can_program_online_access_codes*/
41183
41202
  online_access_codes_enabled?: boolean | undefined;
41184
- /** Indicates whether it is currently possible to use offline access codes for the device. */
41203
+ /** Indicates whether it is currently possible to use offline access codes for the device.
41204
+ * @deprecated use device.can_program_offline_access_codes*/
41185
41205
  offline_access_codes_enabled?: boolean | undefined;
41186
41206
  /**
41187
41207
  * @deprecated use device.properties.model.can_connect_accessory_keypad*/
@@ -42346,9 +42366,11 @@ export type Routes = {
42346
42366
  image_alt_text?: string | undefined;
42347
42367
  /** Serial number of the device. */
42348
42368
  serial_number?: string | undefined;
42349
- /** Indicates whether it is currently possible to use online access codes for the device. */
42369
+ /** Indicates whether it is currently possible to use online access codes for the device.
42370
+ * @deprecated use device.can_program_online_access_codes*/
42350
42371
  online_access_codes_enabled?: boolean | undefined;
42351
- /** Indicates whether it is currently possible to use offline access codes for the device. */
42372
+ /** Indicates whether it is currently possible to use offline access codes for the device.
42373
+ * @deprecated use device.can_program_offline_access_codes*/
42352
42374
  offline_access_codes_enabled?: boolean | undefined;
42353
42375
  /**
42354
42376
  * @deprecated use device.properties.model.can_connect_accessory_keypad*/
@@ -48602,9 +48624,11 @@ export type Routes = {
48602
48624
  image_alt_text?: string | undefined;
48603
48625
  /** Serial number of the device. */
48604
48626
  serial_number?: string | undefined;
48605
- /** Indicates whether it is currently possible to use online access codes for the device. */
48627
+ /** Indicates whether it is currently possible to use online access codes for the device.
48628
+ * @deprecated use device.can_program_online_access_codes*/
48606
48629
  online_access_codes_enabled?: boolean | undefined;
48607
- /** Indicates whether it is currently possible to use offline access codes for the device. */
48630
+ /** Indicates whether it is currently possible to use offline access codes for the device.
48631
+ * @deprecated use device.can_program_offline_access_codes*/
48608
48632
  offline_access_codes_enabled?: boolean | undefined;
48609
48633
  /**
48610
48634
  * @deprecated use device.properties.model.can_connect_accessory_keypad*/
@@ -49769,9 +49793,11 @@ export type Routes = {
49769
49793
  image_alt_text?: string | undefined;
49770
49794
  /** Serial number of the device. */
49771
49795
  serial_number?: string | undefined;
49772
- /** Indicates whether it is currently possible to use online access codes for the device. */
49796
+ /** Indicates whether it is currently possible to use online access codes for the device.
49797
+ * @deprecated use device.can_program_online_access_codes*/
49773
49798
  online_access_codes_enabled?: boolean | undefined;
49774
- /** Indicates whether it is currently possible to use offline access codes for the device. */
49799
+ /** Indicates whether it is currently possible to use offline access codes for the device.
49800
+ * @deprecated use device.can_program_offline_access_codes*/
49775
49801
  offline_access_codes_enabled?: boolean | undefined;
49776
49802
  /**
49777
49803
  * @deprecated use device.properties.model.can_connect_accessory_keypad*/
@@ -58132,9 +58158,11 @@ export type Routes = {
58132
58158
  image_alt_text?: string | undefined;
58133
58159
  /** Serial number of the device. */
58134
58160
  serial_number?: string | undefined;
58135
- /** Indicates whether it is currently possible to use online access codes for the device. */
58161
+ /** Indicates whether it is currently possible to use online access codes for the device.
58162
+ * @deprecated use device.can_program_online_access_codes*/
58136
58163
  online_access_codes_enabled?: boolean | undefined;
58137
- /** Indicates whether it is currently possible to use offline access codes for the device. */
58164
+ /** Indicates whether it is currently possible to use offline access codes for the device.
58165
+ * @deprecated use device.can_program_offline_access_codes*/
58138
58166
  offline_access_codes_enabled?: boolean | undefined;
58139
58167
  /**
58140
58168
  * @deprecated use device.properties.model.can_connect_accessory_keypad*/
@@ -63680,9 +63708,11 @@ export type Routes = {
63680
63708
  image_alt_text?: string | undefined;
63681
63709
  /** Serial number of the device. */
63682
63710
  serial_number?: string | undefined;
63683
- /** Indicates whether it is currently possible to use online access codes for the device. */
63711
+ /** Indicates whether it is currently possible to use online access codes for the device.
63712
+ * @deprecated use device.can_program_online_access_codes*/
63684
63713
  online_access_codes_enabled?: boolean | undefined;
63685
- /** Indicates whether it is currently possible to use offline access codes for the device. */
63714
+ /** Indicates whether it is currently possible to use offline access codes for the device.
63715
+ * @deprecated use device.can_program_offline_access_codes*/
63686
63716
  offline_access_codes_enabled?: boolean | undefined;
63687
63717
  /**
63688
63718
  * @deprecated use device.properties.model.can_connect_accessory_keypad*/
@@ -67430,9 +67460,11 @@ export type Routes = {
67430
67460
  image_alt_text?: string | undefined;
67431
67461
  /** Serial number of the device. */
67432
67462
  serial_number?: string | undefined;
67433
- /** Indicates whether it is currently possible to use online access codes for the device. */
67463
+ /** Indicates whether it is currently possible to use online access codes for the device.
67464
+ * @deprecated use device.can_program_online_access_codes*/
67434
67465
  online_access_codes_enabled?: boolean | undefined;
67435
- /** Indicates whether it is currently possible to use offline access codes for the device. */
67466
+ /** Indicates whether it is currently possible to use offline access codes for the device.
67467
+ * @deprecated use device.can_program_offline_access_codes*/
67436
67468
  offline_access_codes_enabled?: boolean | undefined;
67437
67469
  /**
67438
67470
  * @deprecated use device.properties.model.can_connect_accessory_keypad*/
@@ -68597,9 +68629,11 @@ export type Routes = {
68597
68629
  image_alt_text?: string | undefined;
68598
68630
  /** Serial number of the device. */
68599
68631
  serial_number?: string | undefined;
68600
- /** Indicates whether it is currently possible to use online access codes for the device. */
68632
+ /** Indicates whether it is currently possible to use online access codes for the device.
68633
+ * @deprecated use device.can_program_online_access_codes*/
68601
68634
  online_access_codes_enabled?: boolean | undefined;
68602
- /** Indicates whether it is currently possible to use offline access codes for the device. */
68635
+ /** Indicates whether it is currently possible to use offline access codes for the device.
68636
+ * @deprecated use device.can_program_offline_access_codes*/
68603
68637
  offline_access_codes_enabled?: boolean | undefined;
68604
68638
  /**
68605
68639
  * @deprecated use device.properties.model.can_connect_accessory_keypad*/
@@ -75705,9 +75739,11 @@ export type Routes = {
75705
75739
  image_alt_text?: string | undefined;
75706
75740
  /** Serial number of the device. */
75707
75741
  serial_number?: string | undefined;
75708
- /** Indicates whether it is currently possible to use online access codes for the device. */
75742
+ /** Indicates whether it is currently possible to use online access codes for the device.
75743
+ * @deprecated use device.can_program_online_access_codes*/
75709
75744
  online_access_codes_enabled?: boolean | undefined;
75710
- /** Indicates whether it is currently possible to use offline access codes for the device. */
75745
+ /** Indicates whether it is currently possible to use offline access codes for the device.
75746
+ * @deprecated use device.can_program_offline_access_codes*/
75711
75747
  offline_access_codes_enabled?: boolean | undefined;
75712
75748
  /**
75713
75749
  * @deprecated use device.properties.model.can_connect_accessory_keypad*/
@@ -76874,9 +76910,11 @@ export type Routes = {
76874
76910
  image_alt_text?: string | undefined;
76875
76911
  /** Serial number of the device. */
76876
76912
  serial_number?: string | undefined;
76877
- /** Indicates whether it is currently possible to use online access codes for the device. */
76913
+ /** Indicates whether it is currently possible to use online access codes for the device.
76914
+ * @deprecated use device.can_program_online_access_codes*/
76878
76915
  online_access_codes_enabled?: boolean | undefined;
76879
- /** Indicates whether it is currently possible to use offline access codes for the device. */
76916
+ /** Indicates whether it is currently possible to use offline access codes for the device.
76917
+ * @deprecated use device.can_program_offline_access_codes*/
76880
76918
  offline_access_codes_enabled?: boolean | undefined;
76881
76919
  /**
76882
76920
  * @deprecated use device.properties.model.can_connect_accessory_keypad*/
@@ -78802,9 +78840,11 @@ export type Routes = {
78802
78840
  image_alt_text?: string | undefined;
78803
78841
  /** Serial number of the device. */
78804
78842
  serial_number?: string | undefined;
78805
- /** Indicates whether it is currently possible to use online access codes for the device. */
78843
+ /** Indicates whether it is currently possible to use online access codes for the device.
78844
+ * @deprecated use device.can_program_online_access_codes*/
78806
78845
  online_access_codes_enabled?: boolean | undefined;
78807
- /** Indicates whether it is currently possible to use offline access codes for the device. */
78846
+ /** Indicates whether it is currently possible to use offline access codes for the device.
78847
+ * @deprecated use device.can_program_offline_access_codes*/
78808
78848
  offline_access_codes_enabled?: boolean | undefined;
78809
78849
  /**
78810
78850
  * @deprecated use device.properties.model.can_connect_accessory_keypad*/
@@ -82483,9 +82523,11 @@ export type Routes = {
82483
82523
  */
82484
82524
  status: 'critical' | 'low' | 'good' | 'full';
82485
82525
  } | undefined;
82486
- /** Indicates whether it is currently possible to use online access codes for the device. */
82526
+ /** Indicates whether it is currently possible to use online access codes for the device.
82527
+ * @deprecated use device.can_program_online_access_codes*/
82487
82528
  online_access_codes_enabled?: boolean | undefined;
82488
- /** Indicates whether it is currently possible to use offline access codes for the device. */
82529
+ /** Indicates whether it is currently possible to use offline access codes for the device.
82530
+ * @deprecated use device.can_program_offline_access_codes*/
82489
82531
  offline_access_codes_enabled?: boolean | undefined;
82490
82532
  /** Device model-related properties. */
82491
82533
  model: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.507.0",
3
+ "version": "1.508.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -608,6 +608,7 @@ export const common_device_properties = z.object({
608
608
  `
609
609
  ---
610
610
  property_group_key: access_codes
611
+ deprecated: use device.can_program_online_access_codes
611
612
  ---
612
613
  Indicates whether it is currently possible to use online access codes for the device.
613
614
  `,
@@ -619,6 +620,7 @@ export const common_device_properties = z.object({
619
620
  `
620
621
  ---
621
622
  property_group_key: access_codes
623
+ deprecated: use device.can_program_offline_access_codes
622
624
  ---
623
625
  Indicates whether it is currently possible to use offline access codes for the device.
624
626
  `,
@@ -10162,9 +10162,12 @@ export default {
10162
10162
  'x-property-group-key': 'noise_sensors',
10163
10163
  },
10164
10164
  offline_access_codes_enabled: {
10165
+ deprecated: true,
10165
10166
  description:
10166
10167
  'Indicates whether it is currently possible to use offline access codes for the device.',
10167
10168
  type: 'boolean',
10169
+ 'x-deprecated':
10170
+ 'use device.can_program_offline_access_codes',
10168
10171
  'x-property-group-key': 'access_codes',
10169
10172
  },
10170
10173
  online: {
@@ -10173,9 +10176,12 @@ export default {
10173
10176
  type: 'boolean',
10174
10177
  },
10175
10178
  online_access_codes_enabled: {
10179
+ deprecated: true,
10176
10180
  description:
10177
10181
  'Indicates whether it is currently possible to use online access codes for the device.',
10178
10182
  type: 'boolean',
10183
+ 'x-deprecated':
10184
+ 'use device.can_program_online_access_codes',
10179
10185
  'x-property-group-key': 'access_codes',
10180
10186
  },
10181
10187
  serial_number: {
@@ -24411,9 +24417,11 @@ export default {
24411
24417
  'x-deprecated': 'use device.display_name instead',
24412
24418
  },
24413
24419
  offline_access_codes_enabled: {
24420
+ deprecated: true,
24414
24421
  description:
24415
24422
  'Indicates whether it is currently possible to use offline access codes for the device.',
24416
24423
  type: 'boolean',
24424
+ 'x-deprecated': 'use device.can_program_offline_access_codes',
24417
24425
  'x-property-group-key': 'access_codes',
24418
24426
  },
24419
24427
  online: {
@@ -24421,9 +24429,11 @@ export default {
24421
24429
  type: 'boolean',
24422
24430
  },
24423
24431
  online_access_codes_enabled: {
24432
+ deprecated: true,
24424
24433
  description:
24425
24434
  'Indicates whether it is currently possible to use online access codes for the device.',
24426
24435
  type: 'boolean',
24436
+ 'x-deprecated': 'use device.can_program_online_access_codes',
24427
24437
  'x-property-group-key': 'access_codes',
24428
24438
  },
24429
24439
  },