@seamapi/types 1.586.0 → 1.587.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 +12 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +16 -0
- package/dist/index.cjs +12 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +12 -0
- package/lib/seam/connect/openapi.js +12 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +4 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +15 -0
- package/src/lib/seam/connect/route-types.ts +4 -0
package/dist/connect.cjs
CHANGED
|
@@ -55128,6 +55128,10 @@ var openapi_default = {
|
|
|
55128
55128
|
items: { format: "uuid", type: "string" },
|
|
55129
55129
|
type: "array"
|
|
55130
55130
|
},
|
|
55131
|
+
customer_key: {
|
|
55132
|
+
description: "Customer key for which you want to create the space.",
|
|
55133
|
+
type: "string"
|
|
55134
|
+
},
|
|
55131
55135
|
device_ids: {
|
|
55132
55136
|
description: "IDs of the devices that you want to add to the new space.",
|
|
55133
55137
|
items: { format: "uuid", type: "string" },
|
|
@@ -56018,6 +56022,10 @@ var openapi_default = {
|
|
|
56018
56022
|
items: { format: "uuid", type: "string" },
|
|
56019
56023
|
type: "array"
|
|
56020
56024
|
},
|
|
56025
|
+
customer_key: {
|
|
56026
|
+
description: "Customer key for which you want to update the space.",
|
|
56027
|
+
type: "string"
|
|
56028
|
+
},
|
|
56021
56029
|
device_ids: {
|
|
56022
56030
|
description: "IDs of the devices that you want to set for the space. If specified, this will replace all existing devices.",
|
|
56023
56031
|
items: { format: "uuid", type: "string" },
|
|
@@ -56086,6 +56094,10 @@ var openapi_default = {
|
|
|
56086
56094
|
items: { format: "uuid", type: "string" },
|
|
56087
56095
|
type: "array"
|
|
56088
56096
|
},
|
|
56097
|
+
customer_key: {
|
|
56098
|
+
description: "Customer key for which you want to update the space.",
|
|
56099
|
+
type: "string"
|
|
56100
|
+
},
|
|
56089
56101
|
device_ids: {
|
|
56090
56102
|
description: "IDs of the devices that you want to set for the space. If specified, this will replace all existing devices.",
|
|
56091
56103
|
items: { format: "uuid", type: "string" },
|