@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.
- package/dist/connect.cjs +8 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +10 -0
- package/dist/index.cjs +8 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +8 -0
- package/lib/seam/connect/openapi.js +8 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +10 -0
- package/src/lib/seam/connect/route-types.ts +2 -0
|
@@ -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',
|