@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 +1 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/devicedb.cjs +1 -5
- package/dist/devicedb.cjs.map +1 -1
- package/dist/devicedb.d.cts +0 -104
- package/lib/seam/devicedb/models/device-model.d.ts +0 -40
- package/lib/seam/devicedb/models/device-model.js +0 -4
- package/lib/seam/devicedb/models/device-model.js.map +1 -1
- package/lib/seam/devicedb/route-specs.d.ts +0 -56
- package/lib/seam/devicedb/route-types.d.ts +0 -8
- package/package.json +1 -1
- package/src/lib/seam/devicedb/models/device-model.ts +0 -4
- package/src/lib/seam/devicedb/route-types.ts +0 -8
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({
|