@dynamic-labs/sdk-api 0.0.1023 → 0.0.1025
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/apis/AdminActionsApi.cjs +1 -0
- package/src/apis/AdminActionsApi.js +1 -0
- package/src/apis/AllowlistsApi.cjs +1 -0
- package/src/apis/AllowlistsApi.js +1 -0
- package/src/apis/AnalyticsApi.cjs +1 -0
- package/src/apis/AnalyticsApi.js +1 -0
- package/src/apis/AuthorizedClientsApi.cjs +1 -0
- package/src/apis/AuthorizedClientsApi.js +1 -0
- package/src/apis/ChainalysisApi.cjs +1 -0
- package/src/apis/ChainalysisApi.js +1 -0
- package/src/apis/ChainsApi.cjs +1 -0
- package/src/apis/ChainsApi.js +1 -0
- package/src/apis/CheckoutApi.cjs +1 -0
- package/src/apis/CheckoutApi.js +1 -0
- package/src/apis/ClientGrantApi.cjs +1 -0
- package/src/apis/ClientGrantApi.js +1 -0
- package/src/apis/CustomFieldsApi.cjs +1 -0
- package/src/apis/CustomFieldsApi.js +1 -0
- package/src/apis/CustomHostnamesApi.cjs +1 -0
- package/src/apis/CustomHostnamesApi.js +1 -0
- package/src/apis/CustomNetworksApi.cjs +1 -0
- package/src/apis/CustomNetworksApi.js +1 -0
- package/src/apis/DeeplinkUrlsApi.cjs +1 -0
- package/src/apis/DeeplinkUrlsApi.js +1 -0
- package/src/apis/EnvironmentsApi.cjs +1 -0
- package/src/apis/EnvironmentsApi.js +1 -0
- package/src/apis/EventsApi.cjs +1 -0
- package/src/apis/EventsApi.js +1 -0
- package/src/apis/ExchangesApi.cjs +1 -0
- package/src/apis/ExchangesApi.js +1 -0
- package/src/apis/ExportsApi.cjs +1 -0
- package/src/apis/ExportsApi.js +1 -0
- package/src/apis/ExternalJwtApi.cjs +1 -0
- package/src/apis/ExternalJwtApi.js +1 -0
- package/src/apis/GatesApi.cjs +1 -0
- package/src/apis/GatesApi.js +1 -0
- package/src/apis/GlobalWalletAccessControlApi.cjs +1 -0
- package/src/apis/GlobalWalletAccessControlApi.js +1 -0
- package/src/apis/GlobalWalletConnectionsApi.cjs +1 -0
- package/src/apis/GlobalWalletConnectionsApi.js +1 -0
- package/src/apis/GlobalWalletsApi.cjs +1 -0
- package/src/apis/GlobalWalletsApi.js +1 -0
- package/src/apis/InvitesApi.cjs +1 -0
- package/src/apis/InvitesApi.js +1 -0
- package/src/apis/MembersApi.cjs +1 -0
- package/src/apis/MembersApi.js +1 -0
- package/src/apis/MfaSettingsApi.cjs +1 -0
- package/src/apis/MfaSettingsApi.js +1 -0
- package/src/apis/NameServicesApi.cjs +1 -0
- package/src/apis/NameServicesApi.js +1 -0
- package/src/apis/OrganizationSettingsApi.cjs +1 -0
- package/src/apis/OrganizationSettingsApi.js +1 -0
- package/src/apis/OrganizationsApi.cjs +1 -0
- package/src/apis/OrganizationsApi.js +1 -0
- package/src/apis/OriginsApi.cjs +1 -0
- package/src/apis/OriginsApi.js +1 -0
- package/src/apis/ProjectsApi.cjs +1 -0
- package/src/apis/ProjectsApi.js +1 -0
- package/src/apis/ProvidersApi.cjs +1 -0
- package/src/apis/ProvidersApi.js +1 -0
- package/src/apis/SDKApi.cjs +1 -0
- package/src/apis/SDKApi.js +1 -0
- package/src/apis/SDKViewsApi.cjs +1 -0
- package/src/apis/SDKViewsApi.js +1 -0
- package/src/apis/SessionsApi.cjs +1 -0
- package/src/apis/SessionsApi.js +1 -0
- package/src/apis/TestAccountApi.cjs +1 -0
- package/src/apis/TestAccountApi.js +1 -0
- package/src/apis/TokensApi.cjs +1 -0
- package/src/apis/TokensApi.js +1 -0
- package/src/apis/UserApiTokensApi.cjs +1 -0
- package/src/apis/UserApiTokensApi.js +1 -0
- package/src/apis/UsersApi.cjs +1 -0
- package/src/apis/UsersApi.js +1 -0
- package/src/apis/VisitsApi.cjs +1 -0
- package/src/apis/VisitsApi.js +1 -0
- package/src/apis/WaasApi.cjs +1 -0
- package/src/apis/WaasApi.js +1 -0
- package/src/apis/WalletConnectApi.cjs +1 -0
- package/src/apis/WalletConnectApi.js +1 -0
- package/src/apis/WalletsApi.cjs +1 -0
- package/src/apis/WalletsApi.js +1 -0
- package/src/apis/WebhooksApi.cjs +1 -0
- package/src/apis/WebhooksApi.js +1 -0
- package/src/index.cjs +16 -0
- package/src/index.js +3 -0
- package/src/models/MFASettings.cjs +3 -0
- package/src/models/MFASettings.d.ts +9 -2
- package/src/models/MFASettings.js +3 -0
- package/src/models/MfaEnrollment.cjs +46 -0
- package/src/models/MfaEnrollment.d.ts +29 -0
- package/src/models/MfaEnrollment.js +40 -0
- package/src/models/UnprocessableEntityErrorCode.cjs +1 -1
- package/src/models/UnprocessableEntityErrorCode.d.ts +2 -2
- package/src/models/UnprocessableEntityErrorCode.js +1 -1
- package/src/models/UserSessionAndCredentials.cjs +44 -0
- package/src/models/UserSessionAndCredentials.d.ts +61 -0
- package/src/models/UserSessionAndCredentials.js +38 -0
- package/src/models/UserSessionAndCredentialsAllOf.cjs +33 -0
- package/src/models/UserSessionAndCredentialsAllOf.d.ts +29 -0
- package/src/models/UserSessionAndCredentialsAllOf.js +27 -0
- package/src/models/index.d.ts +3 -0
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var JwtVerifiedCredential = require('./JwtVerifiedCredential.cjs');
|
|
6
|
+
|
|
7
|
+
/* tslint:disable */
|
|
8
|
+
function UserSessionAndCredentialsAllOfFromJSON(json) {
|
|
9
|
+
return UserSessionAndCredentialsAllOfFromJSONTyped(json);
|
|
10
|
+
}
|
|
11
|
+
function UserSessionAndCredentialsAllOfFromJSONTyped(json, ignoreDiscriminator) {
|
|
12
|
+
if ((json === undefined) || (json === null)) {
|
|
13
|
+
return json;
|
|
14
|
+
}
|
|
15
|
+
return {
|
|
16
|
+
'verifiedCredentials': (json['verifiedCredentials'].map(JwtVerifiedCredential.JwtVerifiedCredentialFromJSON)),
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
function UserSessionAndCredentialsAllOfToJSON(value) {
|
|
20
|
+
if (value === undefined) {
|
|
21
|
+
return undefined;
|
|
22
|
+
}
|
|
23
|
+
if (value === null) {
|
|
24
|
+
return null;
|
|
25
|
+
}
|
|
26
|
+
return {
|
|
27
|
+
'verifiedCredentials': (value.verifiedCredentials.map(JwtVerifiedCredential.JwtVerifiedCredentialToJSON)),
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
exports.UserSessionAndCredentialsAllOfFromJSON = UserSessionAndCredentialsAllOfFromJSON;
|
|
32
|
+
exports.UserSessionAndCredentialsAllOfFromJSONTyped = UserSessionAndCredentialsAllOfFromJSONTyped;
|
|
33
|
+
exports.UserSessionAndCredentialsAllOfToJSON = UserSessionAndCredentialsAllOfToJSON;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dashboard API
|
|
3
|
+
* Dashboard API documentation
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { JwtVerifiedCredential } from './JwtVerifiedCredential';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface UserSessionAndCredentialsAllOf
|
|
17
|
+
*/
|
|
18
|
+
export interface UserSessionAndCredentialsAllOf {
|
|
19
|
+
/**
|
|
20
|
+
* All verified credentials (wallets, emails, phone numbers, social
|
|
21
|
+
* accounts) linked to the user at the time the session was created.
|
|
22
|
+
* @type {Array<JwtVerifiedCredential>}
|
|
23
|
+
* @memberof UserSessionAndCredentialsAllOf
|
|
24
|
+
*/
|
|
25
|
+
verifiedCredentials: Array<JwtVerifiedCredential>;
|
|
26
|
+
}
|
|
27
|
+
export declare function UserSessionAndCredentialsAllOfFromJSON(json: any): UserSessionAndCredentialsAllOf;
|
|
28
|
+
export declare function UserSessionAndCredentialsAllOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserSessionAndCredentialsAllOf;
|
|
29
|
+
export declare function UserSessionAndCredentialsAllOfToJSON(value?: UserSessionAndCredentialsAllOf | null): any;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { JwtVerifiedCredentialFromJSON, JwtVerifiedCredentialToJSON } from './JwtVerifiedCredential.js';
|
|
2
|
+
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
function UserSessionAndCredentialsAllOfFromJSON(json) {
|
|
5
|
+
return UserSessionAndCredentialsAllOfFromJSONTyped(json);
|
|
6
|
+
}
|
|
7
|
+
function UserSessionAndCredentialsAllOfFromJSONTyped(json, ignoreDiscriminator) {
|
|
8
|
+
if ((json === undefined) || (json === null)) {
|
|
9
|
+
return json;
|
|
10
|
+
}
|
|
11
|
+
return {
|
|
12
|
+
'verifiedCredentials': (json['verifiedCredentials'].map(JwtVerifiedCredentialFromJSON)),
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
function UserSessionAndCredentialsAllOfToJSON(value) {
|
|
16
|
+
if (value === undefined) {
|
|
17
|
+
return undefined;
|
|
18
|
+
}
|
|
19
|
+
if (value === null) {
|
|
20
|
+
return null;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'verifiedCredentials': (value.verifiedCredentials.map(JwtVerifiedCredentialToJSON)),
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export { UserSessionAndCredentialsAllOfFromJSON, UserSessionAndCredentialsAllOfFromJSONTyped, UserSessionAndCredentialsAllOfToJSON };
|
package/src/models/index.d.ts
CHANGED
|
@@ -369,6 +369,7 @@ export * from './MergeUserConflictResolution';
|
|
|
369
369
|
export * from './MergeUserConflictResolutions';
|
|
370
370
|
export * from './MethodNotAllowed';
|
|
371
371
|
export * from './MfaBackupCodeAcknowledgement';
|
|
372
|
+
export * from './MfaEnrollment';
|
|
372
373
|
export * from './MinApiVersionEnum';
|
|
373
374
|
export * from './MinifiedDynamicJwt';
|
|
374
375
|
export * from './MobileSettings';
|
|
@@ -649,6 +650,8 @@ export * from './UserOauthAccessTokenResponse';
|
|
|
649
650
|
export * from './UserPasskey';
|
|
650
651
|
export * from './UserResponse';
|
|
651
652
|
export * from './UserSearchFilterParams';
|
|
653
|
+
export * from './UserSessionAndCredentials';
|
|
654
|
+
export * from './UserSessionAndCredentialsAllOf';
|
|
652
655
|
export * from './UserVerificationRequirement';
|
|
653
656
|
export * from './UserWalletSelectionRequest';
|
|
654
657
|
export * from './UserWalletsResponse';
|