@kohost/api-client 3.3.15 → 3.3.17
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/cjs/schemas/alarm.json +4 -0
- package/dist/cjs/schemas/definitions.json +1 -0
- package/dist/esm/Models.js +5 -0
- package/dist/esm/Models.js.map +2 -2
- package/dist/esm/utils.js +5 -0
- package/dist/esm/utils.js.map +2 -2
- package/dist/types/schemas/AlarmSchema.d.ts +5 -0
- package/dist/types/schemas/CameraSchema.d.ts +1 -0
- package/dist/types/schemas/CategorySchema.d.ts +1 -0
- package/dist/types/schemas/CourtesySchema.d.ts +1 -0
- package/dist/types/schemas/CredentialSchema.d.ts +1 -0
- package/dist/types/schemas/DimmerSchema.d.ts +1 -0
- package/dist/types/schemas/GatewaySchema.d.ts +1 -0
- package/dist/types/schemas/LockSchema.d.ts +1 -0
- package/dist/types/schemas/MediaSourceSchema.d.ts +1 -0
- package/dist/types/schemas/MotionSensorSchema.d.ts +1 -0
- package/dist/types/schemas/ProductSchema.d.ts +1 -0
- package/dist/types/schemas/ReservationSchema.d.ts +1 -0
- package/dist/types/schemas/RoomSchema.d.ts +14 -0
- package/dist/types/schemas/SpaceSchema.d.ts +1 -0
- package/dist/types/schemas/SwitchSchema.d.ts +1 -0
- package/dist/types/schemas/SystemUserSchema.d.ts +1 -0
- package/dist/types/schemas/ThermostatSchema.d.ts +1 -0
- package/dist/types/schemas/UserSchema.d.ts +1 -0
- package/dist/types/schemas/WindowCoveringSchema.d.ts +1 -0
- package/package.json +1 -1
package/dist/esm/utils.js
CHANGED
|
@@ -7629,6 +7629,7 @@ var require_definitions = __commonJS({
|
|
|
7629
7629
|
"twilio",
|
|
7630
7630
|
"valcom",
|
|
7631
7631
|
"vizio",
|
|
7632
|
+
"wisenet",
|
|
7632
7633
|
"cloudflare-images",
|
|
7633
7634
|
"cloudflare-stream",
|
|
7634
7635
|
"insperia-privacy"
|
|
@@ -8713,6 +8714,10 @@ var require_alarm = __commonJS({
|
|
|
8713
8714
|
additionalProperties: false
|
|
8714
8715
|
}
|
|
8715
8716
|
},
|
|
8717
|
+
chime: {
|
|
8718
|
+
type: "boolean",
|
|
8719
|
+
description: "Reflects whether console chime is enabled"
|
|
8720
|
+
},
|
|
8716
8721
|
watts: {
|
|
8717
8722
|
$ref: "definitions.json#/definitions/watts"
|
|
8718
8723
|
},
|