@kohost/api-client 3.1.0 → 3.1.2
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.
|
@@ -37,11 +37,12 @@ export interface Credential {
|
|
|
37
37
|
| "cloudflare-images"
|
|
38
38
|
| "cloudflare-stream"
|
|
39
39
|
| "insperia-privacy";
|
|
40
|
-
discriminator?: "verificationCode" | "token" | "mobileKey" | "pin" | "publicKey" | "passkeyChallenge"
|
|
40
|
+
discriminator?: "verificationCode" | "token" | "mobileKey" | "pin" | "publicKey" | "passkeyChallenge";
|
|
41
41
|
credential: string;
|
|
42
42
|
user?: string;
|
|
43
43
|
organization?: string;
|
|
44
44
|
property?: string;
|
|
45
|
+
deviceId?: string;
|
|
45
46
|
userAgent?: string;
|
|
46
47
|
expires:
|
|
47
48
|
| string
|
|
@@ -23,8 +23,7 @@
|
|
|
23
23
|
"mobileKey",
|
|
24
24
|
"pin",
|
|
25
25
|
"publicKey",
|
|
26
|
-
"passkeyChallenge"
|
|
27
|
-
"id"
|
|
26
|
+
"passkeyChallenge"
|
|
28
27
|
]
|
|
29
28
|
},
|
|
30
29
|
"credential": {
|
|
@@ -39,6 +38,9 @@
|
|
|
39
38
|
"property": {
|
|
40
39
|
"type": "string"
|
|
41
40
|
},
|
|
41
|
+
"deviceId": {
|
|
42
|
+
"type": "string"
|
|
43
|
+
},
|
|
42
44
|
"userAgent": {
|
|
43
45
|
"type": "string"
|
|
44
46
|
},
|
package/dist/esm/Models.js
CHANGED
|
@@ -12123,8 +12123,7 @@ var require_credential = __commonJS({
|
|
|
12123
12123
|
"mobileKey",
|
|
12124
12124
|
"pin",
|
|
12125
12125
|
"publicKey",
|
|
12126
|
-
"passkeyChallenge"
|
|
12127
|
-
"id"
|
|
12126
|
+
"passkeyChallenge"
|
|
12128
12127
|
]
|
|
12129
12128
|
},
|
|
12130
12129
|
credential: {
|
|
@@ -12139,6 +12138,9 @@ var require_credential = __commonJS({
|
|
|
12139
12138
|
property: {
|
|
12140
12139
|
type: "string"
|
|
12141
12140
|
},
|
|
12141
|
+
deviceId: {
|
|
12142
|
+
type: "string"
|
|
12143
|
+
},
|
|
12142
12144
|
userAgent: {
|
|
12143
12145
|
type: "string"
|
|
12144
12146
|
},
|