@kohost/api-client 3.3.18 → 3.3.19

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/esm/utils.js CHANGED
@@ -11381,7 +11381,8 @@ var require_space = __commonJS({
11381
11381
  additionalProperties: false,
11382
11382
  default: {
11383
11383
  active: false,
11384
- allowed: false
11384
+ allowed: false,
11385
+ previousState: null
11385
11386
  },
11386
11387
  properties: {
11387
11388
  active: {
@@ -11395,6 +11396,25 @@ var require_space = __commonJS({
11395
11396
  allowed: {
11396
11397
  type: "boolean",
11397
11398
  default: false
11399
+ },
11400
+ previousState: {
11401
+ type: ["object", "null"],
11402
+ properties: {
11403
+ thermostats: {
11404
+ type: "object",
11405
+ patternProperties: {
11406
+ ".*": {
11407
+ type: "object",
11408
+ properties: {
11409
+ setpoints: {
11410
+ $ref: "thermostat.json#/properties/setpoints"
11411
+ }
11412
+ }
11413
+ }
11414
+ }
11415
+ }
11416
+ },
11417
+ additionalProperties: false
11398
11418
  }
11399
11419
  }
11400
11420
  },