@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/Models.js
CHANGED
|
@@ -7586,6 +7586,7 @@ var require_definitions = __commonJS({
|
|
|
7586
7586
|
"twilio",
|
|
7587
7587
|
"valcom",
|
|
7588
7588
|
"vizio",
|
|
7589
|
+
"wisenet",
|
|
7589
7590
|
"cloudflare-images",
|
|
7590
7591
|
"cloudflare-stream",
|
|
7591
7592
|
"insperia-privacy"
|
|
@@ -8656,6 +8657,10 @@ var require_alarm = __commonJS({
|
|
|
8656
8657
|
additionalProperties: false
|
|
8657
8658
|
}
|
|
8658
8659
|
},
|
|
8660
|
+
chime: {
|
|
8661
|
+
type: "boolean",
|
|
8662
|
+
description: "Reflects whether console chime is enabled"
|
|
8663
|
+
},
|
|
8659
8664
|
watts: {
|
|
8660
8665
|
$ref: "definitions.json#/definitions/watts"
|
|
8661
8666
|
},
|