@seamapi/types 1.41.1 → 1.42.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
  },
@@ -616,12 +620,7 @@ var openapi_default = {
616
620
  device_id: { type: "string" },
617
621
  device_name: { type: "string" }
618
622
  },
619
- required: [
620
- "device_id",
621
- "bridge_id",
622
- "device_name",
623
- "bridge_name"
624
- ],
623
+ required: ["device_id", "device_name"],
625
624
  type: "object"
626
625
  },
627
626
  kwikset_metadata: {