@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.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" },
|