@seamapi/types 1.807.0 → 1.808.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.
@@ -19687,6 +19687,10 @@ declare const _default: {
19687
19687
  description: string;
19688
19688
  type: string;
19689
19689
  };
19690
+ use_backup_access_code_pool: {
19691
+ description: string;
19692
+ type: string;
19693
+ };
19690
19694
  };
19691
19695
  required: string[];
19692
19696
  type: string;
@@ -19825,6 +19829,10 @@ declare const _default: {
19825
19829
  description: string;
19826
19830
  type: string;
19827
19831
  };
19832
+ use_backup_access_code_pool: {
19833
+ description: string;
19834
+ type: string;
19835
+ };
19828
19836
  };
19829
19837
  required: string[];
19830
19838
  type: string;
@@ -28462,6 +28462,10 @@ export default {
28462
28462
  description: 'Date and time at which the validity of the new access code starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.',
28463
28463
  type: 'string',
28464
28464
  },
28465
+ use_backup_access_code_pool: {
28466
+ description: 'Indicates whether to use a [backup access code pool](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes#backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/latest/api/access_codes/pull_backup_access_code).',
28467
+ type: 'boolean',
28468
+ },
28465
28469
  },
28466
28470
  required: ['device_ids'],
28467
28471
  type: 'object',
@@ -28565,6 +28569,10 @@ export default {
28565
28569
  description: 'Date and time at which the validity of the new access code starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.',
28566
28570
  type: 'string',
28567
28571
  },
28572
+ use_backup_access_code_pool: {
28573
+ description: 'Indicates whether to use a [backup access code pool](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes#backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/latest/api/access_codes/pull_backup_access_code).',
28574
+ type: 'boolean',
28575
+ },
28568
28576
  },
28569
28577
  required: ['device_ids'],
28570
28578
  type: 'object',