@kohost/api-client 3.7.8 → 3.7.9
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/switch.json +7 -2
- package/dist/esm/Models.js +7 -2
- package/dist/esm/Models.js.map +2 -2
- package/dist/esm/utils.js +7 -2
- package/dist/esm/utils.js.map +2 -2
- package/dist/types/schemas/RoomSchema.d.ts +1 -1
- package/dist/types/schemas/SwitchSchema.d.ts +1 -1
- package/package.json +1 -1
package/dist/esm/utils.js
CHANGED
|
@@ -8250,8 +8250,13 @@ var require_switch = __commonJS({
|
|
|
8250
8250
|
type: {
|
|
8251
8251
|
$ref: "definitions.json#/definitions/type"
|
|
8252
8252
|
},
|
|
8253
|
-
|
|
8254
|
-
|
|
8253
|
+
discriminator: {
|
|
8254
|
+
type: "string",
|
|
8255
|
+
enum: [
|
|
8256
|
+
"light",
|
|
8257
|
+
"fan",
|
|
8258
|
+
"irrigation"
|
|
8259
|
+
]
|
|
8255
8260
|
},
|
|
8256
8261
|
supportedNotifications: {
|
|
8257
8262
|
$ref: "definitions.json#/definitions/supportedNotifications"
|