@kohost/api-client 3.0.0-beta.73 → 3.0.0-beta.74
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/Models.js
CHANGED
|
@@ -15448,6 +15448,9 @@ var require_property = __commonJS({
|
|
|
15448
15448
|
type: "string",
|
|
15449
15449
|
enum: ["hospitality", "education", "commercial"]
|
|
15450
15450
|
},
|
|
15451
|
+
testModeEnabled: {
|
|
15452
|
+
type: "boolean"
|
|
15453
|
+
},
|
|
15451
15454
|
timezone: {
|
|
15452
15455
|
type: "string"
|
|
15453
15456
|
},
|