@dynamic-labs/sdk-api-core 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/SDKApi.cjs +550 -162
- package/src/apis/SDKApi.d.ts +419 -163
- package/src/apis/SDKApi.js +550 -162
- 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/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;
|
|
@@ -997,6 +1005,20 @@ export interface WalletAccountOptionsRequest {
|
|
|
997
1005
|
export interface WalletAccountRequestOptionsRequest {
|
|
998
1006
|
environmentId: string;
|
|
999
1007
|
}
|
|
1008
|
+
export interface WalletsSigninRequest {
|
|
1009
|
+
environmentId: string;
|
|
1010
|
+
verifyRequest: VerifyRequest;
|
|
1011
|
+
}
|
|
1012
|
+
export interface WalletsSigninOptionsRequest {
|
|
1013
|
+
environmentId: string;
|
|
1014
|
+
}
|
|
1015
|
+
export interface WalletsVerifyRequest {
|
|
1016
|
+
environmentId: string;
|
|
1017
|
+
verifyRequest: VerifyRequest;
|
|
1018
|
+
}
|
|
1019
|
+
export interface WalletsVerifyOptionsRequest {
|
|
1020
|
+
environmentId: string;
|
|
1021
|
+
}
|
|
1000
1022
|
/**
|
|
1001
1023
|
*
|
|
1002
1024
|
*/
|
|
@@ -1018,10 +1040,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1018
1040
|
*/
|
|
1019
1041
|
authMfaPasskeyDeviceOptions(requestParameters: AuthMfaPasskeyDeviceOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1020
1042
|
/**
|
|
1043
|
+
* Authenticates via recovery code and upgrades the JWT scope with a valid MFA session.
|
|
1021
1044
|
* Upgrade JWT scope with valid MFA session
|
|
1022
1045
|
*/
|
|
1023
1046
|
authMfaRecoveryRaw(requestParameters: AuthMfaRecoveryRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1024
1047
|
/**
|
|
1048
|
+
* Authenticates via recovery code and upgrades the JWT scope with a valid MFA session.
|
|
1025
1049
|
* Upgrade JWT scope with valid MFA session
|
|
1026
1050
|
*/
|
|
1027
1051
|
authMfaRecovery(requestParameters: AuthMfaRecoveryRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
@@ -1034,10 +1058,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1034
1058
|
*/
|
|
1035
1059
|
authMfaRecoveryOptions(requestParameters: AuthMfaRecoveryOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1036
1060
|
/**
|
|
1061
|
+
* Authenticates via TOTP code and upgrades the JWT scope with a valid MFA session.
|
|
1037
1062
|
* Upgrade JWT scope with valid MFA session
|
|
1038
1063
|
*/
|
|
1039
1064
|
authMfaTotpDeviceRaw(requestParameters: AuthMfaTotpDeviceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1040
1065
|
/**
|
|
1066
|
+
* Authenticates via TOTP code and upgrades the JWT scope with a valid MFA session.
|
|
1041
1067
|
* Upgrade JWT scope with valid MFA session
|
|
1042
1068
|
*/
|
|
1043
1069
|
authMfaTotpDevice(requestParameters: AuthMfaTotpDeviceRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
@@ -1050,18 +1076,22 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1050
1076
|
*/
|
|
1051
1077
|
authMfaTotpDeviceOptions(requestParameters: AuthMfaTotpDeviceOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1052
1078
|
/**
|
|
1079
|
+
* Authenticates via email verification and upgrades the JWT scope with a valid MFA session.
|
|
1053
1080
|
* Upgrade JWT scope with valid MFA session
|
|
1054
1081
|
*/
|
|
1055
1082
|
authenticateMfaEmailRaw(requestParameters: AuthenticateMfaEmailRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1056
1083
|
/**
|
|
1084
|
+
* Authenticates via email verification and upgrades the JWT scope with a valid MFA session.
|
|
1057
1085
|
* Upgrade JWT scope with valid MFA session
|
|
1058
1086
|
*/
|
|
1059
1087
|
authenticateMfaEmail(requestParameters: AuthenticateMfaEmailRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
1060
1088
|
/**
|
|
1089
|
+
* Authenticates via passkey and upgrades the JWT scope with a valid MFA session.
|
|
1061
1090
|
* Upgrade JWT scope with valid MFA session
|
|
1062
1091
|
*/
|
|
1063
1092
|
authenticateMfaPasskeyDeviceRaw(requestParameters: AuthenticateMfaPasskeyDeviceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1064
1093
|
/**
|
|
1094
|
+
* Authenticates via passkey and upgrades the JWT scope with a valid MFA session.
|
|
1065
1095
|
* Upgrade JWT scope with valid MFA session
|
|
1066
1096
|
*/
|
|
1067
1097
|
authenticateMfaPasskeyDevice(requestParameters: AuthenticateMfaPasskeyDeviceRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
@@ -1074,11 +1104,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1074
1104
|
*/
|
|
1075
1105
|
authenticatePasskeyOptions(requestParameters: AuthenticatePasskeyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1076
1106
|
/**
|
|
1077
|
-
*
|
|
1107
|
+
* Backs up the client key shares for the specified WAAS wallet.
|
|
1108
|
+
* Back up keyshares for a WAAS wallet
|
|
1078
1109
|
*/
|
|
1079
1110
|
backupKeySharesRaw(requestParameters: BackupKeySharesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<BackupMultipleClientKeySharesResponse>>;
|
|
1080
1111
|
/**
|
|
1081
|
-
*
|
|
1112
|
+
* Backs up the client key shares for the specified WAAS wallet.
|
|
1113
|
+
* Back up keyshares for a WAAS wallet
|
|
1082
1114
|
*/
|
|
1083
1115
|
backupKeyShares(requestParameters: BackupKeySharesRequest, initOverrides?: RequestInit): Promise<BackupMultipleClientKeySharesResponse>;
|
|
1084
1116
|
/**
|
|
@@ -1090,11 +1122,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1090
1122
|
*/
|
|
1091
1123
|
backupKeySharesOptions(requestParameters: BackupKeySharesOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1092
1124
|
/**
|
|
1093
|
-
*
|
|
1125
|
+
* Backs up the client key shares for the specified WAAS wallet to Google Drive.
|
|
1126
|
+
* Back up keyshares to Google Drive
|
|
1094
1127
|
*/
|
|
1095
1128
|
backupKeySharesToGoogleDriveRaw(requestParameters: BackupKeySharesToGoogleDriveRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<BackupMultipleClientKeySharesResponse>>;
|
|
1096
1129
|
/**
|
|
1097
|
-
*
|
|
1130
|
+
* Backs up the client key shares for the specified WAAS wallet to Google Drive.
|
|
1131
|
+
* Back up keyshares to Google Drive
|
|
1098
1132
|
*/
|
|
1099
1133
|
backupKeySharesToGoogleDrive(requestParameters: BackupKeySharesToGoogleDriveRequest, initOverrides?: RequestInit): Promise<BackupMultipleClientKeySharesResponse>;
|
|
1100
1134
|
/**
|
|
@@ -1106,10 +1140,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1106
1140
|
*/
|
|
1107
1141
|
backupKeySharesToGoogleDriveOptions(requestParameters: BackupKeySharesToGoogleDriveOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1108
1142
|
/**
|
|
1143
|
+
* Records a backup action and event for the specified location without performing the actual backup.
|
|
1109
1144
|
* Create backup action and event for a specified location without performing actual backup
|
|
1110
1145
|
*/
|
|
1111
1146
|
backupKeySharesToLocationRaw(requestParameters: BackupKeySharesToLocationOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<BackupKeySharesToLocationResponse>>;
|
|
1112
1147
|
/**
|
|
1148
|
+
* Records a backup action and event for the specified location without performing the actual backup.
|
|
1113
1149
|
* Create backup action and event for a specified location without performing actual backup
|
|
1114
1150
|
*/
|
|
1115
1151
|
backupKeySharesToLocation(requestParameters: BackupKeySharesToLocationOperationRequest, initOverrides?: RequestInit): Promise<BackupKeySharesToLocationResponse>;
|
|
@@ -1122,10 +1158,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1122
1158
|
*/
|
|
1123
1159
|
backupKeySharesToLocationOptions(requestParameters: BackupKeySharesToLocationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1124
1160
|
/**
|
|
1161
|
+
* Records backup actions and events for multiple locations without performing the actual backups.
|
|
1125
1162
|
* Create backup action and event for multiple locations without performing actual backup
|
|
1126
1163
|
*/
|
|
1127
1164
|
backupKeySharesToLocationsRaw(requestParameters: BackupKeySharesToLocationsOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<BackupKeySharesToLocationsResponse>>;
|
|
1128
1165
|
/**
|
|
1166
|
+
* Records backup actions and events for multiple locations without performing the actual backups.
|
|
1129
1167
|
* Create backup action and event for multiple locations without performing actual backup
|
|
1130
1168
|
*/
|
|
1131
1169
|
backupKeySharesToLocations(requestParameters: BackupKeySharesToLocationsOperationRequest, initOverrides?: RequestInit): Promise<BackupKeySharesToLocationsResponse>;
|
|
@@ -1139,12 +1177,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1139
1177
|
backupKeySharesToLocationsOptions(requestParameters: BackupKeySharesToLocationsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1140
1178
|
/**
|
|
1141
1179
|
* This endpoint proxies requests to `/sdk/{environmentId}/providers/coinbasesocial/redirect` because Coinbase does not allow the string `coinbase` on the redirect URL path
|
|
1142
|
-
*
|
|
1180
|
+
* Handle Coinbase OAuth redirect
|
|
1143
1181
|
*/
|
|
1144
1182
|
cbOauthRedirectRaw(requestParameters: CbOauthRedirectRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<string>>;
|
|
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
|
cbOauthRedirect(requestParameters: CbOauthRedirectRequest, initOverrides?: RequestInit): Promise<string>;
|
|
1150
1188
|
/**
|
|
@@ -1166,10 +1204,30 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1166
1204
|
*/
|
|
1167
1205
|
checkSsoProvider(requestParameters: CheckSsoProviderRequest, initOverrides?: RequestInit): Promise<SsoProviderCheckResponse>;
|
|
1168
1206
|
/**
|
|
1207
|
+
* Check if a wallet address is sanctioned using Chainalysis. Returns whether the wallet is blocked or not.
|
|
1208
|
+
* Check if a wallet address is sanctioned
|
|
1209
|
+
*/
|
|
1210
|
+
checkWalletSanctionsRaw(requestParameters: CheckWalletSanctionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<WalletSanctionsResponse>>;
|
|
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
|
+
checkWalletSanctions(requestParameters: CheckWalletSanctionsRequest, initOverrides?: RequestInit): Promise<WalletSanctionsResponse>;
|
|
1216
|
+
/**
|
|
1217
|
+
* Options call for this endpoint
|
|
1218
|
+
*/
|
|
1219
|
+
checkWalletSanctionsOptionsRaw(requestParameters: CheckWalletSanctionsOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1220
|
+
/**
|
|
1221
|
+
* Options call for this endpoint
|
|
1222
|
+
*/
|
|
1223
|
+
checkWalletSanctionsOptions(requestParameters: CheckWalletSanctionsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1224
|
+
/**
|
|
1225
|
+
* Claims a pregenerated embedded wallet and associates it with the authenticated user.
|
|
1169
1226
|
* Claim a pregenerated embedded wallet
|
|
1170
1227
|
*/
|
|
1171
1228
|
claimEmbeddedWalletRaw(requestParameters: ClaimEmbeddedWalletRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1172
1229
|
/**
|
|
1230
|
+
* Claims a pregenerated embedded wallet and associates it with the authenticated user.
|
|
1173
1231
|
* Claim a pregenerated embedded wallet
|
|
1174
1232
|
*/
|
|
1175
1233
|
claimEmbeddedWallet(requestParameters: ClaimEmbeddedWalletRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
@@ -1207,19 +1265,21 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1207
1265
|
coinbaseOrdersOptions(requestParameters: CoinbaseOrdersOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1208
1266
|
/**
|
|
1209
1267
|
* Completes the passkey recovery process for a user\'s passkey embedded wallet
|
|
1210
|
-
*
|
|
1268
|
+
* Complete passkey recovery for an embedded wallet
|
|
1211
1269
|
*/
|
|
1212
1270
|
completePasskeyRecoveryRaw(requestParameters: CompletePasskeyRecoveryOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
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
|
completePasskeyRecovery(requestParameters: CompletePasskeyRecoveryOperationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
1218
1276
|
/**
|
|
1277
|
+
* Creates a new Coinbase onramp order for the authenticated user.
|
|
1219
1278
|
* Create a Coinbase onramp order
|
|
1220
1279
|
*/
|
|
1221
1280
|
createCoinbaseOnrampOrderRaw(requestParameters: CreateCoinbaseOnrampOrderRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CoinbaseOnrampOrderResponse>>;
|
|
1222
1281
|
/**
|
|
1282
|
+
* Creates a new Coinbase onramp order for the authenticated user.
|
|
1223
1283
|
* Create a Coinbase onramp order
|
|
1224
1284
|
*/
|
|
1225
1285
|
createCoinbaseOnrampOrder(requestParameters: CreateCoinbaseOnrampOrderRequest, initOverrides?: RequestInit): Promise<CoinbaseOnrampOrderResponse>;
|
|
@@ -1234,10 +1294,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1234
1294
|
*/
|
|
1235
1295
|
createCryptoDotComPayment(requestParameters: CreateCryptoDotComPaymentRequest, initOverrides?: RequestInit): Promise<CryptoDotComPaymentResponse>;
|
|
1236
1296
|
/**
|
|
1297
|
+
* Initiates the email verification process and sends a verification code.
|
|
1237
1298
|
* Initialize email verification process
|
|
1238
1299
|
*/
|
|
1239
1300
|
createEmailVerificationRaw(requestParameters: CreateEmailVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<EmailVerificationCreateResponse>>;
|
|
1240
1301
|
/**
|
|
1302
|
+
* Initiates the email verification process and sends a verification code.
|
|
1241
1303
|
* Initialize email verification process
|
|
1242
1304
|
*/
|
|
1243
1305
|
createEmailVerification(requestParameters: CreateEmailVerificationRequest, initOverrides?: RequestInit): Promise<EmailVerificationCreateResponse>;
|
|
@@ -1268,26 +1330,32 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1268
1330
|
*/
|
|
1269
1331
|
createEmbeddedWalletsOptions(requestParameters: CreateEmbeddedWalletsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1270
1332
|
/**
|
|
1271
|
-
*
|
|
1333
|
+
* Creates a new global wallet connection for the authenticated user.
|
|
1334
|
+
* Create a global wallet connection
|
|
1272
1335
|
*/
|
|
1273
1336
|
createGlobalWalletConnectionRaw(requestParameters: CreateGlobalWalletConnectionRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GlobalWalletConnection>>;
|
|
1274
1337
|
/**
|
|
1275
|
-
*
|
|
1338
|
+
* Creates a new global wallet connection for the authenticated user.
|
|
1339
|
+
* Create a global wallet connection
|
|
1276
1340
|
*/
|
|
1277
1341
|
createGlobalWalletConnection(requestParameters: CreateGlobalWalletConnectionRequest, initOverrides?: RequestInit): Promise<GlobalWalletConnection>;
|
|
1278
1342
|
/**
|
|
1279
|
-
*
|
|
1343
|
+
* Generates a new set of MFA recovery codes, replacing any existing ones.
|
|
1344
|
+
* Generate new recovery codes
|
|
1280
1345
|
*/
|
|
1281
1346
|
createNewRecoveryCodesRaw(requestParameters: CreateNewRecoveryCodesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFARegenRecoveryCodesResponse>>;
|
|
1282
1347
|
/**
|
|
1283
|
-
*
|
|
1348
|
+
* Generates a new set of MFA recovery codes, replacing any existing ones.
|
|
1349
|
+
* Generate new recovery codes
|
|
1284
1350
|
*/
|
|
1285
1351
|
createNewRecoveryCodes(requestParameters: CreateNewRecoveryCodesRequest, initOverrides?: RequestInit): Promise<MFARegenRecoveryCodesResponse>;
|
|
1286
1352
|
/**
|
|
1353
|
+
* Creates MPC ceremony rooms for the specified WAAS wallet.
|
|
1287
1354
|
* Create rooms for a waas mpc ceremony
|
|
1288
1355
|
*/
|
|
1289
1356
|
createRoomsRaw(requestParameters: CreateRoomsOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CreateRoomsResponse>>;
|
|
1290
1357
|
/**
|
|
1358
|
+
* Creates MPC ceremony rooms for the specified WAAS wallet.
|
|
1291
1359
|
* Create rooms for a waas mpc ceremony
|
|
1292
1360
|
*/
|
|
1293
1361
|
createRooms(requestParameters: CreateRoomsOperationRequest, initOverrides?: RequestInit): Promise<CreateRoomsResponse>;
|
|
@@ -1300,10 +1368,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1300
1368
|
*/
|
|
1301
1369
|
createRoomsOptions(requestParameters: CreateRoomsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1302
1370
|
/**
|
|
1371
|
+
* Creates MPC ceremony rooms without requiring an existing wallet ID.
|
|
1303
1372
|
* Create rooms for a waas mpc ceremony without a walletId
|
|
1304
1373
|
*/
|
|
1305
1374
|
createRoomsWithoutWalletIdRaw(requestParameters: CreateRoomsWithoutWalletIdOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CreateRoomsWithoutWalletIdResponse>>;
|
|
1306
1375
|
/**
|
|
1376
|
+
* Creates MPC ceremony rooms without requiring an existing wallet ID.
|
|
1307
1377
|
* Create rooms for a waas mpc ceremony without a walletId
|
|
1308
1378
|
*/
|
|
1309
1379
|
createRoomsWithoutWalletId(requestParameters: CreateRoomsWithoutWalletIdOperationRequest, initOverrides?: RequestInit): Promise<CreateRoomsWithoutWalletIdResponse>;
|
|
@@ -1316,11 +1386,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1316
1386
|
*/
|
|
1317
1387
|
createRoomsWithoutWalletIdOptions(requestParameters: CreateRoomsWithoutWalletIdOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1318
1388
|
/**
|
|
1319
|
-
*
|
|
1389
|
+
* Initiates the SMS verification process and sends a verification code.
|
|
1390
|
+
* Initialize SMS verification process
|
|
1320
1391
|
*/
|
|
1321
1392
|
createSmsVerificationRaw(requestParameters: CreateSmsVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SmsVerificationCreateResponse>>;
|
|
1322
1393
|
/**
|
|
1323
|
-
*
|
|
1394
|
+
* Initiates the SMS verification process and sends a verification code.
|
|
1395
|
+
* Initialize SMS verification process
|
|
1324
1396
|
*/
|
|
1325
1397
|
createSmsVerification(requestParameters: CreateSmsVerificationRequest, initOverrides?: RequestInit): Promise<SmsVerificationCreateResponse>;
|
|
1326
1398
|
/**
|
|
@@ -1343,12 +1415,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1343
1415
|
createVisit(requestParameters: CreateVisitRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1344
1416
|
/**
|
|
1345
1417
|
* Create a new waas account
|
|
1346
|
-
* Create a
|
|
1418
|
+
* Create a WAAS wallet
|
|
1347
1419
|
*/
|
|
1348
1420
|
createWaasAccountRaw(requestParameters: CreateWaasAccountOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponseWithServerKeygenIds>>;
|
|
1349
1421
|
/**
|
|
1350
1422
|
* Create a new waas account
|
|
1351
|
-
* Create a
|
|
1423
|
+
* Create a WAAS wallet
|
|
1352
1424
|
*/
|
|
1353
1425
|
createWaasAccount(requestParameters: CreateWaasAccountOperationRequest, initOverrides?: RequestInit): Promise<OpenRoomResponseWithServerKeygenIds>;
|
|
1354
1426
|
/**
|
|
@@ -1379,27 +1451,31 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1379
1451
|
cryptoDotComPaymentOptions(requestParameters: CryptoDotComPaymentOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1380
1452
|
/**
|
|
1381
1453
|
* Deletes the embedded wallets for a user
|
|
1382
|
-
*
|
|
1454
|
+
* Delete embedded wallets for a user
|
|
1383
1455
|
*/
|
|
1384
1456
|
deleteEmbeddedWalletsRaw(requestParameters: DeleteEmbeddedWalletsOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1385
1457
|
/**
|
|
1386
1458
|
* Deletes the embedded wallets for a user
|
|
1387
|
-
*
|
|
1459
|
+
* Delete embedded wallets for a user
|
|
1388
1460
|
*/
|
|
1389
1461
|
deleteEmbeddedWallets(requestParameters: DeleteEmbeddedWalletsOperationRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1390
1462
|
/**
|
|
1391
|
-
*
|
|
1463
|
+
* Permanently removes an MFA device from the authenticated user account.
|
|
1464
|
+
* Delete an MFA device
|
|
1392
1465
|
*/
|
|
1393
1466
|
deleteMfaDeviceRaw(requestParameters: DeleteMfaDeviceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1394
1467
|
/**
|
|
1395
|
-
*
|
|
1468
|
+
* Permanently removes an MFA device from the authenticated user account.
|
|
1469
|
+
* Delete an MFA device
|
|
1396
1470
|
*/
|
|
1397
1471
|
deleteMfaDevice(requestParameters: DeleteMfaDeviceRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1398
1472
|
/**
|
|
1473
|
+
* Permanently removes a passkey from the authenticated user account.
|
|
1399
1474
|
* Delete a passkey
|
|
1400
1475
|
*/
|
|
1401
1476
|
deletePasskeyRaw(requestParameters: DeletePasskeyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1402
1477
|
/**
|
|
1478
|
+
* Permanently removes a passkey from the authenticated user account.
|
|
1403
1479
|
* Delete a passkey
|
|
1404
1480
|
*/
|
|
1405
1481
|
deletePasskey(requestParameters: DeletePasskeyRequest, initOverrides?: RequestInit): Promise<void>;
|
|
@@ -1422,11 +1498,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1422
1498
|
*/
|
|
1423
1499
|
deliverDelegatedShareOptions(requestParameters: DeliverDelegatedShareOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1424
1500
|
/**
|
|
1425
|
-
*
|
|
1501
|
+
* Disconnects the specified global wallet connection.
|
|
1502
|
+
* Disconnect a global wallet connection
|
|
1426
1503
|
*/
|
|
1427
1504
|
disconnectGlobalWalletConnectionRaw(requestParameters: DisconnectGlobalWalletConnectionRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GlobalWalletConnection>>;
|
|
1428
1505
|
/**
|
|
1429
|
-
*
|
|
1506
|
+
* Disconnects the specified global wallet connection.
|
|
1507
|
+
* Disconnect a global wallet connection
|
|
1430
1508
|
*/
|
|
1431
1509
|
disconnectGlobalWalletConnection(requestParameters: DisconnectGlobalWalletConnectionRequest, initOverrides?: RequestInit): Promise<GlobalWalletConnection>;
|
|
1432
1510
|
/**
|
|
@@ -1486,11 +1564,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1486
1564
|
*/
|
|
1487
1565
|
eventsOptions(requestParameters: EventsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1488
1566
|
/**
|
|
1489
|
-
*
|
|
1567
|
+
* Exports the private key of a WAAS wallet through an MPC ceremony.
|
|
1568
|
+
* Export a WAAS wallet private key
|
|
1490
1569
|
*/
|
|
1491
1570
|
exportPrivateKeyRaw(requestParameters: ExportPrivateKeyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponseWithServerKeygenIds>>;
|
|
1492
1571
|
/**
|
|
1493
|
-
*
|
|
1572
|
+
* Exports the private key of a WAAS wallet through an MPC ceremony.
|
|
1573
|
+
* Export a WAAS wallet private key
|
|
1494
1574
|
*/
|
|
1495
1575
|
exportPrivateKey(requestParameters: ExportPrivateKeyRequest, initOverrides?: RequestInit): Promise<OpenRoomResponseWithServerKeygenIds>;
|
|
1496
1576
|
/**
|
|
@@ -1502,11 +1582,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1502
1582
|
*/
|
|
1503
1583
|
exportPrivateKeyOptions(requestParameters: ExportPrivateKeyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1504
1584
|
/**
|
|
1505
|
-
*
|
|
1585
|
+
* Authenticates a user using a token from an external auth provider.
|
|
1586
|
+
* Sign in with an external auth provider token
|
|
1506
1587
|
*/
|
|
1507
1588
|
externalAuthSigninRaw(requestParameters: ExternalAuthSigninOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1508
1589
|
/**
|
|
1509
|
-
*
|
|
1590
|
+
* Authenticates a user using a token from an external auth provider.
|
|
1591
|
+
* Sign in with an external auth provider token
|
|
1510
1592
|
*/
|
|
1511
1593
|
externalAuthSignin(requestParameters: ExternalAuthSigninOperationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
1512
1594
|
/**
|
|
@@ -1518,10 +1600,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1518
1600
|
*/
|
|
1519
1601
|
externalAuthSigninOptions(requestParameters: ExternalAuthSigninOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1520
1602
|
/**
|
|
1603
|
+
* [DEPRECATED] Please use /externalAuth/signin instead.
|
|
1521
1604
|
* [DEPRECATED] Please use /externalAuth/signin instead
|
|
1522
1605
|
*/
|
|
1523
1606
|
externalAuthVerifyRaw(requestParameters: ExternalAuthVerifyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1524
1607
|
/**
|
|
1608
|
+
* [DEPRECATED] Please use /externalAuth/signin instead.
|
|
1525
1609
|
* [DEPRECATED] Please use /externalAuth/signin instead
|
|
1526
1610
|
*/
|
|
1527
1611
|
externalAuthVerify(requestParameters: ExternalAuthVerifyRequest, initOverrides?: RequestInit): Promise<void>;
|
|
@@ -1535,12 +1619,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1535
1619
|
externalAuthVerifyOptions(requestParameters: ExternalAuthVerifyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1536
1620
|
/**
|
|
1537
1621
|
* Farcaster SignIn endpoint to exchange SIWF data
|
|
1538
|
-
*
|
|
1622
|
+
* Sign in with Farcaster
|
|
1539
1623
|
*/
|
|
1540
1624
|
farcasterSignInRaw(requestParameters: FarcasterSignInOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1541
1625
|
/**
|
|
1542
1626
|
* Farcaster SignIn endpoint to exchange SIWF data
|
|
1543
|
-
*
|
|
1627
|
+
* Sign in with Farcaster
|
|
1544
1628
|
*/
|
|
1545
1629
|
farcasterSignIn(requestParameters: FarcasterSignInOperationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
1546
1630
|
/**
|
|
@@ -1553,12 +1637,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1553
1637
|
farcasterSignInOptions(requestParameters: FarcasterSignInOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1554
1638
|
/**
|
|
1555
1639
|
* Farcaster Verify endpoint to exchange SIWF data
|
|
1556
|
-
* Farcaster
|
|
1640
|
+
* Verify Farcaster account linking
|
|
1557
1641
|
*/
|
|
1558
1642
|
farcasterVerifyRaw(requestParameters: FarcasterVerifyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1559
1643
|
/**
|
|
1560
1644
|
* Farcaster Verify endpoint to exchange SIWF data
|
|
1561
|
-
* Farcaster
|
|
1645
|
+
* Verify Farcaster account linking
|
|
1562
1646
|
*/
|
|
1563
1647
|
farcasterVerify(requestParameters: FarcasterVerifyRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
1564
1648
|
/**
|
|
@@ -1570,19 +1654,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1570
1654
|
*/
|
|
1571
1655
|
farcasterVerifyOptions(requestParameters: FarcasterVerifyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1572
1656
|
/**
|
|
1657
|
+
* Generates a Coinbase onramp buy URL for purchasing crypto.
|
|
1573
1658
|
* Generate a Coinbase onramp buy URL
|
|
1574
1659
|
*/
|
|
1575
1660
|
generateCoinbaseOnrampBuyUrlRaw(requestParameters: GenerateCoinbaseOnrampBuyUrlRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CoinbaseOnrampGetBuyUrlResponse>>;
|
|
1576
1661
|
/**
|
|
1662
|
+
* Generates a Coinbase onramp buy URL for purchasing crypto.
|
|
1577
1663
|
* Generate a Coinbase onramp buy URL
|
|
1578
1664
|
*/
|
|
1579
1665
|
generateCoinbaseOnrampBuyUrl(requestParameters: GenerateCoinbaseOnrampBuyUrlRequest, initOverrides?: RequestInit): Promise<CoinbaseOnrampGetBuyUrlResponse>;
|
|
1580
1666
|
/**
|
|
1581
|
-
*
|
|
1667
|
+
* Returns the token balances for a specific account address on a given chain.
|
|
1668
|
+
* Get token balances for an account
|
|
1582
1669
|
*/
|
|
1583
1670
|
getAccountBalancesRaw(requestParameters: GetAccountBalancesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<TokenBalance>>>;
|
|
1584
1671
|
/**
|
|
1585
|
-
*
|
|
1672
|
+
* Returns the token balances for a specific account address on a given chain.
|
|
1673
|
+
* Get token balances for an account
|
|
1586
1674
|
*/
|
|
1587
1675
|
getAccountBalances(requestParameters: GetAccountBalancesRequest, initOverrides?: RequestInit): Promise<Array<TokenBalance>>;
|
|
1588
1676
|
/**
|
|
@@ -1594,11 +1682,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1594
1682
|
*/
|
|
1595
1683
|
getAccountBalancesOptions(requestParameters: GetAccountBalancesOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1596
1684
|
/**
|
|
1597
|
-
*
|
|
1685
|
+
* Returns an auth token for the specified embedded wallet type.
|
|
1686
|
+
* Get an auth token for an embedded wallet type
|
|
1598
1687
|
*/
|
|
1599
1688
|
getAuthTokenRaw(requestParameters: GetAuthTokenRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<EmbeddedWalletAuthToken>>;
|
|
1600
1689
|
/**
|
|
1601
|
-
*
|
|
1690
|
+
* Returns an auth token for the specified embedded wallet type.
|
|
1691
|
+
* Get an auth token for an embedded wallet type
|
|
1602
1692
|
*/
|
|
1603
1693
|
getAuthToken(requestParameters: GetAuthTokenRequest, initOverrides?: RequestInit): Promise<EmbeddedWalletAuthToken>;
|
|
1604
1694
|
/**
|
|
@@ -1610,11 +1700,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1610
1700
|
*/
|
|
1611
1701
|
getAuthTokenOpts(requestParameters: GetAuthTokenOptsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1612
1702
|
/**
|
|
1613
|
-
*
|
|
1703
|
+
* Returns the full profile of the currently authenticated user.
|
|
1704
|
+
* Get the current user\'s profile
|
|
1614
1705
|
*/
|
|
1615
1706
|
getAuthenticatedUserRaw(requestParameters: GetAuthenticatedUserRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SdkUser>>;
|
|
1616
1707
|
/**
|
|
1617
|
-
*
|
|
1708
|
+
* Returns the full profile of the currently authenticated user.
|
|
1709
|
+
* Get the current user\'s profile
|
|
1618
1710
|
*/
|
|
1619
1711
|
getAuthenticatedUser(requestParameters: GetAuthenticatedUserRequest, initOverrides?: RequestInit): Promise<SdkUser>;
|
|
1620
1712
|
/**
|
|
@@ -1647,20 +1739,22 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1647
1739
|
getCoinbaseSupportedNetworks(requestParameters: GetCoinbaseSupportedNetworksRequest, initOverrides?: RequestInit): Promise<Array<string>>;
|
|
1648
1740
|
/**
|
|
1649
1741
|
* Generates the request body for a user\'s create V2 wallet account request
|
|
1650
|
-
*
|
|
1742
|
+
* Generate the create wallet account request body
|
|
1651
1743
|
*/
|
|
1652
1744
|
getCreateWalletAccountRequestRaw(requestParameters: GetCreateWalletAccountRequestRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<TurnkeyCreateWalletAccountsRequestBody>>;
|
|
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
|
getCreateWalletAccountRequest(requestParameters: GetCreateWalletAccountRequestRequest, initOverrides?: RequestInit): Promise<TurnkeyCreateWalletAccountsRequestBody>;
|
|
1658
1750
|
/**
|
|
1659
1751
|
* Exchange rates for the given currency
|
|
1752
|
+
* Get currency exchange rates
|
|
1660
1753
|
*/
|
|
1661
1754
|
getCurrencyExchangeRatesRaw(requestParameters: GetCurrencyExchangeRatesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<Currency>>>;
|
|
1662
1755
|
/**
|
|
1663
1756
|
* Exchange rates for the given currency
|
|
1757
|
+
* Get currency exchange rates
|
|
1664
1758
|
*/
|
|
1665
1759
|
getCurrencyExchangeRates(requestParameters: GetCurrencyExchangeRatesRequest, initOverrides?: RequestInit): Promise<Array<Currency>>;
|
|
1666
1760
|
/**
|
|
@@ -1673,12 +1767,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1673
1767
|
getCurrencyExchangeRatesOptions(requestParameters: GetCurrencyExchangeRatesOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1674
1768
|
/**
|
|
1675
1769
|
* 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.
|
|
1676
|
-
* Get
|
|
1770
|
+
* Get the sign-in email provider
|
|
1677
1771
|
*/
|
|
1678
1772
|
getEmailProviderRaw(requestParameters: GetEmailProviderRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<EmailProviderResponse>>;
|
|
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
|
getEmailProvider(requestParameters: GetEmailProviderRequest, initOverrides?: RequestInit): Promise<EmailProviderResponse>;
|
|
1684
1778
|
/**
|
|
@@ -1690,19 +1784,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1690
1784
|
*/
|
|
1691
1785
|
getEmbeddedWalletBackupOption(requestParameters: GetEmbeddedWalletBackupOptionRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1692
1786
|
/**
|
|
1693
|
-
*
|
|
1787
|
+
* Returns the backup key for an embedded wallet.
|
|
1788
|
+
* Get the backup key for an embedded wallet
|
|
1694
1789
|
*/
|
|
1695
1790
|
getEmbeddedWalletBackupsRaw(requestParameters: GetEmbeddedWalletBackupsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<EmbeddedWalletSecret>>;
|
|
1696
1791
|
/**
|
|
1697
|
-
*
|
|
1792
|
+
* Returns the backup key for an embedded wallet.
|
|
1793
|
+
* Get the backup key for an embedded wallet
|
|
1698
1794
|
*/
|
|
1699
1795
|
getEmbeddedWalletBackups(requestParameters: GetEmbeddedWalletBackupsRequest, initOverrides?: RequestInit): Promise<EmbeddedWalletSecret>;
|
|
1700
1796
|
/**
|
|
1701
|
-
*
|
|
1797
|
+
* Returns the passcode for a pregenerated embedded wallet.
|
|
1798
|
+
* Get the passcode for a pregenerated embedded wallet
|
|
1702
1799
|
*/
|
|
1703
1800
|
getEmbeddedWalletPasscodeRaw(requestParameters: GetEmbeddedWalletPasscodeRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<EmbeddedWalletSecret>>;
|
|
1704
1801
|
/**
|
|
1705
|
-
*
|
|
1802
|
+
* Returns the passcode for a pregenerated embedded wallet.
|
|
1803
|
+
* Get the passcode for a pregenerated embedded wallet
|
|
1706
1804
|
*/
|
|
1707
1805
|
getEmbeddedWalletPasscode(requestParameters: GetEmbeddedWalletPasscodeRequest, initOverrides?: RequestInit): Promise<EmbeddedWalletSecret>;
|
|
1708
1806
|
/**
|
|
@@ -1715,19 +1813,21 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1715
1813
|
getEmbeddedWalletPasscodeOption(requestParameters: GetEmbeddedWalletPasscodeOptionRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1716
1814
|
/**
|
|
1717
1815
|
* Generates the request body for a user\'s delete V2 wallets request
|
|
1718
|
-
*
|
|
1816
|
+
* Generate the delete wallets request body
|
|
1719
1817
|
*/
|
|
1720
1818
|
getEmbeddedWalletsDeleteRequestRaw(requestParameters: GetEmbeddedWalletsDeleteRequestRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<TurnkeyDeleteEmbeddedWalletsRequestBody>>;
|
|
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
|
getEmbeddedWalletsDeleteRequest(requestParameters: GetEmbeddedWalletsDeleteRequestRequest, initOverrides?: RequestInit): Promise<TurnkeyDeleteEmbeddedWalletsRequestBody>;
|
|
1726
1824
|
/**
|
|
1825
|
+
* Returns the OAuth access token for the specified user OAuth account.
|
|
1727
1826
|
* Get the access token for a user OAuth account
|
|
1728
1827
|
*/
|
|
1729
1828
|
getEndUserOauthAccessTokenRaw(requestParameters: GetEndUserOauthAccessTokenRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UserOauthAccessTokenResponse>>;
|
|
1730
1829
|
/**
|
|
1830
|
+
* Returns the OAuth access token for the specified user OAuth account.
|
|
1731
1831
|
* Get the access token for a user OAuth account
|
|
1732
1832
|
*/
|
|
1733
1833
|
getEndUserOauthAccessToken(requestParameters: GetEndUserOauthAccessTokenRequest, initOverrides?: RequestInit): Promise<UserOauthAccessTokenResponse>;
|
|
@@ -1740,18 +1840,22 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1740
1840
|
*/
|
|
1741
1841
|
getEndUserOauthAccessTokenOptions(requestParameters: GetEndUserOauthAccessTokenOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1742
1842
|
/**
|
|
1743
|
-
*
|
|
1843
|
+
* Returns the project settings and configuration for the specified environment.
|
|
1844
|
+
* Get environment settings
|
|
1744
1845
|
*/
|
|
1745
1846
|
getEnvironmentSettingsRaw(requestParameters: GetEnvironmentSettingsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<ProjectSettings>>;
|
|
1746
1847
|
/**
|
|
1747
|
-
*
|
|
1848
|
+
* Returns the project settings and configuration for the specified environment.
|
|
1849
|
+
* Get environment settings
|
|
1748
1850
|
*/
|
|
1749
1851
|
getEnvironmentSettings(requestParameters: GetEnvironmentSettingsRequest, initOverrides?: RequestInit): Promise<ProjectSettings>;
|
|
1750
1852
|
/**
|
|
1853
|
+
* Returns the exchange account transactions for the authenticated user.
|
|
1751
1854
|
* Get the exchange account transactions for a given dynamic user
|
|
1752
1855
|
*/
|
|
1753
1856
|
getExchangeTransactionsRaw(requestParameters: GetExchangeTransactionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<ExchangeTransaction>>>;
|
|
1754
1857
|
/**
|
|
1858
|
+
* Returns the exchange account transactions for the authenticated user.
|
|
1755
1859
|
* Get the exchange account transactions for a given dynamic user
|
|
1756
1860
|
*/
|
|
1757
1861
|
getExchangeTransactions(requestParameters: GetExchangeTransactionsRequest, initOverrides?: RequestInit): Promise<Array<ExchangeTransaction>>;
|
|
@@ -1764,10 +1868,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1764
1868
|
*/
|
|
1765
1869
|
getExchangeTransactionsOptions(requestParameters: GetExchangeTransactionsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1766
1870
|
/**
|
|
1871
|
+
* Returns the available transfer destinations for exchange account transactions.
|
|
1767
1872
|
* Get the available exchange transfer destinations for account transactions for a given dynamic user
|
|
1768
1873
|
*/
|
|
1769
1874
|
getExchangeTransferDestinationsRaw(requestParameters: GetExchangeTransferDestinationsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<TransferDestinationResponse>>;
|
|
1770
1875
|
/**
|
|
1876
|
+
* Returns the available transfer destinations for exchange account transactions.
|
|
1771
1877
|
* Get the available exchange transfer destinations for account transactions for a given dynamic user
|
|
1772
1878
|
*/
|
|
1773
1879
|
getExchangeTransferDestinations(requestParameters: GetExchangeTransferDestinationsRequest, initOverrides?: RequestInit): Promise<TransferDestinationResponse>;
|
|
@@ -1780,19 +1886,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1780
1886
|
*/
|
|
1781
1887
|
getExchangeTransferDestinationsOptions(requestParameters: GetExchangeTransferDestinationsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1782
1888
|
/**
|
|
1889
|
+
* Returns the global wallet settings configured for the specified environment.
|
|
1783
1890
|
* Get the global wallet settings for the environment
|
|
1784
1891
|
*/
|
|
1785
1892
|
getGlobalWalletsSettingsRaw(requestParameters: GetGlobalWalletsSettingsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GlobalWalletSettings>>;
|
|
1786
1893
|
/**
|
|
1894
|
+
* Returns the global wallet settings configured for the specified environment.
|
|
1787
1895
|
* Get the global wallet settings for the environment
|
|
1788
1896
|
*/
|
|
1789
1897
|
getGlobalWalletsSettings(requestParameters: GetGlobalWalletsSettingsRequest, initOverrides?: RequestInit): Promise<GlobalWalletSettings>;
|
|
1790
1898
|
/**
|
|
1791
1899
|
* Health check endpoint to check for uptime of API.
|
|
1900
|
+
* Check API health
|
|
1792
1901
|
*/
|
|
1793
1902
|
getHealthcheckRaw(requestParameters: GetHealthcheckRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<HealthcheckResponse>>;
|
|
1794
1903
|
/**
|
|
1795
1904
|
* Health check endpoint to check for uptime of API.
|
|
1905
|
+
* Check API health
|
|
1796
1906
|
*/
|
|
1797
1907
|
getHealthcheck(requestParameters: GetHealthcheckRequest, initOverrides?: RequestInit): Promise<HealthcheckResponse>;
|
|
1798
1908
|
/**
|
|
@@ -1804,27 +1914,33 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1804
1914
|
*/
|
|
1805
1915
|
getHealthcheckOptions(requestParameters: GetHealthcheckOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1806
1916
|
/**
|
|
1807
|
-
*
|
|
1917
|
+
* Returns the JSON Web Key Set (JWKS) for the specified environment.
|
|
1918
|
+
* Get JWKS for the environment
|
|
1808
1919
|
*/
|
|
1809
1920
|
getJwksByEnvironmentIdRaw(requestParameters: GetJwksByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<JwksResponse>>;
|
|
1810
1921
|
/**
|
|
1811
|
-
*
|
|
1922
|
+
* Returns the JSON Web Key Set (JWKS) for the specified environment.
|
|
1923
|
+
* Get JWKS for the environment
|
|
1812
1924
|
*/
|
|
1813
1925
|
getJwksByEnvironmentId(requestParameters: GetJwksByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<JwksResponse>;
|
|
1814
1926
|
/**
|
|
1815
|
-
*
|
|
1927
|
+
* Returns the JSON Web Key Set (JWKS) in JSON format for the specified environment.
|
|
1928
|
+
* Get JWKS for the environment (JSON format)
|
|
1816
1929
|
*/
|
|
1817
1930
|
getJwksJsonByEnvironmentIdRaw(requestParameters: GetJwksJsonByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<JwksResponse>>;
|
|
1818
1931
|
/**
|
|
1819
|
-
*
|
|
1932
|
+
* Returns the JSON Web Key Set (JWKS) in JSON format for the specified environment.
|
|
1933
|
+
* Get JWKS for the environment (JSON format)
|
|
1820
1934
|
*/
|
|
1821
1935
|
getJwksJsonByEnvironmentId(requestParameters: GetJwksJsonByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<JwksResponse>;
|
|
1822
1936
|
/**
|
|
1823
|
-
*
|
|
1937
|
+
* Returns details of a specific MFA device by its ID.
|
|
1938
|
+
* Get an MFA device by ID
|
|
1824
1939
|
*/
|
|
1825
1940
|
getMfaDeviceRaw(requestParameters: GetMfaDeviceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFADevice>>;
|
|
1826
1941
|
/**
|
|
1827
|
-
*
|
|
1942
|
+
* Returns details of a specific MFA device by its ID.
|
|
1943
|
+
* Get an MFA device by ID
|
|
1828
1944
|
*/
|
|
1829
1945
|
getMfaDevice(requestParameters: GetMfaDeviceRequest, initOverrides?: RequestInit): Promise<MFADevice>;
|
|
1830
1946
|
/**
|
|
@@ -1836,27 +1952,33 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1836
1952
|
*/
|
|
1837
1953
|
getMfaDeviceOptions(requestParameters: GetMfaDeviceOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1838
1954
|
/**
|
|
1839
|
-
*
|
|
1955
|
+
* Returns the network configurations enabled for the specified environment.
|
|
1956
|
+
* Get network configurations for the environment
|
|
1840
1957
|
*/
|
|
1841
1958
|
getNetworksConfigurationByEnvIdRaw(requestParameters: GetNetworksConfigurationByEnvIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<NetworkConfigurationResponse>>>;
|
|
1842
1959
|
/**
|
|
1843
|
-
*
|
|
1960
|
+
* Returns the network configurations enabled for the specified environment.
|
|
1961
|
+
* Get network configurations for the environment
|
|
1844
1962
|
*/
|
|
1845
1963
|
getNetworksConfigurationByEnvId(requestParameters: GetNetworksConfigurationByEnvIdRequest, initOverrides?: RequestInit): Promise<Array<NetworkConfigurationResponse>>;
|
|
1846
1964
|
/**
|
|
1965
|
+
* Creates and returns a nonce for use in the wallet authentication flow.
|
|
1847
1966
|
* Create nonce for authentication flow
|
|
1848
1967
|
*/
|
|
1849
1968
|
getNonceRaw(requestParameters: GetNonceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<NonceResponse>>;
|
|
1850
1969
|
/**
|
|
1970
|
+
* Creates and returns a nonce for use in the wallet authentication flow.
|
|
1851
1971
|
* Create nonce for authentication flow
|
|
1852
1972
|
*/
|
|
1853
1973
|
getNonce(requestParameters: GetNonceRequest, initOverrides?: RequestInit): Promise<NonceResponse>;
|
|
1854
1974
|
/**
|
|
1855
|
-
*
|
|
1975
|
+
* Returns the WebAuthn authentication options for passkey verification.
|
|
1976
|
+
* Get passkey authentication options
|
|
1856
1977
|
*/
|
|
1857
1978
|
getPasskeyAuthenticationOptionsRaw(requestParameters: GetPasskeyAuthenticationOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GetPasskeyAuthenticationOptionsResponse>>;
|
|
1858
1979
|
/**
|
|
1859
|
-
*
|
|
1980
|
+
* Returns the WebAuthn authentication options for passkey verification.
|
|
1981
|
+
* Get passkey authentication options
|
|
1860
1982
|
*/
|
|
1861
1983
|
getPasskeyAuthenticationOptions(requestParameters: GetPasskeyAuthenticationOptionsRequest, initOverrides?: RequestInit): Promise<GetPasskeyAuthenticationOptionsResponse>;
|
|
1862
1984
|
/**
|
|
@@ -1868,19 +1990,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1868
1990
|
*/
|
|
1869
1991
|
getPasskeyAuthenticationOptionsOptions(requestParameters: GetPasskeyAuthenticationOptionsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1870
1992
|
/**
|
|
1871
|
-
*
|
|
1993
|
+
* Returns the WebAuthn authentication options for passkey sign-in.
|
|
1994
|
+
* Get passkey sign-in options
|
|
1872
1995
|
*/
|
|
1873
1996
|
getPasskeyAuthenticationSigninOptionsRaw(requestParameters: GetPasskeyAuthenticationSigninOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GetPasskeyAuthenticationOptionsResponse>>;
|
|
1874
1997
|
/**
|
|
1875
|
-
*
|
|
1998
|
+
* Returns the WebAuthn authentication options for passkey sign-in.
|
|
1999
|
+
* Get passkey sign-in options
|
|
1876
2000
|
*/
|
|
1877
2001
|
getPasskeyAuthenticationSigninOptions(requestParameters: GetPasskeyAuthenticationSigninOptionsRequest, initOverrides?: RequestInit): Promise<GetPasskeyAuthenticationOptionsResponse>;
|
|
1878
2002
|
/**
|
|
1879
|
-
*
|
|
2003
|
+
* Returns the WebAuthn registration options needed to register a new passkey.
|
|
2004
|
+
* Get user passkeys
|
|
1880
2005
|
*/
|
|
1881
2006
|
getPasskeyRegistrationOptionsRaw(requestParameters: GetPasskeyRegistrationOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GetPasskeyRegistrationOptionsResponse>>;
|
|
1882
2007
|
/**
|
|
1883
|
-
*
|
|
2008
|
+
* Returns the WebAuthn registration options needed to register a new passkey.
|
|
2009
|
+
* Get user passkeys
|
|
1884
2010
|
*/
|
|
1885
2011
|
getPasskeyRegistrationOptions(requestParameters: GetPasskeyRegistrationOptionsRequest, initOverrides?: RequestInit): Promise<GetPasskeyRegistrationOptionsResponse>;
|
|
1886
2012
|
/**
|
|
@@ -1892,46 +2018,52 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1892
2018
|
*/
|
|
1893
2019
|
getPasskeyRegistrationOptionsOptions(requestParameters: GetPasskeyRegistrationOptionsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1894
2020
|
/**
|
|
2021
|
+
* Returns the MFA recovery codes for the authenticated user.
|
|
1895
2022
|
* Get recovery codes
|
|
1896
2023
|
*/
|
|
1897
2024
|
getRecoveryCodesRaw(requestParameters: GetRecoveryCodesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFAGetRecoveryCodesResponse>>;
|
|
1898
2025
|
/**
|
|
2026
|
+
* Returns the MFA recovery codes for the authenticated user.
|
|
1899
2027
|
* Get recovery codes
|
|
1900
2028
|
*/
|
|
1901
2029
|
getRecoveryCodes(requestParameters: GetRecoveryCodesRequest, initOverrides?: RequestInit): Promise<MFAGetRecoveryCodesResponse>;
|
|
1902
2030
|
/**
|
|
1903
2031
|
* Find the configuration for the enabled offramps associated to an environment
|
|
1904
|
-
*
|
|
2032
|
+
* Get enabled offramps for the environment
|
|
1905
2033
|
*/
|
|
1906
2034
|
getSupportedOfframpsRaw(requestParameters: GetSupportedOfframpsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SupportedOfframpsResponse>>;
|
|
1907
2035
|
/**
|
|
1908
2036
|
* Find the configuration for the enabled offramps associated to an environment
|
|
1909
|
-
*
|
|
2037
|
+
* Get enabled offramps for the environment
|
|
1910
2038
|
*/
|
|
1911
2039
|
getSupportedOfframps(requestParameters: GetSupportedOfframpsRequest, initOverrides?: RequestInit): Promise<SupportedOfframpsResponse>;
|
|
1912
2040
|
/**
|
|
1913
2041
|
* Find the configuration for the enabled onramps associated to an environment
|
|
1914
|
-
*
|
|
2042
|
+
* Get enabled onramps for the environment
|
|
1915
2043
|
*/
|
|
1916
2044
|
getSupportedOnrampsRaw(requestParameters: GetSupportedOnrampsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SupportedOnrampsResponse>>;
|
|
1917
2045
|
/**
|
|
1918
2046
|
* Find the configuration for the enabled onramps associated to an environment
|
|
1919
|
-
*
|
|
2047
|
+
* Get enabled onramps for the environment
|
|
1920
2048
|
*/
|
|
1921
2049
|
getSupportedOnramps(requestParameters: GetSupportedOnrampsRequest, initOverrides?: RequestInit): Promise<SupportedOnrampsResponse>;
|
|
1922
2050
|
/**
|
|
1923
|
-
*
|
|
2051
|
+
* Returns the HTML content for the Telegram login widget.
|
|
2052
|
+
* Get Telegram login widget HTML
|
|
1924
2053
|
*/
|
|
1925
2054
|
getTelegramAuthRaw(requestParameters: GetTelegramAuthRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<string>>;
|
|
1926
2055
|
/**
|
|
1927
|
-
*
|
|
2056
|
+
* Returns the HTML content for the Telegram login widget.
|
|
2057
|
+
* Get Telegram login widget HTML
|
|
1928
2058
|
*/
|
|
1929
2059
|
getTelegramAuth(requestParameters: GetTelegramAuthRequest, initOverrides?: RequestInit): Promise<string>;
|
|
1930
2060
|
/**
|
|
2061
|
+
* Returns the exchange accounts for the authenticated user on the specified exchange.
|
|
1931
2062
|
* Get the exchange accounts for a given dynamic user
|
|
1932
2063
|
*/
|
|
1933
2064
|
getUserAccountsRaw(requestParameters: GetUserAccountsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<Account>>>;
|
|
1934
2065
|
/**
|
|
2066
|
+
* Returns the exchange accounts for the authenticated user on the specified exchange.
|
|
1935
2067
|
* Get the exchange accounts for a given dynamic user
|
|
1936
2068
|
*/
|
|
1937
2069
|
getUserAccounts(requestParameters: GetUserAccountsRequest, initOverrides?: RequestInit): Promise<Array<Account>>;
|
|
@@ -1962,37 +2094,43 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1962
2094
|
*/
|
|
1963
2095
|
getUserFieldsCheckOptions(requestParameters: GetUserFieldsCheckOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1964
2096
|
/**
|
|
1965
|
-
*
|
|
2097
|
+
* Returns the list of MFA devices registered for the authenticated user.
|
|
2098
|
+
* Get the current user\'s MFA devices
|
|
1966
2099
|
*/
|
|
1967
2100
|
getUserMfaDevicesRaw(requestParameters: GetUserMfaDevicesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFAListDevicesResponse>>;
|
|
1968
2101
|
/**
|
|
1969
|
-
*
|
|
2102
|
+
* Returns the list of MFA devices registered for the authenticated user.
|
|
2103
|
+
* Get the current user\'s MFA devices
|
|
1970
2104
|
*/
|
|
1971
2105
|
getUserMfaDevices(requestParameters: GetUserMfaDevicesRequest, initOverrides?: RequestInit): Promise<MFAListDevicesResponse>;
|
|
1972
2106
|
/**
|
|
1973
|
-
*
|
|
2107
|
+
* Returns the available MFA methods for the authenticated user.
|
|
2108
|
+
* Get the current user\'s MFA methods
|
|
1974
2109
|
*/
|
|
1975
2110
|
getUserMfaMethodsRaw(requestParameters: GetUserMfaMethodsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFAMethodsResponse>>;
|
|
1976
2111
|
/**
|
|
1977
|
-
*
|
|
2112
|
+
* Returns the available MFA methods for the authenticated user.
|
|
2113
|
+
* Get the current user\'s MFA methods
|
|
1978
2114
|
*/
|
|
1979
2115
|
getUserMfaMethods(requestParameters: GetUserMfaMethodsRequest, initOverrides?: RequestInit): Promise<MFAMethodsResponse>;
|
|
1980
2116
|
/**
|
|
1981
|
-
*
|
|
2117
|
+
* Returns the list of passkeys registered for the authenticated user.
|
|
2118
|
+
* Get user passkeys
|
|
1982
2119
|
*/
|
|
1983
2120
|
getUserPasskeysRaw(requestParameters: GetUserPasskeysRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GetUserPasskeysResponse>>;
|
|
1984
2121
|
/**
|
|
1985
|
-
*
|
|
2122
|
+
* Returns the list of passkeys registered for the authenticated user.
|
|
2123
|
+
* Get user passkeys
|
|
1986
2124
|
*/
|
|
1987
2125
|
getUserPasskeys(requestParameters: GetUserPasskeysRequest, initOverrides?: RequestInit): Promise<GetUserPasskeysResponse>;
|
|
1988
2126
|
/**
|
|
1989
2127
|
* 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.
|
|
1990
|
-
*
|
|
2128
|
+
* Get a WAAS wallet by address
|
|
1991
2129
|
*/
|
|
1992
2130
|
getWaasWalletWithVerifiedCredentialsRaw(requestParameters: GetWaasWalletWithVerifiedCredentialsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SdkUser>>;
|
|
1993
2131
|
/**
|
|
1994
2132
|
* 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.
|
|
1995
|
-
*
|
|
2133
|
+
* Get a WAAS wallet by address
|
|
1996
2134
|
*/
|
|
1997
2135
|
getWaasWalletWithVerifiedCredentials(requestParameters: GetWaasWalletWithVerifiedCredentialsRequest, initOverrides?: RequestInit): Promise<SdkUser>;
|
|
1998
2136
|
/**
|
|
@@ -2039,22 +2177,22 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2039
2177
|
globalWalletsSettingsOptions(requestParameters: GlobalWalletsSettingsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2040
2178
|
/**
|
|
2041
2179
|
* Hard delete the authenticated user
|
|
2042
|
-
*
|
|
2180
|
+
* Delete the current user
|
|
2043
2181
|
*/
|
|
2044
2182
|
hardDeleteUserRaw(requestParameters: HardDeleteUserRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2045
2183
|
/**
|
|
2046
2184
|
* Hard delete the authenticated user
|
|
2047
|
-
*
|
|
2185
|
+
* Delete the current user
|
|
2048
2186
|
*/
|
|
2049
2187
|
hardDeleteUser(requestParameters: HardDeleteUserRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2050
2188
|
/**
|
|
2051
2189
|
* Import a private key to create a waas account
|
|
2052
|
-
* Import
|
|
2190
|
+
* Import a private key to create a WAAS wallet
|
|
2053
2191
|
*/
|
|
2054
2192
|
importPrivateKeyRaw(requestParameters: ImportPrivateKeyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponseWithServerKeygenIds>>;
|
|
2055
2193
|
/**
|
|
2056
2194
|
* Import a private key to create a waas account
|
|
2057
|
-
* Import
|
|
2195
|
+
* Import a private key to create a WAAS wallet
|
|
2058
2196
|
*/
|
|
2059
2197
|
importPrivateKey(requestParameters: ImportPrivateKeyRequest, initOverrides?: RequestInit): Promise<OpenRoomResponseWithServerKeygenIds>;
|
|
2060
2198
|
/**
|
|
@@ -2067,12 +2205,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2067
2205
|
importPrivateKeyOptions(requestParameters: ImportPrivateKeyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2068
2206
|
/**
|
|
2069
2207
|
* This endpoint initializes a secure oauth authentication sequence by providing the state and current url path to the API.
|
|
2070
|
-
* Initialize
|
|
2208
|
+
* Initialize an OAuth authentication sequence
|
|
2071
2209
|
*/
|
|
2072
2210
|
initAuthRaw(requestParameters: InitAuthRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2073
2211
|
/**
|
|
2074
2212
|
* This endpoint initializes a secure oauth authentication sequence by providing the state and current url path to the API.
|
|
2075
|
-
* Initialize
|
|
2213
|
+
* Initialize an OAuth authentication sequence
|
|
2076
2214
|
*/
|
|
2077
2215
|
initAuth(requestParameters: InitAuthRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2078
2216
|
/**
|
|
@@ -2121,12 +2259,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2121
2259
|
legacyEmbeddedWalletDeleteRequestOptions(requestParameters: LegacyEmbeddedWalletDeleteRequestOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2122
2260
|
/**
|
|
2123
2261
|
* Generates the turnkey request body for a user\'s delete wallets request
|
|
2124
|
-
*
|
|
2262
|
+
* Generate the delete wallets request body
|
|
2125
2263
|
*/
|
|
2126
2264
|
legacyGetEmbeddedWalletsDeleteRequestRaw(requestParameters: LegacyGetEmbeddedWalletsDeleteRequestRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<TurnkeyDeleteEmbeddedWalletsRequestBody>>;
|
|
2127
2265
|
/**
|
|
2128
2266
|
* Generates the turnkey request body for a user\'s delete wallets request
|
|
2129
|
-
*
|
|
2267
|
+
* Generate the delete wallets request body
|
|
2130
2268
|
*/
|
|
2131
2269
|
legacyGetEmbeddedWalletsDeleteRequest(requestParameters: LegacyGetEmbeddedWalletsDeleteRequestRequest, initOverrides?: RequestInit): Promise<TurnkeyDeleteEmbeddedWalletsRequestBody>;
|
|
2132
2270
|
/**
|
|
@@ -2146,21 +2284,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2146
2284
|
*/
|
|
2147
2285
|
listMfaMethodsOptions(requestParameters: ListMfaMethodsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2148
2286
|
/**
|
|
2149
|
-
*
|
|
2287
|
+
* Logs the SDK settings being used by the client for the environment.
|
|
2288
|
+
* Update SDK settings for the environment
|
|
2150
2289
|
*/
|
|
2151
2290
|
logDynamicSdkSettingsRaw(requestParameters: LogDynamicSdkSettingsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2152
2291
|
/**
|
|
2153
|
-
*
|
|
2292
|
+
* Logs the SDK settings being used by the client for the environment.
|
|
2293
|
+
* Update SDK settings for the environment
|
|
2154
2294
|
*/
|
|
2155
2295
|
logDynamicSdkSettings(requestParameters: LogDynamicSdkSettingsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2156
2296
|
/**
|
|
2157
2297
|
* Used to merge two owned accounts connected by email address
|
|
2158
|
-
*
|
|
2298
|
+
* Merge two owned accounts
|
|
2159
2299
|
*/
|
|
2160
2300
|
mergeUsersRaw(requestParameters: MergeUsersRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2161
2301
|
/**
|
|
2162
2302
|
* Used to merge two owned accounts connected by email address
|
|
2163
|
-
*
|
|
2303
|
+
* Merge two owned accounts
|
|
2164
2304
|
*/
|
|
2165
2305
|
mergeUsers(requestParameters: MergeUsersRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2166
2306
|
/**
|
|
@@ -2189,12 +2329,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2189
2329
|
nonceOptions(requestParameters: NonceOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2190
2330
|
/**
|
|
2191
2331
|
* Endpoint where an oauth provider would return authorization HTML used for mobile-friendly login, such as Apple ID with Touch ID on enabled devices.
|
|
2192
|
-
*
|
|
2332
|
+
* Get OAuth provider authorization HTML
|
|
2193
2333
|
*/
|
|
2194
2334
|
oauthAuthorizeHtmlRaw(requestParameters: OauthAuthorizeHtmlRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<string>>;
|
|
2195
2335
|
/**
|
|
2196
2336
|
* Endpoint where an oauth provider would return authorization HTML used for mobile-friendly login, such as Apple ID with Touch ID on enabled devices.
|
|
2197
|
-
*
|
|
2337
|
+
* Get OAuth provider authorization HTML
|
|
2198
2338
|
*/
|
|
2199
2339
|
oauthAuthorizeHtml(requestParameters: OauthAuthorizeHtmlRequest, initOverrides?: RequestInit): Promise<string>;
|
|
2200
2340
|
/**
|
|
@@ -2206,11 +2346,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2206
2346
|
*/
|
|
2207
2347
|
oauthAuthorizeHtmlOptions(requestParameters: OauthAuthorizeHtmlOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2208
2348
|
/**
|
|
2209
|
-
*
|
|
2349
|
+
* Redirects the user to the specified OAuth provider login page.
|
|
2350
|
+
* Redirect to OAuth provider login
|
|
2210
2351
|
*/
|
|
2211
2352
|
oauthLoginRaw(requestParameters: OauthLoginRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2212
2353
|
/**
|
|
2213
|
-
*
|
|
2354
|
+
* Redirects the user to the specified OAuth provider login page.
|
|
2355
|
+
* Redirect to OAuth provider login
|
|
2214
2356
|
*/
|
|
2215
2357
|
oauthLogin(requestParameters: OauthLoginRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2216
2358
|
/**
|
|
@@ -2222,11 +2364,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2222
2364
|
*/
|
|
2223
2365
|
oauthLoginOptions(requestParameters: OauthLoginOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2224
2366
|
/**
|
|
2225
|
-
*
|
|
2367
|
+
* Returns the login URL for the specified OAuth provider.
|
|
2368
|
+
* Get the OAuth provider login URL
|
|
2226
2369
|
*/
|
|
2227
2370
|
oauthLoginUrlRaw(requestParameters: OauthLoginUrlRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OauthProviderLoginUrl>>;
|
|
2228
2371
|
/**
|
|
2229
|
-
*
|
|
2372
|
+
* Returns the login URL for the specified OAuth provider.
|
|
2373
|
+
* Get the OAuth provider login URL
|
|
2230
2374
|
*/
|
|
2231
2375
|
oauthLoginUrl(requestParameters: OauthLoginUrlRequest, initOverrides?: RequestInit): Promise<OauthProviderLoginUrl>;
|
|
2232
2376
|
/**
|
|
@@ -2239,12 +2383,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2239
2383
|
oauthLoginUrlOptions(requestParameters: OauthLoginUrlOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2240
2384
|
/**
|
|
2241
2385
|
* Endpoint where an oauth provider would redirect after a successful user authorizing the oauth application.
|
|
2242
|
-
*
|
|
2386
|
+
* Handle Apple ID OAuth redirect
|
|
2243
2387
|
*/
|
|
2244
2388
|
oauthRedirectAppleRaw(requestParameters: OauthRedirectAppleRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<string>>;
|
|
2245
2389
|
/**
|
|
2246
2390
|
* Endpoint where an oauth provider would redirect after a successful user authorizing the oauth application.
|
|
2247
|
-
*
|
|
2391
|
+
* Handle Apple ID OAuth redirect
|
|
2248
2392
|
*/
|
|
2249
2393
|
oauthRedirectApple(requestParameters: OauthRedirectAppleRequest, initOverrides?: RequestInit): Promise<string>;
|
|
2250
2394
|
/**
|
|
@@ -2257,12 +2401,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2257
2401
|
oauthRedirectAppleOptions(requestParameters: OauthRedirectAppleOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2258
2402
|
/**
|
|
2259
2403
|
* Endpoint where an oauth provider would redirect after a successful user authorizing the oauth application.
|
|
2260
|
-
*
|
|
2404
|
+
* Handle OAuth provider redirect
|
|
2261
2405
|
*/
|
|
2262
2406
|
oauthRedirectCodeRaw(requestParameters: OauthRedirectCodeRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<string>>;
|
|
2263
2407
|
/**
|
|
2264
2408
|
* Endpoint where an oauth provider would redirect after a successful user authorizing the oauth application.
|
|
2265
|
-
*
|
|
2409
|
+
* Handle OAuth provider redirect
|
|
2266
2410
|
*/
|
|
2267
2411
|
oauthRedirectCode(requestParameters: OauthRedirectCodeRequest, initOverrides?: RequestInit): Promise<string>;
|
|
2268
2412
|
/**
|
|
@@ -2274,11 +2418,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2274
2418
|
*/
|
|
2275
2419
|
oauthRedirectOptions(requestParameters: OauthRedirectOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2276
2420
|
/**
|
|
2277
|
-
* Returns the authorization
|
|
2421
|
+
* Returns the OAuth authorization result for the given state.
|
|
2422
|
+
* Get the OAuth provider authorization result
|
|
2278
2423
|
*/
|
|
2279
2424
|
oauthResultRaw(requestParameters: OauthResultOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OauthResultResponse>>;
|
|
2280
2425
|
/**
|
|
2281
|
-
* Returns the authorization
|
|
2426
|
+
* Returns the OAuth authorization result for the given state.
|
|
2427
|
+
* Get the OAuth provider authorization result
|
|
2282
2428
|
*/
|
|
2283
2429
|
oauthResult(requestParameters: OauthResultOperationRequest, initOverrides?: RequestInit): Promise<OauthResultResponse>;
|
|
2284
2430
|
/**
|
|
@@ -2290,13 +2436,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2290
2436
|
*/
|
|
2291
2437
|
oauthResultOptions(requestParameters: OauthResultOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2292
2438
|
/**
|
|
2293
|
-
* Standard OAuth SignIn callback to exchange
|
|
2294
|
-
*
|
|
2439
|
+
* Standard OAuth SignIn callback to exchange temporary code for oauth access and return a valid Dynamic JWT and user
|
|
2440
|
+
* Sign in with OAuth provider
|
|
2295
2441
|
*/
|
|
2296
2442
|
oauthSignInRaw(requestParameters: OauthSignInRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2297
2443
|
/**
|
|
2298
|
-
* Standard OAuth SignIn callback to exchange
|
|
2299
|
-
*
|
|
2444
|
+
* Standard OAuth SignIn callback to exchange temporary code for oauth access and return a valid Dynamic JWT and user
|
|
2445
|
+
* Sign in with OAuth provider
|
|
2300
2446
|
*/
|
|
2301
2447
|
oauthSignIn(requestParameters: OauthSignInRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2302
2448
|
/**
|
|
@@ -2308,13 +2454,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2308
2454
|
*/
|
|
2309
2455
|
oauthSignInOptions(requestParameters: OauthSignInOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2310
2456
|
/**
|
|
2311
|
-
* Standard OAuth verify callback to exchange
|
|
2312
|
-
*
|
|
2457
|
+
* Standard OAuth verify callback to exchange temporary code for oauth access
|
|
2458
|
+
* Verify OAuth provider authorization
|
|
2313
2459
|
*/
|
|
2314
2460
|
oauthVerifyRaw(requestParameters: OauthVerifyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2315
2461
|
/**
|
|
2316
|
-
* Standard OAuth verify callback to exchange
|
|
2317
|
-
*
|
|
2462
|
+
* Standard OAuth verify callback to exchange temporary code for oauth access
|
|
2463
|
+
* Verify OAuth provider authorization
|
|
2318
2464
|
*/
|
|
2319
2465
|
oauthVerify(requestParameters: OauthVerifyRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2320
2466
|
/**
|
|
@@ -2342,10 +2488,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2342
2488
|
*/
|
|
2343
2489
|
onrampsOptions(requestParameters: OnrampsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2344
2490
|
/**
|
|
2491
|
+
* Adds priority fees and compute unit limits to a Solana transaction for optimization.
|
|
2345
2492
|
* Add fees to a Solana transaction
|
|
2346
2493
|
*/
|
|
2347
2494
|
optimizeTransactionRaw(requestParameters: OptimizeTransactionRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SolanaTransactionOptimizationResponse>>;
|
|
2348
2495
|
/**
|
|
2496
|
+
* Adds priority fees and compute unit limits to a Solana transaction for optimization.
|
|
2349
2497
|
* Add fees to a Solana transaction
|
|
2350
2498
|
*/
|
|
2351
2499
|
optimizeTransaction(requestParameters: OptimizeTransactionRequest, initOverrides?: RequestInit): Promise<SolanaTransactionOptimizationResponse>;
|
|
@@ -2374,10 +2522,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2374
2522
|
*/
|
|
2375
2523
|
passkeyRecoveryOptions(requestParameters: PasskeyRecoveryOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2376
2524
|
/**
|
|
2525
|
+
* Transfers funds from an exchange account to an external address or another account.
|
|
2377
2526
|
* Transfer funds from an exchange account to an external address or another Coinbase account
|
|
2378
2527
|
*/
|
|
2379
2528
|
postExchangeAccountTransferRaw(requestParameters: PostExchangeAccountTransferRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<ExchangeTransferResponse>>;
|
|
2380
2529
|
/**
|
|
2530
|
+
* Transfers funds from an exchange account to an external address or another account.
|
|
2381
2531
|
* Transfer funds from an exchange account to an external address or another Coinbase account
|
|
2382
2532
|
*/
|
|
2383
2533
|
postExchangeAccountTransfer(requestParameters: PostExchangeAccountTransferRequest, initOverrides?: RequestInit): Promise<ExchangeTransferResponse>;
|
|
@@ -2390,10 +2540,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2390
2540
|
*/
|
|
2391
2541
|
postExchangeAccountTransferOptions(requestParameters: PostExchangeAccountTransferOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2392
2542
|
/**
|
|
2543
|
+
* Returns token balances for multiple account addresses across different chains.
|
|
2393
2544
|
* Get account balances for multiple addresses
|
|
2394
2545
|
*/
|
|
2395
2546
|
postMultichainAccountBalancesRaw(requestParameters: PostMultichainAccountBalancesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MultichainAccountBalanceResponse>>;
|
|
2396
2547
|
/**
|
|
2548
|
+
* Returns token balances for multiple account addresses across different chains.
|
|
2397
2549
|
* Get account balances for multiple addresses
|
|
2398
2550
|
*/
|
|
2399
2551
|
postMultichainAccountBalances(requestParameters: PostMultichainAccountBalancesRequest, initOverrides?: RequestInit): Promise<MultichainAccountBalanceResponse>;
|
|
@@ -2406,37 +2558,43 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2406
2558
|
*/
|
|
2407
2559
|
postMultichainAccountBalancesOptions(requestParameters: PostMultichainAccountBalancesOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2408
2560
|
/**
|
|
2561
|
+
* Handles the Telegram authentication callback after user authorization.
|
|
2409
2562
|
* Handle Telegram authentication
|
|
2410
2563
|
*/
|
|
2411
2564
|
postTelegramAuthRaw(requestParameters: PostTelegramAuthRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2412
2565
|
/**
|
|
2566
|
+
* Handles the Telegram authentication callback after user authorization.
|
|
2413
2567
|
* Handle Telegram authentication
|
|
2414
2568
|
*/
|
|
2415
2569
|
postTelegramAuth(requestParameters: PostTelegramAuthRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2416
2570
|
/**
|
|
2417
2571
|
* Endpoint to send minimal wallet information to the API to prefetch name service information for an address.
|
|
2418
|
-
*
|
|
2572
|
+
* Prefetch information for a wallet address
|
|
2419
2573
|
*/
|
|
2420
2574
|
prefetchRaw(requestParameters: PrefetchOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2421
2575
|
/**
|
|
2422
2576
|
* Endpoint to send minimal wallet information to the API to prefetch name service information for an address.
|
|
2423
|
-
*
|
|
2577
|
+
* Prefetch information for a wallet address
|
|
2424
2578
|
*/
|
|
2425
2579
|
prefetch(requestParameters: PrefetchOperationRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2426
2580
|
/**
|
|
2427
|
-
*
|
|
2581
|
+
* Publishes SDK analytics events for the given environment.
|
|
2582
|
+
* Publish SDK events
|
|
2428
2583
|
*/
|
|
2429
2584
|
publishEventRaw(requestParameters: PublishEventRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2430
2585
|
/**
|
|
2431
|
-
*
|
|
2586
|
+
* Publishes SDK analytics events for the given environment.
|
|
2587
|
+
* Publish SDK events
|
|
2432
2588
|
*/
|
|
2433
2589
|
publishEvent(requestParameters: PublishEventRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2434
2590
|
/**
|
|
2435
|
-
*
|
|
2591
|
+
* Recovers the client key shares for the specified WAAS wallet from backup.
|
|
2592
|
+
* Recover WAAS keyshares
|
|
2436
2593
|
*/
|
|
2437
2594
|
recoverKeySharesRaw(requestParameters: RecoverKeySharesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<RecoverMultipleClientKeySharesResponse>>;
|
|
2438
2595
|
/**
|
|
2439
|
-
*
|
|
2596
|
+
* Recovers the client key shares for the specified WAAS wallet from backup.
|
|
2597
|
+
* Recover WAAS keyshares
|
|
2440
2598
|
*/
|
|
2441
2599
|
recoverKeyShares(requestParameters: RecoverKeySharesRequest, initOverrides?: RequestInit): Promise<RecoverMultipleClientKeySharesResponse>;
|
|
2442
2600
|
/**
|
|
@@ -2464,19 +2622,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2464
2622
|
*/
|
|
2465
2623
|
recoveryEmailOptions(requestParameters: RecoveryEmailOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2466
2624
|
/**
|
|
2467
|
-
*
|
|
2625
|
+
* Refreshes the JWT auth token and returns a new token with updated claims.
|
|
2626
|
+
* Refresh the JWT auth token
|
|
2468
2627
|
*/
|
|
2469
2628
|
refreshAuthRaw(requestParameters: RefreshAuthRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2470
2629
|
/**
|
|
2471
|
-
*
|
|
2630
|
+
* Refreshes the JWT auth token and returns a new token with updated claims.
|
|
2631
|
+
* Refresh the JWT auth token
|
|
2472
2632
|
*/
|
|
2473
2633
|
refreshAuth(requestParameters: RefreshAuthRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2474
2634
|
/**
|
|
2475
|
-
*
|
|
2635
|
+
* Refreshes the MPC key shares for the specified WAAS wallet.
|
|
2636
|
+
* Refresh WAAS keyshares
|
|
2476
2637
|
*/
|
|
2477
2638
|
refreshKeySharesRaw(requestParameters: RefreshKeySharesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponseWithServerKeygenIds>>;
|
|
2478
2639
|
/**
|
|
2479
|
-
*
|
|
2640
|
+
* Refreshes the MPC key shares for the specified WAAS wallet.
|
|
2641
|
+
* Refresh WAAS keyshares
|
|
2480
2642
|
*/
|
|
2481
2643
|
refreshKeyShares(requestParameters: RefreshKeySharesRequest, initOverrides?: RequestInit): Promise<OpenRoomResponseWithServerKeygenIds>;
|
|
2482
2644
|
/**
|
|
@@ -2496,19 +2658,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2496
2658
|
*/
|
|
2497
2659
|
refreshOptions(requestParameters: RefreshOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2498
2660
|
/**
|
|
2661
|
+
* Registers a new passkey for the authenticated user using WebAuthn credentials.
|
|
2499
2662
|
* Register a new passkey
|
|
2500
2663
|
*/
|
|
2501
2664
|
registerPasskeyRaw(requestParameters: RegisterPasskeyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2502
2665
|
/**
|
|
2666
|
+
* Registers a new passkey for the authenticated user using WebAuthn credentials.
|
|
2503
2667
|
* Register a new passkey
|
|
2504
2668
|
*/
|
|
2505
2669
|
registerPasskey(requestParameters: RegisterPasskeyRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2506
2670
|
/**
|
|
2507
|
-
*
|
|
2671
|
+
* Initiates passkey MFA device registration and returns the setup details.
|
|
2672
|
+
* Register a passkey MFA device
|
|
2508
2673
|
*/
|
|
2509
2674
|
registerPasskeyMfaDeviceRaw(requestParameters: RegisterPasskeyMfaDeviceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFARegisterPasskeyDeviceGetResponse>>;
|
|
2510
2675
|
/**
|
|
2511
|
-
*
|
|
2676
|
+
* Initiates passkey MFA device registration and returns the setup details.
|
|
2677
|
+
* Register a passkey MFA device
|
|
2512
2678
|
*/
|
|
2513
2679
|
registerPasskeyMfaDevice(requestParameters: RegisterPasskeyMfaDeviceRequest, initOverrides?: RequestInit): Promise<MFARegisterPasskeyDeviceGetResponse>;
|
|
2514
2680
|
/**
|
|
@@ -2520,10 +2686,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2520
2686
|
*/
|
|
2521
2687
|
registerPasskeyMfaDeviceOptions(requestParameters: RegisterPasskeyMfaDeviceOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2522
2688
|
/**
|
|
2689
|
+
* Verifies the passkey credential to complete MFA device registration.
|
|
2523
2690
|
* Verify Passkey MFA device
|
|
2524
2691
|
*/
|
|
2525
2692
|
registerPasskeyMfaDeviceVerifyRaw(requestParameters: RegisterPasskeyMfaDeviceVerifyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2526
2693
|
/**
|
|
2694
|
+
* Verifies the passkey credential to complete MFA device registration.
|
|
2527
2695
|
* Verify Passkey MFA device
|
|
2528
2696
|
*/
|
|
2529
2697
|
registerPasskeyMfaDeviceVerify(requestParameters: RegisterPasskeyMfaDeviceVerifyRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
@@ -2538,11 +2706,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2538
2706
|
*/
|
|
2539
2707
|
registerSessionKey(requestParameters: RegisterSessionKeyOperationRequest, initOverrides?: RequestInit): Promise<RegisterEmbeddedWalletSessionKeyResponse>;
|
|
2540
2708
|
/**
|
|
2541
|
-
*
|
|
2709
|
+
* Initiates TOTP MFA device registration and returns the setup details.
|
|
2710
|
+
* Register a TOTP MFA device
|
|
2542
2711
|
*/
|
|
2543
2712
|
registerTotpMfaDeviceRaw(requestParameters: RegisterTotpMfaDeviceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFARegisterTotpDeviceGetResponse>>;
|
|
2544
2713
|
/**
|
|
2545
|
-
*
|
|
2714
|
+
* Initiates TOTP MFA device registration and returns the setup details.
|
|
2715
|
+
* Register a TOTP MFA device
|
|
2546
2716
|
*/
|
|
2547
2717
|
registerTotpMfaDevice(requestParameters: RegisterTotpMfaDeviceRequest, initOverrides?: RequestInit): Promise<MFARegisterTotpDeviceGetResponse>;
|
|
2548
2718
|
/**
|
|
@@ -2554,19 +2724,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2554
2724
|
*/
|
|
2555
2725
|
registerTotpMfaDeviceOptions(requestParameters: RegisterTotpMfaDeviceOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2556
2726
|
/**
|
|
2727
|
+
* Verifies the TOTP code to complete MFA device registration.
|
|
2557
2728
|
* Verify TOTP MFA device
|
|
2558
2729
|
*/
|
|
2559
2730
|
registerTotpMfaDeviceVerifyRaw(requestParameters: RegisterTotpMfaDeviceVerifyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFADevice>>;
|
|
2560
2731
|
/**
|
|
2732
|
+
* Verifies the TOTP code to complete MFA device registration.
|
|
2561
2733
|
* Verify TOTP MFA device
|
|
2562
2734
|
*/
|
|
2563
2735
|
registerTotpMfaDeviceVerify(requestParameters: RegisterTotpMfaDeviceVerifyRequest, initOverrides?: RequestInit): Promise<MFADevice>;
|
|
2564
2736
|
/**
|
|
2565
|
-
*
|
|
2737
|
+
* Reshares the MPC secret shares for the specified WAAS wallet.
|
|
2738
|
+
* Reshare WAAS secret shares
|
|
2566
2739
|
*/
|
|
2567
2740
|
reshareRaw(requestParameters: ReshareOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponseForReshare>>;
|
|
2568
2741
|
/**
|
|
2569
|
-
*
|
|
2742
|
+
* Reshares the MPC secret shares for the specified WAAS wallet.
|
|
2743
|
+
* Reshare WAAS secret shares
|
|
2570
2744
|
*/
|
|
2571
2745
|
reshare(requestParameters: ReshareOperationRequest, initOverrides?: RequestInit): Promise<OpenRoomResponseForReshare>;
|
|
2572
2746
|
/**
|
|
@@ -2596,11 +2770,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2596
2770
|
*/
|
|
2597
2771
|
restoreEmbeddedWalletOptions(requestParameters: RestoreEmbeddedWalletOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2598
2772
|
/**
|
|
2599
|
-
*
|
|
2773
|
+
* Resends the email verification code to the email address on file.
|
|
2774
|
+
* Resend email verification code
|
|
2600
2775
|
*/
|
|
2601
2776
|
retryEmailVerificationRaw(requestParameters: RetryEmailVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<EmailVerificationCreateResponse>>;
|
|
2602
2777
|
/**
|
|
2603
|
-
*
|
|
2778
|
+
* Resends the email verification code to the email address on file.
|
|
2779
|
+
* Resend email verification code
|
|
2604
2780
|
*/
|
|
2605
2781
|
retryEmailVerification(requestParameters: RetryEmailVerificationRequest, initOverrides?: RequestInit): Promise<EmailVerificationCreateResponse>;
|
|
2606
2782
|
/**
|
|
@@ -2612,11 +2788,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2612
2788
|
*/
|
|
2613
2789
|
retryEmailVerificationOptions(requestParameters: RetryEmailVerificationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2614
2790
|
/**
|
|
2615
|
-
*
|
|
2791
|
+
* Resends the SMS verification code to the phone number on file.
|
|
2792
|
+
* Resend SMS verification code
|
|
2616
2793
|
*/
|
|
2617
2794
|
retrySmsVerificationRaw(requestParameters: RetrySmsVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SmsVerificationCreateResponse>>;
|
|
2618
2795
|
/**
|
|
2619
|
-
*
|
|
2796
|
+
* Resends the SMS verification code to the phone number on file.
|
|
2797
|
+
* Resend SMS verification code
|
|
2620
2798
|
*/
|
|
2621
2799
|
retrySmsVerification(requestParameters: RetrySmsVerificationRequest, initOverrides?: RequestInit): Promise<SmsVerificationCreateResponse>;
|
|
2622
2800
|
/**
|
|
@@ -2628,10 +2806,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2628
2806
|
*/
|
|
2629
2807
|
retrySmsVerificationOptions(requestParameters: RetrySmsVerificationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2630
2808
|
/**
|
|
2809
|
+
* Revokes the current user session and invalidates the JWT.
|
|
2631
2810
|
* Revoke a session
|
|
2632
2811
|
*/
|
|
2633
2812
|
revokeSessionRaw(requestParameters: RevokeSessionRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2634
2813
|
/**
|
|
2814
|
+
* Revokes the current user session and invalidates the JWT.
|
|
2635
2815
|
* Revoke a session
|
|
2636
2816
|
*/
|
|
2637
2817
|
revokeSession(requestParameters: RevokeSessionRequest, initOverrides?: RequestInit): Promise<void>;
|
|
@@ -2644,10 +2824,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2644
2824
|
*/
|
|
2645
2825
|
revokeSessionOption(requestParameters: RevokeSessionOptionRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2646
2826
|
/**
|
|
2827
|
+
* Scans a URL for potential phishing or malicious activity and returns the result.
|
|
2647
2828
|
* Scan a URL for potential malicious activity
|
|
2648
2829
|
*/
|
|
2649
2830
|
scanUrlRaw(requestParameters: ScanUrlRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<ScanWebsiteUrlResponse>>;
|
|
2650
2831
|
/**
|
|
2832
|
+
* Scans a URL for potential phishing or malicious activity and returns the result.
|
|
2651
2833
|
* Scan a URL for potential malicious activity
|
|
2652
2834
|
*/
|
|
2653
2835
|
scanUrl(requestParameters: ScanUrlRequest, initOverrides?: RequestInit): Promise<ScanWebsiteUrlResponse>;
|
|
@@ -2667,12 +2849,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2667
2849
|
sdkSettingsOptions(requestParameters: SdkSettingsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2668
2850
|
/**
|
|
2669
2851
|
* 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.
|
|
2670
|
-
* Update
|
|
2852
|
+
* Update primary wallet selection
|
|
2671
2853
|
*/
|
|
2672
2854
|
selectUserWalletRaw(requestParameters: SelectUserWalletRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2673
2855
|
/**
|
|
2674
2856
|
* 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.
|
|
2675
|
-
* Update
|
|
2857
|
+
* Update primary wallet selection
|
|
2676
2858
|
*/
|
|
2677
2859
|
selectUserWallet(requestParameters: SelectUserWalletRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2678
2860
|
/**
|
|
@@ -2684,11 +2866,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2684
2866
|
*/
|
|
2685
2867
|
selectUserWalletOptions(requestParameters: SelectUserWalletOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2686
2868
|
/**
|
|
2687
|
-
*
|
|
2869
|
+
* Checks whether the current user session is still valid.
|
|
2870
|
+
* Check session validity
|
|
2688
2871
|
*/
|
|
2689
2872
|
sessionCheckRaw(requestParameters: SessionCheckRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2690
2873
|
/**
|
|
2691
|
-
*
|
|
2874
|
+
* Checks whether the current user session is still valid.
|
|
2875
|
+
* Check session validity
|
|
2692
2876
|
*/
|
|
2693
2877
|
sessionCheck(requestParameters: SessionCheckRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2694
2878
|
/**
|
|
@@ -2716,11 +2900,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2716
2900
|
*/
|
|
2717
2901
|
settingsOptions(requestParameters: SettingsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2718
2902
|
/**
|
|
2719
|
-
*
|
|
2903
|
+
* Verifies the email code and authenticates the user, returning a JWT.
|
|
2904
|
+
* Verify email and sign in
|
|
2720
2905
|
*/
|
|
2721
2906
|
signInWithEmailVerificationRaw(requestParameters: SignInWithEmailVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2722
2907
|
/**
|
|
2723
|
-
*
|
|
2908
|
+
* Verifies the email code and authenticates the user, returning a JWT.
|
|
2909
|
+
* Verify email and sign in
|
|
2724
2910
|
*/
|
|
2725
2911
|
signInWithEmailVerification(requestParameters: SignInWithEmailVerificationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2726
2912
|
/**
|
|
@@ -2732,11 +2918,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2732
2918
|
*/
|
|
2733
2919
|
signInWithEmailVerificationOptions(requestParameters: SignInWithEmailVerificationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2734
2920
|
/**
|
|
2735
|
-
*
|
|
2921
|
+
* Verifies the SMS code and authenticates the user, returning a JWT.
|
|
2922
|
+
* Verify SMS and sign in
|
|
2736
2923
|
*/
|
|
2737
2924
|
signInWithSmsVerificationRaw(requestParameters: SignInWithSmsVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2738
2925
|
/**
|
|
2739
|
-
*
|
|
2926
|
+
* Verifies the SMS code and authenticates the user, returning a JWT.
|
|
2927
|
+
* Verify SMS and sign in
|
|
2740
2928
|
*/
|
|
2741
2929
|
signInWithSmsVerification(requestParameters: SignInWithSmsVerificationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2742
2930
|
/**
|
|
@@ -2748,11 +2936,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2748
2936
|
*/
|
|
2749
2937
|
signInWithSmsVerificationOptions(requestParameters: SignInWithSmsVerificationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2750
2938
|
/**
|
|
2751
|
-
*
|
|
2939
|
+
* Signs a message using the specified WAAS wallet through an MPC ceremony.
|
|
2940
|
+
* Sign a message with a WAAS wallet
|
|
2752
2941
|
*/
|
|
2753
2942
|
signMessageRaw(requestParameters: SignMessageRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponse>>;
|
|
2754
2943
|
/**
|
|
2755
|
-
*
|
|
2944
|
+
* Signs a message using the specified WAAS wallet through an MPC ceremony.
|
|
2945
|
+
* Sign a message with a WAAS wallet
|
|
2756
2946
|
*/
|
|
2757
2947
|
signMessage(requestParameters: SignMessageRequest, initOverrides?: RequestInit): Promise<OpenRoomResponse>;
|
|
2758
2948
|
/**
|
|
@@ -2764,18 +2954,22 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2764
2954
|
*/
|
|
2765
2955
|
signMessageOptions(requestParameters: SignMessageOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2766
2956
|
/**
|
|
2957
|
+
* Authenticates a user using a passkey and returns a JWT.
|
|
2767
2958
|
* Authenticate a passkey
|
|
2768
2959
|
*/
|
|
2769
2960
|
signinWithPasskeyRaw(requestParameters: SigninWithPasskeyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2770
2961
|
/**
|
|
2962
|
+
* Authenticates a user using a passkey and returns a JWT.
|
|
2771
2963
|
* Authenticate a passkey
|
|
2772
2964
|
*/
|
|
2773
2965
|
signinWithPasskey(requestParameters: SigninWithPasskeyRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2774
2966
|
/**
|
|
2967
|
+
* Simulates an EVM transaction and returns the expected outcome.
|
|
2775
2968
|
* Simulate an EVM transaction
|
|
2776
2969
|
*/
|
|
2777
2970
|
simulateEVMTransactionRaw(requestParameters: SimulateEVMTransactionOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SimulateTransactionResponse>>;
|
|
2778
2971
|
/**
|
|
2972
|
+
* Simulates an EVM transaction and returns the expected outcome.
|
|
2779
2973
|
* Simulate an EVM transaction
|
|
2780
2974
|
*/
|
|
2781
2975
|
simulateEVMTransaction(requestParameters: SimulateEVMTransactionOperationRequest, initOverrides?: RequestInit): Promise<SimulateTransactionResponse>;
|
|
@@ -2788,10 +2982,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2788
2982
|
*/
|
|
2789
2983
|
simulateEVMTransactionOptions(requestParameters: SimulateEVMTransactionOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2790
2984
|
/**
|
|
2985
|
+
* Simulates a Solana transaction and returns the expected outcome.
|
|
2791
2986
|
* Simulate a Solana transaction
|
|
2792
2987
|
*/
|
|
2793
2988
|
simulateSVMTransactionRaw(requestParameters: SimulateSVMTransactionOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SimulateTransactionResponse>>;
|
|
2794
2989
|
/**
|
|
2990
|
+
* Simulates a Solana transaction and returns the expected outcome.
|
|
2795
2991
|
* Simulate a Solana transaction
|
|
2796
2992
|
*/
|
|
2797
2993
|
simulateSVMTransaction(requestParameters: SimulateSVMTransactionOperationRequest, initOverrides?: RequestInit): Promise<SimulateTransactionResponse>;
|
|
@@ -2804,10 +3000,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2804
3000
|
*/
|
|
2805
3001
|
simulateSVMTransactionOptions(requestParameters: SimulateSVMTransactionOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2806
3002
|
/**
|
|
3003
|
+
* Simulates an EVM Account Abstraction UserOp and returns the expected outcome.
|
|
2807
3004
|
* Simulate an EVM AA UserOp
|
|
2808
3005
|
*/
|
|
2809
3006
|
simulateUserOpRaw(requestParameters: SimulateUserOpOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SimulateTransactionResponse>>;
|
|
2810
3007
|
/**
|
|
3008
|
+
* Simulates an EVM Account Abstraction UserOp and returns the expected outcome.
|
|
2811
3009
|
* Simulate an EVM AA UserOp
|
|
2812
3010
|
*/
|
|
2813
3011
|
simulateUserOp(requestParameters: SimulateUserOpOperationRequest, initOverrides?: RequestInit): Promise<SimulateTransactionResponse>;
|
|
@@ -2864,11 +3062,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2864
3062
|
*/
|
|
2865
3063
|
telegramAuthOptions(requestParameters: TelegramAuthOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2866
3064
|
/**
|
|
2867
|
-
* Telegram
|
|
3065
|
+
* Checks if a Telegram authentication attempt has been completed.
|
|
3066
|
+
* Check Telegram authentication status
|
|
2868
3067
|
*/
|
|
2869
3068
|
telegramCheckAuthRaw(requestParameters: TelegramCheckAuthRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2870
3069
|
/**
|
|
2871
|
-
* Telegram
|
|
3070
|
+
* Checks if a Telegram authentication attempt has been completed.
|
|
3071
|
+
* Check Telegram authentication status
|
|
2872
3072
|
*/
|
|
2873
3073
|
telegramCheckAuth(requestParameters: TelegramCheckAuthRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2874
3074
|
/**
|
|
@@ -2880,11 +3080,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2880
3080
|
*/
|
|
2881
3081
|
telegramCheckAuthOptions(requestParameters: TelegramCheckAuthOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2882
3082
|
/**
|
|
2883
|
-
* Telegram
|
|
3083
|
+
* Authenticates a user using their Telegram account credentials.
|
|
3084
|
+
* Sign in with Telegram
|
|
2884
3085
|
*/
|
|
2885
3086
|
telegramSignInRaw(requestParameters: TelegramSignInRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2886
3087
|
/**
|
|
2887
|
-
* Telegram
|
|
3088
|
+
* Authenticates a user using their Telegram account credentials.
|
|
3089
|
+
* Sign in with Telegram
|
|
2888
3090
|
*/
|
|
2889
3091
|
telegramSignIn(requestParameters: TelegramSignInRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2890
3092
|
/**
|
|
@@ -2896,11 +3098,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2896
3098
|
*/
|
|
2897
3099
|
telegramSignInOptions(requestParameters: TelegramSignInOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2898
3100
|
/**
|
|
2899
|
-
* Telegram
|
|
3101
|
+
* Verifies and links a Telegram account to the authenticated user.
|
|
3102
|
+
* Verify Telegram account linking
|
|
2900
3103
|
*/
|
|
2901
3104
|
telegramVerifyRaw(requestParameters: TelegramVerifyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2902
3105
|
/**
|
|
2903
|
-
* Telegram
|
|
3106
|
+
* Verifies and links a Telegram account to the authenticated user.
|
|
3107
|
+
* Verify Telegram account linking
|
|
2904
3108
|
*/
|
|
2905
3109
|
telegramVerify(requestParameters: TelegramVerifyRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2906
3110
|
/**
|
|
@@ -2912,52 +3116,62 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2912
3116
|
*/
|
|
2913
3117
|
telegramVerifyOptions(requestParameters: TelegramVerifyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2914
3118
|
/**
|
|
3119
|
+
* Updates the V2 recovery email address for the authenticated user.
|
|
2915
3120
|
* Update a user\'s V2 recovery email
|
|
2916
3121
|
*/
|
|
2917
3122
|
updateEmbeddedWalletRecoveryEmailRaw(requestParameters: UpdateEmbeddedWalletRecoveryEmailRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2918
3123
|
/**
|
|
3124
|
+
* Updates the V2 recovery email address for the authenticated user.
|
|
2919
3125
|
* Update a user\'s V2 recovery email
|
|
2920
3126
|
*/
|
|
2921
3127
|
updateEmbeddedWalletRecoveryEmail(requestParameters: UpdateEmbeddedWalletRecoveryEmailRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2922
3128
|
/**
|
|
2923
|
-
*
|
|
3129
|
+
* Updates the specified passkey for the authenticated user.
|
|
3130
|
+
* Update a passkey
|
|
2924
3131
|
*/
|
|
2925
3132
|
updatePasskeyRaw(requestParameters: UpdatePasskeyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UserPasskey>>;
|
|
2926
3133
|
/**
|
|
2927
|
-
*
|
|
3134
|
+
* Updates the specified passkey for the authenticated user.
|
|
3135
|
+
* Update a passkey
|
|
2928
3136
|
*/
|
|
2929
3137
|
updatePasskey(requestParameters: UpdatePasskeyRequest, initOverrides?: RequestInit): Promise<UserPasskey>;
|
|
2930
3138
|
/**
|
|
2931
|
-
*
|
|
3139
|
+
* Updates the authenticated user profile fields.
|
|
3140
|
+
* Update user fields
|
|
2932
3141
|
*/
|
|
2933
3142
|
updateSelfRaw(requestParameters: UpdateSelfRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UpdateSelfResponse>>;
|
|
2934
3143
|
/**
|
|
2935
|
-
*
|
|
3144
|
+
* Updates the authenticated user profile fields.
|
|
3145
|
+
* Update user fields
|
|
2936
3146
|
*/
|
|
2937
3147
|
updateSelf(requestParameters: UpdateSelfRequest, initOverrides?: RequestInit): Promise<UpdateSelfResponse>;
|
|
2938
3148
|
/**
|
|
2939
|
-
*
|
|
3149
|
+
* Updates the specified MFA device for the authenticated user.
|
|
3150
|
+
* Update an MFA device
|
|
2940
3151
|
*/
|
|
2941
3152
|
updateUserMfaDeviceRaw(requestParameters: UpdateUserMfaDeviceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2942
3153
|
/**
|
|
2943
|
-
*
|
|
3154
|
+
* Updates the specified MFA device for the authenticated user.
|
|
3155
|
+
* Update an MFA device
|
|
2944
3156
|
*/
|
|
2945
3157
|
updateUserMfaDevice(requestParameters: UpdateUserMfaDeviceRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2946
3158
|
/**
|
|
2947
3159
|
* Updates the settings for a WAAS wallet
|
|
2948
|
-
* Update
|
|
3160
|
+
* Update WAAS wallet settings
|
|
2949
3161
|
*/
|
|
2950
3162
|
updateWaasWalletSettingsRaw(requestParameters: UpdateWaasWalletSettingsOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UpdateWaasWalletSettingsResponse>>;
|
|
2951
3163
|
/**
|
|
2952
3164
|
* Updates the settings for a WAAS wallet
|
|
2953
|
-
* Update
|
|
3165
|
+
* Update WAAS wallet settings
|
|
2954
3166
|
*/
|
|
2955
3167
|
updateWaasWalletSettings(requestParameters: UpdateWaasWalletSettingsOperationRequest, initOverrides?: RequestInit): Promise<UpdateWaasWalletSettingsResponse>;
|
|
2956
3168
|
/**
|
|
3169
|
+
* Upgrades a V1 embedded wallet to V2 and returns a refreshed JWT.
|
|
2957
3170
|
* Update V1 embedded wallet to V2
|
|
2958
3171
|
*/
|
|
2959
3172
|
upgradeEmbeddedWalletToV2Raw(requestParameters: UpgradeEmbeddedWalletToV2OperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2960
3173
|
/**
|
|
3174
|
+
* Upgrades a V1 embedded wallet to V2 and returns a refreshed JWT.
|
|
2961
3175
|
* Update V1 embedded wallet to V2
|
|
2962
3176
|
*/
|
|
2963
3177
|
upgradeEmbeddedWalletToV2(requestParameters: UpgradeEmbeddedWalletToV2OperationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
@@ -2986,19 +3200,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2986
3200
|
*/
|
|
2987
3201
|
usersOptions(requestParameters: UsersOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2988
3202
|
/**
|
|
3203
|
+
* Verifies the signed payload and returns a JWT authentication token.
|
|
2989
3204
|
* Verify payload and return JWT
|
|
2990
3205
|
*/
|
|
2991
3206
|
verifyRaw(requestParameters: VerifyOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2992
3207
|
/**
|
|
3208
|
+
* Verifies the signed payload and returns a JWT authentication token.
|
|
2993
3209
|
* Verify payload and return JWT
|
|
2994
3210
|
*/
|
|
2995
3211
|
verify(requestParameters: VerifyOperationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2996
3212
|
/**
|
|
2997
|
-
*
|
|
3213
|
+
* Verifies the email code and completes the email verification process.
|
|
3214
|
+
* Verify email verification code
|
|
2998
3215
|
*/
|
|
2999
3216
|
verifyEmailVerificationRaw(requestParameters: VerifyEmailVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UpdateSelfResponse>>;
|
|
3000
3217
|
/**
|
|
3001
|
-
*
|
|
3218
|
+
* Verifies the email code and completes the email verification process.
|
|
3219
|
+
* Verify email verification code
|
|
3002
3220
|
*/
|
|
3003
3221
|
verifyEmailVerification(requestParameters: VerifyEmailVerificationRequest, initOverrides?: RequestInit): Promise<UpdateSelfResponse>;
|
|
3004
3222
|
/**
|
|
@@ -3011,12 +3229,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3011
3229
|
verifyEmailVerificationOptions(requestParameters: VerifyEmailVerificationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3012
3230
|
/**
|
|
3013
3231
|
* Link a wallet to a valid environment user, and return an updated JWT
|
|
3014
|
-
* Link wallet to user
|
|
3232
|
+
* Link a wallet to a user
|
|
3015
3233
|
*/
|
|
3016
3234
|
verifyLinkRaw(requestParameters: VerifyLinkRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
3017
3235
|
/**
|
|
3018
3236
|
* Link a wallet to a valid environment user, and return an updated JWT
|
|
3019
|
-
* Link wallet to user
|
|
3237
|
+
* Link a wallet to a user
|
|
3020
3238
|
*/
|
|
3021
3239
|
verifyLink(requestParameters: VerifyLinkRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
3022
3240
|
/**
|
|
@@ -3062,11 +3280,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3062
3280
|
*/
|
|
3063
3281
|
verifyPrefetch(requestParameters: VerifyPrefetchRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3064
3282
|
/**
|
|
3065
|
-
*
|
|
3283
|
+
* Verifies the SMS code and completes the phone number verification process.
|
|
3284
|
+
* Verify SMS verification code
|
|
3066
3285
|
*/
|
|
3067
3286
|
verifySmsVerificationRaw(requestParameters: VerifySmsVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UpdateSelfResponse>>;
|
|
3068
3287
|
/**
|
|
3069
|
-
*
|
|
3288
|
+
* Verifies the SMS code and completes the phone number verification process.
|
|
3289
|
+
* Verify SMS verification code
|
|
3070
3290
|
*/
|
|
3071
3291
|
verifySmsVerification(requestParameters: VerifySmsVerificationRequest, initOverrides?: RequestInit): Promise<UpdateSelfResponse>;
|
|
3072
3292
|
/**
|
|
@@ -3079,12 +3299,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3079
3299
|
verifySmsVerificationOptions(requestParameters: VerifySmsVerificationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3080
3300
|
/**
|
|
3081
3301
|
* Used to link a wallet after user has confirmed transfer to the new account
|
|
3082
|
-
* Verify wallet transfer
|
|
3302
|
+
* Verify a wallet transfer
|
|
3083
3303
|
*/
|
|
3084
3304
|
verifyTransferRaw(requestParameters: VerifyTransferRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
3085
3305
|
/**
|
|
3086
3306
|
* Used to link a wallet after user has confirmed transfer to the new account
|
|
3087
|
-
* Verify wallet transfer
|
|
3307
|
+
* Verify a wallet transfer
|
|
3088
3308
|
*/
|
|
3089
3309
|
verifyTransfer(requestParameters: VerifyTransferRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
3090
3310
|
/**
|
|
@@ -3097,12 +3317,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3097
3317
|
verifyTransferOptions(requestParameters: VerifyTransferOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3098
3318
|
/**
|
|
3099
3319
|
* Remove a link from to a valid environment user, and return an updated JWT
|
|
3100
|
-
*
|
|
3320
|
+
* Unlink a wallet from a user
|
|
3101
3321
|
*/
|
|
3102
3322
|
verifyUnlinkRaw(requestParameters: VerifyUnlinkOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
3103
3323
|
/**
|
|
3104
3324
|
* Remove a link from to a valid environment user, and return an updated JWT
|
|
3105
|
-
*
|
|
3325
|
+
* Unlink a wallet from a user
|
|
3106
3326
|
*/
|
|
3107
3327
|
verifyUnlink(requestParameters: VerifyUnlinkOperationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
3108
3328
|
/**
|
|
@@ -3137,4 +3357,40 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3137
3357
|
* Options call for this endpoint
|
|
3138
3358
|
*/
|
|
3139
3359
|
walletAccountRequestOptions(requestParameters: WalletAccountRequestOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3360
|
+
/**
|
|
3361
|
+
* Authenticates a user by verifying their wallet signature.
|
|
3362
|
+
* Sign in with wallet
|
|
3363
|
+
*/
|
|
3364
|
+
walletsSigninRaw(requestParameters: WalletsSigninRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
3365
|
+
/**
|
|
3366
|
+
* Authenticates a user by verifying their wallet signature.
|
|
3367
|
+
* Sign in with wallet
|
|
3368
|
+
*/
|
|
3369
|
+
walletsSignin(requestParameters: WalletsSigninRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
3370
|
+
/**
|
|
3371
|
+
* Options call for this endpoint
|
|
3372
|
+
*/
|
|
3373
|
+
walletsSigninOptionsRaw(requestParameters: WalletsSigninOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
3374
|
+
/**
|
|
3375
|
+
* Options call for this endpoint
|
|
3376
|
+
*/
|
|
3377
|
+
walletsSigninOptions(requestParameters: WalletsSigninOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3378
|
+
/**
|
|
3379
|
+
* Verify a wallet, and return an updated JWT
|
|
3380
|
+
* Verify a wallet
|
|
3381
|
+
*/
|
|
3382
|
+
walletsVerifyRaw(requestParameters: WalletsVerifyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
3383
|
+
/**
|
|
3384
|
+
* Verify a wallet, and return an updated JWT
|
|
3385
|
+
* Verify a wallet
|
|
3386
|
+
*/
|
|
3387
|
+
walletsVerify(requestParameters: WalletsVerifyRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
3388
|
+
/**
|
|
3389
|
+
* Options call for this endpoint
|
|
3390
|
+
*/
|
|
3391
|
+
walletsVerifyOptionsRaw(requestParameters: WalletsVerifyOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
3392
|
+
/**
|
|
3393
|
+
* Options call for this endpoint
|
|
3394
|
+
*/
|
|
3395
|
+
walletsVerifyOptions(requestParameters: WalletsVerifyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3140
3396
|
}
|