@seamapi/types 1.138.1 → 1.139.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.
@@ -841,6 +841,17 @@ declare const _default: {
841
841
  allOf: ({
842
842
  allOf: ({
843
843
  properties: {
844
+ accessory_keypad: {
845
+ description: string;
846
+ properties: {
847
+ is_connected: {
848
+ description: string;
849
+ type: string;
850
+ };
851
+ };
852
+ required: string[];
853
+ type: string;
854
+ };
844
855
  appearance: {
845
856
  properties: {
846
857
  name: {
@@ -896,10 +907,18 @@ declare const _default: {
896
907
  description: string;
897
908
  type: string;
898
909
  };
910
+ can_connect_accessory_keypad: {
911
+ description: string;
912
+ type: string;
913
+ };
899
914
  display_name: {
900
915
  description: string;
901
916
  type: string;
902
917
  };
918
+ has_built_in_keypad: {
919
+ description: string;
920
+ type: string;
921
+ };
903
922
  manufacturer_display_name: {
904
923
  description: string;
905
924
  type: string;
@@ -974,6 +993,7 @@ declare const _default: {
974
993
  required: string[];
975
994
  type: string;
976
995
  };
996
+ accessory_keypad?: never;
977
997
  appearance?: never;
978
998
  battery?: never;
979
999
  battery_level?: never;
@@ -2694,10 +2714,18 @@ declare const _default: {
2694
2714
  description: string;
2695
2715
  type: string;
2696
2716
  };
2717
+ can_connect_accessory_keypad: {
2718
+ description: string;
2719
+ type: string;
2720
+ };
2697
2721
  display_name: {
2698
2722
  description: string;
2699
2723
  type: string;
2700
2724
  };
2725
+ has_built_in_keypad: {
2726
+ description: string;
2727
+ type: string;
2728
+ };
2701
2729
  manufacturer_display_name: {
2702
2730
  description: string;
2703
2731
  type: string;
@@ -19036,15 +19064,24 @@ interface Routes {
19036
19064
  online: boolean;
19037
19065
  /** Name of the device. Deprecated - use device.display_name instead */
19038
19066
  name: string;
19067
+ /** Represents the accessory keypad state. */
19068
+ accessory_keypad?: {
19069
+ /** Indicates if the accessory_keypad is connected to the device. */
19070
+ is_connected: boolean;
19071
+ } | undefined;
19039
19072
  appearance: {
19040
19073
  /** Name of the device as seen from the provider API and application, not settable through Seam. */
19041
19074
  name: string;
19042
19075
  };
19043
19076
  model: {
19077
+ /** Indicates whether the device can connect a accessory keypad. */
19078
+ can_connect_accessory_keypad?: boolean | undefined;
19044
19079
  /** Display name of the device model. */
19045
19080
  display_name: string;
19046
19081
  /** Display name that corresponds to the manufacturer-specific terminology for the device. */
19047
19082
  manufacturer_display_name: string;
19083
+ /** Indicates whether the device has a built in accessory keypad. */
19084
+ has_built_in_keypad?: boolean | undefined;
19048
19085
  /** Indicates whether the device supports offline access codes. */
19049
19086
  offline_access_codes_supported?: boolean | undefined;
19050
19087
  /** Indicates whether the device supports online access codes. */
@@ -19535,15 +19572,24 @@ interface Routes {
19535
19572
  online: boolean;
19536
19573
  /** Name of the device. Deprecated - use device.display_name instead */
19537
19574
  name: string;
19575
+ /** Represents the accessory keypad state. */
19576
+ accessory_keypad?: {
19577
+ /** Indicates if the accessory_keypad is connected to the device. */
19578
+ is_connected: boolean;
19579
+ } | undefined;
19538
19580
  appearance: {
19539
19581
  /** Name of the device as seen from the provider API and application, not settable through Seam. */
19540
19582
  name: string;
19541
19583
  };
19542
19584
  model: {
19585
+ /** Indicates whether the device can connect a accessory keypad. */
19586
+ can_connect_accessory_keypad?: boolean | undefined;
19543
19587
  /** Display name of the device model. */
19544
19588
  display_name: string;
19545
19589
  /** Display name that corresponds to the manufacturer-specific terminology for the device. */
19546
19590
  manufacturer_display_name: string;
19591
+ /** Indicates whether the device has a built in accessory keypad. */
19592
+ has_built_in_keypad?: boolean | undefined;
19547
19593
  /** Indicates whether the device supports offline access codes. */
19548
19594
  offline_access_codes_supported?: boolean | undefined;
19549
19595
  /** Indicates whether the device supports online access codes. */
@@ -20083,10 +20129,14 @@ interface Routes {
20083
20129
  /** Indicates whether it is currently possible to use offline access codes for the device. */
20084
20130
  offline_access_codes_enabled?: boolean | undefined;
20085
20131
  model: {
20132
+ /** Indicates whether the device can connect a accessory keypad. */
20133
+ can_connect_accessory_keypad?: boolean | undefined;
20086
20134
  /** Display name of the device model. */
20087
20135
  display_name: string;
20088
20136
  /** Display name that corresponds to the manufacturer-specific terminology for the device. */
20089
20137
  manufacturer_display_name: string;
20138
+ /** Indicates whether the device has a built in accessory keypad. */
20139
+ has_built_in_keypad?: boolean | undefined;
20090
20140
  /** Indicates whether the device supports offline access codes. */
20091
20141
  offline_access_codes_supported?: boolean | undefined;
20092
20142
  /** Indicates whether the device supports online access codes. */
@@ -20169,10 +20219,14 @@ interface Routes {
20169
20219
  /** Indicates whether it is currently possible to use offline access codes for the device. */
20170
20220
  offline_access_codes_enabled?: boolean | undefined;
20171
20221
  model: {
20222
+ /** Indicates whether the device can connect a accessory keypad. */
20223
+ can_connect_accessory_keypad?: boolean | undefined;
20172
20224
  /** Display name of the device model. */
20173
20225
  display_name: string;
20174
20226
  /** Display name that corresponds to the manufacturer-specific terminology for the device. */
20175
20227
  manufacturer_display_name: string;
20228
+ /** Indicates whether the device has a built in accessory keypad. */
20229
+ has_built_in_keypad?: boolean | undefined;
20176
20230
  /** Indicates whether the device supports offline access codes. */
20177
20231
  offline_access_codes_supported?: boolean | undefined;
20178
20232
  /** Indicates whether the device supports online access codes. */
@@ -20370,15 +20424,24 @@ interface Routes {
20370
20424
  online: boolean;
20371
20425
  /** Name of the device. Deprecated - use device.display_name instead */
20372
20426
  name: string;
20427
+ /** Represents the accessory keypad state. */
20428
+ accessory_keypad?: {
20429
+ /** Indicates if the accessory_keypad is connected to the device. */
20430
+ is_connected: boolean;
20431
+ } | undefined;
20373
20432
  appearance: {
20374
20433
  /** Name of the device as seen from the provider API and application, not settable through Seam. */
20375
20434
  name: string;
20376
20435
  };
20377
20436
  model: {
20437
+ /** Indicates whether the device can connect a accessory keypad. */
20438
+ can_connect_accessory_keypad?: boolean | undefined;
20378
20439
  /** Display name of the device model. */
20379
20440
  display_name: string;
20380
20441
  /** Display name that corresponds to the manufacturer-specific terminology for the device. */
20381
20442
  manufacturer_display_name: string;
20443
+ /** Indicates whether the device has a built in accessory keypad. */
20444
+ has_built_in_keypad?: boolean | undefined;
20382
20445
  /** Indicates whether the device supports offline access codes. */
20383
20446
  offline_access_codes_supported?: boolean | undefined;
20384
20447
  /** Indicates whether the device supports online access codes. */
@@ -20846,15 +20909,24 @@ interface Routes {
20846
20909
  online: boolean;
20847
20910
  /** Name of the device. Deprecated - use device.display_name instead */
20848
20911
  name: string;
20912
+ /** Represents the accessory keypad state. */
20913
+ accessory_keypad?: {
20914
+ /** Indicates if the accessory_keypad is connected to the device. */
20915
+ is_connected: boolean;
20916
+ } | undefined;
20849
20917
  appearance: {
20850
20918
  /** Name of the device as seen from the provider API and application, not settable through Seam. */
20851
20919
  name: string;
20852
20920
  };
20853
20921
  model: {
20922
+ /** Indicates whether the device can connect a accessory keypad. */
20923
+ can_connect_accessory_keypad?: boolean | undefined;
20854
20924
  /** Display name of the device model. */
20855
20925
  display_name: string;
20856
20926
  /** Display name that corresponds to the manufacturer-specific terminology for the device. */
20857
20927
  manufacturer_display_name: string;
20928
+ /** Indicates whether the device has a built in accessory keypad. */
20929
+ has_built_in_keypad?: boolean | undefined;
20858
20930
  /** Indicates whether the device supports offline access codes. */
20859
20931
  offline_access_codes_supported?: boolean | undefined;
20860
20932
  /** Indicates whether the device supports online access codes. */
@@ -21345,15 +21417,24 @@ interface Routes {
21345
21417
  online: boolean;
21346
21418
  /** Name of the device. Deprecated - use device.display_name instead */
21347
21419
  name: string;
21420
+ /** Represents the accessory keypad state. */
21421
+ accessory_keypad?: {
21422
+ /** Indicates if the accessory_keypad is connected to the device. */
21423
+ is_connected: boolean;
21424
+ } | undefined;
21348
21425
  appearance: {
21349
21426
  /** Name of the device as seen from the provider API and application, not settable through Seam. */
21350
21427
  name: string;
21351
21428
  };
21352
21429
  model: {
21430
+ /** Indicates whether the device can connect a accessory keypad. */
21431
+ can_connect_accessory_keypad?: boolean | undefined;
21353
21432
  /** Display name of the device model. */
21354
21433
  display_name: string;
21355
21434
  /** Display name that corresponds to the manufacturer-specific terminology for the device. */
21356
21435
  manufacturer_display_name: string;
21436
+ /** Indicates whether the device has a built in accessory keypad. */
21437
+ has_built_in_keypad?: boolean | undefined;
21357
21438
  /** Indicates whether the device supports offline access codes. */
21358
21439
  offline_access_codes_supported?: boolean | undefined;
21359
21440
  /** Indicates whether the device supports online access codes. */
@@ -21821,15 +21902,24 @@ interface Routes {
21821
21902
  online: boolean;
21822
21903
  /** Name of the device. Deprecated - use device.display_name instead */
21823
21904
  name: string;
21905
+ /** Represents the accessory keypad state. */
21906
+ accessory_keypad?: {
21907
+ /** Indicates if the accessory_keypad is connected to the device. */
21908
+ is_connected: boolean;
21909
+ } | undefined;
21824
21910
  appearance: {
21825
21911
  /** Name of the device as seen from the provider API and application, not settable through Seam. */
21826
21912
  name: string;
21827
21913
  };
21828
21914
  model: {
21915
+ /** Indicates whether the device can connect a accessory keypad. */
21916
+ can_connect_accessory_keypad?: boolean | undefined;
21829
21917
  /** Display name of the device model. */
21830
21918
  display_name: string;
21831
21919
  /** Display name that corresponds to the manufacturer-specific terminology for the device. */
21832
21920
  manufacturer_display_name: string;
21921
+ /** Indicates whether the device has a built in accessory keypad. */
21922
+ has_built_in_keypad?: boolean | undefined;
21833
21923
  /** Indicates whether the device supports offline access codes. */
21834
21924
  offline_access_codes_supported?: boolean | undefined;
21835
21925
  /** Indicates whether the device supports online access codes. */
@@ -22936,15 +23026,24 @@ interface Routes {
22936
23026
  online: boolean;
22937
23027
  /** Name of the device. Deprecated - use device.display_name instead */
22938
23028
  name: string;
23029
+ /** Represents the accessory keypad state. */
23030
+ accessory_keypad?: {
23031
+ /** Indicates if the accessory_keypad is connected to the device. */
23032
+ is_connected: boolean;
23033
+ } | undefined;
22939
23034
  appearance: {
22940
23035
  /** Name of the device as seen from the provider API and application, not settable through Seam. */
22941
23036
  name: string;
22942
23037
  };
22943
23038
  model: {
23039
+ /** Indicates whether the device can connect a accessory keypad. */
23040
+ can_connect_accessory_keypad?: boolean | undefined;
22944
23041
  /** Display name of the device model. */
22945
23042
  display_name: string;
22946
23043
  /** Display name that corresponds to the manufacturer-specific terminology for the device. */
22947
23044
  manufacturer_display_name: string;
23045
+ /** Indicates whether the device has a built in accessory keypad. */
23046
+ has_built_in_keypad?: boolean | undefined;
22948
23047
  /** Indicates whether the device supports offline access codes. */
22949
23048
  offline_access_codes_supported?: boolean | undefined;
22950
23049
  /** Indicates whether the device supports online access codes. */
@@ -23511,15 +23610,24 @@ interface Routes {
23511
23610
  online: boolean;
23512
23611
  /** Name of the device. Deprecated - use device.display_name instead */
23513
23612
  name: string;
23613
+ /** Represents the accessory keypad state. */
23614
+ accessory_keypad?: {
23615
+ /** Indicates if the accessory_keypad is connected to the device. */
23616
+ is_connected: boolean;
23617
+ } | undefined;
23514
23618
  appearance: {
23515
23619
  /** Name of the device as seen from the provider API and application, not settable through Seam. */
23516
23620
  name: string;
23517
23621
  };
23518
23622
  model: {
23623
+ /** Indicates whether the device can connect a accessory keypad. */
23624
+ can_connect_accessory_keypad?: boolean | undefined;
23519
23625
  /** Display name of the device model. */
23520
23626
  display_name: string;
23521
23627
  /** Display name that corresponds to the manufacturer-specific terminology for the device. */
23522
23628
  manufacturer_display_name: string;
23629
+ /** Indicates whether the device has a built in accessory keypad. */
23630
+ has_built_in_keypad?: boolean | undefined;
23523
23631
  /** Indicates whether the device supports offline access codes. */
23524
23632
  offline_access_codes_supported?: boolean | undefined;
23525
23633
  /** Indicates whether the device supports online access codes. */
@@ -24271,15 +24379,24 @@ interface Routes {
24271
24379
  online: boolean;
24272
24380
  /** Name of the device. Deprecated - use device.display_name instead */
24273
24381
  name: string;
24382
+ /** Represents the accessory keypad state. */
24383
+ accessory_keypad?: {
24384
+ /** Indicates if the accessory_keypad is connected to the device. */
24385
+ is_connected: boolean;
24386
+ } | undefined;
24274
24387
  appearance: {
24275
24388
  /** Name of the device as seen from the provider API and application, not settable through Seam. */
24276
24389
  name: string;
24277
24390
  };
24278
24391
  model: {
24392
+ /** Indicates whether the device can connect a accessory keypad. */
24393
+ can_connect_accessory_keypad?: boolean | undefined;
24279
24394
  /** Display name of the device model. */
24280
24395
  display_name: string;
24281
24396
  /** Display name that corresponds to the manufacturer-specific terminology for the device. */
24282
24397
  manufacturer_display_name: string;
24398
+ /** Indicates whether the device has a built in accessory keypad. */
24399
+ has_built_in_keypad?: boolean | undefined;
24283
24400
  /** Indicates whether the device supports offline access codes. */
24284
24401
  offline_access_codes_supported?: boolean | undefined;
24285
24402
  /** Indicates whether the device supports online access codes. */
@@ -767,6 +767,17 @@ declare const _default: {
767
767
  allOf: ({
768
768
  allOf: ({
769
769
  properties: {
770
+ accessory_keypad: {
771
+ description: string;
772
+ properties: {
773
+ is_connected: {
774
+ description: string;
775
+ type: string;
776
+ };
777
+ };
778
+ required: string[];
779
+ type: string;
780
+ };
770
781
  appearance: {
771
782
  properties: {
772
783
  name: {
@@ -822,10 +833,18 @@ declare const _default: {
822
833
  description: string;
823
834
  type: string;
824
835
  };
836
+ can_connect_accessory_keypad: {
837
+ description: string;
838
+ type: string;
839
+ };
825
840
  display_name: {
826
841
  description: string;
827
842
  type: string;
828
843
  };
844
+ has_built_in_keypad: {
845
+ description: string;
846
+ type: string;
847
+ };
829
848
  manufacturer_display_name: {
830
849
  description: string;
831
850
  type: string;
@@ -900,6 +919,7 @@ declare const _default: {
900
919
  required: string[];
901
920
  type: string;
902
921
  };
922
+ accessory_keypad?: never;
903
923
  appearance?: never;
904
924
  battery?: never;
905
925
  battery_level?: never;
@@ -2620,10 +2640,18 @@ declare const _default: {
2620
2640
  description: string;
2621
2641
  type: string;
2622
2642
  };
2643
+ can_connect_accessory_keypad: {
2644
+ description: string;
2645
+ type: string;
2646
+ };
2623
2647
  display_name: {
2624
2648
  description: string;
2625
2649
  type: string;
2626
2650
  };
2651
+ has_built_in_keypad: {
2652
+ description: string;
2653
+ type: string;
2654
+ };
2627
2655
  manufacturer_display_name: {
2628
2656
  description: string;
2629
2657
  type: string;
@@ -645,6 +645,17 @@ export default {
645
645
  allOf: [
646
646
  {
647
647
  properties: {
648
+ accessory_keypad: {
649
+ description: 'Represents the accessory keypad state.',
650
+ properties: {
651
+ is_connected: {
652
+ description: 'Indicates if the accessory_keypad is connected to the device.',
653
+ type: 'boolean',
654
+ },
655
+ },
656
+ required: ['is_connected'],
657
+ type: 'object',
658
+ },
648
659
  appearance: {
649
660
  properties: {
650
661
  name: {
@@ -696,10 +707,18 @@ export default {
696
707
  description: 'Indicates whether the device supports an accessory keypad.',
697
708
  type: 'boolean',
698
709
  },
710
+ can_connect_accessory_keypad: {
711
+ description: 'Indicates whether the device can connect a accessory keypad.',
712
+ type: 'boolean',
713
+ },
699
714
  display_name: {
700
715
  description: 'Display name of the device model.',
701
716
  type: 'string',
702
717
  },
718
+ has_built_in_keypad: {
719
+ description: 'Indicates whether the device has a built in accessory keypad.',
720
+ type: 'boolean',
721
+ },
703
722
  manufacturer_display_name: {
704
723
  description: 'Display name that corresponds to the manufacturer-specific terminology for the device.',
705
724
  type: 'string',
@@ -2178,10 +2197,18 @@ export default {
2178
2197
  description: 'Indicates whether the device supports an accessory keypad.',
2179
2198
  type: 'boolean',
2180
2199
  },
2200
+ can_connect_accessory_keypad: {
2201
+ description: 'Indicates whether the device can connect a accessory keypad.',
2202
+ type: 'boolean',
2203
+ },
2181
2204
  display_name: {
2182
2205
  description: 'Display name of the device model.',
2183
2206
  type: 'string',
2184
2207
  },
2208
+ has_built_in_keypad: {
2209
+ description: 'Indicates whether the device has a built in accessory keypad.',
2210
+ type: 'boolean',
2211
+ },
2185
2212
  manufacturer_display_name: {
2186
2213
  description: 'Display name that corresponds to the manufacturer-specific terminology for the device.',
2187
2214
  type: 'string',