@dynamic-labs/sdk-api-core 0.0.939 → 0.0.941
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/SDKApi.cjs +8 -2
- package/src/apis/SDKApi.d.ts +4 -2
- package/src/apis/SDKApi.js +8 -2
- package/src/index.cjs +4 -0
- package/src/index.js +1 -0
- package/src/models/Account.d.ts +1 -1
- package/src/models/AccountBalances.d.ts +1 -1
- package/src/models/Asset.d.ts +7 -7
- package/src/models/AssetDiff.d.ts +2 -2
- package/src/models/AssetExposure.d.ts +1 -1
- package/src/models/AssetTransfer.d.ts +4 -4
- package/src/models/AttachSourceRequest.cjs +3 -0
- package/src/models/AttachSourceRequest.d.ts +8 -1
- package/src/models/AttachSourceRequest.js +3 -0
- package/src/models/AuthSettings.d.ts +1 -1
- package/src/models/AuthenticationExtensionsClientInputs.d.ts +3 -3
- package/src/models/AuthenticationExtensionsClientOutputs.d.ts +3 -3
- package/src/models/AuthenticatorAssertionResponse.d.ts +1 -1
- package/src/models/AuthenticatorAttestationResponse.d.ts +1 -1
- package/src/models/AuthenticatorSelectionCriteria.d.ts +1 -1
- package/src/models/BackupKeySharesToLocationResponse.d.ts +1 -1
- package/src/models/BackupKeySharesToLocationsPendingResponse.d.ts +2 -2
- package/src/models/BackupKeySharesToLocationsRequest.d.ts +1 -1
- package/src/models/BackupKeySharesToLocationsResponse.d.ts +3 -3
- package/src/models/BackupMultipleClientKeySharesResponse.d.ts +1 -1
- package/src/models/BadGateway.d.ts +1 -1
- package/src/models/BadRequest.d.ts +1 -1
- package/src/models/BaseUser.d.ts +18 -18
- package/src/models/BlockaidValidation.d.ts +4 -4
- package/src/models/ChainConfiguration.d.ts +3 -3
- package/src/models/Checkout.d.ts +3 -3
- package/src/models/CheckoutFailure.d.ts +3 -3
- package/src/models/CheckoutFeeBreakdown.d.ts +1 -1
- package/src/models/CheckoutSettlementData.d.ts +1 -1
- package/src/models/CheckoutSourceTypeEnum.cjs +0 -1
- package/src/models/CheckoutSourceTypeEnum.d.ts +1 -2
- package/src/models/CheckoutSourceTypeEnum.js +0 -1
- package/src/models/CheckoutTransaction.cjs +3 -0
- package/src/models/CheckoutTransaction.d.ts +18 -11
- package/src/models/CheckoutTransaction.js +3 -0
- package/src/models/CheckoutTransactionCreateRequest.d.ts +3 -3
- package/src/models/CheckoutTransactionExchangeSource.cjs +45 -0
- package/src/models/CheckoutTransactionExchangeSource.d.ts +33 -0
- package/src/models/CheckoutTransactionExchangeSource.js +39 -0
- package/src/models/CheckoutTransactionQuote.d.ts +6 -6
- package/src/models/CheckoutsResponse.d.ts +1 -1
- package/src/models/CoinbaseOnrampGetBuyUrlRequest.d.ts +2 -2
- package/src/models/CoinbaseOnrampOrderResponsePaymentLink.d.ts +1 -1
- package/src/models/Conflict.d.ts +1 -1
- package/src/models/ConnectRequest.d.ts +1 -1
- package/src/models/CreateRoomsResponse.d.ts +1 -1
- package/src/models/CreateRoomsWithoutWalletIdResponse.d.ts +1 -1
- package/src/models/CreateWaasAccountRequest.d.ts +2 -2
- package/src/models/CryptoDotComPaymentResponse.d.ts +1 -1
- package/src/models/Currency.d.ts +4 -4
- package/src/models/DelegatedAccessEncryptionPublicKey.d.ts +2 -2
- package/src/models/DelegatedShareDeliveryRequestEncryptedDelegatedShare.d.ts +1 -1
- package/src/models/DepositAmountsConfigInput.d.ts +2 -2
- package/src/models/DestinationConfigInput.d.ts +1 -1
- package/src/models/DeviceRegistrationResponse.d.ts +4 -4
- package/src/models/DeviceRegistrationsResponse.d.ts +2 -2
- package/src/models/Duration.d.ts +1 -1
- package/src/models/DynamicJwt.d.ts +37 -37
- package/src/models/Eip712Domain.d.ts +3 -3
- package/src/models/Eip712TypeMember.d.ts +2 -2
- package/src/models/EmailVerificationCreateRequest.d.ts +1 -1
- package/src/models/EmailVerificationCreateResponse.d.ts +1 -1
- package/src/models/EmailVerificationRetryRequest.d.ts +1 -1
- package/src/models/EmbeddedWalletAuthToken.d.ts +1 -1
- package/src/models/EmbeddedWalletSecret.d.ts +1 -1
- package/src/models/EmbeddedWalletSecretWithUpdatedJwt.d.ts +2 -2
- package/src/models/EmbeddedWalletSecretWithUpdatedJwtAllOf.d.ts +1 -1
- package/src/models/ErrorMessageWithCode.d.ts +2 -2
- package/src/models/Exchange.d.ts +1 -1
- package/src/models/ExchangeTransaction.d.ts +1 -1
- package/src/models/ExchangeTransferResponse.d.ts +1 -1
- package/src/models/ExportEmbeddedWalletResponse.d.ts +1 -1
- package/src/models/ExportWaasWalletPrivateKeyRequest.d.ts +2 -2
- package/src/models/ExternalAuth.d.ts +1 -1
- package/src/models/ExternalWalletFundingDefaultSettingsToken.d.ts +1 -1
- package/src/models/FeatureFlags.d.ts +2 -2
- package/src/models/Forbidden.d.ts +1 -1
- package/src/models/ForbiddenErrorPayload.d.ts +1 -1
- package/src/models/Funding.d.ts +1 -1
- package/src/models/FundingExternalWallets.d.ts +1 -1
- package/src/models/GetPasskeyAuthenticationOptionsResponse.d.ts +1 -1
- package/src/models/GetPasskeyRegistrationOptionsResponse.d.ts +2 -2
- package/src/models/GetUserPasskeysResponse.d.ts +1 -1
- package/src/models/GlobalWalletConnection.d.ts +2 -2
- package/src/models/GlobalWalletConnectionCreateRequest.d.ts +1 -1
- package/src/models/GlobalWalletSettings.d.ts +2 -2
- package/src/models/HCaptchaSettings.d.ts +2 -2
- package/src/models/ImportWaasPrivateKeyRequest.d.ts +1 -1
- package/src/models/IntegrationSetting.d.ts +3 -3
- package/src/models/InternalServerError.d.ts +1 -1
- package/src/models/JwksKey.d.ts +6 -6
- package/src/models/JwksResponse.d.ts +1 -1
- package/src/models/JwtBlockchainAccount.d.ts +2 -2
- package/src/models/JwtPayloadDeprecatedInfo.d.ts +10 -10
- package/src/models/JwtVerifiedCredential.d.ts +10 -10
- package/src/models/JwtVerifiedCredentialHashes.d.ts +5 -5
- package/src/models/MFAAuthPasskeyDeviceGetResponseAssertion.d.ts +1 -1
- package/src/models/MFAListDevicesResponse.d.ts +1 -1
- package/src/models/MFAMethodsResponse.d.ts +2 -2
- package/src/models/MFARegisterPasskeyDeviceGetResponseRegistration.d.ts +1 -1
- package/src/models/MFASettings.d.ts +5 -5
- package/src/models/MFASettingsActions.d.ts +1 -1
- package/src/models/MFASettingsMethods.d.ts +1 -1
- package/src/models/MergeConflicts.d.ts +1 -1
- package/src/models/MergeUserConflictResolutions.d.ts +1 -1
- package/src/models/MethodNotAllowed.d.ts +1 -1
- package/src/models/MinifiedDynamicJwt.d.ts +3 -3
- package/src/models/MultichainAccountBalanceResponse.d.ts +1 -1
- package/src/models/MultichainAccountBalancesRequest.d.ts +1 -1
- package/src/models/NameService.d.ts +1 -1
- package/src/models/NameServiceData.d.ts +2 -2
- package/src/models/NameServiceSdkSettingsEvm.d.ts +1 -1
- package/src/models/NativeCurrency.d.ts +6 -6
- package/src/models/Network.d.ts +6 -6
- package/src/models/NetworkConfiguration.d.ts +14 -14
- package/src/models/NetworkConfigurationResponse.d.ts +2 -2
- package/src/models/NextJsSettings.d.ts +1 -1
- package/src/models/NonceResponse.d.ts +1 -1
- package/src/models/NoncesResponse.d.ts +1 -1
- package/src/models/NotFound.d.ts +2 -2
- package/src/models/OauthProviderLoginUrl.d.ts +1 -1
- package/src/models/OauthProviderRequest.d.ts +2 -2
- package/src/models/OpenRoomResponse.d.ts +3 -3
- package/src/models/OpenRoomResponseForReshare.d.ts +3 -3
- package/src/models/OpenRoomResponseWithServerKeygenIds.d.ts +3 -3
- package/src/models/PasskeyAllowCredential.d.ts +1 -1
- package/src/models/PasskeyExcludeCredential.d.ts +1 -1
- package/src/models/PasskeyRegistrationCredential.d.ts +1 -1
- package/src/models/PasskeyRegistrationCredentialV2.d.ts +1 -1
- package/src/models/PasskeyStorage.d.ts +3 -3
- package/src/models/PriceData.d.ts +1 -1
- package/src/models/ProjectSettingsChains.d.ts +3 -3
- package/src/models/ProjectSettingsDesignButton.d.ts +5 -5
- package/src/models/ProjectSettingsDesignModal.d.ts +13 -13
- package/src/models/ProjectSettingsDesignWidget.d.ts +5 -5
- package/src/models/ProjectSettingsGeneral.d.ts +8 -8
- package/src/models/ProjectSettingsKyc.d.ts +7 -7
- package/src/models/ProjectSettingsPrivacy.d.ts +1 -1
- package/src/models/ProjectSettingsSdk.d.ts +14 -14
- package/src/models/ProjectSettingsSdkAccountAbstraction.d.ts +1 -1
- package/src/models/ProjectSettingsSdkEmailSignIn.d.ts +1 -1
- package/src/models/ProjectSettingsSdkEmbeddedWallets.d.ts +1 -1
- package/src/models/ProjectSettingsSdkSocialSignIn.d.ts +1 -1
- package/src/models/ProjectSettingsSdkWaas.d.ts +1 -1
- package/src/models/ProjectSettingsSdkWalletConnect.d.ts +1 -1
- package/src/models/Provider.d.ts +2 -2
- package/src/models/ProviderAgreement.d.ts +2 -2
- package/src/models/PublicKeyCredentialDescriptor.d.ts +1 -1
- package/src/models/PublicKeyCredentialParameters.d.ts +1 -1
- package/src/models/PublishEvents.d.ts +1 -1
- package/src/models/RampConfiguration.d.ts +3 -3
- package/src/models/ReactSettings.d.ts +1 -1
- package/src/models/RecordBroadcastRequest.cjs +3 -13
- package/src/models/RecordBroadcastRequest.d.ts +2 -2
- package/src/models/RecordBroadcastRequest.js +3 -13
- package/src/models/RecoverMultipleClientKeySharesRequest.d.ts +1 -1
- package/src/models/RecoverMultipleClientKeySharesResponse.d.ts +1 -1
- package/src/models/RegisterEmbeddedWalletSessionKeyResponse.d.ts +2 -2
- package/src/models/ReshareRequest.d.ts +3 -3
- package/src/models/SdkSettingsRequest.d.ts +2 -2
- package/src/models/SdkUser.d.ts +18 -18
- package/src/models/SettlementConfigInput.d.ts +1 -1
- package/src/models/SignMessageEvmTypedData.d.ts +1 -1
- package/src/models/SignMessageWithWaasRequest.d.ts +2 -2
- package/src/models/SimulateSVMTransactionRequest.d.ts +1 -1
- package/src/models/SimulateTransactionResponse.d.ts +5 -5
- package/src/models/SimulateUserOpRequest.d.ts +1 -1
- package/src/models/SocialSignInProvider.d.ts +1 -1
- package/src/models/SolanaTransactionOptimizationRequest.d.ts +1 -1
- package/src/models/SolanaTransactionOptimizationResponse.d.ts +1 -1
- package/src/models/SsoProvider.d.ts +2 -2
- package/src/models/SupportedOfframpsResponse.d.ts +1 -1
- package/src/models/SupportedOnrampsResponse.d.ts +1 -1
- package/src/models/SupportedSecurityMethod.d.ts +4 -4
- package/src/models/SwapFee.d.ts +4 -4
- package/src/models/SwapGasCost.d.ts +2 -2
- package/src/models/SwapQuoteResponse.d.ts +4 -4
- package/src/models/SwapQuoteResponseSide.d.ts +3 -3
- package/src/models/SwapStatusResponse.d.ts +7 -7
- package/src/models/SwapStep.d.ts +5 -5
- package/src/models/SwapStepSide.d.ts +3 -3
- package/src/models/SwapToken.d.ts +8 -8
- package/src/models/TelegramUser.d.ts +7 -7
- package/src/models/TokenBalance.d.ts +12 -12
- package/src/models/TooManyRequests.d.ts +1 -1
- package/src/models/TransferDestination.d.ts +1 -1
- package/src/models/TurnkeyCreateWalletAccountsRequestBodyParameters.d.ts +1 -1
- package/src/models/TurnkeyDeleteEmbeddedWalletsRequestBodyParameters.d.ts +2 -2
- package/src/models/TurnkeySignedRequest.d.ts +1 -1
- package/src/models/TurnkeyStamp.d.ts +1 -1
- package/src/models/TurnkeyWalletAccount.d.ts +1 -1
- package/src/models/TurnkeyWalletProperties.d.ts +1 -1
- package/src/models/Unauthorized.d.ts +1 -1
- package/src/models/UnprocessableEntity.d.ts +1 -1
- package/src/models/UnprocessableEntityErrorPayload.d.ts +3 -3
- package/src/models/UpdateSelfResponse.d.ts +1 -1
- package/src/models/UserFieldsCheckResponse.d.ts +3 -3
- package/src/models/UserOauthAccessTokenResponse.d.ts +1 -1
- package/src/models/UserPasskey.d.ts +5 -5
- package/src/models/VerifyRequest.d.ts +3 -3
- package/src/models/VerifyResponse.d.ts +1 -1
- package/src/models/WaasWalletProperties.d.ts +1 -1
- package/src/models/WaasWalletSettings.d.ts +3 -3
- package/src/models/WalletBitcoinConfig.d.ts +2 -2
- package/src/models/WalletKeyShareInfo.d.ts +4 -4
- package/src/models/WalletKeyShareInfoWithEncryptedAccountCredential.d.ts +4 -4
- package/src/models/WalletProperties.d.ts +2 -2
- package/src/models/WalletTransaction.d.ts +3 -3
- package/src/models/WalletTransactionAssetTransferMetadata.d.ts +1 -1
- package/src/models/WalletTransactionsResponse.d.ts +1 -1
- package/src/models/index.d.ts +1 -0
package/src/models/Network.d.ts
CHANGED
|
@@ -16,37 +16,37 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface Network {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Unique numeric identifier of the network
|
|
20
20
|
* @type {number}
|
|
21
21
|
* @memberof Network
|
|
22
22
|
*/
|
|
23
23
|
networkId: number;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Display name of the blockchain network
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof Network
|
|
28
28
|
*/
|
|
29
29
|
chainName: string;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Whether this network is currently enabled for the project
|
|
32
32
|
* @type {boolean}
|
|
33
33
|
* @memberof Network
|
|
34
34
|
*/
|
|
35
35
|
enabled: boolean;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* RPC endpoint URL used to communicate with the network
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof Network
|
|
40
40
|
*/
|
|
41
41
|
rpcUrl?: string;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* URL of the network icon image
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof Network
|
|
46
46
|
*/
|
|
47
47
|
iconUrl?: string;
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* Whether the network is a custom user-added network or a default built-in one
|
|
50
50
|
* @type {string}
|
|
51
51
|
* @memberof Network
|
|
52
52
|
*/
|
|
@@ -30,37 +30,37 @@ export interface NetworkConfiguration {
|
|
|
30
30
|
*/
|
|
31
31
|
chainName?: string;
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* Unique key identifier for the network configuration
|
|
34
34
|
* @type {string}
|
|
35
35
|
* @memberof NetworkConfiguration
|
|
36
36
|
*/
|
|
37
37
|
key?: string;
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* Full display name of the network
|
|
40
40
|
* @type {string}
|
|
41
41
|
* @memberof NetworkConfiguration
|
|
42
42
|
*/
|
|
43
43
|
name: string;
|
|
44
44
|
/**
|
|
45
|
-
*
|
|
45
|
+
* Abbreviated name of the network
|
|
46
46
|
* @type {string}
|
|
47
47
|
* @memberof NetworkConfiguration
|
|
48
48
|
*/
|
|
49
49
|
shortName: string;
|
|
50
50
|
/**
|
|
51
|
-
*
|
|
51
|
+
* Whether this network is a test network
|
|
52
52
|
* @type {boolean}
|
|
53
53
|
* @memberof NetworkConfiguration
|
|
54
54
|
*/
|
|
55
55
|
isTestnet?: boolean;
|
|
56
56
|
/**
|
|
57
|
-
*
|
|
57
|
+
* Chain identifier code
|
|
58
58
|
* @type {string}
|
|
59
59
|
* @memberof NetworkConfiguration
|
|
60
60
|
*/
|
|
61
61
|
chain: string;
|
|
62
62
|
/**
|
|
63
|
-
*
|
|
63
|
+
* Unique chain identifier (e.g. EIP-155 chain ID for EVM networks)
|
|
64
64
|
* @type {string}
|
|
65
65
|
* @memberof NetworkConfiguration
|
|
66
66
|
*/
|
|
@@ -72,13 +72,13 @@ export interface NetworkConfiguration {
|
|
|
72
72
|
*/
|
|
73
73
|
nameService?: NameService;
|
|
74
74
|
/**
|
|
75
|
-
*
|
|
75
|
+
* Network identifier used for routing and lookups
|
|
76
76
|
* @type {string}
|
|
77
77
|
* @memberof NetworkConfiguration
|
|
78
78
|
*/
|
|
79
79
|
networkId: string;
|
|
80
80
|
/**
|
|
81
|
-
*
|
|
81
|
+
* List of URLs for the network icon images
|
|
82
82
|
* @type {Array<string>}
|
|
83
83
|
* @memberof NetworkConfiguration
|
|
84
84
|
*/
|
|
@@ -90,7 +90,7 @@ export interface NetworkConfiguration {
|
|
|
90
90
|
*/
|
|
91
91
|
nativeCurrency: NativeCurrency;
|
|
92
92
|
/**
|
|
93
|
-
*
|
|
93
|
+
* List of public RPC endpoint URLs for the network
|
|
94
94
|
* @type {Array<string>}
|
|
95
95
|
* @memberof NetworkConfiguration
|
|
96
96
|
*/
|
|
@@ -102,31 +102,31 @@ export interface NetworkConfiguration {
|
|
|
102
102
|
*/
|
|
103
103
|
privateCustomerRpcUrls?: Array<string>;
|
|
104
104
|
/**
|
|
105
|
-
*
|
|
105
|
+
* List of block explorer URLs for viewing transactions on this network
|
|
106
106
|
* @type {Array<string>}
|
|
107
107
|
* @memberof NetworkConfiguration
|
|
108
108
|
*/
|
|
109
109
|
blockExplorerUrls: Array<string>;
|
|
110
110
|
/**
|
|
111
|
-
*
|
|
111
|
+
* Simplified display name for the network used in the UI
|
|
112
112
|
* @type {string}
|
|
113
113
|
* @memberof NetworkConfiguration
|
|
114
114
|
*/
|
|
115
115
|
vanityName?: string;
|
|
116
116
|
/**
|
|
117
|
-
*
|
|
117
|
+
* Bech32 address prefix for Cosmos-based chains
|
|
118
118
|
* @type {string}
|
|
119
119
|
* @memberof NetworkConfiguration
|
|
120
120
|
*/
|
|
121
121
|
bech32Prefix?: string;
|
|
122
122
|
/**
|
|
123
|
-
*
|
|
123
|
+
* Genesis hash of the network, used for Solana clusters
|
|
124
124
|
* @type {string}
|
|
125
125
|
* @memberof NetworkConfiguration
|
|
126
126
|
*/
|
|
127
127
|
genesisHash?: string;
|
|
128
128
|
/**
|
|
129
|
-
*
|
|
129
|
+
* Cluster name for Solana-based networks
|
|
130
130
|
* @type {string}
|
|
131
131
|
* @memberof NetworkConfiguration
|
|
132
132
|
*/
|
|
@@ -17,13 +17,13 @@ import { NetworkConfiguration } from './NetworkConfiguration';
|
|
|
17
17
|
*/
|
|
18
18
|
export interface NetworkConfigurationResponse {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* Name of the blockchain family (e.g. EVM, Solana)
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof NetworkConfigurationResponse
|
|
23
23
|
*/
|
|
24
24
|
chainName?: string;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* List of network configurations for this chain
|
|
27
27
|
* @type {Array<NetworkConfiguration>}
|
|
28
28
|
* @memberof NetworkConfigurationResponse
|
|
29
29
|
*/
|
package/src/models/NotFound.d.ts
CHANGED
|
@@ -16,13 +16,13 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface NotFound {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Human-readable error message
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof NotFound
|
|
22
22
|
*/
|
|
23
23
|
error: string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Machine-readable error code
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof NotFound
|
|
28
28
|
*/
|
|
@@ -23,13 +23,13 @@ export interface OauthProviderRequest {
|
|
|
23
23
|
*/
|
|
24
24
|
provider?: ProviderEnum;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* OAuth access token obtained from the provider
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof OauthProviderRequest
|
|
29
29
|
*/
|
|
30
30
|
accessToken?: string;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Decentralized identifier token for Magic-based authentication
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof OauthProviderRequest
|
|
35
35
|
*/
|
|
@@ -16,19 +16,19 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface OpenRoomResponse {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Unique identifier of the opened MPC room
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof OpenRoomResponse
|
|
22
22
|
*/
|
|
23
23
|
roomId: string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* List of existing server-side key generation identifiers
|
|
26
26
|
* @type {Array<string>}
|
|
27
27
|
* @memberof OpenRoomResponse
|
|
28
28
|
*/
|
|
29
29
|
serverKeygenIds?: Array<string>;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* List of newly generated server-side key generation identifiers
|
|
32
32
|
* @type {Array<string>}
|
|
33
33
|
* @memberof OpenRoomResponse
|
|
34
34
|
*/
|
|
@@ -16,19 +16,19 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface OpenRoomResponseForReshare {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Unique identifier of the opened MPC room
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof OpenRoomResponseForReshare
|
|
22
22
|
*/
|
|
23
23
|
roomId: string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* List of existing server-side key generation identifiers
|
|
26
26
|
* @type {Array<string>}
|
|
27
27
|
* @memberof OpenRoomResponseForReshare
|
|
28
28
|
*/
|
|
29
29
|
serverKeygenIds: Array<string>;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* List of newly generated server-side key generation identifiers
|
|
32
32
|
* @type {Array<string>}
|
|
33
33
|
* @memberof OpenRoomResponseForReshare
|
|
34
34
|
*/
|
|
@@ -16,19 +16,19 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface OpenRoomResponseWithServerKeygenIds {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Unique identifier of the opened MPC room
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof OpenRoomResponseWithServerKeygenIds
|
|
22
22
|
*/
|
|
23
23
|
roomId: string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* List of existing server-side key generation identifiers
|
|
26
26
|
* @type {Array<string>}
|
|
27
27
|
* @memberof OpenRoomResponseWithServerKeygenIds
|
|
28
28
|
*/
|
|
29
29
|
serverKeygenIds: Array<string>;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* List of newly generated server-side key generation identifiers
|
|
32
32
|
* @type {Array<string>}
|
|
33
33
|
* @memberof OpenRoomResponseWithServerKeygenIds
|
|
34
34
|
*/
|
|
@@ -35,7 +35,7 @@ export interface PasskeyRegistrationCredential {
|
|
|
35
35
|
*/
|
|
36
36
|
credentialId: string;
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
* List of transport methods supported by this registration credential
|
|
39
39
|
* @type {Array<AuthenticatorTransportProtocol>}
|
|
40
40
|
* @memberof PasskeyRegistrationCredential
|
|
41
41
|
*/
|
|
@@ -16,19 +16,19 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface PasskeyStorage {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Display name of the passkey credential
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof PasskeyStorage
|
|
22
22
|
*/
|
|
23
23
|
name: string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* URL of the icon representing the passkey provider
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof PasskeyStorage
|
|
28
28
|
*/
|
|
29
29
|
icon: string;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* ISO 8601 timestamp of when the passkey was last updated
|
|
32
32
|
* @type {Date}
|
|
33
33
|
* @memberof PasskeyStorage
|
|
34
34
|
*/
|
|
@@ -17,19 +17,19 @@ import { Network } from './Network';
|
|
|
17
17
|
*/
|
|
18
18
|
export interface ProjectSettingsChains {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* Display name of the chain
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof ProjectSettingsChains
|
|
23
23
|
*/
|
|
24
24
|
name: string;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* Whether this chain is enabled for the project
|
|
27
27
|
* @type {boolean}
|
|
28
28
|
* @memberof ProjectSettingsChains
|
|
29
29
|
*/
|
|
30
30
|
enabled: boolean;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* List of network configurations for this chain
|
|
33
33
|
* @type {Array<Network>}
|
|
34
34
|
* @memberof ProjectSettingsChains
|
|
35
35
|
*/
|
|
@@ -16,31 +16,31 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface ProjectSettingsDesignButton {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Background color of the button
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof ProjectSettingsDesignButton
|
|
22
22
|
*/
|
|
23
23
|
background?: string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Font color of the button text
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof ProjectSettingsDesignButton
|
|
28
28
|
*/
|
|
29
29
|
fontColor?: string;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Vertical padding of the button in pixels
|
|
32
32
|
* @type {number}
|
|
33
33
|
* @memberof ProjectSettingsDesignButton
|
|
34
34
|
*/
|
|
35
35
|
paddingHeight?: number;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* Horizontal padding of the button in pixels
|
|
38
38
|
* @type {number}
|
|
39
39
|
* @memberof ProjectSettingsDesignButton
|
|
40
40
|
*/
|
|
41
41
|
paddingWidth?: number;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* Border radius of the button in pixels
|
|
44
44
|
* @type {number}
|
|
45
45
|
* @memberof ProjectSettingsDesignButton
|
|
46
46
|
*/
|
|
@@ -16,79 +16,79 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface ProjectSettingsDesignModal {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Border style of the modal
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof ProjectSettingsDesignModal
|
|
22
22
|
*/
|
|
23
23
|
border?: string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Brand color applied to the modal
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof ProjectSettingsDesignModal
|
|
28
28
|
*/
|
|
29
29
|
brand?: string;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Primary color used throughout the modal UI
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof ProjectSettingsDesignModal
|
|
34
34
|
*/
|
|
35
35
|
primaryColor?: string;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* Border radius of the modal in pixels
|
|
38
38
|
* @type {number}
|
|
39
39
|
* @memberof ProjectSettingsDesignModal
|
|
40
40
|
*/
|
|
41
41
|
radius?: number;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* Color theme of the modal (e.g. light, dark, auto)
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof ProjectSettingsDesignModal
|
|
46
46
|
*/
|
|
47
47
|
theme?: string;
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* Default view to display when the modal opens
|
|
50
50
|
* @type {string}
|
|
51
51
|
* @memberof ProjectSettingsDesignModal
|
|
52
52
|
*/
|
|
53
53
|
view?: string;
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
55
|
+
* Template layout style for the modal
|
|
56
56
|
* @type {string}
|
|
57
57
|
* @memberof ProjectSettingsDesignModal
|
|
58
58
|
*/
|
|
59
59
|
template?: string;
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
* List defining the display order of authentication methods in the modal
|
|
62
62
|
* @type {Array<string>}
|
|
63
63
|
* @memberof ProjectSettingsDesignModal
|
|
64
64
|
*/
|
|
65
65
|
displayOrder?: Array<string>;
|
|
66
66
|
/**
|
|
67
|
-
*
|
|
67
|
+
* Whether to show only email-based authentication in the modal
|
|
68
68
|
* @type {boolean}
|
|
69
69
|
* @memberof ProjectSettingsDesignModal
|
|
70
70
|
*/
|
|
71
71
|
emailOnly?: boolean;
|
|
72
72
|
/**
|
|
73
|
-
*
|
|
73
|
+
* Whether to show the wallet connection button in the modal
|
|
74
74
|
* @type {boolean}
|
|
75
75
|
* @memberof ProjectSettingsDesignModal
|
|
76
76
|
*/
|
|
77
77
|
showWalletsButton?: boolean;
|
|
78
78
|
/**
|
|
79
|
-
*
|
|
79
|
+
* Whether to place the email submit button inside the input field
|
|
80
80
|
* @type {boolean}
|
|
81
81
|
* @memberof ProjectSettingsDesignModal
|
|
82
82
|
*/
|
|
83
83
|
emailSubmitButtonInsideInput?: boolean;
|
|
84
84
|
/**
|
|
85
|
-
*
|
|
85
|
+
* Whether to split email and social login into separate sections
|
|
86
86
|
* @type {boolean}
|
|
87
87
|
* @memberof ProjectSettingsDesignModal
|
|
88
88
|
*/
|
|
89
89
|
splitEmailAndSocial?: boolean;
|
|
90
90
|
/**
|
|
91
|
-
*
|
|
91
|
+
* Whether to display social login options above the email input
|
|
92
92
|
* @type {boolean}
|
|
93
93
|
* @memberof ProjectSettingsDesignModal
|
|
94
94
|
*/
|
|
@@ -16,31 +16,31 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface ProjectSettingsDesignWidget {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Background color of the widget
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof ProjectSettingsDesignWidget
|
|
22
22
|
*/
|
|
23
23
|
backgroundColor?: string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Border style of the widget
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof ProjectSettingsDesignWidget
|
|
28
28
|
*/
|
|
29
29
|
border?: string;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Border radius of the widget in pixels
|
|
32
32
|
* @type {number}
|
|
33
33
|
* @memberof ProjectSettingsDesignWidget
|
|
34
34
|
*/
|
|
35
35
|
radius?: number;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* Text color used in the widget
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof ProjectSettingsDesignWidget
|
|
40
40
|
*/
|
|
41
41
|
textColor?: string;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* Color theme of the widget (e.g. light, dark, auto)
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof ProjectSettingsDesignWidget
|
|
46
46
|
*/
|
|
@@ -22,31 +22,31 @@ export interface ProjectSettingsGeneral {
|
|
|
22
22
|
*/
|
|
23
23
|
displayName?: string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Support email address displayed to users
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof ProjectSettingsGeneral
|
|
28
28
|
*/
|
|
29
29
|
supportEmail?: string | null;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Custom support text displayed to users in the SDK
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof ProjectSettingsGeneral
|
|
34
34
|
*/
|
|
35
35
|
supportText?: string | null;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* URL of the application logo image displayed in the SDK
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof ProjectSettingsGeneral
|
|
40
40
|
*/
|
|
41
41
|
appLogo?: string | null;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* URL of the image shown when a user is not on the access list
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof ProjectSettingsGeneral
|
|
46
46
|
*/
|
|
47
47
|
imageUserNotInAccessList?: string | null;
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* URL of the image shown when a user is on the access list
|
|
50
50
|
* @type {string}
|
|
51
51
|
* @memberof ProjectSettingsGeneral
|
|
52
52
|
*/
|
|
@@ -60,19 +60,19 @@ export interface ProjectSettingsGeneral {
|
|
|
60
60
|
[key: string]: string;
|
|
61
61
|
};
|
|
62
62
|
/**
|
|
63
|
-
*
|
|
63
|
+
* Header text displayed on the user data collection welcome screen
|
|
64
64
|
* @type {string}
|
|
65
65
|
* @memberof ProjectSettingsGeneral
|
|
66
66
|
*/
|
|
67
67
|
collectUserDataWelcomeHeader?: string | null;
|
|
68
68
|
/**
|
|
69
|
-
*
|
|
69
|
+
* Message text displayed on the user data collection welcome screen
|
|
70
70
|
* @type {string}
|
|
71
71
|
* @memberof ProjectSettingsGeneral
|
|
72
72
|
*/
|
|
73
73
|
collectUserDataWelcomeMessage?: string | null;
|
|
74
74
|
/**
|
|
75
|
-
*
|
|
75
|
+
* Whether to skip optional KYC fields during the onboarding flow
|
|
76
76
|
* @type {boolean}
|
|
77
77
|
* @memberof ProjectSettingsGeneral
|
|
78
78
|
*/
|