@kohost/api-client 3.3.10 → 3.3.11
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.
|
@@ -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
|
},
|
package/dist/esm/Models.js
CHANGED
|
@@ -13319,7 +13319,7 @@ var require_property = __commonJS({
|
|
|
13319
13319
|
},
|
|
13320
13320
|
discriminator: {
|
|
13321
13321
|
type: "string",
|
|
13322
|
-
enum: ["hospitality", "education", "commercial"]
|
|
13322
|
+
enum: ["hospitality", "education", "commercial", "storage"]
|
|
13323
13323
|
},
|
|
13324
13324
|
organization: {
|
|
13325
13325
|
type: ["string", "null"],
|
|
@@ -13497,6 +13497,27 @@ var require_property = __commonJS({
|
|
|
13497
13497
|
tipping: {
|
|
13498
13498
|
type: "boolean",
|
|
13499
13499
|
default: false
|
|
13500
|
+
},
|
|
13501
|
+
quickServices: {
|
|
13502
|
+
type: "array",
|
|
13503
|
+
items: {
|
|
13504
|
+
type: "object",
|
|
13505
|
+
properties: {
|
|
13506
|
+
name: {
|
|
13507
|
+
type: "string"
|
|
13508
|
+
},
|
|
13509
|
+
description: {
|
|
13510
|
+
type: "string"
|
|
13511
|
+
},
|
|
13512
|
+
department: {
|
|
13513
|
+
type: "string"
|
|
13514
|
+
},
|
|
13515
|
+
image: {
|
|
13516
|
+
$ref: "mediaFile.json"
|
|
13517
|
+
}
|
|
13518
|
+
},
|
|
13519
|
+
required: ["name", "description", "image"]
|
|
13520
|
+
}
|
|
13500
13521
|
}
|
|
13501
13522
|
}
|
|
13502
13523
|
},
|