@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.
@@ -141,6 +141,7 @@ export interface Alarm {
141
141
  | "dsc"
142
142
  | "ecobee"
143
143
  | "epson"
144
+ | "geovision-rs"
144
145
  | "honeywell-vista"
145
146
  | "igor"
146
147
  | "inncom"
@@ -140,6 +140,7 @@ export interface Camera {
140
140
  | "dsc"
141
141
  | "ecobee"
142
142
  | "epson"
143
+ | "geovision-rs"
143
144
  | "honeywell-vista"
144
145
  | "igor"
145
146
  | "inncom"
@@ -25,6 +25,7 @@ export interface Category {
25
25
  | "dsc"
26
26
  | "ecobee"
27
27
  | "epson"
28
+ | "geovision-rs"
28
29
  | "honeywell-vista"
29
30
  | "igor"
30
31
  | "inncom"
@@ -139,6 +139,7 @@ export interface Courtesy {
139
139
  | "dsc"
140
140
  | "ecobee"
141
141
  | "epson"
142
+ | "geovision-rs"
142
143
  | "honeywell-vista"
143
144
  | "igor"
144
145
  | "inncom"
@@ -18,6 +18,7 @@ export interface Credential {
18
18
  | "dsc"
19
19
  | "ecobee"
20
20
  | "epson"
21
+ | "geovision-rs"
21
22
  | "honeywell-vista"
22
23
  | "igor"
23
24
  | "inncom"
@@ -139,6 +139,7 @@ export interface Dimmer {
139
139
  | "dsc"
140
140
  | "ecobee"
141
141
  | "epson"
142
+ | "geovision-rs"
142
143
  | "honeywell-vista"
143
144
  | "igor"
144
145
  | "inncom"
@@ -140,6 +140,7 @@ export interface IoTGateway {
140
140
  | "dsc"
141
141
  | "ecobee"
142
142
  | "epson"
143
+ | "geovision-rs"
143
144
  | "honeywell-vista"
144
145
  | "igor"
145
146
  | "inncom"
@@ -140,6 +140,7 @@ export interface Lock {
140
140
  | "dsc"
141
141
  | "ecobee"
142
142
  | "epson"
143
+ | "geovision-rs"
143
144
  | "honeywell-vista"
144
145
  | "igor"
145
146
  | "inncom"
@@ -127,6 +127,7 @@ export interface MediaSource {
127
127
  | "dsc"
128
128
  | "ecobee"
129
129
  | "epson"
130
+ | "geovision-rs"
130
131
  | "honeywell-vista"
131
132
  | "igor"
132
133
  | "inncom"
@@ -136,6 +136,7 @@ export interface MotionSensor {
136
136
  | "dsc"
137
137
  | "ecobee"
138
138
  | "epson"
139
+ | "geovision-rs"
139
140
  | "honeywell-vista"
140
141
  | "igor"
141
142
  | "inncom"
@@ -25,6 +25,7 @@ export interface Product {
25
25
  | "dsc"
26
26
  | "ecobee"
27
27
  | "epson"
28
+ | "geovision-rs"
28
29
  | "honeywell-vista"
29
30
  | "igor"
30
31
  | "inncom"
@@ -31,6 +31,7 @@ export interface Reservation {
31
31
  | "dsc"
32
32
  | "ecobee"
33
33
  | "epson"
34
+ | "geovision-rs"
34
35
  | "honeywell-vista"
35
36
  | "igor"
36
37
  | "inncom"
@@ -171,6 +171,7 @@ export interface Dimmer {
171
171
  | "dsc"
172
172
  | "ecobee"
173
173
  | "epson"
174
+ | "geovision-rs"
174
175
  | "honeywell-vista"
175
176
  | "igor"
176
177
  | "inncom"
@@ -235,7 +236,7 @@ export interface Switch {
235
236
  | "discPlayer"
236
237
  | "mediaPlayer"
237
238
  | "uncontrolledDevice";
238
- subType?: string | null;
239
+ discriminator?: "light" | "fan" | "irrigation";
239
240
  supportedNotifications?: SupportedNotifications;
240
241
  notification?: {
241
242
  name?:
@@ -281,6 +282,7 @@ export interface Switch {
281
282
  | "dsc"
282
283
  | "ecobee"
283
284
  | "epson"
285
+ | "geovision-rs"
284
286
  | "honeywell-vista"
285
287
  | "igor"
286
288
  | "inncom"
@@ -355,6 +357,7 @@ export interface Thermostat {
355
357
  | "dsc"
356
358
  | "ecobee"
357
359
  | "epson"
360
+ | "geovision-rs"
358
361
  | "honeywell-vista"
359
362
  | "igor"
360
363
  | "inncom"
@@ -529,6 +532,7 @@ export interface Lock {
529
532
  | "dsc"
530
533
  | "ecobee"
531
534
  | "epson"
535
+ | "geovision-rs"
532
536
  | "honeywell-vista"
533
537
  | "igor"
534
538
  | "inncom"
@@ -644,6 +648,7 @@ export interface WindowCovering {
644
648
  | "dsc"
645
649
  | "ecobee"
646
650
  | "epson"
651
+ | "geovision-rs"
647
652
  | "honeywell-vista"
648
653
  | "igor"
649
654
  | "inncom"
@@ -753,6 +758,7 @@ export interface Courtesy {
753
758
  | "dsc"
754
759
  | "ecobee"
755
760
  | "epson"
761
+ | "geovision-rs"
756
762
  | "honeywell-vista"
757
763
  | "igor"
758
764
  | "inncom"
@@ -864,6 +870,7 @@ export interface Camera {
864
870
  | "dsc"
865
871
  | "ecobee"
866
872
  | "epson"
873
+ | "geovision-rs"
867
874
  | "honeywell-vista"
868
875
  | "igor"
869
876
  | "inncom"
@@ -944,6 +951,7 @@ export interface MediaSource {
944
951
  | "dsc"
945
952
  | "ecobee"
946
953
  | "epson"
954
+ | "geovision-rs"
947
955
  | "honeywell-vista"
948
956
  | "igor"
949
957
  | "inncom"
@@ -1179,6 +1187,7 @@ export interface MotionSensor {
1179
1187
  | "dsc"
1180
1188
  | "ecobee"
1181
1189
  | "epson"
1190
+ | "geovision-rs"
1182
1191
  | "honeywell-vista"
1183
1192
  | "igor"
1184
1193
  | "inncom"
@@ -1322,6 +1331,7 @@ export interface Alarm {
1322
1331
  | "dsc"
1323
1332
  | "ecobee"
1324
1333
  | "epson"
1334
+ | "geovision-rs"
1325
1335
  | "honeywell-vista"
1326
1336
  | "igor"
1327
1337
  | "inncom"
@@ -31,6 +31,7 @@ export interface Space {
31
31
  | "dsc"
32
32
  | "ecobee"
33
33
  | "epson"
34
+ | "geovision-rs"
34
35
  | "honeywell-vista"
35
36
  | "igor"
36
37
  | "inncom"
@@ -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:
@@ -140,6 +140,7 @@ export interface Switch {
140
140
  | "dsc"
141
141
  | "ecobee"
142
142
  | "epson"
143
+ | "geovision-rs"
143
144
  | "honeywell-vista"
144
145
  | "igor"
145
146
  | "inncom"
@@ -49,6 +49,7 @@ export interface SystemUser {
49
49
  | "dsc"
50
50
  | "ecobee"
51
51
  | "epson"
52
+ | "geovision-rs"
52
53
  | "honeywell-vista"
53
54
  | "igor"
54
55
  | "inncom"
@@ -139,6 +139,7 @@ export interface Thermostat {
139
139
  | "dsc"
140
140
  | "ecobee"
141
141
  | "epson"
142
+ | "geovision-rs"
142
143
  | "honeywell-vista"
143
144
  | "igor"
144
145
  | "inncom"
@@ -222,6 +222,7 @@ export interface Reservation {
222
222
  | "dsc"
223
223
  | "ecobee"
224
224
  | "epson"
225
+ | "geovision-rs"
225
226
  | "honeywell-vista"
226
227
  | "igor"
227
228
  | "inncom"
@@ -140,6 +140,7 @@ export interface WindowCovering {
140
140
  | "dsc"
141
141
  | "ecobee"
142
142
  | "epson"
143
+ | "geovision-rs"
143
144
  | "honeywell-vista"
144
145
  | "igor"
145
146
  | "inncom"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kohost/api-client",
3
- "version": "3.7.8",
3
+ "version": "3.7.10",
4
4
  "description": "API client, models, schemas, commands, and events for Kohost applications",
5
5
  "author": "Ian Rogers",
6
6
  "readme": "README.md",