@kohost/api-client 3.0.0-beta.83 → 3.0.0-beta.84

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.
@@ -7621,9 +7621,11 @@ var require_definitions = __commonJS({
7621
7621
  "softwareFailureWithCode",
7622
7622
  "motionDetection",
7623
7623
  "airFilterNeedsCleaned",
7624
+ "airFilterNeedsReplaced",
7624
7625
  "smokeDetected",
7625
7626
  "outsideSafeTemperatureRange",
7626
- "outsideSafeHumidityRange"
7627
+ "outsideSafeHumidityRange",
7628
+ "scheduleMaintenance"
7627
7629
  ]
7628
7630
  }
7629
7631
  },
@@ -8789,6 +8791,12 @@ var require_lock = __commonJS({
8789
8791
  type: ["string", "null"],
8790
8792
  enum: ["locked", "unlocked", null]
8791
8793
  },
8794
+ mode: {
8795
+ type: ["string", "null"],
8796
+ enum: ["normal", "autoLock", null],
8797
+ description: "AutoLock: Lock automatically locks after set time. Normal - Lock needs told to lock or unlock.",
8798
+ default: "normal"
8799
+ },
8792
8800
  batteryLevel: {
8793
8801
  $ref: "definitions.json#/definitions/batteryLevel"
8794
8802
  },
@@ -11945,6 +11953,12 @@ var require_ticket = __commonJS({
11945
11953
  userName: {
11946
11954
  type: "string"
11947
11955
  },
11956
+ systemId: {
11957
+ type: "string"
11958
+ },
11959
+ systemName: {
11960
+ type: "string"
11961
+ },
11948
11962
  timestamp: {
11949
11963
  $ref: "definitions.json#/definitions/createdAt"
11950
11964
  },
@@ -11971,6 +11985,16 @@ var require_ticket = __commonJS({
11971
11985
  systemId: {
11972
11986
  type: "string"
11973
11987
  },
11988
+ systemName: {
11989
+ type: "string"
11990
+ },
11991
+ systemPhoto: {
11992
+ anyOf: [
11993
+ { $ref: "mediaFile.json" },
11994
+ { type: "null" },
11995
+ { type: "string" }
11996
+ ]
11997
+ },
11974
11998
  userId: {
11975
11999
  type: "string"
11976
12000
  },