@kohost/api-client 3.0.0-beta.72 → 3.0.0-beta.73
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
|
},
|