@dynamic-labs/sdk-api 0.0.864 → 0.0.869
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/AllowlistsApi.cjs +26 -6
- package/src/apis/AllowlistsApi.d.ts +26 -6
- package/src/apis/AllowlistsApi.js +26 -6
- package/src/apis/AnalyticsApi.cjs +12 -0
- package/src/apis/AnalyticsApi.d.ts +12 -0
- package/src/apis/AnalyticsApi.js +12 -0
- package/src/apis/ChainalysisApi.cjs +6 -0
- package/src/apis/ChainalysisApi.d.ts +6 -0
- package/src/apis/ChainalysisApi.js +6 -0
- package/src/apis/ChainsApi.cjs +4 -2
- package/src/apis/ChainsApi.d.ts +4 -2
- package/src/apis/ChainsApi.js +4 -2
- package/src/apis/CustomFieldsApi.cjs +14 -4
- package/src/apis/CustomFieldsApi.d.ts +14 -4
- package/src/apis/CustomFieldsApi.js +14 -4
- package/src/apis/CustomHostnamesApi.cjs +10 -4
- package/src/apis/CustomHostnamesApi.d.ts +10 -4
- package/src/apis/CustomHostnamesApi.js +10 -4
- package/src/apis/CustomNetworksApi.cjs +10 -0
- package/src/apis/CustomNetworksApi.d.ts +10 -0
- package/src/apis/CustomNetworksApi.js +10 -0
- package/src/apis/DeeplinkUrlsApi.cjs +12 -6
- package/src/apis/DeeplinkUrlsApi.d.ts +12 -6
- package/src/apis/DeeplinkUrlsApi.js +12 -6
- package/src/apis/EnvironmentsApi.cjs +108 -10
- package/src/apis/EnvironmentsApi.d.ts +49 -11
- package/src/apis/EnvironmentsApi.js +108 -10
- package/src/apis/EventsApi.cjs +8 -2
- package/src/apis/EventsApi.d.ts +8 -2
- package/src/apis/EventsApi.js +8 -2
- package/src/apis/ExportsApi.cjs +8 -0
- package/src/apis/ExportsApi.d.ts +8 -0
- package/src/apis/ExportsApi.js +8 -0
- package/src/apis/ExternalJwtApi.cjs +4 -2
- package/src/apis/ExternalJwtApi.d.ts +4 -2
- package/src/apis/ExternalJwtApi.js +4 -2
- package/src/apis/GatesApi.cjs +16 -2
- package/src/apis/GatesApi.d.ts +16 -2
- package/src/apis/GatesApi.js +16 -2
- package/src/apis/GlobalWalletAccessControlApi.cjs +22 -8
- package/src/apis/GlobalWalletAccessControlApi.d.ts +22 -8
- package/src/apis/GlobalWalletAccessControlApi.js +22 -8
- package/src/apis/GlobalWalletConnectionsApi.cjs +4 -2
- package/src/apis/GlobalWalletConnectionsApi.d.ts +4 -2
- package/src/apis/GlobalWalletConnectionsApi.js +4 -2
- package/src/apis/GlobalWalletsApi.cjs +18 -8
- package/src/apis/GlobalWalletsApi.d.ts +18 -8
- package/src/apis/GlobalWalletsApi.js +18 -8
- package/src/apis/InvitesApi.cjs +16 -6
- package/src/apis/InvitesApi.d.ts +16 -6
- package/src/apis/InvitesApi.js +16 -6
- package/src/apis/MembersApi.cjs +16 -8
- package/src/apis/MembersApi.d.ts +16 -8
- package/src/apis/MembersApi.js +16 -8
- package/src/apis/MfaApi.cjs +8 -4
- package/src/apis/MfaApi.d.ts +8 -4
- package/src/apis/MfaApi.js +8 -4
- package/src/apis/MfaSettingsApi.cjs +6 -0
- package/src/apis/MfaSettingsApi.d.ts +6 -0
- package/src/apis/MfaSettingsApi.js +6 -0
- package/src/apis/NameServicesApi.cjs +22 -10
- package/src/apis/NameServicesApi.d.ts +22 -10
- package/src/apis/NameServicesApi.js +22 -10
- package/src/apis/OrganizationsApi.cjs +34 -10
- package/src/apis/OrganizationsApi.d.ts +34 -10
- package/src/apis/OrganizationsApi.js +34 -10
- package/src/apis/OriginsApi.cjs +12 -6
- package/src/apis/OriginsApi.d.ts +12 -6
- package/src/apis/OriginsApi.js +12 -6
- package/src/apis/ProjectsApi.cjs +18 -8
- package/src/apis/ProjectsApi.d.ts +18 -8
- package/src/apis/ProjectsApi.js +18 -8
- package/src/apis/SDKApi.cjs +554 -162
- package/src/apis/SDKApi.d.ts +423 -163
- package/src/apis/SDKApi.js +554 -162
- package/src/apis/SDKViewsApi.cjs +12 -6
- package/src/apis/SDKViewsApi.d.ts +12 -6
- package/src/apis/SDKViewsApi.js +12 -6
- package/src/apis/SessionsApi.cjs +4 -0
- package/src/apis/SessionsApi.d.ts +4 -0
- package/src/apis/SessionsApi.js +4 -0
- package/src/apis/SettingsApi.cjs +32 -4
- package/src/apis/SettingsApi.d.ts +32 -4
- package/src/apis/SettingsApi.js +32 -4
- package/src/apis/TestAccountApi.cjs +10 -4
- package/src/apis/TestAccountApi.d.ts +10 -4
- package/src/apis/TestAccountApi.js +10 -4
- package/src/apis/TokensApi.cjs +12 -6
- package/src/apis/TokensApi.d.ts +12 -6
- package/src/apis/TokensApi.js +12 -6
- package/src/apis/UserApiTokensApi.cjs +12 -6
- package/src/apis/UserApiTokensApi.d.ts +12 -6
- package/src/apis/UserApiTokensApi.js +12 -6
- package/src/apis/UsersApi.cjs +28 -4
- package/src/apis/UsersApi.d.ts +28 -4
- package/src/apis/UsersApi.js +28 -4
- package/src/apis/VisitsApi.cjs +2 -0
- package/src/apis/VisitsApi.d.ts +2 -0
- package/src/apis/VisitsApi.js +2 -0
- package/src/apis/WaasApi.cjs +36 -8
- package/src/apis/WaasApi.d.ts +35 -7
- package/src/apis/WaasApi.js +36 -8
- package/src/apis/WalletConnectApi.cjs +2 -0
- package/src/apis/WalletConnectApi.d.ts +2 -0
- package/src/apis/WalletConnectApi.js +2 -0
- package/src/apis/WalletsApi.cjs +20 -6
- package/src/apis/WalletsApi.d.ts +20 -6
- package/src/apis/WalletsApi.js +20 -6
- package/src/apis/WebhooksApi.cjs +32 -16
- package/src/apis/WebhooksApi.d.ts +32 -16
- package/src/apis/WebhooksApi.js +32 -16
- package/src/index.cjs +4 -0
- package/src/index.js +1 -0
- package/src/models/SignMessageBtcTransaction.cjs +5 -13
- package/src/models/SignMessageBtcTransaction.d.ts +8 -2
- package/src/models/SignMessageBtcTransaction.js +5 -13
- package/src/models/SmsVerificationVerifyRequest.cjs +3 -0
- package/src/models/SmsVerificationVerifyRequest.d.ts +7 -0
- package/src/models/SmsVerificationVerifyRequest.js +3 -0
- package/src/models/UserFilterableFieldsEnum.cjs +1 -0
- package/src/models/UserFilterableFieldsEnum.d.ts +2 -1
- package/src/models/UserFilterableFieldsEnum.js +1 -0
- package/src/models/WalletSanctionsResponse.cjs +37 -0
- package/src/models/WalletSanctionsResponse.d.ts +40 -0
- package/src/models/WalletSanctionsResponse.js +31 -0
- package/src/models/index.d.ts +1 -0
|
@@ -1,16 +1,6 @@
|
|
|
1
|
+
import { exists } from '../runtime.js';
|
|
2
|
+
|
|
1
3
|
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Dashboard API
|
|
5
|
-
* Dashboard API documentation
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
4
|
function SignMessageBtcTransactionFromJSON(json) {
|
|
15
5
|
return SignMessageBtcTransactionFromJSONTyped(json);
|
|
16
6
|
}
|
|
@@ -20,7 +10,8 @@ function SignMessageBtcTransactionFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
20
10
|
}
|
|
21
11
|
return {
|
|
22
12
|
'psbt': json['psbt'],
|
|
23
|
-
'
|
|
13
|
+
'chainId': json['chainId'],
|
|
14
|
+
'accountAddress': !exists(json, 'accountAddress') ? undefined : json['accountAddress'],
|
|
24
15
|
};
|
|
25
16
|
}
|
|
26
17
|
function SignMessageBtcTransactionToJSON(value) {
|
|
@@ -32,6 +23,7 @@ function SignMessageBtcTransactionToJSON(value) {
|
|
|
32
23
|
}
|
|
33
24
|
return {
|
|
34
25
|
'psbt': value.psbt,
|
|
26
|
+
'chainId': value.chainId,
|
|
35
27
|
'accountAddress': value.accountAddress,
|
|
36
28
|
};
|
|
37
29
|
}
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var runtime = require('../runtime.cjs');
|
|
6
|
+
var TokenScope = require('./TokenScope.cjs');
|
|
6
7
|
|
|
7
8
|
/* tslint:disable */
|
|
8
9
|
function SmsVerificationVerifyRequestFromJSON(json) {
|
|
@@ -17,6 +18,7 @@ function SmsVerificationVerifyRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
17
18
|
'verificationToken': json['verificationToken'],
|
|
18
19
|
'captchaToken': !runtime.exists(json, 'captchaToken') ? undefined : json['captchaToken'],
|
|
19
20
|
'sessionPublicKey': !runtime.exists(json, 'sessionPublicKey') ? undefined : json['sessionPublicKey'],
|
|
21
|
+
'requestedScopes': !runtime.exists(json, 'requestedScopes') ? undefined : (json['requestedScopes'].map(TokenScope.TokenScopeFromJSON)),
|
|
20
22
|
};
|
|
21
23
|
}
|
|
22
24
|
function SmsVerificationVerifyRequestToJSON(value) {
|
|
@@ -31,6 +33,7 @@ function SmsVerificationVerifyRequestToJSON(value) {
|
|
|
31
33
|
'verificationToken': value.verificationToken,
|
|
32
34
|
'captchaToken': value.captchaToken,
|
|
33
35
|
'sessionPublicKey': value.sessionPublicKey,
|
|
36
|
+
'requestedScopes': value.requestedScopes === undefined ? undefined : (value.requestedScopes.map(TokenScope.TokenScopeToJSON)),
|
|
34
37
|
};
|
|
35
38
|
}
|
|
36
39
|
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { TokenScope } from './TokenScope';
|
|
12
13
|
/**
|
|
13
14
|
*
|
|
14
15
|
* @export
|
|
@@ -39,6 +40,12 @@ export interface SmsVerificationVerifyRequest {
|
|
|
39
40
|
* @memberof SmsVerificationVerifyRequest
|
|
40
41
|
*/
|
|
41
42
|
sessionPublicKey?: string;
|
|
43
|
+
/**
|
|
44
|
+
* Optional list of scopes to include in the elevated access token.
|
|
45
|
+
* @type {Array<TokenScope>}
|
|
46
|
+
* @memberof SmsVerificationVerifyRequest
|
|
47
|
+
*/
|
|
48
|
+
requestedScopes?: Array<TokenScope>;
|
|
42
49
|
}
|
|
43
50
|
export declare function SmsVerificationVerifyRequestFromJSON(json: any): SmsVerificationVerifyRequest;
|
|
44
51
|
export declare function SmsVerificationVerifyRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): SmsVerificationVerifyRequest;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { exists } from '../runtime.js';
|
|
2
|
+
import { TokenScopeFromJSON, TokenScopeToJSON } from './TokenScope.js';
|
|
2
3
|
|
|
3
4
|
/* tslint:disable */
|
|
4
5
|
function SmsVerificationVerifyRequestFromJSON(json) {
|
|
@@ -13,6 +14,7 @@ function SmsVerificationVerifyRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
13
14
|
'verificationToken': json['verificationToken'],
|
|
14
15
|
'captchaToken': !exists(json, 'captchaToken') ? undefined : json['captchaToken'],
|
|
15
16
|
'sessionPublicKey': !exists(json, 'sessionPublicKey') ? undefined : json['sessionPublicKey'],
|
|
17
|
+
'requestedScopes': !exists(json, 'requestedScopes') ? undefined : (json['requestedScopes'].map(TokenScopeFromJSON)),
|
|
16
18
|
};
|
|
17
19
|
}
|
|
18
20
|
function SmsVerificationVerifyRequestToJSON(value) {
|
|
@@ -27,6 +29,7 @@ function SmsVerificationVerifyRequestToJSON(value) {
|
|
|
27
29
|
'verificationToken': value.verificationToken,
|
|
28
30
|
'captchaToken': value.captchaToken,
|
|
29
31
|
'sessionPublicKey': value.sessionPublicKey,
|
|
32
|
+
'requestedScopes': value.requestedScopes === undefined ? undefined : (value.requestedScopes.map(TokenScopeToJSON)),
|
|
30
33
|
};
|
|
31
34
|
}
|
|
32
35
|
|
|
@@ -34,6 +34,7 @@ exports.UserFilterableFieldsEnum = void 0;
|
|
|
34
34
|
UserFilterableFieldsEnum["Wallet"] = "wallet";
|
|
35
35
|
UserFilterableFieldsEnum["Username"] = "username";
|
|
36
36
|
UserFilterableFieldsEnum["AccountId"] = "accountId";
|
|
37
|
+
UserFilterableFieldsEnum["ExternalUserId"] = "externalUserId";
|
|
37
38
|
})(exports.UserFilterableFieldsEnum || (exports.UserFilterableFieldsEnum = {}));
|
|
38
39
|
function UserFilterableFieldsEnumFromJSON(json) {
|
|
39
40
|
return UserFilterableFieldsEnumFromJSONTyped(json);
|
|
@@ -26,7 +26,8 @@ export declare enum UserFilterableFieldsEnum {
|
|
|
26
26
|
JobTitle = "jobTitle",
|
|
27
27
|
Wallet = "wallet",
|
|
28
28
|
Username = "username",
|
|
29
|
-
AccountId = "accountId"
|
|
29
|
+
AccountId = "accountId",
|
|
30
|
+
ExternalUserId = "externalUserId"
|
|
30
31
|
}
|
|
31
32
|
export declare function UserFilterableFieldsEnumFromJSON(json: any): UserFilterableFieldsEnum;
|
|
32
33
|
export declare function UserFilterableFieldsEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserFilterableFieldsEnum;
|
|
@@ -30,6 +30,7 @@ var UserFilterableFieldsEnum;
|
|
|
30
30
|
UserFilterableFieldsEnum["Wallet"] = "wallet";
|
|
31
31
|
UserFilterableFieldsEnum["Username"] = "username";
|
|
32
32
|
UserFilterableFieldsEnum["AccountId"] = "accountId";
|
|
33
|
+
UserFilterableFieldsEnum["ExternalUserId"] = "externalUserId";
|
|
33
34
|
})(UserFilterableFieldsEnum || (UserFilterableFieldsEnum = {}));
|
|
34
35
|
function UserFilterableFieldsEnumFromJSON(json) {
|
|
35
36
|
return UserFilterableFieldsEnumFromJSONTyped(json);
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var ChainEnum = require('./ChainEnum.cjs');
|
|
6
|
+
|
|
7
|
+
/* tslint:disable */
|
|
8
|
+
function WalletSanctionsResponseFromJSON(json) {
|
|
9
|
+
return WalletSanctionsResponseFromJSONTyped(json);
|
|
10
|
+
}
|
|
11
|
+
function WalletSanctionsResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
12
|
+
if ((json === undefined) || (json === null)) {
|
|
13
|
+
return json;
|
|
14
|
+
}
|
|
15
|
+
return {
|
|
16
|
+
'walletAddress': json['walletAddress'],
|
|
17
|
+
'chain': ChainEnum.ChainEnumFromJSON(json['chain']),
|
|
18
|
+
'isBlocked': json['isBlocked'],
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
function WalletSanctionsResponseToJSON(value) {
|
|
22
|
+
if (value === undefined) {
|
|
23
|
+
return undefined;
|
|
24
|
+
}
|
|
25
|
+
if (value === null) {
|
|
26
|
+
return null;
|
|
27
|
+
}
|
|
28
|
+
return {
|
|
29
|
+
'walletAddress': value.walletAddress,
|
|
30
|
+
'chain': ChainEnum.ChainEnumToJSON(value.chain),
|
|
31
|
+
'isBlocked': value.isBlocked,
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
exports.WalletSanctionsResponseFromJSON = WalletSanctionsResponseFromJSON;
|
|
36
|
+
exports.WalletSanctionsResponseFromJSONTyped = WalletSanctionsResponseFromJSONTyped;
|
|
37
|
+
exports.WalletSanctionsResponseToJSON = WalletSanctionsResponseToJSON;
|
|
@@ -0,0 +1,40 @@
|
|
|
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 { ChainEnum } from './ChainEnum';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface WalletSanctionsResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface WalletSanctionsResponse {
|
|
19
|
+
/**
|
|
20
|
+
* Valid blockchain wallet address, must be an alphanumeric string without any special characters
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof WalletSanctionsResponse
|
|
23
|
+
*/
|
|
24
|
+
walletAddress: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {ChainEnum}
|
|
28
|
+
* @memberof WalletSanctionsResponse
|
|
29
|
+
*/
|
|
30
|
+
chain: ChainEnum;
|
|
31
|
+
/**
|
|
32
|
+
* Whether the wallet address is blocked due to sanctions
|
|
33
|
+
* @type {boolean}
|
|
34
|
+
* @memberof WalletSanctionsResponse
|
|
35
|
+
*/
|
|
36
|
+
isBlocked: boolean;
|
|
37
|
+
}
|
|
38
|
+
export declare function WalletSanctionsResponseFromJSON(json: any): WalletSanctionsResponse;
|
|
39
|
+
export declare function WalletSanctionsResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): WalletSanctionsResponse;
|
|
40
|
+
export declare function WalletSanctionsResponseToJSON(value?: WalletSanctionsResponse | null): any;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { ChainEnumFromJSON, ChainEnumToJSON } from './ChainEnum.js';
|
|
2
|
+
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
function WalletSanctionsResponseFromJSON(json) {
|
|
5
|
+
return WalletSanctionsResponseFromJSONTyped(json);
|
|
6
|
+
}
|
|
7
|
+
function WalletSanctionsResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
8
|
+
if ((json === undefined) || (json === null)) {
|
|
9
|
+
return json;
|
|
10
|
+
}
|
|
11
|
+
return {
|
|
12
|
+
'walletAddress': json['walletAddress'],
|
|
13
|
+
'chain': ChainEnumFromJSON(json['chain']),
|
|
14
|
+
'isBlocked': json['isBlocked'],
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
function WalletSanctionsResponseToJSON(value) {
|
|
18
|
+
if (value === undefined) {
|
|
19
|
+
return undefined;
|
|
20
|
+
}
|
|
21
|
+
if (value === null) {
|
|
22
|
+
return null;
|
|
23
|
+
}
|
|
24
|
+
return {
|
|
25
|
+
'walletAddress': value.walletAddress,
|
|
26
|
+
'chain': ChainEnumToJSON(value.chain),
|
|
27
|
+
'isBlocked': value.isBlocked,
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export { WalletSanctionsResponseFromJSON, WalletSanctionsResponseFromJSONTyped, WalletSanctionsResponseToJSON };
|
package/src/models/index.d.ts
CHANGED
|
@@ -584,6 +584,7 @@ export * from './WalletProperties';
|
|
|
584
584
|
export * from './WalletProviderEnum';
|
|
585
585
|
export * from './WalletRecoveryRequest';
|
|
586
586
|
export * from './WalletRecoveryResponse';
|
|
587
|
+
export * from './WalletSanctionsResponse';
|
|
587
588
|
export * from './WalletTransaction';
|
|
588
589
|
export * from './WalletTransactionAssetTransfer';
|
|
589
590
|
export * from './WalletTransactionAssetTransferMetadata';
|