@kohost/api-client 3.7.7 → 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.
@@ -107,6 +107,7 @@
107
107
  "paxton",
108
108
  "pelican-wireless",
109
109
  "power-shades",
110
+ "rachio",
110
111
  "rebrandly",
111
112
  "rtsp",
112
113
  "salto",
@@ -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"
@@ -7234,6 +7234,7 @@ var require_definitions = __commonJS({
7234
7234
  "paxton",
7235
7235
  "pelican-wireless",
7236
7236
  "power-shades",
7237
+ "rachio",
7237
7238
  "rebrandly",
7238
7239
  "rtsp",
7239
7240
  "salto",
@@ -8169,8 +8170,13 @@ var require_switch = __commonJS({
8169
8170
  type: {
8170
8171
  $ref: "definitions.json#/definitions/type"
8171
8172
  },
8172
- subType: {
8173
- $ref: "definitions.json#/definitions/subType"
8173
+ discriminator: {
8174
+ type: "string",
8175
+ enum: [
8176
+ "light",
8177
+ "fan",
8178
+ "irrigation"
8179
+ ]
8174
8180
  },
8175
8181
  supportedNotifications: {
8176
8182
  $ref: "definitions.json#/definitions/supportedNotifications"