@kohost/api-client 3.7.8 → 3.7.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.
@@ -92,6 +92,7 @@
92
92
  "dsc",
93
93
  "ecobee",
94
94
  "epson",
95
+ "geovision-rs",
95
96
  "honeywell-vista",
96
97
  "igor",
97
98
  "inncom",
@@ -14,8 +14,13 @@
14
14
  "type": {
15
15
  "$ref": "definitions.json#/definitions/type"
16
16
  },
17
- "subType": {
18
- "$ref": "definitions.json#/definitions/subType"
17
+ "discriminator": {
18
+ "type": "string",
19
+ "enum": [
20
+ "light",
21
+ "fan",
22
+ "irrigation"
23
+ ]
19
24
  },
20
25
  "supportedNotifications": {
21
26
  "$ref": "definitions.json#/definitions/supportedNotifications"
@@ -7219,6 +7219,7 @@ var require_definitions = __commonJS({
7219
7219
  "dsc",
7220
7220
  "ecobee",
7221
7221
  "epson",
7222
+ "geovision-rs",
7222
7223
  "honeywell-vista",
7223
7224
  "igor",
7224
7225
  "inncom",
@@ -8170,8 +8171,13 @@ var require_switch = __commonJS({
8170
8171
  type: {
8171
8172
  $ref: "definitions.json#/definitions/type"
8172
8173
  },
8173
- subType: {
8174
- $ref: "definitions.json#/definitions/subType"
8174
+ discriminator: {
8175
+ type: "string",
8176
+ enum: [
8177
+ "light",
8178
+ "fan",
8179
+ "irrigation"
8180
+ ]
8175
8181
  },
8176
8182
  supportedNotifications: {
8177
8183
  $ref: "definitions.json#/definitions/supportedNotifications"