@seamapi/types 1.156.0 → 1.157.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
@@ -365,11 +365,16 @@ var openapi_default = {
365
365
  nullable: true,
366
366
  properties: {
367
367
  accessibility_type: { type: "string" },
368
- is_connected: { type: "boolean" },
369
- name: { type: "string" },
370
- type: { type: "string" }
368
+ door_name: { type: "string" },
369
+ door_type: { type: "string" },
370
+ is_connected: { type: "boolean" }
371
371
  },
372
- required: ["accessibility_type", "name", "type", "is_connected"],
372
+ required: [
373
+ "accessibility_type",
374
+ "door_name",
375
+ "door_type",
376
+ "is_connected"
377
+ ],
373
378
  type: "object"
374
379
  },
375
380
  visionline_metadata: {