@seamapi/types 1.111.0 → 1.112.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.
@@ -722,6 +722,12 @@ declare const _default: {
722
722
  };
723
723
  device: {
724
724
  properties: {
725
+ can_program_online_access_codes: {
726
+ type: string;
727
+ };
728
+ can_remotely_unlock: {
729
+ type: string;
730
+ };
725
731
  capabilities_supported: {
726
732
  description: string;
727
733
  items: {
@@ -2321,6 +2327,12 @@ declare const _default: {
2321
2327
  };
2322
2328
  phone: {
2323
2329
  properties: {
2330
+ can_program_online_access_codes: {
2331
+ type: string;
2332
+ };
2333
+ can_remotely_unlock: {
2334
+ type: string;
2335
+ };
2324
2336
  capabilities_supported: {
2325
2337
  description: string;
2326
2338
  items: {
@@ -19275,6 +19287,8 @@ interface Routes {
19275
19287
  /** Indicates whether Seam manages the device. */
19276
19288
  is_managed: true;
19277
19289
  custom_metadata?: Record<string, string | boolean | null> | undefined;
19290
+ can_remotely_unlock?: boolean | undefined;
19291
+ can_program_online_access_codes?: boolean | undefined;
19278
19292
  };
19279
19293
  };
19280
19294
  };
@@ -19763,6 +19777,8 @@ interface Routes {
19763
19777
  /** Indicates whether Seam manages the device. */
19764
19778
  is_managed: true;
19765
19779
  custom_metadata?: Record<string, string | boolean | null> | undefined;
19780
+ can_remotely_unlock?: boolean | undefined;
19781
+ can_program_online_access_codes?: boolean | undefined;
19766
19782
  }>;
19767
19783
  };
19768
19784
  };
@@ -20570,6 +20586,8 @@ interface Routes {
20570
20586
  /** Indicates whether Seam manages the device. */
20571
20587
  is_managed: true;
20572
20588
  custom_metadata?: Record<string, string | boolean | null> | undefined;
20589
+ can_remotely_unlock?: boolean | undefined;
20590
+ can_program_online_access_codes?: boolean | undefined;
20573
20591
  };
20574
20592
  device: {
20575
20593
  /** Unique identifier for the device. */
@@ -21035,6 +21053,8 @@ interface Routes {
21035
21053
  /** Indicates whether Seam manages the device. */
21036
21054
  is_managed: true;
21037
21055
  custom_metadata?: Record<string, string | boolean | null> | undefined;
21056
+ can_remotely_unlock?: boolean | undefined;
21057
+ can_program_online_access_codes?: boolean | undefined;
21038
21058
  };
21039
21059
  };
21040
21060
  };
@@ -21523,6 +21543,8 @@ interface Routes {
21523
21543
  /** Indicates whether Seam manages the device. */
21524
21544
  is_managed: true;
21525
21545
  custom_metadata?: Record<string, string | boolean | null> | undefined;
21546
+ can_remotely_unlock?: boolean | undefined;
21547
+ can_program_online_access_codes?: boolean | undefined;
21526
21548
  }>;
21527
21549
  devices: Array<{
21528
21550
  /** Unique identifier for the device. */
@@ -21988,6 +22010,8 @@ interface Routes {
21988
22010
  /** Indicates whether Seam manages the device. */
21989
22011
  is_managed: true;
21990
22012
  custom_metadata?: Record<string, string | boolean | null> | undefined;
22013
+ can_remotely_unlock?: boolean | undefined;
22014
+ can_program_online_access_codes?: boolean | undefined;
21991
22015
  }>;
21992
22016
  };
21993
22017
  };
@@ -22335,6 +22359,8 @@ interface Routes {
22335
22359
  /** Indicates whether Seam manages the device. */
22336
22360
  is_managed: true;
22337
22361
  custom_metadata?: Record<string, string | boolean | null> | undefined;
22362
+ can_remotely_unlock?: boolean | undefined;
22363
+ can_program_online_access_codes?: boolean | undefined;
22338
22364
  }>;
22339
22365
  };
22340
22366
  };
@@ -22403,6 +22429,8 @@ interface Routes {
22403
22429
  /** Indicates whether Seam manages the device. */
22404
22430
  is_managed: true;
22405
22431
  custom_metadata?: Record<string, string | boolean | null> | undefined;
22432
+ can_remotely_unlock?: boolean | undefined;
22433
+ can_program_online_access_codes?: boolean | undefined;
22406
22434
  };
22407
22435
  };
22408
22436
  };
@@ -23056,6 +23084,8 @@ interface Routes {
23056
23084
  /** Indicates whether Seam manages the device. */
23057
23085
  is_managed: true;
23058
23086
  custom_metadata?: Record<string, string | boolean | null> | undefined;
23087
+ can_remotely_unlock?: boolean | undefined;
23088
+ can_program_online_access_codes?: boolean | undefined;
23059
23089
  };
23060
23090
  };
23061
23091
  };
@@ -23574,6 +23604,8 @@ interface Routes {
23574
23604
  /** Indicates whether Seam manages the device. */
23575
23605
  is_managed: true;
23576
23606
  custom_metadata?: Record<string, string | boolean | null> | undefined;
23607
+ can_remotely_unlock?: boolean | undefined;
23608
+ can_program_online_access_codes?: boolean | undefined;
23577
23609
  }>;
23578
23610
  };
23579
23611
  };
@@ -24264,6 +24296,8 @@ interface Routes {
24264
24296
  /** Indicates whether Seam manages the device. */
24265
24297
  is_managed: true;
24266
24298
  custom_metadata?: Record<string, string | boolean | null> | undefined;
24299
+ can_remotely_unlock?: boolean | undefined;
24300
+ can_program_online_access_codes?: boolean | undefined;
24267
24301
  }>;
24268
24302
  };
24269
24303
  };
@@ -648,6 +648,12 @@ declare const _default: {
648
648
  };
649
649
  device: {
650
650
  properties: {
651
+ can_program_online_access_codes: {
652
+ type: string;
653
+ };
654
+ can_remotely_unlock: {
655
+ type: string;
656
+ };
651
657
  capabilities_supported: {
652
658
  description: string;
653
659
  items: {
@@ -2247,6 +2253,12 @@ declare const _default: {
2247
2253
  };
2248
2254
  phone: {
2249
2255
  properties: {
2256
+ can_program_online_access_codes: {
2257
+ type: string;
2258
+ };
2259
+ can_remotely_unlock: {
2260
+ type: string;
2261
+ };
2250
2262
  capabilities_supported: {
2251
2263
  description: string;
2252
2264
  items: {
@@ -499,6 +499,8 @@ export default {
499
499
  },
500
500
  device: {
501
501
  properties: {
502
+ can_program_online_access_codes: { type: 'boolean' },
503
+ can_remotely_unlock: { type: 'boolean' },
502
504
  capabilities_supported: {
503
505
  description: 'Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health.',
504
506
  items: {
@@ -1750,6 +1752,8 @@ export default {
1750
1752
  },
1751
1753
  phone: {
1752
1754
  properties: {
1755
+ can_program_online_access_codes: { type: 'boolean' },
1756
+ can_remotely_unlock: { type: 'boolean' },
1753
1757
  capabilities_supported: {
1754
1758
  description: 'Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health.',
1755
1759
  items: {