@seamapi/types 1.27.0 → 1.29.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
@@ -473,7 +473,8 @@ var openapi_default = {
473
473
  },
474
474
  name: { type: "string" },
475
475
  online: { type: "boolean" },
476
- serial_number: { type: "string" }
476
+ serial_number: { type: "string" },
477
+ supports_accessory_keypad: { type: "boolean" }
477
478
  },
478
479
  required: ["online", "name", "model"],
479
480
  type: "object"