@seamapi/types 1.218.0 → 1.218.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.
package/dist/connect.cjs CHANGED
@@ -392,11 +392,7 @@ var intercom = zod.z.object({
392
392
  can_remotely_unlock: zod.z.boolean(),
393
393
  can_program_access_codes: zod.z.boolean(),
394
394
  can_unlock_with_face_recognition: zod.z.boolean().default(false),
395
- supports_onvif: zod.z.boolean().default(false),
396
- can_hvac_heat: zod.z.boolean(),
397
- can_hvac_cool: zod.z.boolean(),
398
- can_hvac_heat_cool: zod.z.boolean(),
399
- can_turn_off_hvac: zod.z.boolean()
395
+ supports_onvif: zod.z.boolean().default(false)
400
396
  })
401
397
  });
402
398
  var accessory = zod.z.object({