@kohost/api-client 3.9.3 → 3.9.5

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.
@@ -88,6 +88,7 @@
88
88
  "crestron",
89
89
  "dell",
90
90
  "dmp",
91
+ "doorbird",
91
92
  "dormakaba",
92
93
  "dsc",
93
94
  "ecobee",
@@ -44,7 +44,7 @@
44
44
  }
45
45
  },
46
46
  "batteryLevel": {
47
- "$ref": "definitions.json#/definitions/batteryLevel"
47
+ "$ref": "definitions.json#/definitions/batteryLevel"
48
48
  },
49
49
  "systemId": {
50
50
  "$ref": "definitions.json#/definitions/systemId"
@@ -140,8 +140,8 @@
140
140
  "type": "object",
141
141
  "properties": {
142
142
  "nextTicketNumber": {
143
- "type": "string",
144
- "default": "1"
143
+ "type": ["string", "integer"],
144
+ "default": 1
145
145
  }
146
146
  }
147
147
  },
@@ -7215,6 +7215,7 @@ var require_definitions = __commonJS({
7215
7215
  "crestron",
7216
7216
  "dell",
7217
7217
  "dmp",
7218
+ "doorbird",
7218
7219
  "dormakaba",
7219
7220
  "dsc",
7220
7221
  "ecobee",
@@ -13781,8 +13782,8 @@ var require_organization = __commonJS({
13781
13782
  type: "object",
13782
13783
  properties: {
13783
13784
  nextTicketNumber: {
13784
- type: "string",
13785
- default: "1"
13785
+ type: ["string", "integer"],
13786
+ default: 1
13786
13787
  }
13787
13788
  }
13788
13789
  },