@kohost/api-client 3.4.7 → 3.6.0

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.
package/dist/esm/utils.js CHANGED
@@ -7276,7 +7276,6 @@ var require_definitions = __commonJS({
7276
7276
  "kohost",
7277
7277
  "lg",
7278
7278
  "lg-webos",
7279
- "rtsp",
7280
7279
  "lapi",
7281
7280
  "lirc",
7282
7281
  "mews",
@@ -7293,7 +7292,6 @@ var require_definitions = __commonJS({
7293
7292
  "stay-n-touch",
7294
7293
  "storable",
7295
7294
  "twilio",
7296
- "unifi",
7297
7295
  "valcom",
7298
7296
  "vizio",
7299
7297
  "wisenet",
@@ -8573,6 +8571,13 @@ var require_lock = __commonJS({
8573
8571
  description: "AutoLock: Lock automatically locks after set time. Normal - Lock needs told to lock or unlock.",
8574
8572
  default: "normal"
8575
8573
  },
8574
+ supportedModes: {
8575
+ type: "array",
8576
+ uniqueItems: true,
8577
+ items: {
8578
+ enum: ["normal", "autoLock", "emergencyOpen", "emergencyClose"]
8579
+ }
8580
+ },
8576
8581
  batteryLevel: {
8577
8582
  $ref: "definitions.json#/definitions/batteryLevel"
8578
8583
  },