@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 CHANGED
@@ -35305,6 +35305,10 @@ var openapi_default = {
35305
35305
  starts_at: {
35306
35306
  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.",
35307
35307
  type: "string"
35308
+ },
35309
+ use_backup_access_code_pool: {
35310
+ 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).",
35311
+ type: "boolean"
35308
35312
  }
35309
35313
  },
35310
35314
  required: ["device_ids"],
@@ -35408,6 +35412,10 @@ var openapi_default = {
35408
35412
  starts_at: {
35409
35413
  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.",
35410
35414
  type: "string"
35415
+ },
35416
+ use_backup_access_code_pool: {
35417
+ 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).",
35418
+ type: "boolean"
35411
35419
  }
35412
35420
  },
35413
35421
  required: ["device_ids"],