@seamapi/types 1.882.0 → 1.883.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.
@@ -113502,8 +113502,6 @@ type Routes = {
113502
113502
  device_ids?: string[] | undefined;
113503
113503
  /** IDs of the entrances that you want to set for the space. If specified, this will replace all existing entrances. */
113504
113504
  acs_entrance_ids?: string[] | undefined;
113505
- /** Customer key for which you want to update the space. */
113506
- customer_key?: string | undefined;
113507
113505
  /** Reservation/stay-related defaults for the space. Only the keys you provide are updated; omit a key to leave it unchanged. Pass null on a key to clear it. */
113508
113506
  customer_data?: {
113509
113507
  /** IANA time zone for the space, e.g. America/Los_Angeles. */
package/dist/index.cjs CHANGED
@@ -79477,11 +79477,6 @@ var openapi = {
79477
79477
  },
79478
79478
  type: "object"
79479
79479
  },
79480
- customer_key: {
79481
- description: "Customer key for which you want to update the space.",
79482
- minLength: 1,
79483
- type: "string"
79484
- },
79485
79480
  device_ids: {
79486
79481
  description: "IDs of the devices that you want to set for the space. If specified, this will replace all existing devices.",
79487
79482
  items: { format: "uuid", type: "string" },
@@ -79572,11 +79567,6 @@ var openapi = {
79572
79567
  },
79573
79568
  type: "object"
79574
79569
  },
79575
- customer_key: {
79576
- description: "Customer key for which you want to update the space.",
79577
- minLength: 1,
79578
- type: "string"
79579
- },
79580
79570
  device_ids: {
79581
79571
  description: "IDs of the devices that you want to set for the space. If specified, this will replace all existing devices.",
79582
79572
  items: { format: "uuid", type: "string" },