@kohost/api-client 3.0.0-beta.72 → 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
|
@@ -14743,6 +14743,10 @@ var require_credential = __commonJS({
|
|
|
14743
14743
|
$ref: "definitions.json#/definitions/id"
|
|
14744
14744
|
},
|
|
14745
14745
|
type: {
|
|
14746
|
+
type: "string",
|
|
14747
|
+
default: "credential"
|
|
14748
|
+
},
|
|
14749
|
+
discriminator: {
|
|
14746
14750
|
type: "string",
|
|
14747
14751
|
enum: ["verificationCode", "token", "mobileKey"]
|
|
14748
14752
|
},
|
|
@@ -15444,6 +15448,9 @@ var require_property = __commonJS({
|
|
|
15444
15448
|
type: "string",
|
|
15445
15449
|
enum: ["hospitality", "education", "commercial"]
|
|
15446
15450
|
},
|
|
15451
|
+
testModeEnabled: {
|
|
15452
|
+
type: "boolean"
|
|
15453
|
+
},
|
|
15447
15454
|
timezone: {
|
|
15448
15455
|
type: "string"
|
|
15449
15456
|
},
|