@seamapi/types 1.41.1 → 1.42.1

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.
@@ -20,6 +20,8 @@ export const managed_access_code = z.object({
20
20
  is_backup: z.boolean().optional(),
21
21
  pulled_backup_access_code_id: z.string().uuid().nullable().optional(),
22
22
  is_external_modification_allowed: z.boolean(),
23
+ is_one_time_use: z.boolean(),
24
+ is_offline_access_code: z.boolean(),
23
25
  })
24
26
 
25
27
  export type ManagedAccessCode = z.infer<typeof managed_access_code>
@@ -141,9 +141,9 @@ export const device_metadata = z
141
141
 
142
142
  igloohome_metadata: z.object({
143
143
  device_id: z.string(),
144
- bridge_id: z.string(),
145
144
  device_name: z.string(),
146
- bridge_name: z.string(),
145
+ bridge_id: z.string().optional(),
146
+ bridge_name: z.string().optional(),
147
147
  }),
148
148
 
149
149
  nest_metadata: z.object({