@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.
package/dist/esm/utils.js
CHANGED
|
@@ -13376,7 +13376,7 @@ var require_property = __commonJS({
|
|
|
13376
13376
|
},
|
|
13377
13377
|
discriminator: {
|
|
13378
13378
|
type: "string",
|
|
13379
|
-
enum: ["hospitality", "education", "commercial"]
|
|
13379
|
+
enum: ["hospitality", "education", "commercial", "storage"]
|
|
13380
13380
|
},
|
|
13381
13381
|
organization: {
|
|
13382
13382
|
type: ["string", "null"],
|
|
@@ -13554,6 +13554,27 @@ var require_property = __commonJS({
|
|
|
13554
13554
|
tipping: {
|
|
13555
13555
|
type: "boolean",
|
|
13556
13556
|
default: false
|
|
13557
|
+
},
|
|
13558
|
+
quickServices: {
|
|
13559
|
+
type: "array",
|
|
13560
|
+
items: {
|
|
13561
|
+
type: "object",
|
|
13562
|
+
properties: {
|
|
13563
|
+
name: {
|
|
13564
|
+
type: "string"
|
|
13565
|
+
},
|
|
13566
|
+
description: {
|
|
13567
|
+
type: "string"
|
|
13568
|
+
},
|
|
13569
|
+
department: {
|
|
13570
|
+
type: "string"
|
|
13571
|
+
},
|
|
13572
|
+
image: {
|
|
13573
|
+
$ref: "mediaFile.json"
|
|
13574
|
+
}
|
|
13575
|
+
},
|
|
13576
|
+
required: ["name", "description", "image"]
|
|
13577
|
+
}
|
|
13557
13578
|
}
|
|
13558
13579
|
}
|
|
13559
13580
|
},
|