@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
|
@@ -18,7 +18,7 @@ import { ProviderEnum } from './ProviderEnum';
|
|
|
18
18
|
*/
|
|
19
19
|
export interface UnprocessableEntityErrorPayload {
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* Email address that caused the validation error
|
|
22
22
|
* @type {string}
|
|
23
23
|
* @memberof UnprocessableEntityErrorPayload
|
|
24
24
|
*/
|
|
@@ -30,7 +30,7 @@ export interface UnprocessableEntityErrorPayload {
|
|
|
30
30
|
*/
|
|
31
31
|
loginProvider?: ProviderEnum;
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* Embedded wallet name that caused the validation error
|
|
34
34
|
* @type {string}
|
|
35
35
|
* @memberof UnprocessableEntityErrorPayload
|
|
36
36
|
*/
|
|
@@ -48,7 +48,7 @@ export interface UnprocessableEntityErrorPayload {
|
|
|
48
48
|
*/
|
|
49
49
|
mergeConflicts?: MergeConflicts;
|
|
50
50
|
/**
|
|
51
|
-
*
|
|
51
|
+
* List of additional validation error messages
|
|
52
52
|
* @type {Array<string>}
|
|
53
53
|
* @memberof UnprocessableEntityErrorPayload
|
|
54
54
|
*/
|
|
@@ -20,7 +20,7 @@ import { SmsVerificationCreateResponse } from './SmsVerificationCreateResponse';
|
|
|
20
20
|
*/
|
|
21
21
|
export interface UpdateSelfResponse {
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* Token used to continue multi-factor authentication flow
|
|
24
24
|
* @type {string}
|
|
25
25
|
* @memberof UpdateSelfResponse
|
|
26
26
|
*/
|
|
@@ -16,19 +16,19 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface UserFieldsCheckResponse {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Name of the user field that was checked
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof UserFieldsCheckResponse
|
|
22
22
|
*/
|
|
23
23
|
field: string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Value that was checked for availability
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof UserFieldsCheckResponse
|
|
28
28
|
*/
|
|
29
29
|
value: string;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Whether the checked field value is available for use
|
|
32
32
|
* @type {boolean}
|
|
33
33
|
* @memberof UserFieldsCheckResponse
|
|
34
34
|
*/
|
|
@@ -23,19 +23,19 @@ export interface UserPasskey {
|
|
|
23
23
|
*/
|
|
24
24
|
id: string;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* User-assigned display name for the passkey
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof UserPasskey
|
|
29
29
|
*/
|
|
30
30
|
alias?: string;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* User agent string of the browser used to register the passkey
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof UserPasskey
|
|
35
35
|
*/
|
|
36
36
|
userAgent?: string;
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
* Origin domain where the passkey was registered
|
|
39
39
|
* @type {string}
|
|
40
40
|
* @memberof UserPasskey
|
|
41
41
|
*/
|
|
@@ -47,13 +47,13 @@ export interface UserPasskey {
|
|
|
47
47
|
*/
|
|
48
48
|
credentialId: string;
|
|
49
49
|
/**
|
|
50
|
-
*
|
|
50
|
+
* ISO 8601 timestamp of when the passkey was created
|
|
51
51
|
* @type {Date}
|
|
52
52
|
* @memberof UserPasskey
|
|
53
53
|
*/
|
|
54
54
|
createdAt: Date;
|
|
55
55
|
/**
|
|
56
|
-
*
|
|
56
|
+
* ISO 8601 timestamp of when the passkey was last updated
|
|
57
57
|
* @type {Date}
|
|
58
58
|
* @memberof UserPasskey
|
|
59
59
|
*/
|
|
@@ -28,13 +28,13 @@ export interface VerifyRequest {
|
|
|
28
28
|
*/
|
|
29
29
|
oauth?: OauthProviderRequest;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Cryptographic signature of the message produced by the user's wallet
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof VerifyRequest
|
|
34
34
|
*/
|
|
35
35
|
signedMessage: string;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* Original message that was signed by the user
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof VerifyRequest
|
|
40
40
|
*/
|
|
@@ -94,7 +94,7 @@ export interface VerifyRequest {
|
|
|
94
94
|
*/
|
|
95
95
|
backup?: string;
|
|
96
96
|
/**
|
|
97
|
-
*
|
|
97
|
+
* Password provided for password-based authentication
|
|
98
98
|
* @type {string}
|
|
99
99
|
* @memberof VerifyRequest
|
|
100
100
|
*/
|
|
@@ -17,13 +17,13 @@ import { ThresholdSignatureScheme } from './ThresholdSignatureScheme';
|
|
|
17
17
|
*/
|
|
18
18
|
export interface WaasWalletSettings {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* Whether the user has denied delegated access for this wallet
|
|
21
21
|
* @type {boolean}
|
|
22
22
|
* @memberof WaasWalletSettings
|
|
23
23
|
*/
|
|
24
24
|
hasDeniedDelegatedAccess?: boolean;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* Whether to refresh wallet key shares on the user's next sign-on
|
|
27
27
|
* @type {boolean}
|
|
28
28
|
* @memberof WaasWalletSettings
|
|
29
29
|
*/
|
|
@@ -35,7 +35,7 @@ export interface WaasWalletSettings {
|
|
|
35
35
|
*/
|
|
36
36
|
reshareOnNextSignOn?: ThresholdSignatureScheme;
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
* Whether to revoke delegated access on the user's next sign-on
|
|
39
39
|
* @type {boolean}
|
|
40
40
|
* @memberof WaasWalletSettings
|
|
41
41
|
*/
|
|
@@ -16,13 +16,13 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface WalletBitcoinConfig {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Bitcoin address type format (e.g. p2wpkh, p2sh, p2pkh)
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof WalletBitcoinConfig
|
|
22
22
|
*/
|
|
23
23
|
addressType?: string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Bitcoin network identifier (e.g. mainnet, testnet)
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof WalletBitcoinConfig
|
|
28
28
|
*/
|
|
@@ -22,19 +22,19 @@ export interface WalletKeyShareInfo {
|
|
|
22
22
|
*/
|
|
23
23
|
id: string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Storage location where the key share backup is stored
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof WalletKeyShareInfo
|
|
28
28
|
*/
|
|
29
29
|
backupLocation: string;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Whether this key share is encrypted with a user password
|
|
32
32
|
* @type {boolean}
|
|
33
33
|
* @memberof WalletKeyShareInfo
|
|
34
34
|
*/
|
|
35
35
|
passwordEncrypted: boolean;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* Whether this key share is encrypted with the developer's key
|
|
38
38
|
* @type {boolean}
|
|
39
39
|
* @memberof WalletKeyShareInfo
|
|
40
40
|
*/
|
|
@@ -46,7 +46,7 @@ export interface WalletKeyShareInfo {
|
|
|
46
46
|
*/
|
|
47
47
|
externalKeyShareId?: string;
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* Key generation identifier for this key share
|
|
50
50
|
* @type {string}
|
|
51
51
|
* @memberof WalletKeyShareInfo
|
|
52
52
|
*/
|
|
@@ -22,19 +22,19 @@ export interface WalletKeyShareInfoWithEncryptedAccountCredential {
|
|
|
22
22
|
*/
|
|
23
23
|
id: string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Storage location where the key share backup is stored
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof WalletKeyShareInfoWithEncryptedAccountCredential
|
|
28
28
|
*/
|
|
29
29
|
backupLocation: string;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Whether this key share is encrypted with a user password
|
|
32
32
|
* @type {boolean}
|
|
33
33
|
* @memberof WalletKeyShareInfoWithEncryptedAccountCredential
|
|
34
34
|
*/
|
|
35
35
|
passwordEncrypted: boolean;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* Whether this key share is encrypted with the developer's key
|
|
38
38
|
* @type {boolean}
|
|
39
39
|
* @memberof WalletKeyShareInfoWithEncryptedAccountCredential
|
|
40
40
|
*/
|
|
@@ -46,7 +46,7 @@ export interface WalletKeyShareInfoWithEncryptedAccountCredential {
|
|
|
46
46
|
*/
|
|
47
47
|
externalKeyShareId?: string;
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* Key generation identifier for this key share
|
|
50
50
|
* @type {string}
|
|
51
51
|
* @memberof WalletKeyShareInfoWithEncryptedAccountCredential
|
|
52
52
|
*/
|
|
@@ -55,7 +55,7 @@ export interface WalletProperties {
|
|
|
55
55
|
*/
|
|
56
56
|
turnkeyUserId?: string | null;
|
|
57
57
|
/**
|
|
58
|
-
*
|
|
58
|
+
* Whether this wallet supports session key operations
|
|
59
59
|
* @type {boolean}
|
|
60
60
|
* @memberof WalletProperties
|
|
61
61
|
*/
|
|
@@ -103,7 +103,7 @@ export interface WalletProperties {
|
|
|
103
103
|
*/
|
|
104
104
|
source?: PasswordSourceTypeEnum;
|
|
105
105
|
/**
|
|
106
|
-
*
|
|
106
|
+
* List of key share information for the WaaS wallet
|
|
107
107
|
* @type {Array<WalletKeyShareInfo>}
|
|
108
108
|
* @memberof WalletProperties
|
|
109
109
|
*/
|
|
@@ -61,13 +61,13 @@ export interface WalletTransaction {
|
|
|
61
61
|
*/
|
|
62
62
|
toAddress: string;
|
|
63
63
|
/**
|
|
64
|
-
*
|
|
64
|
+
* List of labels categorizing the transaction
|
|
65
65
|
* @type {Array<WalletTransactionType>}
|
|
66
66
|
* @memberof WalletTransaction
|
|
67
67
|
*/
|
|
68
68
|
labels: Array<WalletTransactionType>;
|
|
69
69
|
/**
|
|
70
|
-
*
|
|
70
|
+
* List of asset transfers included in this transaction
|
|
71
71
|
* @type {Array<WalletTransactionAssetTransfer>}
|
|
72
72
|
* @memberof WalletTransaction
|
|
73
73
|
*/
|
|
@@ -79,7 +79,7 @@ export interface WalletTransaction {
|
|
|
79
79
|
*/
|
|
80
80
|
chainName: ChainEnum;
|
|
81
81
|
/**
|
|
82
|
-
*
|
|
82
|
+
* Network identifier where the transaction occurred
|
|
83
83
|
* @type {number}
|
|
84
84
|
* @memberof WalletTransaction
|
|
85
85
|
*/
|
package/src/models/index.d.ts
CHANGED
|
@@ -48,6 +48,7 @@ export * from './CheckoutTransaction';
|
|
|
48
48
|
export * from './CheckoutTransactionCreateRequest';
|
|
49
49
|
export * from './CheckoutTransactionCreateResponse';
|
|
50
50
|
export * from './CheckoutTransactionDestinationAddress';
|
|
51
|
+
export * from './CheckoutTransactionExchangeSource';
|
|
51
52
|
export * from './CheckoutTransactionQuote';
|
|
52
53
|
export * from './CheckoutUpdateRequest';
|
|
53
54
|
export * from './CheckoutsResponse';
|