@dynamic-labs/sdk-api-core 0.0.521 → 0.0.522
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/package.json +1 -1
- package/src/index.cjs +4 -4
- package/src/index.js +1 -1
- package/src/models/MFAAuthPasskeyDeviceGetResponse.cjs +3 -3
- package/src/models/MFAAuthPasskeyDeviceGetResponse.d.ts +3 -3
- package/src/models/MFAAuthPasskeyDeviceGetResponse.js +3 -3
- package/src/models/{MFAAuthPasskeyDeviceGetResponseAttestation.cjs → MFAAuthPasskeyDeviceGetResponseAssertion.cjs} +7 -7
- package/src/models/{MFAAuthPasskeyDeviceGetResponseAttestation.d.ts → MFAAuthPasskeyDeviceGetResponseAssertion.d.ts} +11 -11
- package/src/models/{MFAAuthPasskeyDeviceGetResponseAttestation.js → MFAAuthPasskeyDeviceGetResponseAssertion.js} +5 -5
- package/src/models/index.d.ts +1 -1
package/package.json
CHANGED
package/src/index.cjs
CHANGED
|
@@ -83,7 +83,7 @@ var JwtVerifiedCredential = require('./models/JwtVerifiedCredential.cjs');
|
|
|
83
83
|
var JwtVerifiedCredentialFormatEnum = require('./models/JwtVerifiedCredentialFormatEnum.cjs');
|
|
84
84
|
var KycFieldType = require('./models/KycFieldType.cjs');
|
|
85
85
|
var MFAAuthPasskeyDeviceGetResponse = require('./models/MFAAuthPasskeyDeviceGetResponse.cjs');
|
|
86
|
-
var
|
|
86
|
+
var MFAAuthPasskeyDeviceGetResponseAssertion = require('./models/MFAAuthPasskeyDeviceGetResponseAssertion.cjs');
|
|
87
87
|
var MFAAuthPasskeyDevicePostRequest = require('./models/MFAAuthPasskeyDevicePostRequest.cjs');
|
|
88
88
|
var MFAAuthRecoveryDevicePostRequest = require('./models/MFAAuthRecoveryDevicePostRequest.cjs');
|
|
89
89
|
var MFAAuthTotpDevicePostRequest = require('./models/MFAAuthTotpDevicePostRequest.cjs');
|
|
@@ -558,9 +558,9 @@ exports.KycFieldTypeToJSON = KycFieldType.KycFieldTypeToJSON;
|
|
|
558
558
|
exports.MFAAuthPasskeyDeviceGetResponseFromJSON = MFAAuthPasskeyDeviceGetResponse.MFAAuthPasskeyDeviceGetResponseFromJSON;
|
|
559
559
|
exports.MFAAuthPasskeyDeviceGetResponseFromJSONTyped = MFAAuthPasskeyDeviceGetResponse.MFAAuthPasskeyDeviceGetResponseFromJSONTyped;
|
|
560
560
|
exports.MFAAuthPasskeyDeviceGetResponseToJSON = MFAAuthPasskeyDeviceGetResponse.MFAAuthPasskeyDeviceGetResponseToJSON;
|
|
561
|
-
exports.
|
|
562
|
-
exports.
|
|
563
|
-
exports.
|
|
561
|
+
exports.MFAAuthPasskeyDeviceGetResponseAssertionFromJSON = MFAAuthPasskeyDeviceGetResponseAssertion.MFAAuthPasskeyDeviceGetResponseAssertionFromJSON;
|
|
562
|
+
exports.MFAAuthPasskeyDeviceGetResponseAssertionFromJSONTyped = MFAAuthPasskeyDeviceGetResponseAssertion.MFAAuthPasskeyDeviceGetResponseAssertionFromJSONTyped;
|
|
563
|
+
exports.MFAAuthPasskeyDeviceGetResponseAssertionToJSON = MFAAuthPasskeyDeviceGetResponseAssertion.MFAAuthPasskeyDeviceGetResponseAssertionToJSON;
|
|
564
564
|
exports.MFAAuthPasskeyDevicePostRequestFromJSON = MFAAuthPasskeyDevicePostRequest.MFAAuthPasskeyDevicePostRequestFromJSON;
|
|
565
565
|
exports.MFAAuthPasskeyDevicePostRequestFromJSONTyped = MFAAuthPasskeyDevicePostRequest.MFAAuthPasskeyDevicePostRequestFromJSONTyped;
|
|
566
566
|
exports.MFAAuthPasskeyDevicePostRequestToJSON = MFAAuthPasskeyDevicePostRequest.MFAAuthPasskeyDevicePostRequestToJSON;
|
package/src/index.js
CHANGED
|
@@ -79,7 +79,7 @@ export { JwtVerifiedCredentialFromJSON, JwtVerifiedCredentialFromJSONTyped, JwtV
|
|
|
79
79
|
export { JwtVerifiedCredentialFormatEnum, JwtVerifiedCredentialFormatEnumFromJSON, JwtVerifiedCredentialFormatEnumFromJSONTyped, JwtVerifiedCredentialFormatEnumToJSON } from './models/JwtVerifiedCredentialFormatEnum.js';
|
|
80
80
|
export { KycFieldType, KycFieldTypeFromJSON, KycFieldTypeFromJSONTyped, KycFieldTypeToJSON } from './models/KycFieldType.js';
|
|
81
81
|
export { MFAAuthPasskeyDeviceGetResponseFromJSON, MFAAuthPasskeyDeviceGetResponseFromJSONTyped, MFAAuthPasskeyDeviceGetResponseToJSON } from './models/MFAAuthPasskeyDeviceGetResponse.js';
|
|
82
|
-
export {
|
|
82
|
+
export { MFAAuthPasskeyDeviceGetResponseAssertionFromJSON, MFAAuthPasskeyDeviceGetResponseAssertionFromJSONTyped, MFAAuthPasskeyDeviceGetResponseAssertionToJSON } from './models/MFAAuthPasskeyDeviceGetResponseAssertion.js';
|
|
83
83
|
export { MFAAuthPasskeyDevicePostRequestFromJSON, MFAAuthPasskeyDevicePostRequestFromJSONTyped, MFAAuthPasskeyDevicePostRequestToJSON } from './models/MFAAuthPasskeyDevicePostRequest.js';
|
|
84
84
|
export { MFAAuthRecoveryDevicePostRequestFromJSON, MFAAuthRecoveryDevicePostRequestFromJSONTyped, MFAAuthRecoveryDevicePostRequestToJSON } from './models/MFAAuthRecoveryDevicePostRequest.js';
|
|
85
85
|
export { MFAAuthTotpDevicePostRequestFromJSON, MFAAuthTotpDevicePostRequestFromJSONTyped, MFAAuthTotpDevicePostRequestToJSON } from './models/MFAAuthTotpDevicePostRequest.js';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var MFAAuthPasskeyDeviceGetResponseAssertion = require('./MFAAuthPasskeyDeviceGetResponseAssertion.cjs');
|
|
6
6
|
var MFADeviceType = require('./MFADeviceType.cjs');
|
|
7
7
|
|
|
8
8
|
/* tslint:disable */
|
|
@@ -16,7 +16,7 @@ function MFAAuthPasskeyDeviceGetResponseFromJSONTyped(json, ignoreDiscriminator)
|
|
|
16
16
|
return {
|
|
17
17
|
'id': json['id'],
|
|
18
18
|
'type': MFADeviceType.MFADeviceTypeFromJSON(json['type']),
|
|
19
|
-
'
|
|
19
|
+
'assertion': MFAAuthPasskeyDeviceGetResponseAssertion.MFAAuthPasskeyDeviceGetResponseAssertionFromJSON(json['assertion']),
|
|
20
20
|
};
|
|
21
21
|
}
|
|
22
22
|
function MFAAuthPasskeyDeviceGetResponseToJSON(value) {
|
|
@@ -29,7 +29,7 @@ function MFAAuthPasskeyDeviceGetResponseToJSON(value) {
|
|
|
29
29
|
return {
|
|
30
30
|
'id': value.id,
|
|
31
31
|
'type': MFADeviceType.MFADeviceTypeToJSON(value.type),
|
|
32
|
-
'
|
|
32
|
+
'assertion': MFAAuthPasskeyDeviceGetResponseAssertion.MFAAuthPasskeyDeviceGetResponseAssertionToJSON(value.assertion),
|
|
33
33
|
};
|
|
34
34
|
}
|
|
35
35
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import {
|
|
12
|
+
import { MFAAuthPasskeyDeviceGetResponseAssertion } from './MFAAuthPasskeyDeviceGetResponseAssertion';
|
|
13
13
|
import { MFADeviceType } from './MFADeviceType';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
@@ -31,10 +31,10 @@ export interface MFAAuthPasskeyDeviceGetResponse {
|
|
|
31
31
|
type: MFADeviceType;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
|
-
* @type {
|
|
34
|
+
* @type {MFAAuthPasskeyDeviceGetResponseAssertion}
|
|
35
35
|
* @memberof MFAAuthPasskeyDeviceGetResponse
|
|
36
36
|
*/
|
|
37
|
-
|
|
37
|
+
assertion: MFAAuthPasskeyDeviceGetResponseAssertion;
|
|
38
38
|
}
|
|
39
39
|
export declare function MFAAuthPasskeyDeviceGetResponseFromJSON(json: any): MFAAuthPasskeyDeviceGetResponse;
|
|
40
40
|
export declare function MFAAuthPasskeyDeviceGetResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): MFAAuthPasskeyDeviceGetResponse;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MFAAuthPasskeyDeviceGetResponseAssertionFromJSON, MFAAuthPasskeyDeviceGetResponseAssertionToJSON } from './MFAAuthPasskeyDeviceGetResponseAssertion.js';
|
|
2
2
|
import { MFADeviceTypeFromJSON, MFADeviceTypeToJSON } from './MFADeviceType.js';
|
|
3
3
|
|
|
4
4
|
/* tslint:disable */
|
|
@@ -12,7 +12,7 @@ function MFAAuthPasskeyDeviceGetResponseFromJSONTyped(json, ignoreDiscriminator)
|
|
|
12
12
|
return {
|
|
13
13
|
'id': json['id'],
|
|
14
14
|
'type': MFADeviceTypeFromJSON(json['type']),
|
|
15
|
-
'
|
|
15
|
+
'assertion': MFAAuthPasskeyDeviceGetResponseAssertionFromJSON(json['assertion']),
|
|
16
16
|
};
|
|
17
17
|
}
|
|
18
18
|
function MFAAuthPasskeyDeviceGetResponseToJSON(value) {
|
|
@@ -25,7 +25,7 @@ function MFAAuthPasskeyDeviceGetResponseToJSON(value) {
|
|
|
25
25
|
return {
|
|
26
26
|
'id': value.id,
|
|
27
27
|
'type': MFADeviceTypeToJSON(value.type),
|
|
28
|
-
'
|
|
28
|
+
'assertion': MFAAuthPasskeyDeviceGetResponseAssertionToJSON(value.assertion),
|
|
29
29
|
};
|
|
30
30
|
}
|
|
31
31
|
|
|
@@ -8,10 +8,10 @@ var PublicKeyCredentialDescriptor = require('./PublicKeyCredentialDescriptor.cjs
|
|
|
8
8
|
var UserVerificationRequirement = require('./UserVerificationRequirement.cjs');
|
|
9
9
|
|
|
10
10
|
/* tslint:disable */
|
|
11
|
-
function
|
|
12
|
-
return
|
|
11
|
+
function MFAAuthPasskeyDeviceGetResponseAssertionFromJSON(json) {
|
|
12
|
+
return MFAAuthPasskeyDeviceGetResponseAssertionFromJSONTyped(json);
|
|
13
13
|
}
|
|
14
|
-
function
|
|
14
|
+
function MFAAuthPasskeyDeviceGetResponseAssertionFromJSONTyped(json, ignoreDiscriminator) {
|
|
15
15
|
if ((json === undefined) || (json === null)) {
|
|
16
16
|
return json;
|
|
17
17
|
}
|
|
@@ -24,7 +24,7 @@ function MFAAuthPasskeyDeviceGetResponseAttestationFromJSONTyped(json, ignoreDis
|
|
|
24
24
|
'extensions': !runtime.exists(json, 'extensions') ? undefined : AuthenticationExtensionsClientInputs.AuthenticationExtensionsClientInputsFromJSON(json['extensions']),
|
|
25
25
|
};
|
|
26
26
|
}
|
|
27
|
-
function
|
|
27
|
+
function MFAAuthPasskeyDeviceGetResponseAssertionToJSON(value) {
|
|
28
28
|
if (value === undefined) {
|
|
29
29
|
return undefined;
|
|
30
30
|
}
|
|
@@ -41,6 +41,6 @@ function MFAAuthPasskeyDeviceGetResponseAttestationToJSON(value) {
|
|
|
41
41
|
};
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
exports.
|
|
45
|
-
exports.
|
|
46
|
-
exports.
|
|
44
|
+
exports.MFAAuthPasskeyDeviceGetResponseAssertionFromJSON = MFAAuthPasskeyDeviceGetResponseAssertionFromJSON;
|
|
45
|
+
exports.MFAAuthPasskeyDeviceGetResponseAssertionFromJSONTyped = MFAAuthPasskeyDeviceGetResponseAssertionFromJSONTyped;
|
|
46
|
+
exports.MFAAuthPasskeyDeviceGetResponseAssertionToJSON = MFAAuthPasskeyDeviceGetResponseAssertionToJSON;
|
|
@@ -15,46 +15,46 @@ import { UserVerificationRequirement } from './UserVerificationRequirement';
|
|
|
15
15
|
/**
|
|
16
16
|
*
|
|
17
17
|
* @export
|
|
18
|
-
* @interface
|
|
18
|
+
* @interface MFAAuthPasskeyDeviceGetResponseAssertion
|
|
19
19
|
*/
|
|
20
|
-
export interface
|
|
20
|
+
export interface MFAAuthPasskeyDeviceGetResponseAssertion {
|
|
21
21
|
/**
|
|
22
22
|
*
|
|
23
23
|
* @type {string}
|
|
24
|
-
* @memberof
|
|
24
|
+
* @memberof MFAAuthPasskeyDeviceGetResponseAssertion
|
|
25
25
|
*/
|
|
26
26
|
rpId?: string;
|
|
27
27
|
/**
|
|
28
28
|
*
|
|
29
29
|
* @type {string}
|
|
30
|
-
* @memberof
|
|
30
|
+
* @memberof MFAAuthPasskeyDeviceGetResponseAssertion
|
|
31
31
|
*/
|
|
32
32
|
challenge: string;
|
|
33
33
|
/**
|
|
34
34
|
*
|
|
35
35
|
* @type {number}
|
|
36
|
-
* @memberof
|
|
36
|
+
* @memberof MFAAuthPasskeyDeviceGetResponseAssertion
|
|
37
37
|
*/
|
|
38
38
|
timeout?: number;
|
|
39
39
|
/**
|
|
40
40
|
*
|
|
41
41
|
* @type {UserVerificationRequirement}
|
|
42
|
-
* @memberof
|
|
42
|
+
* @memberof MFAAuthPasskeyDeviceGetResponseAssertion
|
|
43
43
|
*/
|
|
44
44
|
userVerification?: UserVerificationRequirement;
|
|
45
45
|
/**
|
|
46
46
|
*
|
|
47
47
|
* @type {Array<PublicKeyCredentialDescriptor>}
|
|
48
|
-
* @memberof
|
|
48
|
+
* @memberof MFAAuthPasskeyDeviceGetResponseAssertion
|
|
49
49
|
*/
|
|
50
50
|
allowCredentials?: Array<PublicKeyCredentialDescriptor>;
|
|
51
51
|
/**
|
|
52
52
|
*
|
|
53
53
|
* @type {AuthenticationExtensionsClientInputs}
|
|
54
|
-
* @memberof
|
|
54
|
+
* @memberof MFAAuthPasskeyDeviceGetResponseAssertion
|
|
55
55
|
*/
|
|
56
56
|
extensions?: AuthenticationExtensionsClientInputs;
|
|
57
57
|
}
|
|
58
|
-
export declare function
|
|
59
|
-
export declare function
|
|
60
|
-
export declare function
|
|
58
|
+
export declare function MFAAuthPasskeyDeviceGetResponseAssertionFromJSON(json: any): MFAAuthPasskeyDeviceGetResponseAssertion;
|
|
59
|
+
export declare function MFAAuthPasskeyDeviceGetResponseAssertionFromJSONTyped(json: any, ignoreDiscriminator: boolean): MFAAuthPasskeyDeviceGetResponseAssertion;
|
|
60
|
+
export declare function MFAAuthPasskeyDeviceGetResponseAssertionToJSON(value?: MFAAuthPasskeyDeviceGetResponseAssertion | null): any;
|
|
@@ -4,10 +4,10 @@ import { PublicKeyCredentialDescriptorFromJSON, PublicKeyCredentialDescriptorToJ
|
|
|
4
4
|
import { UserVerificationRequirementFromJSON, UserVerificationRequirementToJSON } from './UserVerificationRequirement.js';
|
|
5
5
|
|
|
6
6
|
/* tslint:disable */
|
|
7
|
-
function
|
|
8
|
-
return
|
|
7
|
+
function MFAAuthPasskeyDeviceGetResponseAssertionFromJSON(json) {
|
|
8
|
+
return MFAAuthPasskeyDeviceGetResponseAssertionFromJSONTyped(json);
|
|
9
9
|
}
|
|
10
|
-
function
|
|
10
|
+
function MFAAuthPasskeyDeviceGetResponseAssertionFromJSONTyped(json, ignoreDiscriminator) {
|
|
11
11
|
if ((json === undefined) || (json === null)) {
|
|
12
12
|
return json;
|
|
13
13
|
}
|
|
@@ -20,7 +20,7 @@ function MFAAuthPasskeyDeviceGetResponseAttestationFromJSONTyped(json, ignoreDis
|
|
|
20
20
|
'extensions': !exists(json, 'extensions') ? undefined : AuthenticationExtensionsClientInputsFromJSON(json['extensions']),
|
|
21
21
|
};
|
|
22
22
|
}
|
|
23
|
-
function
|
|
23
|
+
function MFAAuthPasskeyDeviceGetResponseAssertionToJSON(value) {
|
|
24
24
|
if (value === undefined) {
|
|
25
25
|
return undefined;
|
|
26
26
|
}
|
|
@@ -37,4 +37,4 @@ function MFAAuthPasskeyDeviceGetResponseAttestationToJSON(value) {
|
|
|
37
37
|
};
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
export {
|
|
40
|
+
export { MFAAuthPasskeyDeviceGetResponseAssertionFromJSON, MFAAuthPasskeyDeviceGetResponseAssertionFromJSONTyped, MFAAuthPasskeyDeviceGetResponseAssertionToJSON };
|
package/src/models/index.d.ts
CHANGED
|
@@ -77,7 +77,7 @@ export * from './JwtVerifiedCredential';
|
|
|
77
77
|
export * from './JwtVerifiedCredentialFormatEnum';
|
|
78
78
|
export * from './KycFieldType';
|
|
79
79
|
export * from './MFAAuthPasskeyDeviceGetResponse';
|
|
80
|
-
export * from './
|
|
80
|
+
export * from './MFAAuthPasskeyDeviceGetResponseAssertion';
|
|
81
81
|
export * from './MFAAuthPasskeyDevicePostRequest';
|
|
82
82
|
export * from './MFAAuthRecoveryDevicePostRequest';
|
|
83
83
|
export * from './MFAAuthTotpDevicePostRequest';
|