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