@kohost/api-client 3.7.0 → 3.7.2

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.
@@ -146,7 +146,6 @@ export interface Thermostat {
146
146
  | "kohost-k7"
147
147
  | "kohost"
148
148
  | "lg"
149
- | "lg-webos"
150
149
  | "lapi"
151
150
  | "lirc"
152
151
  | "mews"
@@ -155,16 +154,15 @@ export interface Thermostat {
155
154
  | "pelican-wireless"
156
155
  | "power-shades"
157
156
  | "rebrandly"
158
- | "rtsp"
159
157
  | "salto"
160
158
  | "salto-irn"
159
+ | "samsung"
161
160
  | "se"
162
161
  | "sendgrid"
163
162
  | "sonifi"
164
163
  | "stay-n-touch"
165
164
  | "storable"
166
165
  | "twilio"
167
- | "unifi"
168
166
  | "valcom"
169
167
  | "vizio"
170
168
  | "wisenet"
@@ -229,7 +229,6 @@ export interface Reservation {
229
229
  | "kohost-k7"
230
230
  | "kohost"
231
231
  | "lg"
232
- | "lg-webos"
233
232
  | "lapi"
234
233
  | "lirc"
235
234
  | "mews"
@@ -238,16 +237,15 @@ export interface Reservation {
238
237
  | "pelican-wireless"
239
238
  | "power-shades"
240
239
  | "rebrandly"
241
- | "rtsp"
242
240
  | "salto"
243
241
  | "salto-irn"
242
+ | "samsung"
244
243
  | "se"
245
244
  | "sendgrid"
246
245
  | "sonifi"
247
246
  | "stay-n-touch"
248
247
  | "storable"
249
248
  | "twilio"
250
- | "unifi"
251
249
  | "valcom"
252
250
  | "vizio"
253
251
  | "wisenet"
@@ -147,7 +147,6 @@ export interface WindowCovering {
147
147
  | "kohost-k7"
148
148
  | "kohost"
149
149
  | "lg"
150
- | "lg-webos"
151
150
  | "lapi"
152
151
  | "lirc"
153
152
  | "mews"
@@ -156,16 +155,15 @@ export interface WindowCovering {
156
155
  | "pelican-wireless"
157
156
  | "power-shades"
158
157
  | "rebrandly"
159
- | "rtsp"
160
158
  | "salto"
161
159
  | "salto-irn"
160
+ | "samsung"
162
161
  | "se"
163
162
  | "sendgrid"
164
163
  | "sonifi"
165
164
  | "stay-n-touch"
166
165
  | "storable"
167
166
  | "twilio"
168
- | "unifi"
169
167
  | "valcom"
170
168
  | "vizio"
171
169
  | "wisenet"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kohost/api-client",
3
- "version": "3.7.0",
3
+ "version": "3.7.2",
4
4
  "description": "API client, models, schemas, commands, and events for Kohost applications",
5
5
  "author": "Ian Rogers",
6
6
  "readme": "README.md",