@kohost/api-client 3.3.10 → 3.3.12

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.
@@ -92,6 +92,7 @@
92
92
  "dsc",
93
93
  "ecobee",
94
94
  "epson",
95
+ "honeywell-vista",
95
96
  "igor",
96
97
  "inncom",
97
98
  "isapi",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "discriminator": {
28
28
  "type": "string",
29
- "enum": ["hospitality", "education", "commercial"]
29
+ "enum": ["hospitality", "education", "commercial", "storage"]
30
30
  },
31
31
  "organization": {
32
32
  "type": ["string", "null"],
@@ -204,6 +204,27 @@
204
204
  "tipping": {
205
205
  "type": "boolean",
206
206
  "default": false
207
+ },
208
+ "quickServices": {
209
+ "type": "array",
210
+ "items": {
211
+ "type": "object",
212
+ "properties": {
213
+ "name": {
214
+ "type": "string"
215
+ },
216
+ "description": {
217
+ "type": "string"
218
+ },
219
+ "department": {
220
+ "type": "string"
221
+ },
222
+ "image": {
223
+ "$ref": "mediaFile.json"
224
+ }
225
+ },
226
+ "required": ["name", "description", "image"]
227
+ }
207
228
  }
208
229
  }
209
230
  },
@@ -7561,6 +7561,7 @@ var require_definitions = __commonJS({
7561
7561
  "dsc",
7562
7562
  "ecobee",
7563
7563
  "epson",
7564
+ "honeywell-vista",
7564
7565
  "igor",
7565
7566
  "inncom",
7566
7567
  "isapi",
@@ -13319,7 +13320,7 @@ var require_property = __commonJS({
13319
13320
  },
13320
13321
  discriminator: {
13321
13322
  type: "string",
13322
- enum: ["hospitality", "education", "commercial"]
13323
+ enum: ["hospitality", "education", "commercial", "storage"]
13323
13324
  },
13324
13325
  organization: {
13325
13326
  type: ["string", "null"],
@@ -13497,6 +13498,27 @@ var require_property = __commonJS({
13497
13498
  tipping: {
13498
13499
  type: "boolean",
13499
13500
  default: false
13501
+ },
13502
+ quickServices: {
13503
+ type: "array",
13504
+ items: {
13505
+ type: "object",
13506
+ properties: {
13507
+ name: {
13508
+ type: "string"
13509
+ },
13510
+ description: {
13511
+ type: "string"
13512
+ },
13513
+ department: {
13514
+ type: "string"
13515
+ },
13516
+ image: {
13517
+ $ref: "mediaFile.json"
13518
+ }
13519
+ },
13520
+ required: ["name", "description", "image"]
13521
+ }
13500
13522
  }
13501
13523
  }
13502
13524
  },