@seamapi/types 1.42.1 → 1.43.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
@@ -482,17 +482,34 @@ var openapi_default = {
482
482
  manufacturer: { type: "string" },
483
483
  model: {
484
484
  properties: {
485
+ access_codes_supported: { type: "boolean" },
486
+ accessory_keypad_supported: { type: "boolean" },
485
487
  display_name: { type: "string" },
486
- manufacturer_display_name: { type: "string" }
488
+ manufacturer_display_name: { type: "string" },
489
+ offline_access_codes_supported: { type: "boolean" }
487
490
  },
488
491
  required: ["display_name", "manufacturer_display_name"],
489
492
  type: "object"
490
493
  },
491
494
  name: { type: "string" },
495
+ offline_access_codes_enabled: {
496
+ description: "Currently possible to use offline access codes",
497
+ type: "boolean"
498
+ },
492
499
  online: { type: "boolean" },
500
+ online_access_codes_enabled: {
501
+ description: "Currently possible to use online access codes",
502
+ type: "boolean"
503
+ },
493
504
  serial_number: { type: "string" },
494
- supports_accessory_keypad: { type: "boolean" },
495
- supports_offline_access_codes: { type: "boolean" }
505
+ supports_accessory_keypad: {
506
+ description: "Deprecated: use model.offline_access_codes_enabled.",
507
+ type: "boolean"
508
+ },
509
+ supports_offline_access_codes: {
510
+ description: "Deprecated: use model.accessory_keypad_supported.",
511
+ type: "boolean"
512
+ }
496
513
  },
497
514
  required: ["online", "name", "model"],
498
515
  type: "object"