@kohost/api-client 3.1.9 → 3.1.11

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.
@@ -7628,7 +7628,8 @@ var require_definitions = __commonJS({
7628
7628
  "smokeDetected",
7629
7629
  "outsideSafeTemperatureRange",
7630
7630
  "outsideSafeHumidityRange",
7631
- "scheduleMaintenance"
7631
+ "scheduleMaintenance",
7632
+ "doorAjar"
7632
7633
  ]
7633
7634
  }
7634
7635
  },
@@ -9405,6 +9406,12 @@ var require_user = __commonJS({
9405
9406
  items: {
9406
9407
  type: "string"
9407
9408
  }
9409
+ },
9410
+ excludeSubSystems: {
9411
+ type: "array",
9412
+ items: {
9413
+ type: "string"
9414
+ }
9408
9415
  }
9409
9416
  }
9410
9417
  }
@@ -11030,10 +11037,10 @@ var require_space = __commonJS({
11030
11037
  }
11031
11038
  },
11032
11039
  features: {
11033
- type: "array",
11034
- items: {
11035
- type: "string"
11036
- }
11040
+ type: "string",
11041
+ enum: [
11042
+ "pet"
11043
+ ]
11037
11044
  },
11038
11045
  maximumOccupancy: {
11039
11046
  type: "number",
@@ -11607,7 +11614,7 @@ var require_product = __commonJS({
11607
11614
  type: "number"
11608
11615
  },
11609
11616
  image: {
11610
- $ref: "definitions.json#/definitions/file"
11617
+ $ref: "mediaFile.json"
11611
11618
  },
11612
11619
  category: {
11613
11620
  type: "string"