@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
package/src/apis/SDKApi.d.ts
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import { Account, BackupKeySharesToLocationRequest, BackupKeySharesToLocationResponse, BackupKeySharesToLocationsRequest, BackupKeySharesToLocationsResponse, BackupMultipleClientKeySharesRequest, BackupMultipleClientKeySharesResponse, ChainEnum, CoinbaseOnrampGetBuyUrlRequest, CoinbaseOnrampGetBuyUrlResponse, CoinbaseOnrampOrderCreateRequest, CoinbaseOnrampOrderResponse, CompletePasskeyRecoveryRequest, ConnectRequest, CreateEmbeddedWalletsRequest, CreateExchangeTransferRequest, CreateRoomsRequest, CreateRoomsResponse, CreateRoomsWithoutWalletIdRequest, CreateRoomsWithoutWalletIdResponse, CreateWaasAccountRequest, CreateWalletAccountRequest, CryptoDotComPaymentCreateRequest, CryptoDotComPaymentResponse, Currency, DelegatedShareDeliveryRequest, DelegatedShareDeliveryResponse, DeleteEmbeddedWalletsRequest, DeleteUserPasskeyRequest, EmailProviderResponse, EmailVerificationCreateRequest, EmailVerificationCreateResponse, EmailVerificationMfaRequest, EmailVerificationRetryRequest, EmailVerificationVerifyRequest, EmbeddedWalletAuthToken, EmbeddedWalletAuthType, EmbeddedWalletChainEnum, EmbeddedWalletPasscodeClaimRequest, EmbeddedWalletSecret, ExchangeKeyEnum, ExchangeTransaction, ExchangeTransferResponse, ExportEmbeddedWalletResponse, ExportWaasWalletPrivateKeyRequest, ExternalAuthSigninRequest, FarcasterSignInRequest, GeneratedTokenResponse, GetPasskeyAuthenticationOptionsResponse, GetPasskeyRegistrationOptionsResponse, GetUserPasskeysResponse, GlobalWalletConnection, GlobalWalletConnectionCreateRequest, GlobalWalletSettings, HealthcheckResponse, ImportWaasPrivateKeyRequest, InitEmailAuthRequest, InitEmailAuthResponse, InitPasskeyRecoveryRequest, InitPasskeyRecoveryResponse, JwksResponse, MFAAuthRecoveryDevicePostRequest, MFAAuthTotpDevicePostRequest, MFADevice, MFAGetRecoveryCodesResponse, MFAListDevicesResponse, MFAMethodsResponse, MFARegenRecoveryCodesResponse, MFARegisterPasskeyDeviceGetResponse, MFARegisterPasskeyDevicePostRequest, MFARegisterTotpDeviceGetResponse, MFARegisterTotpDevicePostRequest, MFAUpdateDeviceRequest, MergeUserConflictResolutions, MultichainAccountBalanceResponse, MultichainAccountBalancesRequest, NetworkConfigurationResponse, NonceResponse, OauthInitAuthRequest, OauthProviderLoginUrl, OauthRequest, OauthResultRequest, OauthResultResponse, OpenRoomResponse, OpenRoomResponseForReshare, OpenRoomResponseWithServerKeygenIds, PasskeyAuthRequest, PasskeyRegisterRequest, PrefetchRequest, ProjectSettings, ProviderEnum, PublishEvents, RecoverMultipleClientKeySharesRequest, RecoverMultipleClientKeySharesResponse, RegisterEmbeddedWalletSessionKeyResponse, RegisterSessionKeyRequest, ReshareRequest, ScanWebsiteUrlRequest, ScanWebsiteUrlResponse, SdkSettingsRequest, SdkUser, SignMessageWithWaasRequest, SimulateEVMTransactionRequest, SimulateSVMTransactionRequest, SimulateTransactionResponse, SimulateUserOpRequest, SmsVerificationCreateRequest, SmsVerificationCreateResponse, SmsVerificationRetryRequest, SmsVerificationVerifyRequest, SolanaTransactionOptimizationRequest, SolanaTransactionOptimizationResponse, SponsorSVMTransactionRequest, SponsorSVMTransactionResponse, SsoProviderCheckRequest, SsoProviderCheckResponse, SupportedOfframpsResponse, SupportedOnrampsResponse, TelegramPostRequest, TokenBalance, TransferDestinationResponse, TurnkeyCreateWalletAccountsRequestBody, TurnkeyDeleteEmbeddedWalletsRequestBody, UpdateRecoveryEmailRequest, UpdateSelfResponse, UpdateUserPasskeyRequest, UpdateWaasWalletSettingsRequest, UpdateWaasWalletSettingsResponse, UpgradeEmbeddedWalletToV2Request, UserFields, UserFieldsCheckParams, UserFieldsCheckResponse, UserOauthAccessTokenResponse, UserPasskey, UserWalletSelectionRequest, VerifyRequest, VerifyResponse, VerifyUnlinkRequest, WalletTransactionsResponse } from '../models';
|
|
13
|
+
import { Account, BackupKeySharesToLocationRequest, BackupKeySharesToLocationResponse, BackupKeySharesToLocationsRequest, BackupKeySharesToLocationsResponse, BackupMultipleClientKeySharesRequest, BackupMultipleClientKeySharesResponse, ChainEnum, CoinbaseOnrampGetBuyUrlRequest, CoinbaseOnrampGetBuyUrlResponse, CoinbaseOnrampOrderCreateRequest, CoinbaseOnrampOrderResponse, CompletePasskeyRecoveryRequest, ConnectRequest, CreateEmbeddedWalletsRequest, CreateExchangeTransferRequest, CreateRoomsRequest, CreateRoomsResponse, CreateRoomsWithoutWalletIdRequest, CreateRoomsWithoutWalletIdResponse, CreateWaasAccountRequest, CreateWalletAccountRequest, CryptoDotComPaymentCreateRequest, CryptoDotComPaymentResponse, Currency, DelegatedShareDeliveryRequest, DelegatedShareDeliveryResponse, DeleteEmbeddedWalletsRequest, DeleteUserPasskeyRequest, EmailProviderResponse, EmailVerificationCreateRequest, EmailVerificationCreateResponse, EmailVerificationMfaRequest, EmailVerificationRetryRequest, EmailVerificationVerifyRequest, EmbeddedWalletAuthToken, EmbeddedWalletAuthType, EmbeddedWalletChainEnum, EmbeddedWalletPasscodeClaimRequest, EmbeddedWalletSecret, ExchangeKeyEnum, ExchangeTransaction, ExchangeTransferResponse, ExportEmbeddedWalletResponse, ExportWaasWalletPrivateKeyRequest, ExternalAuthSigninRequest, FarcasterSignInRequest, GeneratedTokenResponse, GetPasskeyAuthenticationOptionsResponse, GetPasskeyRegistrationOptionsResponse, GetUserPasskeysResponse, GlobalWalletConnection, GlobalWalletConnectionCreateRequest, GlobalWalletSettings, HealthcheckResponse, ImportWaasPrivateKeyRequest, InitEmailAuthRequest, InitEmailAuthResponse, InitPasskeyRecoveryRequest, InitPasskeyRecoveryResponse, JwksResponse, MFAAuthRecoveryDevicePostRequest, MFAAuthTotpDevicePostRequest, MFADevice, MFAGetRecoveryCodesResponse, MFAListDevicesResponse, MFAMethodsResponse, MFARegenRecoveryCodesResponse, MFARegisterPasskeyDeviceGetResponse, MFARegisterPasskeyDevicePostRequest, MFARegisterTotpDeviceGetResponse, MFARegisterTotpDevicePostRequest, MFAUpdateDeviceRequest, MergeUserConflictResolutions, MultichainAccountBalanceResponse, MultichainAccountBalancesRequest, NetworkConfigurationResponse, NonceResponse, OauthInitAuthRequest, OauthProviderLoginUrl, OauthRequest, OauthResultRequest, OauthResultResponse, OpenRoomResponse, OpenRoomResponseForReshare, OpenRoomResponseWithServerKeygenIds, PasskeyAuthRequest, PasskeyRegisterRequest, PrefetchRequest, ProjectSettings, ProviderEnum, PublishEvents, RecoverMultipleClientKeySharesRequest, RecoverMultipleClientKeySharesResponse, RegisterEmbeddedWalletSessionKeyResponse, RegisterSessionKeyRequest, ReshareRequest, ScanWebsiteUrlRequest, ScanWebsiteUrlResponse, SdkSettingsRequest, SdkUser, SignMessageWithWaasRequest, SimulateEVMTransactionRequest, SimulateSVMTransactionRequest, SimulateTransactionResponse, SimulateUserOpRequest, SmsVerificationCreateRequest, SmsVerificationCreateResponse, SmsVerificationRetryRequest, SmsVerificationVerifyRequest, SolanaTransactionOptimizationRequest, SolanaTransactionOptimizationResponse, SponsorSVMTransactionRequest, SponsorSVMTransactionResponse, SsoProviderCheckRequest, SsoProviderCheckResponse, SupportedOfframpsResponse, SupportedOnrampsResponse, TelegramPostRequest, TokenBalance, TransferDestinationResponse, TurnkeyCreateWalletAccountsRequestBody, TurnkeyDeleteEmbeddedWalletsRequestBody, UpdateRecoveryEmailRequest, UpdateSelfResponse, UpdateUserPasskeyRequest, UpdateWaasWalletSettingsRequest, UpdateWaasWalletSettingsResponse, UpgradeEmbeddedWalletToV2Request, UserFields, UserFieldsCheckParams, UserFieldsCheckResponse, UserOauthAccessTokenResponse, UserPasskey, UserWalletSelectionRequest, VerifyRequest, VerifyResponse, VerifyUnlinkRequest, WalletSanctionsResponse, WalletTransactionsResponse } from '../models';
|
|
14
14
|
export interface AuthMfaEmailDeviceOptionsRequest {
|
|
15
15
|
environmentId: string;
|
|
16
16
|
}
|
|
@@ -94,6 +94,14 @@ export interface CheckSsoProviderRequest {
|
|
|
94
94
|
environmentId: string;
|
|
95
95
|
ssoProviderCheckRequest: SsoProviderCheckRequest;
|
|
96
96
|
}
|
|
97
|
+
export interface CheckWalletSanctionsRequest {
|
|
98
|
+
environmentId: string;
|
|
99
|
+
walletAddress: string;
|
|
100
|
+
chain: ChainEnum;
|
|
101
|
+
}
|
|
102
|
+
export interface CheckWalletSanctionsOptionsRequest {
|
|
103
|
+
environmentId: string;
|
|
104
|
+
}
|
|
97
105
|
export interface ClaimEmbeddedWalletRequest {
|
|
98
106
|
environmentId: string;
|
|
99
107
|
embeddedWalletPasscodeClaimRequest: EmbeddedWalletPasscodeClaimRequest;
|
|
@@ -1002,6 +1010,20 @@ export interface WalletAccountOptionsRequest {
|
|
|
1002
1010
|
export interface WalletAccountRequestOptionsRequest {
|
|
1003
1011
|
environmentId: string;
|
|
1004
1012
|
}
|
|
1013
|
+
export interface WalletsSigninRequest {
|
|
1014
|
+
environmentId: string;
|
|
1015
|
+
verifyRequest: VerifyRequest;
|
|
1016
|
+
}
|
|
1017
|
+
export interface WalletsSigninOptionsRequest {
|
|
1018
|
+
environmentId: string;
|
|
1019
|
+
}
|
|
1020
|
+
export interface WalletsVerifyRequest {
|
|
1021
|
+
environmentId: string;
|
|
1022
|
+
verifyRequest: VerifyRequest;
|
|
1023
|
+
}
|
|
1024
|
+
export interface WalletsVerifyOptionsRequest {
|
|
1025
|
+
environmentId: string;
|
|
1026
|
+
}
|
|
1005
1027
|
/**
|
|
1006
1028
|
*
|
|
1007
1029
|
*/
|
|
@@ -1023,10 +1045,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1023
1045
|
*/
|
|
1024
1046
|
authMfaPasskeyDeviceOptions(requestParameters: AuthMfaPasskeyDeviceOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1025
1047
|
/**
|
|
1048
|
+
* Authenticates via recovery code and upgrades the JWT scope with a valid MFA session.
|
|
1026
1049
|
* Upgrade JWT scope with valid MFA session
|
|
1027
1050
|
*/
|
|
1028
1051
|
authMfaRecoveryRaw(requestParameters: AuthMfaRecoveryRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1029
1052
|
/**
|
|
1053
|
+
* Authenticates via recovery code and upgrades the JWT scope with a valid MFA session.
|
|
1030
1054
|
* Upgrade JWT scope with valid MFA session
|
|
1031
1055
|
*/
|
|
1032
1056
|
authMfaRecovery(requestParameters: AuthMfaRecoveryRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
@@ -1039,10 +1063,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1039
1063
|
*/
|
|
1040
1064
|
authMfaRecoveryOptions(requestParameters: AuthMfaRecoveryOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1041
1065
|
/**
|
|
1066
|
+
* Authenticates via TOTP code and upgrades the JWT scope with a valid MFA session.
|
|
1042
1067
|
* Upgrade JWT scope with valid MFA session
|
|
1043
1068
|
*/
|
|
1044
1069
|
authMfaTotpDeviceRaw(requestParameters: AuthMfaTotpDeviceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1045
1070
|
/**
|
|
1071
|
+
* Authenticates via TOTP code and upgrades the JWT scope with a valid MFA session.
|
|
1046
1072
|
* Upgrade JWT scope with valid MFA session
|
|
1047
1073
|
*/
|
|
1048
1074
|
authMfaTotpDevice(requestParameters: AuthMfaTotpDeviceRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
@@ -1055,18 +1081,22 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1055
1081
|
*/
|
|
1056
1082
|
authMfaTotpDeviceOptions(requestParameters: AuthMfaTotpDeviceOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1057
1083
|
/**
|
|
1084
|
+
* Authenticates via email verification and upgrades the JWT scope with a valid MFA session.
|
|
1058
1085
|
* Upgrade JWT scope with valid MFA session
|
|
1059
1086
|
*/
|
|
1060
1087
|
authenticateMfaEmailRaw(requestParameters: AuthenticateMfaEmailRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1061
1088
|
/**
|
|
1089
|
+
* Authenticates via email verification and upgrades the JWT scope with a valid MFA session.
|
|
1062
1090
|
* Upgrade JWT scope with valid MFA session
|
|
1063
1091
|
*/
|
|
1064
1092
|
authenticateMfaEmail(requestParameters: AuthenticateMfaEmailRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
1065
1093
|
/**
|
|
1094
|
+
* Authenticates via passkey and upgrades the JWT scope with a valid MFA session.
|
|
1066
1095
|
* Upgrade JWT scope with valid MFA session
|
|
1067
1096
|
*/
|
|
1068
1097
|
authenticateMfaPasskeyDeviceRaw(requestParameters: AuthenticateMfaPasskeyDeviceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1069
1098
|
/**
|
|
1099
|
+
* Authenticates via passkey and upgrades the JWT scope with a valid MFA session.
|
|
1070
1100
|
* Upgrade JWT scope with valid MFA session
|
|
1071
1101
|
*/
|
|
1072
1102
|
authenticateMfaPasskeyDevice(requestParameters: AuthenticateMfaPasskeyDeviceRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
@@ -1079,11 +1109,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1079
1109
|
*/
|
|
1080
1110
|
authenticatePasskeyOptions(requestParameters: AuthenticatePasskeyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1081
1111
|
/**
|
|
1082
|
-
*
|
|
1112
|
+
* Backs up the client key shares for the specified WAAS wallet.
|
|
1113
|
+
* Back up keyshares for a WAAS wallet
|
|
1083
1114
|
*/
|
|
1084
1115
|
backupKeySharesRaw(requestParameters: BackupKeySharesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<BackupMultipleClientKeySharesResponse>>;
|
|
1085
1116
|
/**
|
|
1086
|
-
*
|
|
1117
|
+
* Backs up the client key shares for the specified WAAS wallet.
|
|
1118
|
+
* Back up keyshares for a WAAS wallet
|
|
1087
1119
|
*/
|
|
1088
1120
|
backupKeyShares(requestParameters: BackupKeySharesRequest, initOverrides?: RequestInit): Promise<BackupMultipleClientKeySharesResponse>;
|
|
1089
1121
|
/**
|
|
@@ -1095,11 +1127,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1095
1127
|
*/
|
|
1096
1128
|
backupKeySharesOptions(requestParameters: BackupKeySharesOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1097
1129
|
/**
|
|
1098
|
-
*
|
|
1130
|
+
* Backs up the client key shares for the specified WAAS wallet to Google Drive.
|
|
1131
|
+
* Back up keyshares to Google Drive
|
|
1099
1132
|
*/
|
|
1100
1133
|
backupKeySharesToGoogleDriveRaw(requestParameters: BackupKeySharesToGoogleDriveRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<BackupMultipleClientKeySharesResponse>>;
|
|
1101
1134
|
/**
|
|
1102
|
-
*
|
|
1135
|
+
* Backs up the client key shares for the specified WAAS wallet to Google Drive.
|
|
1136
|
+
* Back up keyshares to Google Drive
|
|
1103
1137
|
*/
|
|
1104
1138
|
backupKeySharesToGoogleDrive(requestParameters: BackupKeySharesToGoogleDriveRequest, initOverrides?: RequestInit): Promise<BackupMultipleClientKeySharesResponse>;
|
|
1105
1139
|
/**
|
|
@@ -1111,10 +1145,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1111
1145
|
*/
|
|
1112
1146
|
backupKeySharesToGoogleDriveOptions(requestParameters: BackupKeySharesToGoogleDriveOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1113
1147
|
/**
|
|
1148
|
+
* Records a backup action and event for the specified location without performing the actual backup.
|
|
1114
1149
|
* Create backup action and event for a specified location without performing actual backup
|
|
1115
1150
|
*/
|
|
1116
1151
|
backupKeySharesToLocationRaw(requestParameters: BackupKeySharesToLocationOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<BackupKeySharesToLocationResponse>>;
|
|
1117
1152
|
/**
|
|
1153
|
+
* Records a backup action and event for the specified location without performing the actual backup.
|
|
1118
1154
|
* Create backup action and event for a specified location without performing actual backup
|
|
1119
1155
|
*/
|
|
1120
1156
|
backupKeySharesToLocation(requestParameters: BackupKeySharesToLocationOperationRequest, initOverrides?: RequestInit): Promise<BackupKeySharesToLocationResponse>;
|
|
@@ -1127,10 +1163,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1127
1163
|
*/
|
|
1128
1164
|
backupKeySharesToLocationOptions(requestParameters: BackupKeySharesToLocationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1129
1165
|
/**
|
|
1166
|
+
* Records backup actions and events for multiple locations without performing the actual backups.
|
|
1130
1167
|
* Create backup action and event for multiple locations without performing actual backup
|
|
1131
1168
|
*/
|
|
1132
1169
|
backupKeySharesToLocationsRaw(requestParameters: BackupKeySharesToLocationsOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<BackupKeySharesToLocationsResponse>>;
|
|
1133
1170
|
/**
|
|
1171
|
+
* Records backup actions and events for multiple locations without performing the actual backups.
|
|
1134
1172
|
* Create backup action and event for multiple locations without performing actual backup
|
|
1135
1173
|
*/
|
|
1136
1174
|
backupKeySharesToLocations(requestParameters: BackupKeySharesToLocationsOperationRequest, initOverrides?: RequestInit): Promise<BackupKeySharesToLocationsResponse>;
|
|
@@ -1144,12 +1182,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1144
1182
|
backupKeySharesToLocationsOptions(requestParameters: BackupKeySharesToLocationsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1145
1183
|
/**
|
|
1146
1184
|
* This endpoint proxies requests to `/sdk/{environmentId}/providers/coinbasesocial/redirect` because Coinbase does not allow the string `coinbase` on the redirect URL path
|
|
1147
|
-
*
|
|
1185
|
+
* Handle Coinbase OAuth redirect
|
|
1148
1186
|
*/
|
|
1149
1187
|
cbOauthRedirectRaw(requestParameters: CbOauthRedirectRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<string>>;
|
|
1150
1188
|
/**
|
|
1151
1189
|
* This endpoint proxies requests to `/sdk/{environmentId}/providers/coinbasesocial/redirect` because Coinbase does not allow the string `coinbase` on the redirect URL path
|
|
1152
|
-
*
|
|
1190
|
+
* Handle Coinbase OAuth redirect
|
|
1153
1191
|
*/
|
|
1154
1192
|
cbOauthRedirect(requestParameters: CbOauthRedirectRequest, initOverrides?: RequestInit): Promise<string>;
|
|
1155
1193
|
/**
|
|
@@ -1171,10 +1209,30 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1171
1209
|
*/
|
|
1172
1210
|
checkSsoProvider(requestParameters: CheckSsoProviderRequest, initOverrides?: RequestInit): Promise<SsoProviderCheckResponse>;
|
|
1173
1211
|
/**
|
|
1212
|
+
* Check if a wallet address is sanctioned using Chainalysis. Returns whether the wallet is blocked or not.
|
|
1213
|
+
* Check if a wallet address is sanctioned
|
|
1214
|
+
*/
|
|
1215
|
+
checkWalletSanctionsRaw(requestParameters: CheckWalletSanctionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<WalletSanctionsResponse>>;
|
|
1216
|
+
/**
|
|
1217
|
+
* Check if a wallet address is sanctioned using Chainalysis. Returns whether the wallet is blocked or not.
|
|
1218
|
+
* Check if a wallet address is sanctioned
|
|
1219
|
+
*/
|
|
1220
|
+
checkWalletSanctions(requestParameters: CheckWalletSanctionsRequest, initOverrides?: RequestInit): Promise<WalletSanctionsResponse>;
|
|
1221
|
+
/**
|
|
1222
|
+
* Options call for this endpoint
|
|
1223
|
+
*/
|
|
1224
|
+
checkWalletSanctionsOptionsRaw(requestParameters: CheckWalletSanctionsOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1225
|
+
/**
|
|
1226
|
+
* Options call for this endpoint
|
|
1227
|
+
*/
|
|
1228
|
+
checkWalletSanctionsOptions(requestParameters: CheckWalletSanctionsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1229
|
+
/**
|
|
1230
|
+
* Claims a pregenerated embedded wallet and associates it with the authenticated user.
|
|
1174
1231
|
* Claim a pregenerated embedded wallet
|
|
1175
1232
|
*/
|
|
1176
1233
|
claimEmbeddedWalletRaw(requestParameters: ClaimEmbeddedWalletRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1177
1234
|
/**
|
|
1235
|
+
* Claims a pregenerated embedded wallet and associates it with the authenticated user.
|
|
1178
1236
|
* Claim a pregenerated embedded wallet
|
|
1179
1237
|
*/
|
|
1180
1238
|
claimEmbeddedWallet(requestParameters: ClaimEmbeddedWalletRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
@@ -1212,19 +1270,21 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1212
1270
|
coinbaseOrdersOptions(requestParameters: CoinbaseOrdersOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1213
1271
|
/**
|
|
1214
1272
|
* Completes the passkey recovery process for a user\'s passkey embedded wallet
|
|
1215
|
-
*
|
|
1273
|
+
* Complete passkey recovery for an embedded wallet
|
|
1216
1274
|
*/
|
|
1217
1275
|
completePasskeyRecoveryRaw(requestParameters: CompletePasskeyRecoveryOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1218
1276
|
/**
|
|
1219
1277
|
* Completes the passkey recovery process for a user\'s passkey embedded wallet
|
|
1220
|
-
*
|
|
1278
|
+
* Complete passkey recovery for an embedded wallet
|
|
1221
1279
|
*/
|
|
1222
1280
|
completePasskeyRecovery(requestParameters: CompletePasskeyRecoveryOperationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
1223
1281
|
/**
|
|
1282
|
+
* Creates a new Coinbase onramp order for the authenticated user.
|
|
1224
1283
|
* Create a Coinbase onramp order
|
|
1225
1284
|
*/
|
|
1226
1285
|
createCoinbaseOnrampOrderRaw(requestParameters: CreateCoinbaseOnrampOrderRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CoinbaseOnrampOrderResponse>>;
|
|
1227
1286
|
/**
|
|
1287
|
+
* Creates a new Coinbase onramp order for the authenticated user.
|
|
1228
1288
|
* Create a Coinbase onramp order
|
|
1229
1289
|
*/
|
|
1230
1290
|
createCoinbaseOnrampOrder(requestParameters: CreateCoinbaseOnrampOrderRequest, initOverrides?: RequestInit): Promise<CoinbaseOnrampOrderResponse>;
|
|
@@ -1239,10 +1299,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1239
1299
|
*/
|
|
1240
1300
|
createCryptoDotComPayment(requestParameters: CreateCryptoDotComPaymentRequest, initOverrides?: RequestInit): Promise<CryptoDotComPaymentResponse>;
|
|
1241
1301
|
/**
|
|
1302
|
+
* Initiates the email verification process and sends a verification code.
|
|
1242
1303
|
* Initialize email verification process
|
|
1243
1304
|
*/
|
|
1244
1305
|
createEmailVerificationRaw(requestParameters: CreateEmailVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<EmailVerificationCreateResponse>>;
|
|
1245
1306
|
/**
|
|
1307
|
+
* Initiates the email verification process and sends a verification code.
|
|
1246
1308
|
* Initialize email verification process
|
|
1247
1309
|
*/
|
|
1248
1310
|
createEmailVerification(requestParameters: CreateEmailVerificationRequest, initOverrides?: RequestInit): Promise<EmailVerificationCreateResponse>;
|
|
@@ -1273,26 +1335,32 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1273
1335
|
*/
|
|
1274
1336
|
createEmbeddedWalletsOptions(requestParameters: CreateEmbeddedWalletsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1275
1337
|
/**
|
|
1276
|
-
*
|
|
1338
|
+
* Creates a new global wallet connection for the authenticated user.
|
|
1339
|
+
* Create a global wallet connection
|
|
1277
1340
|
*/
|
|
1278
1341
|
createGlobalWalletConnectionRaw(requestParameters: CreateGlobalWalletConnectionRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GlobalWalletConnection>>;
|
|
1279
1342
|
/**
|
|
1280
|
-
*
|
|
1343
|
+
* Creates a new global wallet connection for the authenticated user.
|
|
1344
|
+
* Create a global wallet connection
|
|
1281
1345
|
*/
|
|
1282
1346
|
createGlobalWalletConnection(requestParameters: CreateGlobalWalletConnectionRequest, initOverrides?: RequestInit): Promise<GlobalWalletConnection>;
|
|
1283
1347
|
/**
|
|
1284
|
-
*
|
|
1348
|
+
* Generates a new set of MFA recovery codes, replacing any existing ones.
|
|
1349
|
+
* Generate new recovery codes
|
|
1285
1350
|
*/
|
|
1286
1351
|
createNewRecoveryCodesRaw(requestParameters: CreateNewRecoveryCodesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFARegenRecoveryCodesResponse>>;
|
|
1287
1352
|
/**
|
|
1288
|
-
*
|
|
1353
|
+
* Generates a new set of MFA recovery codes, replacing any existing ones.
|
|
1354
|
+
* Generate new recovery codes
|
|
1289
1355
|
*/
|
|
1290
1356
|
createNewRecoveryCodes(requestParameters: CreateNewRecoveryCodesRequest, initOverrides?: RequestInit): Promise<MFARegenRecoveryCodesResponse>;
|
|
1291
1357
|
/**
|
|
1358
|
+
* Creates MPC ceremony rooms for the specified WAAS wallet.
|
|
1292
1359
|
* Create rooms for a waas mpc ceremony
|
|
1293
1360
|
*/
|
|
1294
1361
|
createRoomsRaw(requestParameters: CreateRoomsOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CreateRoomsResponse>>;
|
|
1295
1362
|
/**
|
|
1363
|
+
* Creates MPC ceremony rooms for the specified WAAS wallet.
|
|
1296
1364
|
* Create rooms for a waas mpc ceremony
|
|
1297
1365
|
*/
|
|
1298
1366
|
createRooms(requestParameters: CreateRoomsOperationRequest, initOverrides?: RequestInit): Promise<CreateRoomsResponse>;
|
|
@@ -1305,10 +1373,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1305
1373
|
*/
|
|
1306
1374
|
createRoomsOptions(requestParameters: CreateRoomsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1307
1375
|
/**
|
|
1376
|
+
* Creates MPC ceremony rooms without requiring an existing wallet ID.
|
|
1308
1377
|
* Create rooms for a waas mpc ceremony without a walletId
|
|
1309
1378
|
*/
|
|
1310
1379
|
createRoomsWithoutWalletIdRaw(requestParameters: CreateRoomsWithoutWalletIdOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CreateRoomsWithoutWalletIdResponse>>;
|
|
1311
1380
|
/**
|
|
1381
|
+
* Creates MPC ceremony rooms without requiring an existing wallet ID.
|
|
1312
1382
|
* Create rooms for a waas mpc ceremony without a walletId
|
|
1313
1383
|
*/
|
|
1314
1384
|
createRoomsWithoutWalletId(requestParameters: CreateRoomsWithoutWalletIdOperationRequest, initOverrides?: RequestInit): Promise<CreateRoomsWithoutWalletIdResponse>;
|
|
@@ -1321,11 +1391,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1321
1391
|
*/
|
|
1322
1392
|
createRoomsWithoutWalletIdOptions(requestParameters: CreateRoomsWithoutWalletIdOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1323
1393
|
/**
|
|
1324
|
-
*
|
|
1394
|
+
* Initiates the SMS verification process and sends a verification code.
|
|
1395
|
+
* Initialize SMS verification process
|
|
1325
1396
|
*/
|
|
1326
1397
|
createSmsVerificationRaw(requestParameters: CreateSmsVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SmsVerificationCreateResponse>>;
|
|
1327
1398
|
/**
|
|
1328
|
-
*
|
|
1399
|
+
* Initiates the SMS verification process and sends a verification code.
|
|
1400
|
+
* Initialize SMS verification process
|
|
1329
1401
|
*/
|
|
1330
1402
|
createSmsVerification(requestParameters: CreateSmsVerificationRequest, initOverrides?: RequestInit): Promise<SmsVerificationCreateResponse>;
|
|
1331
1403
|
/**
|
|
@@ -1348,12 +1420,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1348
1420
|
createVisit(requestParameters: CreateVisitRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1349
1421
|
/**
|
|
1350
1422
|
* Create a new waas account
|
|
1351
|
-
* Create a
|
|
1423
|
+
* Create a WAAS wallet
|
|
1352
1424
|
*/
|
|
1353
1425
|
createWaasAccountRaw(requestParameters: CreateWaasAccountOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponseWithServerKeygenIds>>;
|
|
1354
1426
|
/**
|
|
1355
1427
|
* Create a new waas account
|
|
1356
|
-
* Create a
|
|
1428
|
+
* Create a WAAS wallet
|
|
1357
1429
|
*/
|
|
1358
1430
|
createWaasAccount(requestParameters: CreateWaasAccountOperationRequest, initOverrides?: RequestInit): Promise<OpenRoomResponseWithServerKeygenIds>;
|
|
1359
1431
|
/**
|
|
@@ -1384,27 +1456,31 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1384
1456
|
cryptoDotComPaymentOptions(requestParameters: CryptoDotComPaymentOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1385
1457
|
/**
|
|
1386
1458
|
* Deletes the embedded wallets for a user
|
|
1387
|
-
*
|
|
1459
|
+
* Delete embedded wallets for a user
|
|
1388
1460
|
*/
|
|
1389
1461
|
deleteEmbeddedWalletsRaw(requestParameters: DeleteEmbeddedWalletsOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1390
1462
|
/**
|
|
1391
1463
|
* Deletes the embedded wallets for a user
|
|
1392
|
-
*
|
|
1464
|
+
* Delete embedded wallets for a user
|
|
1393
1465
|
*/
|
|
1394
1466
|
deleteEmbeddedWallets(requestParameters: DeleteEmbeddedWalletsOperationRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1395
1467
|
/**
|
|
1396
|
-
*
|
|
1468
|
+
* Permanently removes an MFA device from the authenticated user account.
|
|
1469
|
+
* Delete an MFA device
|
|
1397
1470
|
*/
|
|
1398
1471
|
deleteMfaDeviceRaw(requestParameters: DeleteMfaDeviceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1399
1472
|
/**
|
|
1400
|
-
*
|
|
1473
|
+
* Permanently removes an MFA device from the authenticated user account.
|
|
1474
|
+
* Delete an MFA device
|
|
1401
1475
|
*/
|
|
1402
1476
|
deleteMfaDevice(requestParameters: DeleteMfaDeviceRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1403
1477
|
/**
|
|
1478
|
+
* Permanently removes a passkey from the authenticated user account.
|
|
1404
1479
|
* Delete a passkey
|
|
1405
1480
|
*/
|
|
1406
1481
|
deletePasskeyRaw(requestParameters: DeletePasskeyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1407
1482
|
/**
|
|
1483
|
+
* Permanently removes a passkey from the authenticated user account.
|
|
1408
1484
|
* Delete a passkey
|
|
1409
1485
|
*/
|
|
1410
1486
|
deletePasskey(requestParameters: DeletePasskeyRequest, initOverrides?: RequestInit): Promise<void>;
|
|
@@ -1427,11 +1503,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1427
1503
|
*/
|
|
1428
1504
|
deliverDelegatedShareOptions(requestParameters: DeliverDelegatedShareOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1429
1505
|
/**
|
|
1430
|
-
*
|
|
1506
|
+
* Disconnects the specified global wallet connection.
|
|
1507
|
+
* Disconnect a global wallet connection
|
|
1431
1508
|
*/
|
|
1432
1509
|
disconnectGlobalWalletConnectionRaw(requestParameters: DisconnectGlobalWalletConnectionRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GlobalWalletConnection>>;
|
|
1433
1510
|
/**
|
|
1434
|
-
*
|
|
1511
|
+
* Disconnects the specified global wallet connection.
|
|
1512
|
+
* Disconnect a global wallet connection
|
|
1435
1513
|
*/
|
|
1436
1514
|
disconnectGlobalWalletConnection(requestParameters: DisconnectGlobalWalletConnectionRequest, initOverrides?: RequestInit): Promise<GlobalWalletConnection>;
|
|
1437
1515
|
/**
|
|
@@ -1491,11 +1569,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1491
1569
|
*/
|
|
1492
1570
|
eventsOptions(requestParameters: EventsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1493
1571
|
/**
|
|
1494
|
-
*
|
|
1572
|
+
* Exports the private key of a WAAS wallet through an MPC ceremony.
|
|
1573
|
+
* Export a WAAS wallet private key
|
|
1495
1574
|
*/
|
|
1496
1575
|
exportPrivateKeyRaw(requestParameters: ExportPrivateKeyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponseWithServerKeygenIds>>;
|
|
1497
1576
|
/**
|
|
1498
|
-
*
|
|
1577
|
+
* Exports the private key of a WAAS wallet through an MPC ceremony.
|
|
1578
|
+
* Export a WAAS wallet private key
|
|
1499
1579
|
*/
|
|
1500
1580
|
exportPrivateKey(requestParameters: ExportPrivateKeyRequest, initOverrides?: RequestInit): Promise<OpenRoomResponseWithServerKeygenIds>;
|
|
1501
1581
|
/**
|
|
@@ -1507,11 +1587,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1507
1587
|
*/
|
|
1508
1588
|
exportPrivateKeyOptions(requestParameters: ExportPrivateKeyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1509
1589
|
/**
|
|
1510
|
-
*
|
|
1590
|
+
* Authenticates a user using a token from an external auth provider.
|
|
1591
|
+
* Sign in with an external auth provider token
|
|
1511
1592
|
*/
|
|
1512
1593
|
externalAuthSigninRaw(requestParameters: ExternalAuthSigninOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1513
1594
|
/**
|
|
1514
|
-
*
|
|
1595
|
+
* Authenticates a user using a token from an external auth provider.
|
|
1596
|
+
* Sign in with an external auth provider token
|
|
1515
1597
|
*/
|
|
1516
1598
|
externalAuthSignin(requestParameters: ExternalAuthSigninOperationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
1517
1599
|
/**
|
|
@@ -1523,10 +1605,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1523
1605
|
*/
|
|
1524
1606
|
externalAuthSigninOptions(requestParameters: ExternalAuthSigninOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1525
1607
|
/**
|
|
1608
|
+
* [DEPRECATED] Please use /externalAuth/signin instead.
|
|
1526
1609
|
* [DEPRECATED] Please use /externalAuth/signin instead
|
|
1527
1610
|
*/
|
|
1528
1611
|
externalAuthVerifyRaw(requestParameters: ExternalAuthVerifyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1529
1612
|
/**
|
|
1613
|
+
* [DEPRECATED] Please use /externalAuth/signin instead.
|
|
1530
1614
|
* [DEPRECATED] Please use /externalAuth/signin instead
|
|
1531
1615
|
*/
|
|
1532
1616
|
externalAuthVerify(requestParameters: ExternalAuthVerifyRequest, initOverrides?: RequestInit): Promise<void>;
|
|
@@ -1540,12 +1624,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1540
1624
|
externalAuthVerifyOptions(requestParameters: ExternalAuthVerifyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1541
1625
|
/**
|
|
1542
1626
|
* Farcaster SignIn endpoint to exchange SIWF data
|
|
1543
|
-
*
|
|
1627
|
+
* Sign in with Farcaster
|
|
1544
1628
|
*/
|
|
1545
1629
|
farcasterSignInRaw(requestParameters: FarcasterSignInOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1546
1630
|
/**
|
|
1547
1631
|
* Farcaster SignIn endpoint to exchange SIWF data
|
|
1548
|
-
*
|
|
1632
|
+
* Sign in with Farcaster
|
|
1549
1633
|
*/
|
|
1550
1634
|
farcasterSignIn(requestParameters: FarcasterSignInOperationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
1551
1635
|
/**
|
|
@@ -1558,12 +1642,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1558
1642
|
farcasterSignInOptions(requestParameters: FarcasterSignInOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1559
1643
|
/**
|
|
1560
1644
|
* Farcaster Verify endpoint to exchange SIWF data
|
|
1561
|
-
* Farcaster
|
|
1645
|
+
* Verify Farcaster account linking
|
|
1562
1646
|
*/
|
|
1563
1647
|
farcasterVerifyRaw(requestParameters: FarcasterVerifyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1564
1648
|
/**
|
|
1565
1649
|
* Farcaster Verify endpoint to exchange SIWF data
|
|
1566
|
-
* Farcaster
|
|
1650
|
+
* Verify Farcaster account linking
|
|
1567
1651
|
*/
|
|
1568
1652
|
farcasterVerify(requestParameters: FarcasterVerifyRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
1569
1653
|
/**
|
|
@@ -1575,19 +1659,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1575
1659
|
*/
|
|
1576
1660
|
farcasterVerifyOptions(requestParameters: FarcasterVerifyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1577
1661
|
/**
|
|
1662
|
+
* Generates a Coinbase onramp buy URL for purchasing crypto.
|
|
1578
1663
|
* Generate a Coinbase onramp buy URL
|
|
1579
1664
|
*/
|
|
1580
1665
|
generateCoinbaseOnrampBuyUrlRaw(requestParameters: GenerateCoinbaseOnrampBuyUrlRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CoinbaseOnrampGetBuyUrlResponse>>;
|
|
1581
1666
|
/**
|
|
1667
|
+
* Generates a Coinbase onramp buy URL for purchasing crypto.
|
|
1582
1668
|
* Generate a Coinbase onramp buy URL
|
|
1583
1669
|
*/
|
|
1584
1670
|
generateCoinbaseOnrampBuyUrl(requestParameters: GenerateCoinbaseOnrampBuyUrlRequest, initOverrides?: RequestInit): Promise<CoinbaseOnrampGetBuyUrlResponse>;
|
|
1585
1671
|
/**
|
|
1586
|
-
*
|
|
1672
|
+
* Returns the token balances for a specific account address on a given chain.
|
|
1673
|
+
* Get token balances for an account
|
|
1587
1674
|
*/
|
|
1588
1675
|
getAccountBalancesRaw(requestParameters: GetAccountBalancesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<TokenBalance>>>;
|
|
1589
1676
|
/**
|
|
1590
|
-
*
|
|
1677
|
+
* Returns the token balances for a specific account address on a given chain.
|
|
1678
|
+
* Get token balances for an account
|
|
1591
1679
|
*/
|
|
1592
1680
|
getAccountBalances(requestParameters: GetAccountBalancesRequest, initOverrides?: RequestInit): Promise<Array<TokenBalance>>;
|
|
1593
1681
|
/**
|
|
@@ -1599,11 +1687,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1599
1687
|
*/
|
|
1600
1688
|
getAccountBalancesOptions(requestParameters: GetAccountBalancesOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1601
1689
|
/**
|
|
1602
|
-
*
|
|
1690
|
+
* Returns an auth token for the specified embedded wallet type.
|
|
1691
|
+
* Get an auth token for an embedded wallet type
|
|
1603
1692
|
*/
|
|
1604
1693
|
getAuthTokenRaw(requestParameters: GetAuthTokenRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<EmbeddedWalletAuthToken>>;
|
|
1605
1694
|
/**
|
|
1606
|
-
*
|
|
1695
|
+
* Returns an auth token for the specified embedded wallet type.
|
|
1696
|
+
* Get an auth token for an embedded wallet type
|
|
1607
1697
|
*/
|
|
1608
1698
|
getAuthToken(requestParameters: GetAuthTokenRequest, initOverrides?: RequestInit): Promise<EmbeddedWalletAuthToken>;
|
|
1609
1699
|
/**
|
|
@@ -1615,11 +1705,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1615
1705
|
*/
|
|
1616
1706
|
getAuthTokenOpts(requestParameters: GetAuthTokenOptsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1617
1707
|
/**
|
|
1618
|
-
*
|
|
1708
|
+
* Returns the full profile of the currently authenticated user.
|
|
1709
|
+
* Get the current user\'s profile
|
|
1619
1710
|
*/
|
|
1620
1711
|
getAuthenticatedUserRaw(requestParameters: GetAuthenticatedUserRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SdkUser>>;
|
|
1621
1712
|
/**
|
|
1622
|
-
*
|
|
1713
|
+
* Returns the full profile of the currently authenticated user.
|
|
1714
|
+
* Get the current user\'s profile
|
|
1623
1715
|
*/
|
|
1624
1716
|
getAuthenticatedUser(requestParameters: GetAuthenticatedUserRequest, initOverrides?: RequestInit): Promise<SdkUser>;
|
|
1625
1717
|
/**
|
|
@@ -1652,20 +1744,22 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1652
1744
|
getCoinbaseSupportedNetworks(requestParameters: GetCoinbaseSupportedNetworksRequest, initOverrides?: RequestInit): Promise<Array<string>>;
|
|
1653
1745
|
/**
|
|
1654
1746
|
* Generates the request body for a user\'s create V2 wallet account request
|
|
1655
|
-
*
|
|
1747
|
+
* Generate the create wallet account request body
|
|
1656
1748
|
*/
|
|
1657
1749
|
getCreateWalletAccountRequestRaw(requestParameters: GetCreateWalletAccountRequestRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<TurnkeyCreateWalletAccountsRequestBody>>;
|
|
1658
1750
|
/**
|
|
1659
1751
|
* Generates the request body for a user\'s create V2 wallet account request
|
|
1660
|
-
*
|
|
1752
|
+
* Generate the create wallet account request body
|
|
1661
1753
|
*/
|
|
1662
1754
|
getCreateWalletAccountRequest(requestParameters: GetCreateWalletAccountRequestRequest, initOverrides?: RequestInit): Promise<TurnkeyCreateWalletAccountsRequestBody>;
|
|
1663
1755
|
/**
|
|
1664
1756
|
* Exchange rates for the given currency
|
|
1757
|
+
* Get currency exchange rates
|
|
1665
1758
|
*/
|
|
1666
1759
|
getCurrencyExchangeRatesRaw(requestParameters: GetCurrencyExchangeRatesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<Currency>>>;
|
|
1667
1760
|
/**
|
|
1668
1761
|
* Exchange rates for the given currency
|
|
1762
|
+
* Get currency exchange rates
|
|
1669
1763
|
*/
|
|
1670
1764
|
getCurrencyExchangeRates(requestParameters: GetCurrencyExchangeRatesRequest, initOverrides?: RequestInit): Promise<Array<Currency>>;
|
|
1671
1765
|
/**
|
|
@@ -1678,12 +1772,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1678
1772
|
getCurrencyExchangeRatesOptions(requestParameters: GetCurrencyExchangeRatesOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1679
1773
|
/**
|
|
1680
1774
|
* Return the email provider to be used for signing in with a given email. If an external provider such as magicLink is disabled, this endpoint would return emailOnly. If an external provider such as magicLink is enabled, it will return emailOnly when the email already exists in Dynamic and it is associated with a wallet, otherwise it will return magicLink.
|
|
1681
|
-
* Get
|
|
1775
|
+
* Get the sign-in email provider
|
|
1682
1776
|
*/
|
|
1683
1777
|
getEmailProviderRaw(requestParameters: GetEmailProviderRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<EmailProviderResponse>>;
|
|
1684
1778
|
/**
|
|
1685
1779
|
* Return the email provider to be used for signing in with a given email. If an external provider such as magicLink is disabled, this endpoint would return emailOnly. If an external provider such as magicLink is enabled, it will return emailOnly when the email already exists in Dynamic and it is associated with a wallet, otherwise it will return magicLink.
|
|
1686
|
-
* Get
|
|
1780
|
+
* Get the sign-in email provider
|
|
1687
1781
|
*/
|
|
1688
1782
|
getEmailProvider(requestParameters: GetEmailProviderRequest, initOverrides?: RequestInit): Promise<EmailProviderResponse>;
|
|
1689
1783
|
/**
|
|
@@ -1695,19 +1789,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1695
1789
|
*/
|
|
1696
1790
|
getEmbeddedWalletBackupOption(requestParameters: GetEmbeddedWalletBackupOptionRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1697
1791
|
/**
|
|
1698
|
-
*
|
|
1792
|
+
* Returns the backup key for an embedded wallet.
|
|
1793
|
+
* Get the backup key for an embedded wallet
|
|
1699
1794
|
*/
|
|
1700
1795
|
getEmbeddedWalletBackupsRaw(requestParameters: GetEmbeddedWalletBackupsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<EmbeddedWalletSecret>>;
|
|
1701
1796
|
/**
|
|
1702
|
-
*
|
|
1797
|
+
* Returns the backup key for an embedded wallet.
|
|
1798
|
+
* Get the backup key for an embedded wallet
|
|
1703
1799
|
*/
|
|
1704
1800
|
getEmbeddedWalletBackups(requestParameters: GetEmbeddedWalletBackupsRequest, initOverrides?: RequestInit): Promise<EmbeddedWalletSecret>;
|
|
1705
1801
|
/**
|
|
1706
|
-
*
|
|
1802
|
+
* Returns the passcode for a pregenerated embedded wallet.
|
|
1803
|
+
* Get the passcode for a pregenerated embedded wallet
|
|
1707
1804
|
*/
|
|
1708
1805
|
getEmbeddedWalletPasscodeRaw(requestParameters: GetEmbeddedWalletPasscodeRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<EmbeddedWalletSecret>>;
|
|
1709
1806
|
/**
|
|
1710
|
-
*
|
|
1807
|
+
* Returns the passcode for a pregenerated embedded wallet.
|
|
1808
|
+
* Get the passcode for a pregenerated embedded wallet
|
|
1711
1809
|
*/
|
|
1712
1810
|
getEmbeddedWalletPasscode(requestParameters: GetEmbeddedWalletPasscodeRequest, initOverrides?: RequestInit): Promise<EmbeddedWalletSecret>;
|
|
1713
1811
|
/**
|
|
@@ -1720,19 +1818,21 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1720
1818
|
getEmbeddedWalletPasscodeOption(requestParameters: GetEmbeddedWalletPasscodeOptionRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1721
1819
|
/**
|
|
1722
1820
|
* Generates the request body for a user\'s delete V2 wallets request
|
|
1723
|
-
*
|
|
1821
|
+
* Generate the delete wallets request body
|
|
1724
1822
|
*/
|
|
1725
1823
|
getEmbeddedWalletsDeleteRequestRaw(requestParameters: GetEmbeddedWalletsDeleteRequestRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<TurnkeyDeleteEmbeddedWalletsRequestBody>>;
|
|
1726
1824
|
/**
|
|
1727
1825
|
* Generates the request body for a user\'s delete V2 wallets request
|
|
1728
|
-
*
|
|
1826
|
+
* Generate the delete wallets request body
|
|
1729
1827
|
*/
|
|
1730
1828
|
getEmbeddedWalletsDeleteRequest(requestParameters: GetEmbeddedWalletsDeleteRequestRequest, initOverrides?: RequestInit): Promise<TurnkeyDeleteEmbeddedWalletsRequestBody>;
|
|
1731
1829
|
/**
|
|
1830
|
+
* Returns the OAuth access token for the specified user OAuth account.
|
|
1732
1831
|
* Get the access token for a user OAuth account
|
|
1733
1832
|
*/
|
|
1734
1833
|
getEndUserOauthAccessTokenRaw(requestParameters: GetEndUserOauthAccessTokenRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UserOauthAccessTokenResponse>>;
|
|
1735
1834
|
/**
|
|
1835
|
+
* Returns the OAuth access token for the specified user OAuth account.
|
|
1736
1836
|
* Get the access token for a user OAuth account
|
|
1737
1837
|
*/
|
|
1738
1838
|
getEndUserOauthAccessToken(requestParameters: GetEndUserOauthAccessTokenRequest, initOverrides?: RequestInit): Promise<UserOauthAccessTokenResponse>;
|
|
@@ -1745,19 +1845,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1745
1845
|
*/
|
|
1746
1846
|
getEndUserOauthAccessTokenOptions(requestParameters: GetEndUserOauthAccessTokenOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1747
1847
|
/**
|
|
1748
|
-
*
|
|
1848
|
+
* Returns the project settings and configuration for the specified environment.
|
|
1849
|
+
* Get environment settings
|
|
1749
1850
|
*/
|
|
1750
1851
|
getEnvironmentSettingsRaw(requestParameters: GetEnvironmentSettingsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<ProjectSettings>>;
|
|
1751
1852
|
/**
|
|
1752
|
-
*
|
|
1853
|
+
* Returns the project settings and configuration for the specified environment.
|
|
1854
|
+
* Get environment settings
|
|
1753
1855
|
*/
|
|
1754
1856
|
getEnvironmentSettings(requestParameters: GetEnvironmentSettingsRequest, initOverrides?: RequestInit): Promise<ProjectSettings>;
|
|
1755
1857
|
/**
|
|
1756
1858
|
* Exchange rates for the given currency
|
|
1859
|
+
* Get exchange rates
|
|
1757
1860
|
*/
|
|
1758
1861
|
getExchangeRatesRaw(initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<Currency>>>;
|
|
1759
1862
|
/**
|
|
1760
1863
|
* Exchange rates for the given currency
|
|
1864
|
+
* Get exchange rates
|
|
1761
1865
|
*/
|
|
1762
1866
|
getExchangeRates(initOverrides?: RequestInit): Promise<Array<Currency>>;
|
|
1763
1867
|
/**
|
|
@@ -1769,10 +1873,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1769
1873
|
*/
|
|
1770
1874
|
getExchangeRatesOptions(initOverrides?: RequestInit): Promise<void>;
|
|
1771
1875
|
/**
|
|
1876
|
+
* Returns the exchange account transactions for the authenticated user.
|
|
1772
1877
|
* Get the exchange account transactions for a given dynamic user
|
|
1773
1878
|
*/
|
|
1774
1879
|
getExchangeTransactionsRaw(requestParameters: GetExchangeTransactionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<ExchangeTransaction>>>;
|
|
1775
1880
|
/**
|
|
1881
|
+
* Returns the exchange account transactions for the authenticated user.
|
|
1776
1882
|
* Get the exchange account transactions for a given dynamic user
|
|
1777
1883
|
*/
|
|
1778
1884
|
getExchangeTransactions(requestParameters: GetExchangeTransactionsRequest, initOverrides?: RequestInit): Promise<Array<ExchangeTransaction>>;
|
|
@@ -1785,10 +1891,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1785
1891
|
*/
|
|
1786
1892
|
getExchangeTransactionsOptions(requestParameters: GetExchangeTransactionsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1787
1893
|
/**
|
|
1894
|
+
* Returns the available transfer destinations for exchange account transactions.
|
|
1788
1895
|
* Get the available exchange transfer destinations for account transactions for a given dynamic user
|
|
1789
1896
|
*/
|
|
1790
1897
|
getExchangeTransferDestinationsRaw(requestParameters: GetExchangeTransferDestinationsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<TransferDestinationResponse>>;
|
|
1791
1898
|
/**
|
|
1899
|
+
* Returns the available transfer destinations for exchange account transactions.
|
|
1792
1900
|
* Get the available exchange transfer destinations for account transactions for a given dynamic user
|
|
1793
1901
|
*/
|
|
1794
1902
|
getExchangeTransferDestinations(requestParameters: GetExchangeTransferDestinationsRequest, initOverrides?: RequestInit): Promise<TransferDestinationResponse>;
|
|
@@ -1801,19 +1909,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1801
1909
|
*/
|
|
1802
1910
|
getExchangeTransferDestinationsOptions(requestParameters: GetExchangeTransferDestinationsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1803
1911
|
/**
|
|
1912
|
+
* Returns the global wallet settings configured for the specified environment.
|
|
1804
1913
|
* Get the global wallet settings for the environment
|
|
1805
1914
|
*/
|
|
1806
1915
|
getGlobalWalletsSettingsRaw(requestParameters: GetGlobalWalletsSettingsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GlobalWalletSettings>>;
|
|
1807
1916
|
/**
|
|
1917
|
+
* Returns the global wallet settings configured for the specified environment.
|
|
1808
1918
|
* Get the global wallet settings for the environment
|
|
1809
1919
|
*/
|
|
1810
1920
|
getGlobalWalletsSettings(requestParameters: GetGlobalWalletsSettingsRequest, initOverrides?: RequestInit): Promise<GlobalWalletSettings>;
|
|
1811
1921
|
/**
|
|
1812
1922
|
* Health check endpoint to check for uptime of API.
|
|
1923
|
+
* Check API health
|
|
1813
1924
|
*/
|
|
1814
1925
|
getHealthcheckRaw(requestParameters: GetHealthcheckRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<HealthcheckResponse>>;
|
|
1815
1926
|
/**
|
|
1816
1927
|
* Health check endpoint to check for uptime of API.
|
|
1928
|
+
* Check API health
|
|
1817
1929
|
*/
|
|
1818
1930
|
getHealthcheck(requestParameters: GetHealthcheckRequest, initOverrides?: RequestInit): Promise<HealthcheckResponse>;
|
|
1819
1931
|
/**
|
|
@@ -1825,27 +1937,33 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1825
1937
|
*/
|
|
1826
1938
|
getHealthcheckOptions(requestParameters: GetHealthcheckOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1827
1939
|
/**
|
|
1828
|
-
*
|
|
1940
|
+
* Returns the JSON Web Key Set (JWKS) for the specified environment.
|
|
1941
|
+
* Get JWKS for the environment
|
|
1829
1942
|
*/
|
|
1830
1943
|
getJwksByEnvironmentIdRaw(requestParameters: GetJwksByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<JwksResponse>>;
|
|
1831
1944
|
/**
|
|
1832
|
-
*
|
|
1945
|
+
* Returns the JSON Web Key Set (JWKS) for the specified environment.
|
|
1946
|
+
* Get JWKS for the environment
|
|
1833
1947
|
*/
|
|
1834
1948
|
getJwksByEnvironmentId(requestParameters: GetJwksByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<JwksResponse>;
|
|
1835
1949
|
/**
|
|
1836
|
-
*
|
|
1950
|
+
* Returns the JSON Web Key Set (JWKS) in JSON format for the specified environment.
|
|
1951
|
+
* Get JWKS for the environment (JSON format)
|
|
1837
1952
|
*/
|
|
1838
1953
|
getJwksJsonByEnvironmentIdRaw(requestParameters: GetJwksJsonByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<JwksResponse>>;
|
|
1839
1954
|
/**
|
|
1840
|
-
*
|
|
1955
|
+
* Returns the JSON Web Key Set (JWKS) in JSON format for the specified environment.
|
|
1956
|
+
* Get JWKS for the environment (JSON format)
|
|
1841
1957
|
*/
|
|
1842
1958
|
getJwksJsonByEnvironmentId(requestParameters: GetJwksJsonByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<JwksResponse>;
|
|
1843
1959
|
/**
|
|
1844
|
-
*
|
|
1960
|
+
* Returns details of a specific MFA device by its ID.
|
|
1961
|
+
* Get an MFA device by ID
|
|
1845
1962
|
*/
|
|
1846
1963
|
getMfaDeviceRaw(requestParameters: GetMfaDeviceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFADevice>>;
|
|
1847
1964
|
/**
|
|
1848
|
-
*
|
|
1965
|
+
* Returns details of a specific MFA device by its ID.
|
|
1966
|
+
* Get an MFA device by ID
|
|
1849
1967
|
*/
|
|
1850
1968
|
getMfaDevice(requestParameters: GetMfaDeviceRequest, initOverrides?: RequestInit): Promise<MFADevice>;
|
|
1851
1969
|
/**
|
|
@@ -1857,27 +1975,33 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1857
1975
|
*/
|
|
1858
1976
|
getMfaDeviceOptions(requestParameters: GetMfaDeviceOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1859
1977
|
/**
|
|
1860
|
-
*
|
|
1978
|
+
* Returns the network configurations enabled for the specified environment.
|
|
1979
|
+
* Get network configurations for the environment
|
|
1861
1980
|
*/
|
|
1862
1981
|
getNetworksConfigurationByEnvIdRaw(requestParameters: GetNetworksConfigurationByEnvIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<NetworkConfigurationResponse>>>;
|
|
1863
1982
|
/**
|
|
1864
|
-
*
|
|
1983
|
+
* Returns the network configurations enabled for the specified environment.
|
|
1984
|
+
* Get network configurations for the environment
|
|
1865
1985
|
*/
|
|
1866
1986
|
getNetworksConfigurationByEnvId(requestParameters: GetNetworksConfigurationByEnvIdRequest, initOverrides?: RequestInit): Promise<Array<NetworkConfigurationResponse>>;
|
|
1867
1987
|
/**
|
|
1988
|
+
* Creates and returns a nonce for use in the wallet authentication flow.
|
|
1868
1989
|
* Create nonce for authentication flow
|
|
1869
1990
|
*/
|
|
1870
1991
|
getNonceRaw(requestParameters: GetNonceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<NonceResponse>>;
|
|
1871
1992
|
/**
|
|
1993
|
+
* Creates and returns a nonce for use in the wallet authentication flow.
|
|
1872
1994
|
* Create nonce for authentication flow
|
|
1873
1995
|
*/
|
|
1874
1996
|
getNonce(requestParameters: GetNonceRequest, initOverrides?: RequestInit): Promise<NonceResponse>;
|
|
1875
1997
|
/**
|
|
1876
|
-
*
|
|
1998
|
+
* Returns the WebAuthn authentication options for passkey verification.
|
|
1999
|
+
* Get passkey authentication options
|
|
1877
2000
|
*/
|
|
1878
2001
|
getPasskeyAuthenticationOptionsRaw(requestParameters: GetPasskeyAuthenticationOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GetPasskeyAuthenticationOptionsResponse>>;
|
|
1879
2002
|
/**
|
|
1880
|
-
*
|
|
2003
|
+
* Returns the WebAuthn authentication options for passkey verification.
|
|
2004
|
+
* Get passkey authentication options
|
|
1881
2005
|
*/
|
|
1882
2006
|
getPasskeyAuthenticationOptions(requestParameters: GetPasskeyAuthenticationOptionsRequest, initOverrides?: RequestInit): Promise<GetPasskeyAuthenticationOptionsResponse>;
|
|
1883
2007
|
/**
|
|
@@ -1889,19 +2013,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1889
2013
|
*/
|
|
1890
2014
|
getPasskeyAuthenticationOptionsOptions(requestParameters: GetPasskeyAuthenticationOptionsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1891
2015
|
/**
|
|
1892
|
-
*
|
|
2016
|
+
* Returns the WebAuthn authentication options for passkey sign-in.
|
|
2017
|
+
* Get passkey sign-in options
|
|
1893
2018
|
*/
|
|
1894
2019
|
getPasskeyAuthenticationSigninOptionsRaw(requestParameters: GetPasskeyAuthenticationSigninOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GetPasskeyAuthenticationOptionsResponse>>;
|
|
1895
2020
|
/**
|
|
1896
|
-
*
|
|
2021
|
+
* Returns the WebAuthn authentication options for passkey sign-in.
|
|
2022
|
+
* Get passkey sign-in options
|
|
1897
2023
|
*/
|
|
1898
2024
|
getPasskeyAuthenticationSigninOptions(requestParameters: GetPasskeyAuthenticationSigninOptionsRequest, initOverrides?: RequestInit): Promise<GetPasskeyAuthenticationOptionsResponse>;
|
|
1899
2025
|
/**
|
|
1900
|
-
*
|
|
2026
|
+
* Returns the WebAuthn registration options needed to register a new passkey.
|
|
2027
|
+
* Get user passkeys
|
|
1901
2028
|
*/
|
|
1902
2029
|
getPasskeyRegistrationOptionsRaw(requestParameters: GetPasskeyRegistrationOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GetPasskeyRegistrationOptionsResponse>>;
|
|
1903
2030
|
/**
|
|
1904
|
-
*
|
|
2031
|
+
* Returns the WebAuthn registration options needed to register a new passkey.
|
|
2032
|
+
* Get user passkeys
|
|
1905
2033
|
*/
|
|
1906
2034
|
getPasskeyRegistrationOptions(requestParameters: GetPasskeyRegistrationOptionsRequest, initOverrides?: RequestInit): Promise<GetPasskeyRegistrationOptionsResponse>;
|
|
1907
2035
|
/**
|
|
@@ -1913,54 +2041,62 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1913
2041
|
*/
|
|
1914
2042
|
getPasskeyRegistrationOptionsOptions(requestParameters: GetPasskeyRegistrationOptionsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1915
2043
|
/**
|
|
2044
|
+
* Returns the MFA recovery codes for the authenticated user.
|
|
1916
2045
|
* Get recovery codes
|
|
1917
2046
|
*/
|
|
1918
2047
|
getRecoveryCodesRaw(requestParameters: GetRecoveryCodesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFAGetRecoveryCodesResponse>>;
|
|
1919
2048
|
/**
|
|
2049
|
+
* Returns the MFA recovery codes for the authenticated user.
|
|
1920
2050
|
* Get recovery codes
|
|
1921
2051
|
*/
|
|
1922
2052
|
getRecoveryCodes(requestParameters: GetRecoveryCodesRequest, initOverrides?: RequestInit): Promise<MFAGetRecoveryCodesResponse>;
|
|
1923
2053
|
/**
|
|
1924
2054
|
* Find the configuration for the enabled offramps associated to an environment
|
|
1925
|
-
*
|
|
2055
|
+
* Get enabled offramps for the environment
|
|
1926
2056
|
*/
|
|
1927
2057
|
getSupportedOfframpsRaw(requestParameters: GetSupportedOfframpsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SupportedOfframpsResponse>>;
|
|
1928
2058
|
/**
|
|
1929
2059
|
* Find the configuration for the enabled offramps associated to an environment
|
|
1930
|
-
*
|
|
2060
|
+
* Get enabled offramps for the environment
|
|
1931
2061
|
*/
|
|
1932
2062
|
getSupportedOfframps(requestParameters: GetSupportedOfframpsRequest, initOverrides?: RequestInit): Promise<SupportedOfframpsResponse>;
|
|
1933
2063
|
/**
|
|
1934
2064
|
* Find the configuration for the enabled onramps associated to an environment
|
|
1935
|
-
*
|
|
2065
|
+
* Get enabled onramps for the environment
|
|
1936
2066
|
*/
|
|
1937
2067
|
getSupportedOnrampsRaw(requestParameters: GetSupportedOnrampsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SupportedOnrampsResponse>>;
|
|
1938
2068
|
/**
|
|
1939
2069
|
* Find the configuration for the enabled onramps associated to an environment
|
|
1940
|
-
*
|
|
2070
|
+
* Get enabled onramps for the environment
|
|
1941
2071
|
*/
|
|
1942
2072
|
getSupportedOnramps(requestParameters: GetSupportedOnrampsRequest, initOverrides?: RequestInit): Promise<SupportedOnrampsResponse>;
|
|
1943
2073
|
/**
|
|
1944
|
-
*
|
|
2074
|
+
* Returns the HTML content for the Telegram login widget.
|
|
2075
|
+
* Get Telegram login widget HTML
|
|
1945
2076
|
*/
|
|
1946
2077
|
getTelegramAuthRaw(requestParameters: GetTelegramAuthRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<string>>;
|
|
1947
2078
|
/**
|
|
1948
|
-
*
|
|
2079
|
+
* Returns the HTML content for the Telegram login widget.
|
|
2080
|
+
* Get Telegram login widget HTML
|
|
1949
2081
|
*/
|
|
1950
2082
|
getTelegramAuth(requestParameters: GetTelegramAuthRequest, initOverrides?: RequestInit): Promise<string>;
|
|
1951
2083
|
/**
|
|
2084
|
+
* Returns account balances for the specified user addresses.
|
|
1952
2085
|
* Get account balances for multiple addresses
|
|
1953
2086
|
*/
|
|
1954
2087
|
getUserAccountBalancesRaw(requestParameters: GetUserAccountBalancesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MultichainAccountBalanceResponse>>;
|
|
1955
2088
|
/**
|
|
2089
|
+
* Returns account balances for the specified user addresses.
|
|
1956
2090
|
* Get account balances for multiple addresses
|
|
1957
2091
|
*/
|
|
1958
2092
|
getUserAccountBalances(requestParameters: GetUserAccountBalancesRequest, initOverrides?: RequestInit): Promise<MultichainAccountBalanceResponse>;
|
|
1959
2093
|
/**
|
|
2094
|
+
* Returns the exchange accounts for the authenticated user on the specified exchange.
|
|
1960
2095
|
* Get the exchange accounts for a given dynamic user
|
|
1961
2096
|
*/
|
|
1962
2097
|
getUserAccountsRaw(requestParameters: GetUserAccountsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<Account>>>;
|
|
1963
2098
|
/**
|
|
2099
|
+
* Returns the exchange accounts for the authenticated user on the specified exchange.
|
|
1964
2100
|
* Get the exchange accounts for a given dynamic user
|
|
1965
2101
|
*/
|
|
1966
2102
|
getUserAccounts(requestParameters: GetUserAccountsRequest, initOverrides?: RequestInit): Promise<Array<Account>>;
|
|
@@ -1991,37 +2127,43 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1991
2127
|
*/
|
|
1992
2128
|
getUserFieldsCheckOptions(requestParameters: GetUserFieldsCheckOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1993
2129
|
/**
|
|
1994
|
-
*
|
|
2130
|
+
* Returns the list of MFA devices registered for the authenticated user.
|
|
2131
|
+
* Get the current user\'s MFA devices
|
|
1995
2132
|
*/
|
|
1996
2133
|
getUserMfaDevicesRaw(requestParameters: GetUserMfaDevicesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFAListDevicesResponse>>;
|
|
1997
2134
|
/**
|
|
1998
|
-
*
|
|
2135
|
+
* Returns the list of MFA devices registered for the authenticated user.
|
|
2136
|
+
* Get the current user\'s MFA devices
|
|
1999
2137
|
*/
|
|
2000
2138
|
getUserMfaDevices(requestParameters: GetUserMfaDevicesRequest, initOverrides?: RequestInit): Promise<MFAListDevicesResponse>;
|
|
2001
2139
|
/**
|
|
2002
|
-
*
|
|
2140
|
+
* Returns the available MFA methods for the authenticated user.
|
|
2141
|
+
* Get the current user\'s MFA methods
|
|
2003
2142
|
*/
|
|
2004
2143
|
getUserMfaMethodsRaw(requestParameters: GetUserMfaMethodsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFAMethodsResponse>>;
|
|
2005
2144
|
/**
|
|
2006
|
-
*
|
|
2145
|
+
* Returns the available MFA methods for the authenticated user.
|
|
2146
|
+
* Get the current user\'s MFA methods
|
|
2007
2147
|
*/
|
|
2008
2148
|
getUserMfaMethods(requestParameters: GetUserMfaMethodsRequest, initOverrides?: RequestInit): Promise<MFAMethodsResponse>;
|
|
2009
2149
|
/**
|
|
2010
|
-
*
|
|
2150
|
+
* Returns the list of passkeys registered for the authenticated user.
|
|
2151
|
+
* Get user passkeys
|
|
2011
2152
|
*/
|
|
2012
2153
|
getUserPasskeysRaw(requestParameters: GetUserPasskeysRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GetUserPasskeysResponse>>;
|
|
2013
2154
|
/**
|
|
2014
|
-
*
|
|
2155
|
+
* Returns the list of passkeys registered for the authenticated user.
|
|
2156
|
+
* Get user passkeys
|
|
2015
2157
|
*/
|
|
2016
2158
|
getUserPasskeys(requestParameters: GetUserPasskeysRequest, initOverrides?: RequestInit): Promise<GetUserPasskeysResponse>;
|
|
2017
2159
|
/**
|
|
2018
2160
|
* Fetches a single WaaS wallet and returns it with the same payload structure as the users endpoint. This endpoint returns user information along with verified credentials filtered to only include the specified WaaS wallet.
|
|
2019
|
-
*
|
|
2161
|
+
* Get a WAAS wallet by address
|
|
2020
2162
|
*/
|
|
2021
2163
|
getWaasWalletWithVerifiedCredentialsRaw(requestParameters: GetWaasWalletWithVerifiedCredentialsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SdkUser>>;
|
|
2022
2164
|
/**
|
|
2023
2165
|
* Fetches a single WaaS wallet and returns it with the same payload structure as the users endpoint. This endpoint returns user information along with verified credentials filtered to only include the specified WaaS wallet.
|
|
2024
|
-
*
|
|
2166
|
+
* Get a WAAS wallet by address
|
|
2025
2167
|
*/
|
|
2026
2168
|
getWaasWalletWithVerifiedCredentials(requestParameters: GetWaasWalletWithVerifiedCredentialsRequest, initOverrides?: RequestInit): Promise<SdkUser>;
|
|
2027
2169
|
/**
|
|
@@ -2068,22 +2210,22 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2068
2210
|
globalWalletsSettingsOptions(requestParameters: GlobalWalletsSettingsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2069
2211
|
/**
|
|
2070
2212
|
* Hard delete the authenticated user
|
|
2071
|
-
*
|
|
2213
|
+
* Delete the current user
|
|
2072
2214
|
*/
|
|
2073
2215
|
hardDeleteUserRaw(requestParameters: HardDeleteUserRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2074
2216
|
/**
|
|
2075
2217
|
* Hard delete the authenticated user
|
|
2076
|
-
*
|
|
2218
|
+
* Delete the current user
|
|
2077
2219
|
*/
|
|
2078
2220
|
hardDeleteUser(requestParameters: HardDeleteUserRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2079
2221
|
/**
|
|
2080
2222
|
* Import a private key to create a waas account
|
|
2081
|
-
* Import
|
|
2223
|
+
* Import a private key to create a WAAS wallet
|
|
2082
2224
|
*/
|
|
2083
2225
|
importPrivateKeyRaw(requestParameters: ImportPrivateKeyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponseWithServerKeygenIds>>;
|
|
2084
2226
|
/**
|
|
2085
2227
|
* Import a private key to create a waas account
|
|
2086
|
-
* Import
|
|
2228
|
+
* Import a private key to create a WAAS wallet
|
|
2087
2229
|
*/
|
|
2088
2230
|
importPrivateKey(requestParameters: ImportPrivateKeyRequest, initOverrides?: RequestInit): Promise<OpenRoomResponseWithServerKeygenIds>;
|
|
2089
2231
|
/**
|
|
@@ -2096,12 +2238,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2096
2238
|
importPrivateKeyOptions(requestParameters: ImportPrivateKeyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2097
2239
|
/**
|
|
2098
2240
|
* This endpoint initializes a secure oauth authentication sequence by providing the state and current url path to the API.
|
|
2099
|
-
* Initialize
|
|
2241
|
+
* Initialize an OAuth authentication sequence
|
|
2100
2242
|
*/
|
|
2101
2243
|
initAuthRaw(requestParameters: InitAuthRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2102
2244
|
/**
|
|
2103
2245
|
* This endpoint initializes a secure oauth authentication sequence by providing the state and current url path to the API.
|
|
2104
|
-
* Initialize
|
|
2246
|
+
* Initialize an OAuth authentication sequence
|
|
2105
2247
|
*/
|
|
2106
2248
|
initAuth(requestParameters: InitAuthRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2107
2249
|
/**
|
|
@@ -2150,12 +2292,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2150
2292
|
legacyEmbeddedWalletDeleteRequestOptions(requestParameters: LegacyEmbeddedWalletDeleteRequestOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2151
2293
|
/**
|
|
2152
2294
|
* Generates the turnkey request body for a user\'s delete wallets request
|
|
2153
|
-
*
|
|
2295
|
+
* Generate the delete wallets request body
|
|
2154
2296
|
*/
|
|
2155
2297
|
legacyGetEmbeddedWalletsDeleteRequestRaw(requestParameters: LegacyGetEmbeddedWalletsDeleteRequestRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<TurnkeyDeleteEmbeddedWalletsRequestBody>>;
|
|
2156
2298
|
/**
|
|
2157
2299
|
* Generates the turnkey request body for a user\'s delete wallets request
|
|
2158
|
-
*
|
|
2300
|
+
* Generate the delete wallets request body
|
|
2159
2301
|
*/
|
|
2160
2302
|
legacyGetEmbeddedWalletsDeleteRequest(requestParameters: LegacyGetEmbeddedWalletsDeleteRequestRequest, initOverrides?: RequestInit): Promise<TurnkeyDeleteEmbeddedWalletsRequestBody>;
|
|
2161
2303
|
/**
|
|
@@ -2175,21 +2317,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2175
2317
|
*/
|
|
2176
2318
|
listMfaMethodsOptions(requestParameters: ListMfaMethodsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2177
2319
|
/**
|
|
2178
|
-
*
|
|
2320
|
+
* Logs the SDK settings being used by the client for the environment.
|
|
2321
|
+
* Update SDK settings for the environment
|
|
2179
2322
|
*/
|
|
2180
2323
|
logDynamicSdkSettingsRaw(requestParameters: LogDynamicSdkSettingsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2181
2324
|
/**
|
|
2182
|
-
*
|
|
2325
|
+
* Logs the SDK settings being used by the client for the environment.
|
|
2326
|
+
* Update SDK settings for the environment
|
|
2183
2327
|
*/
|
|
2184
2328
|
logDynamicSdkSettings(requestParameters: LogDynamicSdkSettingsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2185
2329
|
/**
|
|
2186
2330
|
* Used to merge two owned accounts connected by email address
|
|
2187
|
-
*
|
|
2331
|
+
* Merge two owned accounts
|
|
2188
2332
|
*/
|
|
2189
2333
|
mergeUsersRaw(requestParameters: MergeUsersRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2190
2334
|
/**
|
|
2191
2335
|
* Used to merge two owned accounts connected by email address
|
|
2192
|
-
*
|
|
2336
|
+
* Merge two owned accounts
|
|
2193
2337
|
*/
|
|
2194
2338
|
mergeUsers(requestParameters: MergeUsersRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2195
2339
|
/**
|
|
@@ -2218,12 +2362,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2218
2362
|
nonceOptions(requestParameters: NonceOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2219
2363
|
/**
|
|
2220
2364
|
* Endpoint where an oauth provider would return authorization HTML used for mobile-friendly login, such as Apple ID with Touch ID on enabled devices.
|
|
2221
|
-
*
|
|
2365
|
+
* Get OAuth provider authorization HTML
|
|
2222
2366
|
*/
|
|
2223
2367
|
oauthAuthorizeHtmlRaw(requestParameters: OauthAuthorizeHtmlRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<string>>;
|
|
2224
2368
|
/**
|
|
2225
2369
|
* Endpoint where an oauth provider would return authorization HTML used for mobile-friendly login, such as Apple ID with Touch ID on enabled devices.
|
|
2226
|
-
*
|
|
2370
|
+
* Get OAuth provider authorization HTML
|
|
2227
2371
|
*/
|
|
2228
2372
|
oauthAuthorizeHtml(requestParameters: OauthAuthorizeHtmlRequest, initOverrides?: RequestInit): Promise<string>;
|
|
2229
2373
|
/**
|
|
@@ -2235,11 +2379,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2235
2379
|
*/
|
|
2236
2380
|
oauthAuthorizeHtmlOptions(requestParameters: OauthAuthorizeHtmlOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2237
2381
|
/**
|
|
2238
|
-
*
|
|
2382
|
+
* Redirects the user to the specified OAuth provider login page.
|
|
2383
|
+
* Redirect to OAuth provider login
|
|
2239
2384
|
*/
|
|
2240
2385
|
oauthLoginRaw(requestParameters: OauthLoginRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2241
2386
|
/**
|
|
2242
|
-
*
|
|
2387
|
+
* Redirects the user to the specified OAuth provider login page.
|
|
2388
|
+
* Redirect to OAuth provider login
|
|
2243
2389
|
*/
|
|
2244
2390
|
oauthLogin(requestParameters: OauthLoginRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2245
2391
|
/**
|
|
@@ -2251,11 +2397,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2251
2397
|
*/
|
|
2252
2398
|
oauthLoginOptions(requestParameters: OauthLoginOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2253
2399
|
/**
|
|
2254
|
-
*
|
|
2400
|
+
* Returns the login URL for the specified OAuth provider.
|
|
2401
|
+
* Get the OAuth provider login URL
|
|
2255
2402
|
*/
|
|
2256
2403
|
oauthLoginUrlRaw(requestParameters: OauthLoginUrlRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OauthProviderLoginUrl>>;
|
|
2257
2404
|
/**
|
|
2258
|
-
*
|
|
2405
|
+
* Returns the login URL for the specified OAuth provider.
|
|
2406
|
+
* Get the OAuth provider login URL
|
|
2259
2407
|
*/
|
|
2260
2408
|
oauthLoginUrl(requestParameters: OauthLoginUrlRequest, initOverrides?: RequestInit): Promise<OauthProviderLoginUrl>;
|
|
2261
2409
|
/**
|
|
@@ -2268,12 +2416,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2268
2416
|
oauthLoginUrlOptions(requestParameters: OauthLoginUrlOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2269
2417
|
/**
|
|
2270
2418
|
* Endpoint where an oauth provider would redirect after a successful user authorizing the oauth application.
|
|
2271
|
-
*
|
|
2419
|
+
* Handle Apple ID OAuth redirect
|
|
2272
2420
|
*/
|
|
2273
2421
|
oauthRedirectAppleRaw(requestParameters: OauthRedirectAppleRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<string>>;
|
|
2274
2422
|
/**
|
|
2275
2423
|
* Endpoint where an oauth provider would redirect after a successful user authorizing the oauth application.
|
|
2276
|
-
*
|
|
2424
|
+
* Handle Apple ID OAuth redirect
|
|
2277
2425
|
*/
|
|
2278
2426
|
oauthRedirectApple(requestParameters: OauthRedirectAppleRequest, initOverrides?: RequestInit): Promise<string>;
|
|
2279
2427
|
/**
|
|
@@ -2286,12 +2434,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2286
2434
|
oauthRedirectAppleOptions(requestParameters: OauthRedirectAppleOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2287
2435
|
/**
|
|
2288
2436
|
* Endpoint where an oauth provider would redirect after a successful user authorizing the oauth application.
|
|
2289
|
-
*
|
|
2437
|
+
* Handle OAuth provider redirect
|
|
2290
2438
|
*/
|
|
2291
2439
|
oauthRedirectCodeRaw(requestParameters: OauthRedirectCodeRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<string>>;
|
|
2292
2440
|
/**
|
|
2293
2441
|
* Endpoint where an oauth provider would redirect after a successful user authorizing the oauth application.
|
|
2294
|
-
*
|
|
2442
|
+
* Handle OAuth provider redirect
|
|
2295
2443
|
*/
|
|
2296
2444
|
oauthRedirectCode(requestParameters: OauthRedirectCodeRequest, initOverrides?: RequestInit): Promise<string>;
|
|
2297
2445
|
/**
|
|
@@ -2303,11 +2451,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2303
2451
|
*/
|
|
2304
2452
|
oauthRedirectOptions(requestParameters: OauthRedirectOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2305
2453
|
/**
|
|
2306
|
-
* Returns the authorization
|
|
2454
|
+
* Returns the OAuth authorization result for the given state.
|
|
2455
|
+
* Get the OAuth provider authorization result
|
|
2307
2456
|
*/
|
|
2308
2457
|
oauthResultRaw(requestParameters: OauthResultOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OauthResultResponse>>;
|
|
2309
2458
|
/**
|
|
2310
|
-
* Returns the authorization
|
|
2459
|
+
* Returns the OAuth authorization result for the given state.
|
|
2460
|
+
* Get the OAuth provider authorization result
|
|
2311
2461
|
*/
|
|
2312
2462
|
oauthResult(requestParameters: OauthResultOperationRequest, initOverrides?: RequestInit): Promise<OauthResultResponse>;
|
|
2313
2463
|
/**
|
|
@@ -2319,13 +2469,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2319
2469
|
*/
|
|
2320
2470
|
oauthResultOptions(requestParameters: OauthResultOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2321
2471
|
/**
|
|
2322
|
-
* Standard OAuth SignIn callback to exchange
|
|
2323
|
-
*
|
|
2472
|
+
* Standard OAuth SignIn callback to exchange temporary code for oauth access and return a valid Dynamic JWT and user
|
|
2473
|
+
* Sign in with OAuth provider
|
|
2324
2474
|
*/
|
|
2325
2475
|
oauthSignInRaw(requestParameters: OauthSignInRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2326
2476
|
/**
|
|
2327
|
-
* Standard OAuth SignIn callback to exchange
|
|
2328
|
-
*
|
|
2477
|
+
* Standard OAuth SignIn callback to exchange temporary code for oauth access and return a valid Dynamic JWT and user
|
|
2478
|
+
* Sign in with OAuth provider
|
|
2329
2479
|
*/
|
|
2330
2480
|
oauthSignIn(requestParameters: OauthSignInRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2331
2481
|
/**
|
|
@@ -2337,13 +2487,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2337
2487
|
*/
|
|
2338
2488
|
oauthSignInOptions(requestParameters: OauthSignInOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2339
2489
|
/**
|
|
2340
|
-
* Standard OAuth verify callback to exchange
|
|
2341
|
-
*
|
|
2490
|
+
* Standard OAuth verify callback to exchange temporary code for oauth access
|
|
2491
|
+
* Verify OAuth provider authorization
|
|
2342
2492
|
*/
|
|
2343
2493
|
oauthVerifyRaw(requestParameters: OauthVerifyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2344
2494
|
/**
|
|
2345
|
-
* Standard OAuth verify callback to exchange
|
|
2346
|
-
*
|
|
2495
|
+
* Standard OAuth verify callback to exchange temporary code for oauth access
|
|
2496
|
+
* Verify OAuth provider authorization
|
|
2347
2497
|
*/
|
|
2348
2498
|
oauthVerify(requestParameters: OauthVerifyRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2349
2499
|
/**
|
|
@@ -2371,10 +2521,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2371
2521
|
*/
|
|
2372
2522
|
onrampsOptions(requestParameters: OnrampsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2373
2523
|
/**
|
|
2524
|
+
* Adds priority fees and compute unit limits to a Solana transaction for optimization.
|
|
2374
2525
|
* Add fees to a Solana transaction
|
|
2375
2526
|
*/
|
|
2376
2527
|
optimizeTransactionRaw(requestParameters: OptimizeTransactionRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SolanaTransactionOptimizationResponse>>;
|
|
2377
2528
|
/**
|
|
2529
|
+
* Adds priority fees and compute unit limits to a Solana transaction for optimization.
|
|
2378
2530
|
* Add fees to a Solana transaction
|
|
2379
2531
|
*/
|
|
2380
2532
|
optimizeTransaction(requestParameters: OptimizeTransactionRequest, initOverrides?: RequestInit): Promise<SolanaTransactionOptimizationResponse>;
|
|
@@ -2403,10 +2555,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2403
2555
|
*/
|
|
2404
2556
|
passkeyRecoveryOptions(requestParameters: PasskeyRecoveryOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2405
2557
|
/**
|
|
2558
|
+
* Transfers funds from an exchange account to an external address or another account.
|
|
2406
2559
|
* Transfer funds from an exchange account to an external address or another Coinbase account
|
|
2407
2560
|
*/
|
|
2408
2561
|
postExchangeAccountTransferRaw(requestParameters: PostExchangeAccountTransferRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<ExchangeTransferResponse>>;
|
|
2409
2562
|
/**
|
|
2563
|
+
* Transfers funds from an exchange account to an external address or another account.
|
|
2410
2564
|
* Transfer funds from an exchange account to an external address or another Coinbase account
|
|
2411
2565
|
*/
|
|
2412
2566
|
postExchangeAccountTransfer(requestParameters: PostExchangeAccountTransferRequest, initOverrides?: RequestInit): Promise<ExchangeTransferResponse>;
|
|
@@ -2419,10 +2573,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2419
2573
|
*/
|
|
2420
2574
|
postExchangeAccountTransferOptions(requestParameters: PostExchangeAccountTransferOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2421
2575
|
/**
|
|
2576
|
+
* Returns token balances for multiple account addresses across different chains.
|
|
2422
2577
|
* Get account balances for multiple addresses
|
|
2423
2578
|
*/
|
|
2424
2579
|
postMultichainAccountBalancesRaw(requestParameters: PostMultichainAccountBalancesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MultichainAccountBalanceResponse>>;
|
|
2425
2580
|
/**
|
|
2581
|
+
* Returns token balances for multiple account addresses across different chains.
|
|
2426
2582
|
* Get account balances for multiple addresses
|
|
2427
2583
|
*/
|
|
2428
2584
|
postMultichainAccountBalances(requestParameters: PostMultichainAccountBalancesRequest, initOverrides?: RequestInit): Promise<MultichainAccountBalanceResponse>;
|
|
@@ -2435,37 +2591,43 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2435
2591
|
*/
|
|
2436
2592
|
postMultichainAccountBalancesOptions(requestParameters: PostMultichainAccountBalancesOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2437
2593
|
/**
|
|
2594
|
+
* Handles the Telegram authentication callback after user authorization.
|
|
2438
2595
|
* Handle Telegram authentication
|
|
2439
2596
|
*/
|
|
2440
2597
|
postTelegramAuthRaw(requestParameters: PostTelegramAuthRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2441
2598
|
/**
|
|
2599
|
+
* Handles the Telegram authentication callback after user authorization.
|
|
2442
2600
|
* Handle Telegram authentication
|
|
2443
2601
|
*/
|
|
2444
2602
|
postTelegramAuth(requestParameters: PostTelegramAuthRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2445
2603
|
/**
|
|
2446
2604
|
* Endpoint to send minimal wallet information to the API to prefetch name service information for an address.
|
|
2447
|
-
*
|
|
2605
|
+
* Prefetch information for a wallet address
|
|
2448
2606
|
*/
|
|
2449
2607
|
prefetchRaw(requestParameters: PrefetchOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2450
2608
|
/**
|
|
2451
2609
|
* Endpoint to send minimal wallet information to the API to prefetch name service information for an address.
|
|
2452
|
-
*
|
|
2610
|
+
* Prefetch information for a wallet address
|
|
2453
2611
|
*/
|
|
2454
2612
|
prefetch(requestParameters: PrefetchOperationRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2455
2613
|
/**
|
|
2456
|
-
*
|
|
2614
|
+
* Publishes SDK analytics events for the given environment.
|
|
2615
|
+
* Publish SDK events
|
|
2457
2616
|
*/
|
|
2458
2617
|
publishEventRaw(requestParameters: PublishEventRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2459
2618
|
/**
|
|
2460
|
-
*
|
|
2619
|
+
* Publishes SDK analytics events for the given environment.
|
|
2620
|
+
* Publish SDK events
|
|
2461
2621
|
*/
|
|
2462
2622
|
publishEvent(requestParameters: PublishEventRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2463
2623
|
/**
|
|
2464
|
-
*
|
|
2624
|
+
* Recovers the client key shares for the specified WAAS wallet from backup.
|
|
2625
|
+
* Recover WAAS keyshares
|
|
2465
2626
|
*/
|
|
2466
2627
|
recoverKeySharesRaw(requestParameters: RecoverKeySharesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<RecoverMultipleClientKeySharesResponse>>;
|
|
2467
2628
|
/**
|
|
2468
|
-
*
|
|
2629
|
+
* Recovers the client key shares for the specified WAAS wallet from backup.
|
|
2630
|
+
* Recover WAAS keyshares
|
|
2469
2631
|
*/
|
|
2470
2632
|
recoverKeyShares(requestParameters: RecoverKeySharesRequest, initOverrides?: RequestInit): Promise<RecoverMultipleClientKeySharesResponse>;
|
|
2471
2633
|
/**
|
|
@@ -2493,19 +2655,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2493
2655
|
*/
|
|
2494
2656
|
recoveryEmailOptions(requestParameters: RecoveryEmailOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2495
2657
|
/**
|
|
2496
|
-
*
|
|
2658
|
+
* Refreshes the JWT auth token and returns a new token with updated claims.
|
|
2659
|
+
* Refresh the JWT auth token
|
|
2497
2660
|
*/
|
|
2498
2661
|
refreshAuthRaw(requestParameters: RefreshAuthRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2499
2662
|
/**
|
|
2500
|
-
*
|
|
2663
|
+
* Refreshes the JWT auth token and returns a new token with updated claims.
|
|
2664
|
+
* Refresh the JWT auth token
|
|
2501
2665
|
*/
|
|
2502
2666
|
refreshAuth(requestParameters: RefreshAuthRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2503
2667
|
/**
|
|
2504
|
-
*
|
|
2668
|
+
* Refreshes the MPC key shares for the specified WAAS wallet.
|
|
2669
|
+
* Refresh WAAS keyshares
|
|
2505
2670
|
*/
|
|
2506
2671
|
refreshKeySharesRaw(requestParameters: RefreshKeySharesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponseWithServerKeygenIds>>;
|
|
2507
2672
|
/**
|
|
2508
|
-
*
|
|
2673
|
+
* Refreshes the MPC key shares for the specified WAAS wallet.
|
|
2674
|
+
* Refresh WAAS keyshares
|
|
2509
2675
|
*/
|
|
2510
2676
|
refreshKeyShares(requestParameters: RefreshKeySharesRequest, initOverrides?: RequestInit): Promise<OpenRoomResponseWithServerKeygenIds>;
|
|
2511
2677
|
/**
|
|
@@ -2525,19 +2691,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2525
2691
|
*/
|
|
2526
2692
|
refreshOptions(requestParameters: RefreshOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2527
2693
|
/**
|
|
2694
|
+
* Registers a new passkey for the authenticated user using WebAuthn credentials.
|
|
2528
2695
|
* Register a new passkey
|
|
2529
2696
|
*/
|
|
2530
2697
|
registerPasskeyRaw(requestParameters: RegisterPasskeyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2531
2698
|
/**
|
|
2699
|
+
* Registers a new passkey for the authenticated user using WebAuthn credentials.
|
|
2532
2700
|
* Register a new passkey
|
|
2533
2701
|
*/
|
|
2534
2702
|
registerPasskey(requestParameters: RegisterPasskeyRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2535
2703
|
/**
|
|
2536
|
-
*
|
|
2704
|
+
* Initiates passkey MFA device registration and returns the setup details.
|
|
2705
|
+
* Register a passkey MFA device
|
|
2537
2706
|
*/
|
|
2538
2707
|
registerPasskeyMfaDeviceRaw(requestParameters: RegisterPasskeyMfaDeviceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFARegisterPasskeyDeviceGetResponse>>;
|
|
2539
2708
|
/**
|
|
2540
|
-
*
|
|
2709
|
+
* Initiates passkey MFA device registration and returns the setup details.
|
|
2710
|
+
* Register a passkey MFA device
|
|
2541
2711
|
*/
|
|
2542
2712
|
registerPasskeyMfaDevice(requestParameters: RegisterPasskeyMfaDeviceRequest, initOverrides?: RequestInit): Promise<MFARegisterPasskeyDeviceGetResponse>;
|
|
2543
2713
|
/**
|
|
@@ -2549,10 +2719,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2549
2719
|
*/
|
|
2550
2720
|
registerPasskeyMfaDeviceOptions(requestParameters: RegisterPasskeyMfaDeviceOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2551
2721
|
/**
|
|
2722
|
+
* Verifies the passkey credential to complete MFA device registration.
|
|
2552
2723
|
* Verify Passkey MFA device
|
|
2553
2724
|
*/
|
|
2554
2725
|
registerPasskeyMfaDeviceVerifyRaw(requestParameters: RegisterPasskeyMfaDeviceVerifyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2555
2726
|
/**
|
|
2727
|
+
* Verifies the passkey credential to complete MFA device registration.
|
|
2556
2728
|
* Verify Passkey MFA device
|
|
2557
2729
|
*/
|
|
2558
2730
|
registerPasskeyMfaDeviceVerify(requestParameters: RegisterPasskeyMfaDeviceVerifyRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
@@ -2567,11 +2739,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2567
2739
|
*/
|
|
2568
2740
|
registerSessionKey(requestParameters: RegisterSessionKeyOperationRequest, initOverrides?: RequestInit): Promise<RegisterEmbeddedWalletSessionKeyResponse>;
|
|
2569
2741
|
/**
|
|
2570
|
-
*
|
|
2742
|
+
* Initiates TOTP MFA device registration and returns the setup details.
|
|
2743
|
+
* Register a TOTP MFA device
|
|
2571
2744
|
*/
|
|
2572
2745
|
registerTotpMfaDeviceRaw(requestParameters: RegisterTotpMfaDeviceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFARegisterTotpDeviceGetResponse>>;
|
|
2573
2746
|
/**
|
|
2574
|
-
*
|
|
2747
|
+
* Initiates TOTP MFA device registration and returns the setup details.
|
|
2748
|
+
* Register a TOTP MFA device
|
|
2575
2749
|
*/
|
|
2576
2750
|
registerTotpMfaDevice(requestParameters: RegisterTotpMfaDeviceRequest, initOverrides?: RequestInit): Promise<MFARegisterTotpDeviceGetResponse>;
|
|
2577
2751
|
/**
|
|
@@ -2583,19 +2757,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2583
2757
|
*/
|
|
2584
2758
|
registerTotpMfaDeviceOptions(requestParameters: RegisterTotpMfaDeviceOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2585
2759
|
/**
|
|
2760
|
+
* Verifies the TOTP code to complete MFA device registration.
|
|
2586
2761
|
* Verify TOTP MFA device
|
|
2587
2762
|
*/
|
|
2588
2763
|
registerTotpMfaDeviceVerifyRaw(requestParameters: RegisterTotpMfaDeviceVerifyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFADevice>>;
|
|
2589
2764
|
/**
|
|
2765
|
+
* Verifies the TOTP code to complete MFA device registration.
|
|
2590
2766
|
* Verify TOTP MFA device
|
|
2591
2767
|
*/
|
|
2592
2768
|
registerTotpMfaDeviceVerify(requestParameters: RegisterTotpMfaDeviceVerifyRequest, initOverrides?: RequestInit): Promise<MFADevice>;
|
|
2593
2769
|
/**
|
|
2594
|
-
*
|
|
2770
|
+
* Reshares the MPC secret shares for the specified WAAS wallet.
|
|
2771
|
+
* Reshare WAAS secret shares
|
|
2595
2772
|
*/
|
|
2596
2773
|
reshareRaw(requestParameters: ReshareOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponseForReshare>>;
|
|
2597
2774
|
/**
|
|
2598
|
-
*
|
|
2775
|
+
* Reshares the MPC secret shares for the specified WAAS wallet.
|
|
2776
|
+
* Reshare WAAS secret shares
|
|
2599
2777
|
*/
|
|
2600
2778
|
reshare(requestParameters: ReshareOperationRequest, initOverrides?: RequestInit): Promise<OpenRoomResponseForReshare>;
|
|
2601
2779
|
/**
|
|
@@ -2625,11 +2803,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2625
2803
|
*/
|
|
2626
2804
|
restoreEmbeddedWalletOptions(requestParameters: RestoreEmbeddedWalletOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2627
2805
|
/**
|
|
2628
|
-
*
|
|
2806
|
+
* Resends the email verification code to the email address on file.
|
|
2807
|
+
* Resend email verification code
|
|
2629
2808
|
*/
|
|
2630
2809
|
retryEmailVerificationRaw(requestParameters: RetryEmailVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<EmailVerificationCreateResponse>>;
|
|
2631
2810
|
/**
|
|
2632
|
-
*
|
|
2811
|
+
* Resends the email verification code to the email address on file.
|
|
2812
|
+
* Resend email verification code
|
|
2633
2813
|
*/
|
|
2634
2814
|
retryEmailVerification(requestParameters: RetryEmailVerificationRequest, initOverrides?: RequestInit): Promise<EmailVerificationCreateResponse>;
|
|
2635
2815
|
/**
|
|
@@ -2641,11 +2821,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2641
2821
|
*/
|
|
2642
2822
|
retryEmailVerificationOptions(requestParameters: RetryEmailVerificationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2643
2823
|
/**
|
|
2644
|
-
*
|
|
2824
|
+
* Resends the SMS verification code to the phone number on file.
|
|
2825
|
+
* Resend SMS verification code
|
|
2645
2826
|
*/
|
|
2646
2827
|
retrySmsVerificationRaw(requestParameters: RetrySmsVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SmsVerificationCreateResponse>>;
|
|
2647
2828
|
/**
|
|
2648
|
-
*
|
|
2829
|
+
* Resends the SMS verification code to the phone number on file.
|
|
2830
|
+
* Resend SMS verification code
|
|
2649
2831
|
*/
|
|
2650
2832
|
retrySmsVerification(requestParameters: RetrySmsVerificationRequest, initOverrides?: RequestInit): Promise<SmsVerificationCreateResponse>;
|
|
2651
2833
|
/**
|
|
@@ -2657,10 +2839,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2657
2839
|
*/
|
|
2658
2840
|
retrySmsVerificationOptions(requestParameters: RetrySmsVerificationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2659
2841
|
/**
|
|
2842
|
+
* Revokes the current user session and invalidates the JWT.
|
|
2660
2843
|
* Revoke a session
|
|
2661
2844
|
*/
|
|
2662
2845
|
revokeSessionRaw(requestParameters: RevokeSessionRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2663
2846
|
/**
|
|
2847
|
+
* Revokes the current user session and invalidates the JWT.
|
|
2664
2848
|
* Revoke a session
|
|
2665
2849
|
*/
|
|
2666
2850
|
revokeSession(requestParameters: RevokeSessionRequest, initOverrides?: RequestInit): Promise<void>;
|
|
@@ -2673,10 +2857,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2673
2857
|
*/
|
|
2674
2858
|
revokeSessionOption(requestParameters: RevokeSessionOptionRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2675
2859
|
/**
|
|
2860
|
+
* Scans a URL for potential phishing or malicious activity and returns the result.
|
|
2676
2861
|
* Scan a URL for potential malicious activity
|
|
2677
2862
|
*/
|
|
2678
2863
|
scanUrlRaw(requestParameters: ScanUrlRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<ScanWebsiteUrlResponse>>;
|
|
2679
2864
|
/**
|
|
2865
|
+
* Scans a URL for potential phishing or malicious activity and returns the result.
|
|
2680
2866
|
* Scan a URL for potential malicious activity
|
|
2681
2867
|
*/
|
|
2682
2868
|
scanUrl(requestParameters: ScanUrlRequest, initOverrides?: RequestInit): Promise<ScanWebsiteUrlResponse>;
|
|
@@ -2696,12 +2882,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2696
2882
|
sdkSettingsOptions(requestParameters: SdkSettingsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2697
2883
|
/**
|
|
2698
2884
|
* When a user selects a wallet to be the primary wallet in a multi-wallet enabled environment, this endpoint is called to record this on the backend.
|
|
2699
|
-
* Update
|
|
2885
|
+
* Update primary wallet selection
|
|
2700
2886
|
*/
|
|
2701
2887
|
selectUserWalletRaw(requestParameters: SelectUserWalletRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2702
2888
|
/**
|
|
2703
2889
|
* When a user selects a wallet to be the primary wallet in a multi-wallet enabled environment, this endpoint is called to record this on the backend.
|
|
2704
|
-
* Update
|
|
2890
|
+
* Update primary wallet selection
|
|
2705
2891
|
*/
|
|
2706
2892
|
selectUserWallet(requestParameters: SelectUserWalletRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2707
2893
|
/**
|
|
@@ -2713,11 +2899,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2713
2899
|
*/
|
|
2714
2900
|
selectUserWalletOptions(requestParameters: SelectUserWalletOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2715
2901
|
/**
|
|
2716
|
-
*
|
|
2902
|
+
* Checks whether the current user session is still valid.
|
|
2903
|
+
* Check session validity
|
|
2717
2904
|
*/
|
|
2718
2905
|
sessionCheckRaw(requestParameters: SessionCheckRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2719
2906
|
/**
|
|
2720
|
-
*
|
|
2907
|
+
* Checks whether the current user session is still valid.
|
|
2908
|
+
* Check session validity
|
|
2721
2909
|
*/
|
|
2722
2910
|
sessionCheck(requestParameters: SessionCheckRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2723
2911
|
/**
|
|
@@ -2745,11 +2933,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2745
2933
|
*/
|
|
2746
2934
|
settingsOptions(requestParameters: SettingsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2747
2935
|
/**
|
|
2748
|
-
*
|
|
2936
|
+
* Verifies the email code and authenticates the user, returning a JWT.
|
|
2937
|
+
* Verify email and sign in
|
|
2749
2938
|
*/
|
|
2750
2939
|
signInWithEmailVerificationRaw(requestParameters: SignInWithEmailVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2751
2940
|
/**
|
|
2752
|
-
*
|
|
2941
|
+
* Verifies the email code and authenticates the user, returning a JWT.
|
|
2942
|
+
* Verify email and sign in
|
|
2753
2943
|
*/
|
|
2754
2944
|
signInWithEmailVerification(requestParameters: SignInWithEmailVerificationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2755
2945
|
/**
|
|
@@ -2761,11 +2951,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2761
2951
|
*/
|
|
2762
2952
|
signInWithEmailVerificationOptions(requestParameters: SignInWithEmailVerificationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2763
2953
|
/**
|
|
2764
|
-
*
|
|
2954
|
+
* Verifies the SMS code and authenticates the user, returning a JWT.
|
|
2955
|
+
* Verify SMS and sign in
|
|
2765
2956
|
*/
|
|
2766
2957
|
signInWithSmsVerificationRaw(requestParameters: SignInWithSmsVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2767
2958
|
/**
|
|
2768
|
-
*
|
|
2959
|
+
* Verifies the SMS code and authenticates the user, returning a JWT.
|
|
2960
|
+
* Verify SMS and sign in
|
|
2769
2961
|
*/
|
|
2770
2962
|
signInWithSmsVerification(requestParameters: SignInWithSmsVerificationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2771
2963
|
/**
|
|
@@ -2777,11 +2969,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2777
2969
|
*/
|
|
2778
2970
|
signInWithSmsVerificationOptions(requestParameters: SignInWithSmsVerificationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2779
2971
|
/**
|
|
2780
|
-
*
|
|
2972
|
+
* Signs a message using the specified WAAS wallet through an MPC ceremony.
|
|
2973
|
+
* Sign a message with a WAAS wallet
|
|
2781
2974
|
*/
|
|
2782
2975
|
signMessageRaw(requestParameters: SignMessageRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponse>>;
|
|
2783
2976
|
/**
|
|
2784
|
-
*
|
|
2977
|
+
* Signs a message using the specified WAAS wallet through an MPC ceremony.
|
|
2978
|
+
* Sign a message with a WAAS wallet
|
|
2785
2979
|
*/
|
|
2786
2980
|
signMessage(requestParameters: SignMessageRequest, initOverrides?: RequestInit): Promise<OpenRoomResponse>;
|
|
2787
2981
|
/**
|
|
@@ -2793,18 +2987,22 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2793
2987
|
*/
|
|
2794
2988
|
signMessageOptions(requestParameters: SignMessageOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2795
2989
|
/**
|
|
2990
|
+
* Authenticates a user using a passkey and returns a JWT.
|
|
2796
2991
|
* Authenticate a passkey
|
|
2797
2992
|
*/
|
|
2798
2993
|
signinWithPasskeyRaw(requestParameters: SigninWithPasskeyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2799
2994
|
/**
|
|
2995
|
+
* Authenticates a user using a passkey and returns a JWT.
|
|
2800
2996
|
* Authenticate a passkey
|
|
2801
2997
|
*/
|
|
2802
2998
|
signinWithPasskey(requestParameters: SigninWithPasskeyRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2803
2999
|
/**
|
|
3000
|
+
* Simulates an EVM transaction and returns the expected outcome.
|
|
2804
3001
|
* Simulate an EVM transaction
|
|
2805
3002
|
*/
|
|
2806
3003
|
simulateEVMTransactionRaw(requestParameters: SimulateEVMTransactionOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SimulateTransactionResponse>>;
|
|
2807
3004
|
/**
|
|
3005
|
+
* Simulates an EVM transaction and returns the expected outcome.
|
|
2808
3006
|
* Simulate an EVM transaction
|
|
2809
3007
|
*/
|
|
2810
3008
|
simulateEVMTransaction(requestParameters: SimulateEVMTransactionOperationRequest, initOverrides?: RequestInit): Promise<SimulateTransactionResponse>;
|
|
@@ -2817,10 +3015,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2817
3015
|
*/
|
|
2818
3016
|
simulateEVMTransactionOptions(requestParameters: SimulateEVMTransactionOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2819
3017
|
/**
|
|
3018
|
+
* Simulates a Solana transaction and returns the expected outcome.
|
|
2820
3019
|
* Simulate a Solana transaction
|
|
2821
3020
|
*/
|
|
2822
3021
|
simulateSVMTransactionRaw(requestParameters: SimulateSVMTransactionOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SimulateTransactionResponse>>;
|
|
2823
3022
|
/**
|
|
3023
|
+
* Simulates a Solana transaction and returns the expected outcome.
|
|
2824
3024
|
* Simulate a Solana transaction
|
|
2825
3025
|
*/
|
|
2826
3026
|
simulateSVMTransaction(requestParameters: SimulateSVMTransactionOperationRequest, initOverrides?: RequestInit): Promise<SimulateTransactionResponse>;
|
|
@@ -2833,10 +3033,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2833
3033
|
*/
|
|
2834
3034
|
simulateSVMTransactionOptions(requestParameters: SimulateSVMTransactionOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2835
3035
|
/**
|
|
3036
|
+
* Simulates an EVM Account Abstraction UserOp and returns the expected outcome.
|
|
2836
3037
|
* Simulate an EVM AA UserOp
|
|
2837
3038
|
*/
|
|
2838
3039
|
simulateUserOpRaw(requestParameters: SimulateUserOpOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SimulateTransactionResponse>>;
|
|
2839
3040
|
/**
|
|
3041
|
+
* Simulates an EVM Account Abstraction UserOp and returns the expected outcome.
|
|
2840
3042
|
* Simulate an EVM AA UserOp
|
|
2841
3043
|
*/
|
|
2842
3044
|
simulateUserOp(requestParameters: SimulateUserOpOperationRequest, initOverrides?: RequestInit): Promise<SimulateTransactionResponse>;
|
|
@@ -2893,11 +3095,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2893
3095
|
*/
|
|
2894
3096
|
telegramAuthOptions(requestParameters: TelegramAuthOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2895
3097
|
/**
|
|
2896
|
-
* Telegram
|
|
3098
|
+
* Checks if a Telegram authentication attempt has been completed.
|
|
3099
|
+
* Check Telegram authentication status
|
|
2897
3100
|
*/
|
|
2898
3101
|
telegramCheckAuthRaw(requestParameters: TelegramCheckAuthRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2899
3102
|
/**
|
|
2900
|
-
* Telegram
|
|
3103
|
+
* Checks if a Telegram authentication attempt has been completed.
|
|
3104
|
+
* Check Telegram authentication status
|
|
2901
3105
|
*/
|
|
2902
3106
|
telegramCheckAuth(requestParameters: TelegramCheckAuthRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2903
3107
|
/**
|
|
@@ -2909,11 +3113,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2909
3113
|
*/
|
|
2910
3114
|
telegramCheckAuthOptions(requestParameters: TelegramCheckAuthOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2911
3115
|
/**
|
|
2912
|
-
* Telegram
|
|
3116
|
+
* Authenticates a user using their Telegram account credentials.
|
|
3117
|
+
* Sign in with Telegram
|
|
2913
3118
|
*/
|
|
2914
3119
|
telegramSignInRaw(requestParameters: TelegramSignInRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2915
3120
|
/**
|
|
2916
|
-
* Telegram
|
|
3121
|
+
* Authenticates a user using their Telegram account credentials.
|
|
3122
|
+
* Sign in with Telegram
|
|
2917
3123
|
*/
|
|
2918
3124
|
telegramSignIn(requestParameters: TelegramSignInRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2919
3125
|
/**
|
|
@@ -2925,11 +3131,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2925
3131
|
*/
|
|
2926
3132
|
telegramSignInOptions(requestParameters: TelegramSignInOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2927
3133
|
/**
|
|
2928
|
-
* Telegram
|
|
3134
|
+
* Verifies and links a Telegram account to the authenticated user.
|
|
3135
|
+
* Verify Telegram account linking
|
|
2929
3136
|
*/
|
|
2930
3137
|
telegramVerifyRaw(requestParameters: TelegramVerifyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2931
3138
|
/**
|
|
2932
|
-
* Telegram
|
|
3139
|
+
* Verifies and links a Telegram account to the authenticated user.
|
|
3140
|
+
* Verify Telegram account linking
|
|
2933
3141
|
*/
|
|
2934
3142
|
telegramVerify(requestParameters: TelegramVerifyRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2935
3143
|
/**
|
|
@@ -2941,52 +3149,62 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2941
3149
|
*/
|
|
2942
3150
|
telegramVerifyOptions(requestParameters: TelegramVerifyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2943
3151
|
/**
|
|
3152
|
+
* Updates the V2 recovery email address for the authenticated user.
|
|
2944
3153
|
* Update a user\'s V2 recovery email
|
|
2945
3154
|
*/
|
|
2946
3155
|
updateEmbeddedWalletRecoveryEmailRaw(requestParameters: UpdateEmbeddedWalletRecoveryEmailRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2947
3156
|
/**
|
|
3157
|
+
* Updates the V2 recovery email address for the authenticated user.
|
|
2948
3158
|
* Update a user\'s V2 recovery email
|
|
2949
3159
|
*/
|
|
2950
3160
|
updateEmbeddedWalletRecoveryEmail(requestParameters: UpdateEmbeddedWalletRecoveryEmailRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2951
3161
|
/**
|
|
2952
|
-
*
|
|
3162
|
+
* Updates the specified passkey for the authenticated user.
|
|
3163
|
+
* Update a passkey
|
|
2953
3164
|
*/
|
|
2954
3165
|
updatePasskeyRaw(requestParameters: UpdatePasskeyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UserPasskey>>;
|
|
2955
3166
|
/**
|
|
2956
|
-
*
|
|
3167
|
+
* Updates the specified passkey for the authenticated user.
|
|
3168
|
+
* Update a passkey
|
|
2957
3169
|
*/
|
|
2958
3170
|
updatePasskey(requestParameters: UpdatePasskeyRequest, initOverrides?: RequestInit): Promise<UserPasskey>;
|
|
2959
3171
|
/**
|
|
2960
|
-
*
|
|
3172
|
+
* Updates the authenticated user profile fields.
|
|
3173
|
+
* Update user fields
|
|
2961
3174
|
*/
|
|
2962
3175
|
updateSelfRaw(requestParameters: UpdateSelfRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UpdateSelfResponse>>;
|
|
2963
3176
|
/**
|
|
2964
|
-
*
|
|
3177
|
+
* Updates the authenticated user profile fields.
|
|
3178
|
+
* Update user fields
|
|
2965
3179
|
*/
|
|
2966
3180
|
updateSelf(requestParameters: UpdateSelfRequest, initOverrides?: RequestInit): Promise<UpdateSelfResponse>;
|
|
2967
3181
|
/**
|
|
2968
|
-
*
|
|
3182
|
+
* Updates the specified MFA device for the authenticated user.
|
|
3183
|
+
* Update an MFA device
|
|
2969
3184
|
*/
|
|
2970
3185
|
updateUserMfaDeviceRaw(requestParameters: UpdateUserMfaDeviceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2971
3186
|
/**
|
|
2972
|
-
*
|
|
3187
|
+
* Updates the specified MFA device for the authenticated user.
|
|
3188
|
+
* Update an MFA device
|
|
2973
3189
|
*/
|
|
2974
3190
|
updateUserMfaDevice(requestParameters: UpdateUserMfaDeviceRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2975
3191
|
/**
|
|
2976
3192
|
* Updates the settings for a WAAS wallet
|
|
2977
|
-
* Update
|
|
3193
|
+
* Update WAAS wallet settings
|
|
2978
3194
|
*/
|
|
2979
3195
|
updateWaasWalletSettingsRaw(requestParameters: UpdateWaasWalletSettingsOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UpdateWaasWalletSettingsResponse>>;
|
|
2980
3196
|
/**
|
|
2981
3197
|
* Updates the settings for a WAAS wallet
|
|
2982
|
-
* Update
|
|
3198
|
+
* Update WAAS wallet settings
|
|
2983
3199
|
*/
|
|
2984
3200
|
updateWaasWalletSettings(requestParameters: UpdateWaasWalletSettingsOperationRequest, initOverrides?: RequestInit): Promise<UpdateWaasWalletSettingsResponse>;
|
|
2985
3201
|
/**
|
|
3202
|
+
* Upgrades a V1 embedded wallet to V2 and returns a refreshed JWT.
|
|
2986
3203
|
* Update V1 embedded wallet to V2
|
|
2987
3204
|
*/
|
|
2988
3205
|
upgradeEmbeddedWalletToV2Raw(requestParameters: UpgradeEmbeddedWalletToV2OperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2989
3206
|
/**
|
|
3207
|
+
* Upgrades a V1 embedded wallet to V2 and returns a refreshed JWT.
|
|
2990
3208
|
* Update V1 embedded wallet to V2
|
|
2991
3209
|
*/
|
|
2992
3210
|
upgradeEmbeddedWalletToV2(requestParameters: UpgradeEmbeddedWalletToV2OperationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
@@ -3015,19 +3233,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3015
3233
|
*/
|
|
3016
3234
|
usersOptions(requestParameters: UsersOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3017
3235
|
/**
|
|
3236
|
+
* Verifies the signed payload and returns a JWT authentication token.
|
|
3018
3237
|
* Verify payload and return JWT
|
|
3019
3238
|
*/
|
|
3020
3239
|
verifyRaw(requestParameters: VerifyOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
3021
3240
|
/**
|
|
3241
|
+
* Verifies the signed payload and returns a JWT authentication token.
|
|
3022
3242
|
* Verify payload and return JWT
|
|
3023
3243
|
*/
|
|
3024
3244
|
verify(requestParameters: VerifyOperationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
3025
3245
|
/**
|
|
3026
|
-
*
|
|
3246
|
+
* Verifies the email code and completes the email verification process.
|
|
3247
|
+
* Verify email verification code
|
|
3027
3248
|
*/
|
|
3028
3249
|
verifyEmailVerificationRaw(requestParameters: VerifyEmailVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UpdateSelfResponse>>;
|
|
3029
3250
|
/**
|
|
3030
|
-
*
|
|
3251
|
+
* Verifies the email code and completes the email verification process.
|
|
3252
|
+
* Verify email verification code
|
|
3031
3253
|
*/
|
|
3032
3254
|
verifyEmailVerification(requestParameters: VerifyEmailVerificationRequest, initOverrides?: RequestInit): Promise<UpdateSelfResponse>;
|
|
3033
3255
|
/**
|
|
@@ -3040,12 +3262,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3040
3262
|
verifyEmailVerificationOptions(requestParameters: VerifyEmailVerificationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3041
3263
|
/**
|
|
3042
3264
|
* Link a wallet to a valid environment user, and return an updated JWT
|
|
3043
|
-
* Link wallet to user
|
|
3265
|
+
* Link a wallet to a user
|
|
3044
3266
|
*/
|
|
3045
3267
|
verifyLinkRaw(requestParameters: VerifyLinkRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
3046
3268
|
/**
|
|
3047
3269
|
* Link a wallet to a valid environment user, and return an updated JWT
|
|
3048
|
-
* Link wallet to user
|
|
3270
|
+
* Link a wallet to a user
|
|
3049
3271
|
*/
|
|
3050
3272
|
verifyLink(requestParameters: VerifyLinkRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
3051
3273
|
/**
|
|
@@ -3091,11 +3313,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3091
3313
|
*/
|
|
3092
3314
|
verifyPrefetch(requestParameters: VerifyPrefetchRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3093
3315
|
/**
|
|
3094
|
-
*
|
|
3316
|
+
* Verifies the SMS code and completes the phone number verification process.
|
|
3317
|
+
* Verify SMS verification code
|
|
3095
3318
|
*/
|
|
3096
3319
|
verifySmsVerificationRaw(requestParameters: VerifySmsVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UpdateSelfResponse>>;
|
|
3097
3320
|
/**
|
|
3098
|
-
*
|
|
3321
|
+
* Verifies the SMS code and completes the phone number verification process.
|
|
3322
|
+
* Verify SMS verification code
|
|
3099
3323
|
*/
|
|
3100
3324
|
verifySmsVerification(requestParameters: VerifySmsVerificationRequest, initOverrides?: RequestInit): Promise<UpdateSelfResponse>;
|
|
3101
3325
|
/**
|
|
@@ -3108,12 +3332,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3108
3332
|
verifySmsVerificationOptions(requestParameters: VerifySmsVerificationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3109
3333
|
/**
|
|
3110
3334
|
* Used to link a wallet after user has confirmed transfer to the new account
|
|
3111
|
-
* Verify wallet transfer
|
|
3335
|
+
* Verify a wallet transfer
|
|
3112
3336
|
*/
|
|
3113
3337
|
verifyTransferRaw(requestParameters: VerifyTransferRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
3114
3338
|
/**
|
|
3115
3339
|
* Used to link a wallet after user has confirmed transfer to the new account
|
|
3116
|
-
* Verify wallet transfer
|
|
3340
|
+
* Verify a wallet transfer
|
|
3117
3341
|
*/
|
|
3118
3342
|
verifyTransfer(requestParameters: VerifyTransferRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
3119
3343
|
/**
|
|
@@ -3126,12 +3350,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3126
3350
|
verifyTransferOptions(requestParameters: VerifyTransferOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3127
3351
|
/**
|
|
3128
3352
|
* Remove a link from to a valid environment user, and return an updated JWT
|
|
3129
|
-
*
|
|
3353
|
+
* Unlink a wallet from a user
|
|
3130
3354
|
*/
|
|
3131
3355
|
verifyUnlinkRaw(requestParameters: VerifyUnlinkOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
3132
3356
|
/**
|
|
3133
3357
|
* Remove a link from to a valid environment user, and return an updated JWT
|
|
3134
|
-
*
|
|
3358
|
+
* Unlink a wallet from a user
|
|
3135
3359
|
*/
|
|
3136
3360
|
verifyUnlink(requestParameters: VerifyUnlinkOperationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
3137
3361
|
/**
|
|
@@ -3166,4 +3390,40 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3166
3390
|
* Options call for this endpoint
|
|
3167
3391
|
*/
|
|
3168
3392
|
walletAccountRequestOptions(requestParameters: WalletAccountRequestOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3393
|
+
/**
|
|
3394
|
+
* Authenticates a user by verifying their wallet signature.
|
|
3395
|
+
* Sign in with wallet
|
|
3396
|
+
*/
|
|
3397
|
+
walletsSigninRaw(requestParameters: WalletsSigninRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
3398
|
+
/**
|
|
3399
|
+
* Authenticates a user by verifying their wallet signature.
|
|
3400
|
+
* Sign in with wallet
|
|
3401
|
+
*/
|
|
3402
|
+
walletsSignin(requestParameters: WalletsSigninRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
3403
|
+
/**
|
|
3404
|
+
* Options call for this endpoint
|
|
3405
|
+
*/
|
|
3406
|
+
walletsSigninOptionsRaw(requestParameters: WalletsSigninOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
3407
|
+
/**
|
|
3408
|
+
* Options call for this endpoint
|
|
3409
|
+
*/
|
|
3410
|
+
walletsSigninOptions(requestParameters: WalletsSigninOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3411
|
+
/**
|
|
3412
|
+
* Verify a wallet, and return an updated JWT
|
|
3413
|
+
* Verify a wallet
|
|
3414
|
+
*/
|
|
3415
|
+
walletsVerifyRaw(requestParameters: WalletsVerifyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
3416
|
+
/**
|
|
3417
|
+
* Verify a wallet, and return an updated JWT
|
|
3418
|
+
* Verify a wallet
|
|
3419
|
+
*/
|
|
3420
|
+
walletsVerify(requestParameters: WalletsVerifyRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
3421
|
+
/**
|
|
3422
|
+
* Options call for this endpoint
|
|
3423
|
+
*/
|
|
3424
|
+
walletsVerifyOptionsRaw(requestParameters: WalletsVerifyOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
3425
|
+
/**
|
|
3426
|
+
* Options call for this endpoint
|
|
3427
|
+
*/
|
|
3428
|
+
walletsVerifyOptions(requestParameters: WalletsVerifyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3169
3429
|
}
|