@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.
@@ -156,6 +156,7 @@ export interface Alarm {
156
156
  | "paxton"
157
157
  | "pelican-wireless"
158
158
  | "power-shades"
159
+ | "rachio"
159
160
  | "rebrandly"
160
161
  | "rtsp"
161
162
  | "salto"
@@ -155,6 +155,7 @@ export interface Camera {
155
155
  | "paxton"
156
156
  | "pelican-wireless"
157
157
  | "power-shades"
158
+ | "rachio"
158
159
  | "rebrandly"
159
160
  | "rtsp"
160
161
  | "salto"
@@ -40,6 +40,7 @@ export interface Category {
40
40
  | "paxton"
41
41
  | "pelican-wireless"
42
42
  | "power-shades"
43
+ | "rachio"
43
44
  | "rebrandly"
44
45
  | "rtsp"
45
46
  | "salto"
@@ -154,6 +154,7 @@ export interface Courtesy {
154
154
  | "paxton"
155
155
  | "pelican-wireless"
156
156
  | "power-shades"
157
+ | "rachio"
157
158
  | "rebrandly"
158
159
  | "rtsp"
159
160
  | "salto"
@@ -33,6 +33,7 @@ export interface Credential {
33
33
  | "paxton"
34
34
  | "pelican-wireless"
35
35
  | "power-shades"
36
+ | "rachio"
36
37
  | "rebrandly"
37
38
  | "rtsp"
38
39
  | "salto"
@@ -154,6 +154,7 @@ export interface Dimmer {
154
154
  | "paxton"
155
155
  | "pelican-wireless"
156
156
  | "power-shades"
157
+ | "rachio"
157
158
  | "rebrandly"
158
159
  | "rtsp"
159
160
  | "salto"
@@ -155,6 +155,7 @@ export interface IoTGateway {
155
155
  | "paxton"
156
156
  | "pelican-wireless"
157
157
  | "power-shades"
158
+ | "rachio"
158
159
  | "rebrandly"
159
160
  | "rtsp"
160
161
  | "salto"
@@ -155,6 +155,7 @@ export interface Lock {
155
155
  | "paxton"
156
156
  | "pelican-wireless"
157
157
  | "power-shades"
158
+ | "rachio"
158
159
  | "rebrandly"
159
160
  | "rtsp"
160
161
  | "salto"
@@ -142,6 +142,7 @@ export interface MediaSource {
142
142
  | "paxton"
143
143
  | "pelican-wireless"
144
144
  | "power-shades"
145
+ | "rachio"
145
146
  | "rebrandly"
146
147
  | "rtsp"
147
148
  | "salto"
@@ -151,6 +151,7 @@ export interface MotionSensor {
151
151
  | "paxton"
152
152
  | "pelican-wireless"
153
153
  | "power-shades"
154
+ | "rachio"
154
155
  | "rebrandly"
155
156
  | "rtsp"
156
157
  | "salto"
@@ -40,6 +40,7 @@ export interface Product {
40
40
  | "paxton"
41
41
  | "pelican-wireless"
42
42
  | "power-shades"
43
+ | "rachio"
43
44
  | "rebrandly"
44
45
  | "rtsp"
45
46
  | "salto"
@@ -46,6 +46,7 @@ export interface Reservation {
46
46
  | "paxton"
47
47
  | "pelican-wireless"
48
48
  | "power-shades"
49
+ | "rachio"
49
50
  | "rebrandly"
50
51
  | "rtsp"
51
52
  | "salto"
@@ -186,6 +186,7 @@ export interface Dimmer {
186
186
  | "paxton"
187
187
  | "pelican-wireless"
188
188
  | "power-shades"
189
+ | "rachio"
189
190
  | "rebrandly"
190
191
  | "rtsp"
191
192
  | "salto"
@@ -234,7 +235,7 @@ export interface Switch {
234
235
  | "discPlayer"
235
236
  | "mediaPlayer"
236
237
  | "uncontrolledDevice";
237
- subType?: string | null;
238
+ discriminator?: "light" | "fan" | "irrigation";
238
239
  supportedNotifications?: SupportedNotifications;
239
240
  notification?: {
240
241
  name?:
@@ -295,6 +296,7 @@ export interface Switch {
295
296
  | "paxton"
296
297
  | "pelican-wireless"
297
298
  | "power-shades"
299
+ | "rachio"
298
300
  | "rebrandly"
299
301
  | "rtsp"
300
302
  | "salto"
@@ -368,6 +370,7 @@ export interface Thermostat {
368
370
  | "paxton"
369
371
  | "pelican-wireless"
370
372
  | "power-shades"
373
+ | "rachio"
371
374
  | "rebrandly"
372
375
  | "rtsp"
373
376
  | "salto"
@@ -541,6 +544,7 @@ export interface Lock {
541
544
  | "paxton"
542
545
  | "pelican-wireless"
543
546
  | "power-shades"
547
+ | "rachio"
544
548
  | "rebrandly"
545
549
  | "rtsp"
546
550
  | "salto"
@@ -655,6 +659,7 @@ export interface WindowCovering {
655
659
  | "paxton"
656
660
  | "pelican-wireless"
657
661
  | "power-shades"
662
+ | "rachio"
658
663
  | "rebrandly"
659
664
  | "rtsp"
660
665
  | "salto"
@@ -763,6 +768,7 @@ export interface Courtesy {
763
768
  | "paxton"
764
769
  | "pelican-wireless"
765
770
  | "power-shades"
771
+ | "rachio"
766
772
  | "rebrandly"
767
773
  | "rtsp"
768
774
  | "salto"
@@ -873,6 +879,7 @@ export interface Camera {
873
879
  | "paxton"
874
880
  | "pelican-wireless"
875
881
  | "power-shades"
882
+ | "rachio"
876
883
  | "rebrandly"
877
884
  | "rtsp"
878
885
  | "salto"
@@ -952,6 +959,7 @@ export interface MediaSource {
952
959
  | "paxton"
953
960
  | "pelican-wireless"
954
961
  | "power-shades"
962
+ | "rachio"
955
963
  | "rebrandly"
956
964
  | "rtsp"
957
965
  | "salto"
@@ -1186,6 +1194,7 @@ export interface MotionSensor {
1186
1194
  | "paxton"
1187
1195
  | "pelican-wireless"
1188
1196
  | "power-shades"
1197
+ | "rachio"
1189
1198
  | "rebrandly"
1190
1199
  | "rtsp"
1191
1200
  | "salto"
@@ -1328,6 +1337,7 @@ export interface Alarm {
1328
1337
  | "paxton"
1329
1338
  | "pelican-wireless"
1330
1339
  | "power-shades"
1340
+ | "rachio"
1331
1341
  | "rebrandly"
1332
1342
  | "rtsp"
1333
1343
  | "salto"
@@ -46,6 +46,7 @@ export interface Space {
46
46
  | "paxton"
47
47
  | "pelican-wireless"
48
48
  | "power-shades"
49
+ | "rachio"
49
50
  | "rebrandly"
50
51
  | "rtsp"
51
52
  | "salto"
@@ -127,7 +127,7 @@ export interface Switch {
127
127
  | "discPlayer"
128
128
  | "mediaPlayer"
129
129
  | "uncontrolledDevice";
130
- subType?: string | null;
130
+ discriminator?: "light" | "fan" | "irrigation";
131
131
  supportedNotifications?: SupportedNotifications;
132
132
  notification?: Notification;
133
133
  driver:
@@ -155,6 +155,7 @@ export interface Switch {
155
155
  | "paxton"
156
156
  | "pelican-wireless"
157
157
  | "power-shades"
158
+ | "rachio"
158
159
  | "rebrandly"
159
160
  | "rtsp"
160
161
  | "salto"
@@ -64,6 +64,7 @@ export interface SystemUser {
64
64
  | "paxton"
65
65
  | "pelican-wireless"
66
66
  | "power-shades"
67
+ | "rachio"
67
68
  | "rebrandly"
68
69
  | "rtsp"
69
70
  | "salto"
@@ -154,6 +154,7 @@ export interface Thermostat {
154
154
  | "paxton"
155
155
  | "pelican-wireless"
156
156
  | "power-shades"
157
+ | "rachio"
157
158
  | "rebrandly"
158
159
  | "rtsp"
159
160
  | "salto"
@@ -237,6 +237,7 @@ export interface Reservation {
237
237
  | "paxton"
238
238
  | "pelican-wireless"
239
239
  | "power-shades"
240
+ | "rachio"
240
241
  | "rebrandly"
241
242
  | "rtsp"
242
243
  | "salto"
@@ -155,6 +155,7 @@ export interface WindowCovering {
155
155
  | "paxton"
156
156
  | "pelican-wireless"
157
157
  | "power-shades"
158
+ | "rachio"
158
159
  | "rebrandly"
159
160
  | "rtsp"
160
161
  | "salto"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kohost/api-client",
3
- "version": "3.7.7",
3
+ "version": "3.7.9",
4
4
  "description": "API client, models, schemas, commands, and events for Kohost applications",
5
5
  "author": "Ian Rogers",
6
6
  "readme": "README.md",