@seamapi/types 1.33.0 → 1.35.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
@@ -45,6 +45,8 @@ var openapi_default = {
45
45
  is_backup_access_code_available: { type: "boolean" },
46
46
  is_external_modification_allowed: { type: "boolean" },
47
47
  is_managed: { enum: [true], type: "boolean" },
48
+ is_offline_access_code: { type: "boolean" },
49
+ is_one_time_use: { type: "boolean" },
48
50
  is_scheduled_on_device: { type: "boolean" },
49
51
  is_waiting_for_code_assignment: { type: "boolean" },
50
52
  name: { nullable: true, type: "string" },
@@ -72,7 +74,9 @@ var openapi_default = {
72
74
  "is_managed",
73
75
  "status",
74
76
  "is_backup_access_code_available",
75
- "is_external_modification_allowed"
77
+ "is_external_modification_allowed",
78
+ "is_one_time_use",
79
+ "is_offline_access_code"
76
80
  ],
77
81
  type: "object"
78
82
  },
@@ -474,7 +478,8 @@ var openapi_default = {
474
478
  name: { type: "string" },
475
479
  online: { type: "boolean" },
476
480
  serial_number: { type: "string" },
477
- supports_accessory_keypad: { type: "boolean" }
481
+ supports_accessory_keypad: { type: "boolean" },
482
+ supports_offline_access_codes: { type: "boolean" }
478
483
  },
479
484
  required: ["online", "name", "model"],
480
485
  type: "object"