@seamapi/types 1.616.0 → 1.617.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
@@ -56416,10 +56416,7 @@ var openapi_default = {
56416
56416
  items: {
56417
56417
  properties: {
56418
56418
  device_id: { format: "uuid", type: "string" },
56419
- device_type: {
56420
- enum: ["lock", "thermostat", "sensor"],
56421
- type: "string"
56422
- },
56419
+ device_type: { type: "string" },
56423
56420
  name: { type: "string" }
56424
56421
  },
56425
56422
  required: ["device_id", "device_type", "name"],
@@ -56516,10 +56513,7 @@ var openapi_default = {
56516
56513
  items: {
56517
56514
  properties: {
56518
56515
  device_id: { format: "uuid", type: "string" },
56519
- device_type: {
56520
- enum: ["lock", "thermostat", "sensor"],
56521
- type: "string"
56522
- },
56516
+ device_type: { type: "string" },
56523
56517
  name: { type: "string" }
56524
56518
  },
56525
56519
  required: ["device_id", "device_type", "name"],