@kohost/api-client 3.1.8 → 3.1.10

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
  }
@@ -10149,9 +10156,7 @@ var require_mediaSource = __commonJS({
10149
10156
  },
10150
10157
  remote: {
10151
10158
  type: "string",
10152
- enum: [
10153
- "MR22GA"
10154
- ]
10159
+ enum: ["MR22GA", "XRT260", "XRT270"]
10155
10160
  },
10156
10161
  name: {
10157
10162
  $ref: "definitions.json#/definitions/name"