@dynamic-labs/sdk-api-core 0.0.868 → 0.0.870
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 +429 -164
- package/src/apis/SDKApi.d.ts +375 -165
- package/src/apis/SDKApi.js +429 -164
- package/src/index.cjs +8 -0
- package/src/index.js +2 -0
- package/src/models/InlineObject.cjs +43 -0
- package/src/models/InlineObject.d.ts +27 -0
- package/src/models/InlineObject.js +37 -0
- package/src/models/TransactionFeeEstimateResponse.cjs +47 -0
- package/src/models/TransactionFeeEstimateResponse.d.ts +69 -0
- package/src/models/TransactionFeeEstimateResponse.js +41 -0
- package/src/models/index.d.ts +2 -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, WalletSanctionsResponse, 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, InlineObject, 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, TransactionFeeEstimateResponse, 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
|
}
|
|
@@ -242,6 +242,16 @@ export interface EmbeddedWalletExportOptionsRequest {
|
|
|
242
242
|
walletId: string;
|
|
243
243
|
activityId: string;
|
|
244
244
|
}
|
|
245
|
+
export interface EstimateTransactionFeeRequest {
|
|
246
|
+
environmentId: string;
|
|
247
|
+
chainName: ChainEnum;
|
|
248
|
+
inlineObject: InlineObject;
|
|
249
|
+
}
|
|
250
|
+
export interface EstimateTransactionFeeOptionsRequest {
|
|
251
|
+
environmentId: string;
|
|
252
|
+
chainName: ChainEnum;
|
|
253
|
+
networkId: number;
|
|
254
|
+
}
|
|
245
255
|
export interface EventsOptionsRequest {
|
|
246
256
|
environmentId: string;
|
|
247
257
|
}
|
|
@@ -1040,10 +1050,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1040
1050
|
*/
|
|
1041
1051
|
authMfaPasskeyDeviceOptions(requestParameters: AuthMfaPasskeyDeviceOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1042
1052
|
/**
|
|
1053
|
+
* Authenticates via recovery code and upgrades the JWT scope with a valid MFA session.
|
|
1043
1054
|
* Upgrade JWT scope with valid MFA session
|
|
1044
1055
|
*/
|
|
1045
1056
|
authMfaRecoveryRaw(requestParameters: AuthMfaRecoveryRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1046
1057
|
/**
|
|
1058
|
+
* Authenticates via recovery code and upgrades the JWT scope with a valid MFA session.
|
|
1047
1059
|
* Upgrade JWT scope with valid MFA session
|
|
1048
1060
|
*/
|
|
1049
1061
|
authMfaRecovery(requestParameters: AuthMfaRecoveryRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
@@ -1056,10 +1068,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1056
1068
|
*/
|
|
1057
1069
|
authMfaRecoveryOptions(requestParameters: AuthMfaRecoveryOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1058
1070
|
/**
|
|
1071
|
+
* Authenticates via TOTP code and upgrades the JWT scope with a valid MFA session.
|
|
1059
1072
|
* Upgrade JWT scope with valid MFA session
|
|
1060
1073
|
*/
|
|
1061
1074
|
authMfaTotpDeviceRaw(requestParameters: AuthMfaTotpDeviceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1062
1075
|
/**
|
|
1076
|
+
* Authenticates via TOTP code and upgrades the JWT scope with a valid MFA session.
|
|
1063
1077
|
* Upgrade JWT scope with valid MFA session
|
|
1064
1078
|
*/
|
|
1065
1079
|
authMfaTotpDevice(requestParameters: AuthMfaTotpDeviceRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
@@ -1072,18 +1086,22 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1072
1086
|
*/
|
|
1073
1087
|
authMfaTotpDeviceOptions(requestParameters: AuthMfaTotpDeviceOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1074
1088
|
/**
|
|
1089
|
+
* Authenticates via email verification and upgrades the JWT scope with a valid MFA session.
|
|
1075
1090
|
* Upgrade JWT scope with valid MFA session
|
|
1076
1091
|
*/
|
|
1077
1092
|
authenticateMfaEmailRaw(requestParameters: AuthenticateMfaEmailRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1078
1093
|
/**
|
|
1094
|
+
* Authenticates via email verification and upgrades the JWT scope with a valid MFA session.
|
|
1079
1095
|
* Upgrade JWT scope with valid MFA session
|
|
1080
1096
|
*/
|
|
1081
1097
|
authenticateMfaEmail(requestParameters: AuthenticateMfaEmailRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
1082
1098
|
/**
|
|
1099
|
+
* Authenticates via passkey and upgrades the JWT scope with a valid MFA session.
|
|
1083
1100
|
* Upgrade JWT scope with valid MFA session
|
|
1084
1101
|
*/
|
|
1085
1102
|
authenticateMfaPasskeyDeviceRaw(requestParameters: AuthenticateMfaPasskeyDeviceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1086
1103
|
/**
|
|
1104
|
+
* Authenticates via passkey and upgrades the JWT scope with a valid MFA session.
|
|
1087
1105
|
* Upgrade JWT scope with valid MFA session
|
|
1088
1106
|
*/
|
|
1089
1107
|
authenticateMfaPasskeyDevice(requestParameters: AuthenticateMfaPasskeyDeviceRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
@@ -1096,11 +1114,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1096
1114
|
*/
|
|
1097
1115
|
authenticatePasskeyOptions(requestParameters: AuthenticatePasskeyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1098
1116
|
/**
|
|
1099
|
-
*
|
|
1117
|
+
* Backs up the client key shares for the specified WAAS wallet.
|
|
1118
|
+
* Back up keyshares for a WAAS wallet
|
|
1100
1119
|
*/
|
|
1101
1120
|
backupKeySharesRaw(requestParameters: BackupKeySharesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<BackupMultipleClientKeySharesResponse>>;
|
|
1102
1121
|
/**
|
|
1103
|
-
*
|
|
1122
|
+
* Backs up the client key shares for the specified WAAS wallet.
|
|
1123
|
+
* Back up keyshares for a WAAS wallet
|
|
1104
1124
|
*/
|
|
1105
1125
|
backupKeyShares(requestParameters: BackupKeySharesRequest, initOverrides?: RequestInit): Promise<BackupMultipleClientKeySharesResponse>;
|
|
1106
1126
|
/**
|
|
@@ -1112,11 +1132,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1112
1132
|
*/
|
|
1113
1133
|
backupKeySharesOptions(requestParameters: BackupKeySharesOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1114
1134
|
/**
|
|
1115
|
-
*
|
|
1135
|
+
* Backs up the client key shares for the specified WAAS wallet to Google Drive.
|
|
1136
|
+
* Back up keyshares to Google Drive
|
|
1116
1137
|
*/
|
|
1117
1138
|
backupKeySharesToGoogleDriveRaw(requestParameters: BackupKeySharesToGoogleDriveRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<BackupMultipleClientKeySharesResponse>>;
|
|
1118
1139
|
/**
|
|
1119
|
-
*
|
|
1140
|
+
* Backs up the client key shares for the specified WAAS wallet to Google Drive.
|
|
1141
|
+
* Back up keyshares to Google Drive
|
|
1120
1142
|
*/
|
|
1121
1143
|
backupKeySharesToGoogleDrive(requestParameters: BackupKeySharesToGoogleDriveRequest, initOverrides?: RequestInit): Promise<BackupMultipleClientKeySharesResponse>;
|
|
1122
1144
|
/**
|
|
@@ -1128,10 +1150,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1128
1150
|
*/
|
|
1129
1151
|
backupKeySharesToGoogleDriveOptions(requestParameters: BackupKeySharesToGoogleDriveOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1130
1152
|
/**
|
|
1153
|
+
* Records a backup action and event for the specified location without performing the actual backup.
|
|
1131
1154
|
* Create backup action and event for a specified location without performing actual backup
|
|
1132
1155
|
*/
|
|
1133
1156
|
backupKeySharesToLocationRaw(requestParameters: BackupKeySharesToLocationOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<BackupKeySharesToLocationResponse>>;
|
|
1134
1157
|
/**
|
|
1158
|
+
* Records a backup action and event for the specified location without performing the actual backup.
|
|
1135
1159
|
* Create backup action and event for a specified location without performing actual backup
|
|
1136
1160
|
*/
|
|
1137
1161
|
backupKeySharesToLocation(requestParameters: BackupKeySharesToLocationOperationRequest, initOverrides?: RequestInit): Promise<BackupKeySharesToLocationResponse>;
|
|
@@ -1144,10 +1168,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1144
1168
|
*/
|
|
1145
1169
|
backupKeySharesToLocationOptions(requestParameters: BackupKeySharesToLocationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1146
1170
|
/**
|
|
1171
|
+
* Records backup actions and events for multiple locations without performing the actual backups.
|
|
1147
1172
|
* Create backup action and event for multiple locations without performing actual backup
|
|
1148
1173
|
*/
|
|
1149
1174
|
backupKeySharesToLocationsRaw(requestParameters: BackupKeySharesToLocationsOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<BackupKeySharesToLocationsResponse>>;
|
|
1150
1175
|
/**
|
|
1176
|
+
* Records backup actions and events for multiple locations without performing the actual backups.
|
|
1151
1177
|
* Create backup action and event for multiple locations without performing actual backup
|
|
1152
1178
|
*/
|
|
1153
1179
|
backupKeySharesToLocations(requestParameters: BackupKeySharesToLocationsOperationRequest, initOverrides?: RequestInit): Promise<BackupKeySharesToLocationsResponse>;
|
|
@@ -1161,12 +1187,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1161
1187
|
backupKeySharesToLocationsOptions(requestParameters: BackupKeySharesToLocationsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1162
1188
|
/**
|
|
1163
1189
|
* This endpoint proxies requests to `/sdk/{environmentId}/providers/coinbasesocial/redirect` because Coinbase does not allow the string `coinbase` on the redirect URL path
|
|
1164
|
-
*
|
|
1190
|
+
* Handle Coinbase OAuth redirect
|
|
1165
1191
|
*/
|
|
1166
1192
|
cbOauthRedirectRaw(requestParameters: CbOauthRedirectRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<string>>;
|
|
1167
1193
|
/**
|
|
1168
1194
|
* This endpoint proxies requests to `/sdk/{environmentId}/providers/coinbasesocial/redirect` because Coinbase does not allow the string `coinbase` on the redirect URL path
|
|
1169
|
-
*
|
|
1195
|
+
* Handle Coinbase OAuth redirect
|
|
1170
1196
|
*/
|
|
1171
1197
|
cbOauthRedirect(requestParameters: CbOauthRedirectRequest, initOverrides?: RequestInit): Promise<string>;
|
|
1172
1198
|
/**
|
|
@@ -1206,10 +1232,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1206
1232
|
*/
|
|
1207
1233
|
checkWalletSanctionsOptions(requestParameters: CheckWalletSanctionsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1208
1234
|
/**
|
|
1235
|
+
* Claims a pregenerated embedded wallet and associates it with the authenticated user.
|
|
1209
1236
|
* Claim a pregenerated embedded wallet
|
|
1210
1237
|
*/
|
|
1211
1238
|
claimEmbeddedWalletRaw(requestParameters: ClaimEmbeddedWalletRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1212
1239
|
/**
|
|
1240
|
+
* Claims a pregenerated embedded wallet and associates it with the authenticated user.
|
|
1213
1241
|
* Claim a pregenerated embedded wallet
|
|
1214
1242
|
*/
|
|
1215
1243
|
claimEmbeddedWallet(requestParameters: ClaimEmbeddedWalletRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
@@ -1247,19 +1275,21 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1247
1275
|
coinbaseOrdersOptions(requestParameters: CoinbaseOrdersOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1248
1276
|
/**
|
|
1249
1277
|
* Completes the passkey recovery process for a user\'s passkey embedded wallet
|
|
1250
|
-
*
|
|
1278
|
+
* Complete passkey recovery for an embedded wallet
|
|
1251
1279
|
*/
|
|
1252
1280
|
completePasskeyRecoveryRaw(requestParameters: CompletePasskeyRecoveryOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1253
1281
|
/**
|
|
1254
1282
|
* Completes the passkey recovery process for a user\'s passkey embedded wallet
|
|
1255
|
-
*
|
|
1283
|
+
* Complete passkey recovery for an embedded wallet
|
|
1256
1284
|
*/
|
|
1257
1285
|
completePasskeyRecovery(requestParameters: CompletePasskeyRecoveryOperationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
1258
1286
|
/**
|
|
1287
|
+
* Creates a new Coinbase onramp order for the authenticated user.
|
|
1259
1288
|
* Create a Coinbase onramp order
|
|
1260
1289
|
*/
|
|
1261
1290
|
createCoinbaseOnrampOrderRaw(requestParameters: CreateCoinbaseOnrampOrderRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CoinbaseOnrampOrderResponse>>;
|
|
1262
1291
|
/**
|
|
1292
|
+
* Creates a new Coinbase onramp order for the authenticated user.
|
|
1263
1293
|
* Create a Coinbase onramp order
|
|
1264
1294
|
*/
|
|
1265
1295
|
createCoinbaseOnrampOrder(requestParameters: CreateCoinbaseOnrampOrderRequest, initOverrides?: RequestInit): Promise<CoinbaseOnrampOrderResponse>;
|
|
@@ -1274,10 +1304,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1274
1304
|
*/
|
|
1275
1305
|
createCryptoDotComPayment(requestParameters: CreateCryptoDotComPaymentRequest, initOverrides?: RequestInit): Promise<CryptoDotComPaymentResponse>;
|
|
1276
1306
|
/**
|
|
1307
|
+
* Initiates the email verification process and sends a verification code.
|
|
1277
1308
|
* Initialize email verification process
|
|
1278
1309
|
*/
|
|
1279
1310
|
createEmailVerificationRaw(requestParameters: CreateEmailVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<EmailVerificationCreateResponse>>;
|
|
1280
1311
|
/**
|
|
1312
|
+
* Initiates the email verification process and sends a verification code.
|
|
1281
1313
|
* Initialize email verification process
|
|
1282
1314
|
*/
|
|
1283
1315
|
createEmailVerification(requestParameters: CreateEmailVerificationRequest, initOverrides?: RequestInit): Promise<EmailVerificationCreateResponse>;
|
|
@@ -1308,26 +1340,32 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1308
1340
|
*/
|
|
1309
1341
|
createEmbeddedWalletsOptions(requestParameters: CreateEmbeddedWalletsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1310
1342
|
/**
|
|
1311
|
-
*
|
|
1343
|
+
* Creates a new global wallet connection for the authenticated user.
|
|
1344
|
+
* Create a global wallet connection
|
|
1312
1345
|
*/
|
|
1313
1346
|
createGlobalWalletConnectionRaw(requestParameters: CreateGlobalWalletConnectionRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GlobalWalletConnection>>;
|
|
1314
1347
|
/**
|
|
1315
|
-
*
|
|
1348
|
+
* Creates a new global wallet connection for the authenticated user.
|
|
1349
|
+
* Create a global wallet connection
|
|
1316
1350
|
*/
|
|
1317
1351
|
createGlobalWalletConnection(requestParameters: CreateGlobalWalletConnectionRequest, initOverrides?: RequestInit): Promise<GlobalWalletConnection>;
|
|
1318
1352
|
/**
|
|
1319
|
-
*
|
|
1353
|
+
* Generates a new set of MFA recovery codes, replacing any existing ones.
|
|
1354
|
+
* Generate new recovery codes
|
|
1320
1355
|
*/
|
|
1321
1356
|
createNewRecoveryCodesRaw(requestParameters: CreateNewRecoveryCodesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFARegenRecoveryCodesResponse>>;
|
|
1322
1357
|
/**
|
|
1323
|
-
*
|
|
1358
|
+
* Generates a new set of MFA recovery codes, replacing any existing ones.
|
|
1359
|
+
* Generate new recovery codes
|
|
1324
1360
|
*/
|
|
1325
1361
|
createNewRecoveryCodes(requestParameters: CreateNewRecoveryCodesRequest, initOverrides?: RequestInit): Promise<MFARegenRecoveryCodesResponse>;
|
|
1326
1362
|
/**
|
|
1363
|
+
* Creates MPC ceremony rooms for the specified WAAS wallet.
|
|
1327
1364
|
* Create rooms for a waas mpc ceremony
|
|
1328
1365
|
*/
|
|
1329
1366
|
createRoomsRaw(requestParameters: CreateRoomsOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CreateRoomsResponse>>;
|
|
1330
1367
|
/**
|
|
1368
|
+
* Creates MPC ceremony rooms for the specified WAAS wallet.
|
|
1331
1369
|
* Create rooms for a waas mpc ceremony
|
|
1332
1370
|
*/
|
|
1333
1371
|
createRooms(requestParameters: CreateRoomsOperationRequest, initOverrides?: RequestInit): Promise<CreateRoomsResponse>;
|
|
@@ -1340,10 +1378,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1340
1378
|
*/
|
|
1341
1379
|
createRoomsOptions(requestParameters: CreateRoomsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1342
1380
|
/**
|
|
1381
|
+
* Creates MPC ceremony rooms without requiring an existing wallet ID.
|
|
1343
1382
|
* Create rooms for a waas mpc ceremony without a walletId
|
|
1344
1383
|
*/
|
|
1345
1384
|
createRoomsWithoutWalletIdRaw(requestParameters: CreateRoomsWithoutWalletIdOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CreateRoomsWithoutWalletIdResponse>>;
|
|
1346
1385
|
/**
|
|
1386
|
+
* Creates MPC ceremony rooms without requiring an existing wallet ID.
|
|
1347
1387
|
* Create rooms for a waas mpc ceremony without a walletId
|
|
1348
1388
|
*/
|
|
1349
1389
|
createRoomsWithoutWalletId(requestParameters: CreateRoomsWithoutWalletIdOperationRequest, initOverrides?: RequestInit): Promise<CreateRoomsWithoutWalletIdResponse>;
|
|
@@ -1356,11 +1396,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1356
1396
|
*/
|
|
1357
1397
|
createRoomsWithoutWalletIdOptions(requestParameters: CreateRoomsWithoutWalletIdOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1358
1398
|
/**
|
|
1359
|
-
*
|
|
1399
|
+
* Initiates the SMS verification process and sends a verification code.
|
|
1400
|
+
* Initialize SMS verification process
|
|
1360
1401
|
*/
|
|
1361
1402
|
createSmsVerificationRaw(requestParameters: CreateSmsVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SmsVerificationCreateResponse>>;
|
|
1362
1403
|
/**
|
|
1363
|
-
*
|
|
1404
|
+
* Initiates the SMS verification process and sends a verification code.
|
|
1405
|
+
* Initialize SMS verification process
|
|
1364
1406
|
*/
|
|
1365
1407
|
createSmsVerification(requestParameters: CreateSmsVerificationRequest, initOverrides?: RequestInit): Promise<SmsVerificationCreateResponse>;
|
|
1366
1408
|
/**
|
|
@@ -1383,12 +1425,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1383
1425
|
createVisit(requestParameters: CreateVisitRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1384
1426
|
/**
|
|
1385
1427
|
* Create a new waas account
|
|
1386
|
-
* Create a
|
|
1428
|
+
* Create a WAAS wallet
|
|
1387
1429
|
*/
|
|
1388
1430
|
createWaasAccountRaw(requestParameters: CreateWaasAccountOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponseWithServerKeygenIds>>;
|
|
1389
1431
|
/**
|
|
1390
1432
|
* Create a new waas account
|
|
1391
|
-
* Create a
|
|
1433
|
+
* Create a WAAS wallet
|
|
1392
1434
|
*/
|
|
1393
1435
|
createWaasAccount(requestParameters: CreateWaasAccountOperationRequest, initOverrides?: RequestInit): Promise<OpenRoomResponseWithServerKeygenIds>;
|
|
1394
1436
|
/**
|
|
@@ -1419,27 +1461,31 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1419
1461
|
cryptoDotComPaymentOptions(requestParameters: CryptoDotComPaymentOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1420
1462
|
/**
|
|
1421
1463
|
* Deletes the embedded wallets for a user
|
|
1422
|
-
*
|
|
1464
|
+
* Delete embedded wallets for a user
|
|
1423
1465
|
*/
|
|
1424
1466
|
deleteEmbeddedWalletsRaw(requestParameters: DeleteEmbeddedWalletsOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1425
1467
|
/**
|
|
1426
1468
|
* Deletes the embedded wallets for a user
|
|
1427
|
-
*
|
|
1469
|
+
* Delete embedded wallets for a user
|
|
1428
1470
|
*/
|
|
1429
1471
|
deleteEmbeddedWallets(requestParameters: DeleteEmbeddedWalletsOperationRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1430
1472
|
/**
|
|
1431
|
-
*
|
|
1473
|
+
* Permanently removes an MFA device from the authenticated user account.
|
|
1474
|
+
* Delete an MFA device
|
|
1432
1475
|
*/
|
|
1433
1476
|
deleteMfaDeviceRaw(requestParameters: DeleteMfaDeviceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1434
1477
|
/**
|
|
1435
|
-
*
|
|
1478
|
+
* Permanently removes an MFA device from the authenticated user account.
|
|
1479
|
+
* Delete an MFA device
|
|
1436
1480
|
*/
|
|
1437
1481
|
deleteMfaDevice(requestParameters: DeleteMfaDeviceRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1438
1482
|
/**
|
|
1483
|
+
* Permanently removes a passkey from the authenticated user account.
|
|
1439
1484
|
* Delete a passkey
|
|
1440
1485
|
*/
|
|
1441
1486
|
deletePasskeyRaw(requestParameters: DeletePasskeyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1442
1487
|
/**
|
|
1488
|
+
* Permanently removes a passkey from the authenticated user account.
|
|
1443
1489
|
* Delete a passkey
|
|
1444
1490
|
*/
|
|
1445
1491
|
deletePasskey(requestParameters: DeletePasskeyRequest, initOverrides?: RequestInit): Promise<void>;
|
|
@@ -1462,11 +1508,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1462
1508
|
*/
|
|
1463
1509
|
deliverDelegatedShareOptions(requestParameters: DeliverDelegatedShareOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1464
1510
|
/**
|
|
1465
|
-
*
|
|
1511
|
+
* Disconnects the specified global wallet connection.
|
|
1512
|
+
* Disconnect a global wallet connection
|
|
1466
1513
|
*/
|
|
1467
1514
|
disconnectGlobalWalletConnectionRaw(requestParameters: DisconnectGlobalWalletConnectionRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GlobalWalletConnection>>;
|
|
1468
1515
|
/**
|
|
1469
|
-
*
|
|
1516
|
+
* Disconnects the specified global wallet connection.
|
|
1517
|
+
* Disconnect a global wallet connection
|
|
1470
1518
|
*/
|
|
1471
1519
|
disconnectGlobalWalletConnection(requestParameters: DisconnectGlobalWalletConnectionRequest, initOverrides?: RequestInit): Promise<GlobalWalletConnection>;
|
|
1472
1520
|
/**
|
|
@@ -1519,6 +1567,24 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1519
1567
|
* Options call for this endpoint
|
|
1520
1568
|
*/
|
|
1521
1569
|
embeddedWalletExportOptions(requestParameters: EmbeddedWalletExportOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1570
|
+
/**
|
|
1571
|
+
* Estimates the gas fees for a given raw transaction.
|
|
1572
|
+
* Estimate transaction fees
|
|
1573
|
+
*/
|
|
1574
|
+
estimateTransactionFeeRaw(requestParameters: EstimateTransactionFeeRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<TransactionFeeEstimateResponse>>;
|
|
1575
|
+
/**
|
|
1576
|
+
* Estimates the gas fees for a given raw transaction.
|
|
1577
|
+
* Estimate transaction fees
|
|
1578
|
+
*/
|
|
1579
|
+
estimateTransactionFee(requestParameters: EstimateTransactionFeeRequest, initOverrides?: RequestInit): Promise<TransactionFeeEstimateResponse>;
|
|
1580
|
+
/**
|
|
1581
|
+
* Options call for this endpoint
|
|
1582
|
+
*/
|
|
1583
|
+
estimateTransactionFeeOptionsRaw(requestParameters: EstimateTransactionFeeOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1584
|
+
/**
|
|
1585
|
+
* Options call for this endpoint
|
|
1586
|
+
*/
|
|
1587
|
+
estimateTransactionFeeOptions(requestParameters: EstimateTransactionFeeOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1522
1588
|
/**
|
|
1523
1589
|
*/
|
|
1524
1590
|
eventsOptionsRaw(requestParameters: EventsOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
@@ -1526,11 +1592,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1526
1592
|
*/
|
|
1527
1593
|
eventsOptions(requestParameters: EventsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1528
1594
|
/**
|
|
1529
|
-
*
|
|
1595
|
+
* Exports the private key of a WAAS wallet through an MPC ceremony.
|
|
1596
|
+
* Export a WAAS wallet private key
|
|
1530
1597
|
*/
|
|
1531
1598
|
exportPrivateKeyRaw(requestParameters: ExportPrivateKeyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponseWithServerKeygenIds>>;
|
|
1532
1599
|
/**
|
|
1533
|
-
*
|
|
1600
|
+
* Exports the private key of a WAAS wallet through an MPC ceremony.
|
|
1601
|
+
* Export a WAAS wallet private key
|
|
1534
1602
|
*/
|
|
1535
1603
|
exportPrivateKey(requestParameters: ExportPrivateKeyRequest, initOverrides?: RequestInit): Promise<OpenRoomResponseWithServerKeygenIds>;
|
|
1536
1604
|
/**
|
|
@@ -1542,11 +1610,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1542
1610
|
*/
|
|
1543
1611
|
exportPrivateKeyOptions(requestParameters: ExportPrivateKeyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1544
1612
|
/**
|
|
1545
|
-
*
|
|
1613
|
+
* Authenticates a user using a token from an external auth provider.
|
|
1614
|
+
* Sign in with an external auth provider token
|
|
1546
1615
|
*/
|
|
1547
1616
|
externalAuthSigninRaw(requestParameters: ExternalAuthSigninOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1548
1617
|
/**
|
|
1549
|
-
*
|
|
1618
|
+
* Authenticates a user using a token from an external auth provider.
|
|
1619
|
+
* Sign in with an external auth provider token
|
|
1550
1620
|
*/
|
|
1551
1621
|
externalAuthSignin(requestParameters: ExternalAuthSigninOperationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
1552
1622
|
/**
|
|
@@ -1558,10 +1628,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1558
1628
|
*/
|
|
1559
1629
|
externalAuthSigninOptions(requestParameters: ExternalAuthSigninOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1560
1630
|
/**
|
|
1631
|
+
* [DEPRECATED] Please use /externalAuth/signin instead.
|
|
1561
1632
|
* [DEPRECATED] Please use /externalAuth/signin instead
|
|
1562
1633
|
*/
|
|
1563
1634
|
externalAuthVerifyRaw(requestParameters: ExternalAuthVerifyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1564
1635
|
/**
|
|
1636
|
+
* [DEPRECATED] Please use /externalAuth/signin instead.
|
|
1565
1637
|
* [DEPRECATED] Please use /externalAuth/signin instead
|
|
1566
1638
|
*/
|
|
1567
1639
|
externalAuthVerify(requestParameters: ExternalAuthVerifyRequest, initOverrides?: RequestInit): Promise<void>;
|
|
@@ -1575,12 +1647,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1575
1647
|
externalAuthVerifyOptions(requestParameters: ExternalAuthVerifyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1576
1648
|
/**
|
|
1577
1649
|
* Farcaster SignIn endpoint to exchange SIWF data
|
|
1578
|
-
*
|
|
1650
|
+
* Sign in with Farcaster
|
|
1579
1651
|
*/
|
|
1580
1652
|
farcasterSignInRaw(requestParameters: FarcasterSignInOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1581
1653
|
/**
|
|
1582
1654
|
* Farcaster SignIn endpoint to exchange SIWF data
|
|
1583
|
-
*
|
|
1655
|
+
* Sign in with Farcaster
|
|
1584
1656
|
*/
|
|
1585
1657
|
farcasterSignIn(requestParameters: FarcasterSignInOperationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
1586
1658
|
/**
|
|
@@ -1593,12 +1665,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1593
1665
|
farcasterSignInOptions(requestParameters: FarcasterSignInOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1594
1666
|
/**
|
|
1595
1667
|
* Farcaster Verify endpoint to exchange SIWF data
|
|
1596
|
-
* Farcaster
|
|
1668
|
+
* Verify Farcaster account linking
|
|
1597
1669
|
*/
|
|
1598
1670
|
farcasterVerifyRaw(requestParameters: FarcasterVerifyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1599
1671
|
/**
|
|
1600
1672
|
* Farcaster Verify endpoint to exchange SIWF data
|
|
1601
|
-
* Farcaster
|
|
1673
|
+
* Verify Farcaster account linking
|
|
1602
1674
|
*/
|
|
1603
1675
|
farcasterVerify(requestParameters: FarcasterVerifyRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
1604
1676
|
/**
|
|
@@ -1610,19 +1682,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1610
1682
|
*/
|
|
1611
1683
|
farcasterVerifyOptions(requestParameters: FarcasterVerifyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1612
1684
|
/**
|
|
1685
|
+
* Generates a Coinbase onramp buy URL for purchasing crypto.
|
|
1613
1686
|
* Generate a Coinbase onramp buy URL
|
|
1614
1687
|
*/
|
|
1615
1688
|
generateCoinbaseOnrampBuyUrlRaw(requestParameters: GenerateCoinbaseOnrampBuyUrlRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CoinbaseOnrampGetBuyUrlResponse>>;
|
|
1616
1689
|
/**
|
|
1690
|
+
* Generates a Coinbase onramp buy URL for purchasing crypto.
|
|
1617
1691
|
* Generate a Coinbase onramp buy URL
|
|
1618
1692
|
*/
|
|
1619
1693
|
generateCoinbaseOnrampBuyUrl(requestParameters: GenerateCoinbaseOnrampBuyUrlRequest, initOverrides?: RequestInit): Promise<CoinbaseOnrampGetBuyUrlResponse>;
|
|
1620
1694
|
/**
|
|
1621
|
-
*
|
|
1695
|
+
* Returns the token balances for a specific account address on a given chain.
|
|
1696
|
+
* Get token balances for an account
|
|
1622
1697
|
*/
|
|
1623
1698
|
getAccountBalancesRaw(requestParameters: GetAccountBalancesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<TokenBalance>>>;
|
|
1624
1699
|
/**
|
|
1625
|
-
*
|
|
1700
|
+
* Returns the token balances for a specific account address on a given chain.
|
|
1701
|
+
* Get token balances for an account
|
|
1626
1702
|
*/
|
|
1627
1703
|
getAccountBalances(requestParameters: GetAccountBalancesRequest, initOverrides?: RequestInit): Promise<Array<TokenBalance>>;
|
|
1628
1704
|
/**
|
|
@@ -1634,11 +1710,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1634
1710
|
*/
|
|
1635
1711
|
getAccountBalancesOptions(requestParameters: GetAccountBalancesOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1636
1712
|
/**
|
|
1637
|
-
*
|
|
1713
|
+
* Returns an auth token for the specified embedded wallet type.
|
|
1714
|
+
* Get an auth token for an embedded wallet type
|
|
1638
1715
|
*/
|
|
1639
1716
|
getAuthTokenRaw(requestParameters: GetAuthTokenRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<EmbeddedWalletAuthToken>>;
|
|
1640
1717
|
/**
|
|
1641
|
-
*
|
|
1718
|
+
* Returns an auth token for the specified embedded wallet type.
|
|
1719
|
+
* Get an auth token for an embedded wallet type
|
|
1642
1720
|
*/
|
|
1643
1721
|
getAuthToken(requestParameters: GetAuthTokenRequest, initOverrides?: RequestInit): Promise<EmbeddedWalletAuthToken>;
|
|
1644
1722
|
/**
|
|
@@ -1650,11 +1728,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1650
1728
|
*/
|
|
1651
1729
|
getAuthTokenOpts(requestParameters: GetAuthTokenOptsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1652
1730
|
/**
|
|
1653
|
-
*
|
|
1731
|
+
* Returns the full profile of the currently authenticated user.
|
|
1732
|
+
* Get the current user\'s profile
|
|
1654
1733
|
*/
|
|
1655
1734
|
getAuthenticatedUserRaw(requestParameters: GetAuthenticatedUserRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SdkUser>>;
|
|
1656
1735
|
/**
|
|
1657
|
-
*
|
|
1736
|
+
* Returns the full profile of the currently authenticated user.
|
|
1737
|
+
* Get the current user\'s profile
|
|
1658
1738
|
*/
|
|
1659
1739
|
getAuthenticatedUser(requestParameters: GetAuthenticatedUserRequest, initOverrides?: RequestInit): Promise<SdkUser>;
|
|
1660
1740
|
/**
|
|
@@ -1687,20 +1767,22 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1687
1767
|
getCoinbaseSupportedNetworks(requestParameters: GetCoinbaseSupportedNetworksRequest, initOverrides?: RequestInit): Promise<Array<string>>;
|
|
1688
1768
|
/**
|
|
1689
1769
|
* Generates the request body for a user\'s create V2 wallet account request
|
|
1690
|
-
*
|
|
1770
|
+
* Generate the create wallet account request body
|
|
1691
1771
|
*/
|
|
1692
1772
|
getCreateWalletAccountRequestRaw(requestParameters: GetCreateWalletAccountRequestRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<TurnkeyCreateWalletAccountsRequestBody>>;
|
|
1693
1773
|
/**
|
|
1694
1774
|
* Generates the request body for a user\'s create V2 wallet account request
|
|
1695
|
-
*
|
|
1775
|
+
* Generate the create wallet account request body
|
|
1696
1776
|
*/
|
|
1697
1777
|
getCreateWalletAccountRequest(requestParameters: GetCreateWalletAccountRequestRequest, initOverrides?: RequestInit): Promise<TurnkeyCreateWalletAccountsRequestBody>;
|
|
1698
1778
|
/**
|
|
1699
1779
|
* Exchange rates for the given currency
|
|
1780
|
+
* Get currency exchange rates
|
|
1700
1781
|
*/
|
|
1701
1782
|
getCurrencyExchangeRatesRaw(requestParameters: GetCurrencyExchangeRatesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<Currency>>>;
|
|
1702
1783
|
/**
|
|
1703
1784
|
* Exchange rates for the given currency
|
|
1785
|
+
* Get currency exchange rates
|
|
1704
1786
|
*/
|
|
1705
1787
|
getCurrencyExchangeRates(requestParameters: GetCurrencyExchangeRatesRequest, initOverrides?: RequestInit): Promise<Array<Currency>>;
|
|
1706
1788
|
/**
|
|
@@ -1713,12 +1795,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1713
1795
|
getCurrencyExchangeRatesOptions(requestParameters: GetCurrencyExchangeRatesOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1714
1796
|
/**
|
|
1715
1797
|
* 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.
|
|
1716
|
-
* Get
|
|
1798
|
+
* Get the sign-in email provider
|
|
1717
1799
|
*/
|
|
1718
1800
|
getEmailProviderRaw(requestParameters: GetEmailProviderRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<EmailProviderResponse>>;
|
|
1719
1801
|
/**
|
|
1720
1802
|
* 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.
|
|
1721
|
-
* Get
|
|
1803
|
+
* Get the sign-in email provider
|
|
1722
1804
|
*/
|
|
1723
1805
|
getEmailProvider(requestParameters: GetEmailProviderRequest, initOverrides?: RequestInit): Promise<EmailProviderResponse>;
|
|
1724
1806
|
/**
|
|
@@ -1730,19 +1812,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1730
1812
|
*/
|
|
1731
1813
|
getEmbeddedWalletBackupOption(requestParameters: GetEmbeddedWalletBackupOptionRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1732
1814
|
/**
|
|
1733
|
-
*
|
|
1815
|
+
* Returns the backup key for an embedded wallet.
|
|
1816
|
+
* Get the backup key for an embedded wallet
|
|
1734
1817
|
*/
|
|
1735
1818
|
getEmbeddedWalletBackupsRaw(requestParameters: GetEmbeddedWalletBackupsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<EmbeddedWalletSecret>>;
|
|
1736
1819
|
/**
|
|
1737
|
-
*
|
|
1820
|
+
* Returns the backup key for an embedded wallet.
|
|
1821
|
+
* Get the backup key for an embedded wallet
|
|
1738
1822
|
*/
|
|
1739
1823
|
getEmbeddedWalletBackups(requestParameters: GetEmbeddedWalletBackupsRequest, initOverrides?: RequestInit): Promise<EmbeddedWalletSecret>;
|
|
1740
1824
|
/**
|
|
1741
|
-
*
|
|
1825
|
+
* Returns the passcode for a pregenerated embedded wallet.
|
|
1826
|
+
* Get the passcode for a pregenerated embedded wallet
|
|
1742
1827
|
*/
|
|
1743
1828
|
getEmbeddedWalletPasscodeRaw(requestParameters: GetEmbeddedWalletPasscodeRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<EmbeddedWalletSecret>>;
|
|
1744
1829
|
/**
|
|
1745
|
-
*
|
|
1830
|
+
* Returns the passcode for a pregenerated embedded wallet.
|
|
1831
|
+
* Get the passcode for a pregenerated embedded wallet
|
|
1746
1832
|
*/
|
|
1747
1833
|
getEmbeddedWalletPasscode(requestParameters: GetEmbeddedWalletPasscodeRequest, initOverrides?: RequestInit): Promise<EmbeddedWalletSecret>;
|
|
1748
1834
|
/**
|
|
@@ -1755,19 +1841,21 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1755
1841
|
getEmbeddedWalletPasscodeOption(requestParameters: GetEmbeddedWalletPasscodeOptionRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1756
1842
|
/**
|
|
1757
1843
|
* Generates the request body for a user\'s delete V2 wallets request
|
|
1758
|
-
*
|
|
1844
|
+
* Generate the delete wallets request body
|
|
1759
1845
|
*/
|
|
1760
1846
|
getEmbeddedWalletsDeleteRequestRaw(requestParameters: GetEmbeddedWalletsDeleteRequestRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<TurnkeyDeleteEmbeddedWalletsRequestBody>>;
|
|
1761
1847
|
/**
|
|
1762
1848
|
* Generates the request body for a user\'s delete V2 wallets request
|
|
1763
|
-
*
|
|
1849
|
+
* Generate the delete wallets request body
|
|
1764
1850
|
*/
|
|
1765
1851
|
getEmbeddedWalletsDeleteRequest(requestParameters: GetEmbeddedWalletsDeleteRequestRequest, initOverrides?: RequestInit): Promise<TurnkeyDeleteEmbeddedWalletsRequestBody>;
|
|
1766
1852
|
/**
|
|
1853
|
+
* Returns the OAuth access token for the specified user OAuth account.
|
|
1767
1854
|
* Get the access token for a user OAuth account
|
|
1768
1855
|
*/
|
|
1769
1856
|
getEndUserOauthAccessTokenRaw(requestParameters: GetEndUserOauthAccessTokenRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UserOauthAccessTokenResponse>>;
|
|
1770
1857
|
/**
|
|
1858
|
+
* Returns the OAuth access token for the specified user OAuth account.
|
|
1771
1859
|
* Get the access token for a user OAuth account
|
|
1772
1860
|
*/
|
|
1773
1861
|
getEndUserOauthAccessToken(requestParameters: GetEndUserOauthAccessTokenRequest, initOverrides?: RequestInit): Promise<UserOauthAccessTokenResponse>;
|
|
@@ -1780,18 +1868,22 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1780
1868
|
*/
|
|
1781
1869
|
getEndUserOauthAccessTokenOptions(requestParameters: GetEndUserOauthAccessTokenOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1782
1870
|
/**
|
|
1783
|
-
*
|
|
1871
|
+
* Returns the project settings and configuration for the specified environment.
|
|
1872
|
+
* Get environment settings
|
|
1784
1873
|
*/
|
|
1785
1874
|
getEnvironmentSettingsRaw(requestParameters: GetEnvironmentSettingsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<ProjectSettings>>;
|
|
1786
1875
|
/**
|
|
1787
|
-
*
|
|
1876
|
+
* Returns the project settings and configuration for the specified environment.
|
|
1877
|
+
* Get environment settings
|
|
1788
1878
|
*/
|
|
1789
1879
|
getEnvironmentSettings(requestParameters: GetEnvironmentSettingsRequest, initOverrides?: RequestInit): Promise<ProjectSettings>;
|
|
1790
1880
|
/**
|
|
1881
|
+
* Returns the exchange account transactions for the authenticated user.
|
|
1791
1882
|
* Get the exchange account transactions for a given dynamic user
|
|
1792
1883
|
*/
|
|
1793
1884
|
getExchangeTransactionsRaw(requestParameters: GetExchangeTransactionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<ExchangeTransaction>>>;
|
|
1794
1885
|
/**
|
|
1886
|
+
* Returns the exchange account transactions for the authenticated user.
|
|
1795
1887
|
* Get the exchange account transactions for a given dynamic user
|
|
1796
1888
|
*/
|
|
1797
1889
|
getExchangeTransactions(requestParameters: GetExchangeTransactionsRequest, initOverrides?: RequestInit): Promise<Array<ExchangeTransaction>>;
|
|
@@ -1804,10 +1896,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1804
1896
|
*/
|
|
1805
1897
|
getExchangeTransactionsOptions(requestParameters: GetExchangeTransactionsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1806
1898
|
/**
|
|
1899
|
+
* Returns the available transfer destinations for exchange account transactions.
|
|
1807
1900
|
* Get the available exchange transfer destinations for account transactions for a given dynamic user
|
|
1808
1901
|
*/
|
|
1809
1902
|
getExchangeTransferDestinationsRaw(requestParameters: GetExchangeTransferDestinationsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<TransferDestinationResponse>>;
|
|
1810
1903
|
/**
|
|
1904
|
+
* Returns the available transfer destinations for exchange account transactions.
|
|
1811
1905
|
* Get the available exchange transfer destinations for account transactions for a given dynamic user
|
|
1812
1906
|
*/
|
|
1813
1907
|
getExchangeTransferDestinations(requestParameters: GetExchangeTransferDestinationsRequest, initOverrides?: RequestInit): Promise<TransferDestinationResponse>;
|
|
@@ -1820,19 +1914,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1820
1914
|
*/
|
|
1821
1915
|
getExchangeTransferDestinationsOptions(requestParameters: GetExchangeTransferDestinationsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1822
1916
|
/**
|
|
1917
|
+
* Returns the global wallet settings configured for the specified environment.
|
|
1823
1918
|
* Get the global wallet settings for the environment
|
|
1824
1919
|
*/
|
|
1825
1920
|
getGlobalWalletsSettingsRaw(requestParameters: GetGlobalWalletsSettingsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GlobalWalletSettings>>;
|
|
1826
1921
|
/**
|
|
1922
|
+
* Returns the global wallet settings configured for the specified environment.
|
|
1827
1923
|
* Get the global wallet settings for the environment
|
|
1828
1924
|
*/
|
|
1829
1925
|
getGlobalWalletsSettings(requestParameters: GetGlobalWalletsSettingsRequest, initOverrides?: RequestInit): Promise<GlobalWalletSettings>;
|
|
1830
1926
|
/**
|
|
1831
1927
|
* Health check endpoint to check for uptime of API.
|
|
1928
|
+
* Check API health
|
|
1832
1929
|
*/
|
|
1833
1930
|
getHealthcheckRaw(requestParameters: GetHealthcheckRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<HealthcheckResponse>>;
|
|
1834
1931
|
/**
|
|
1835
1932
|
* Health check endpoint to check for uptime of API.
|
|
1933
|
+
* Check API health
|
|
1836
1934
|
*/
|
|
1837
1935
|
getHealthcheck(requestParameters: GetHealthcheckRequest, initOverrides?: RequestInit): Promise<HealthcheckResponse>;
|
|
1838
1936
|
/**
|
|
@@ -1844,27 +1942,33 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1844
1942
|
*/
|
|
1845
1943
|
getHealthcheckOptions(requestParameters: GetHealthcheckOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1846
1944
|
/**
|
|
1847
|
-
*
|
|
1945
|
+
* Returns the JSON Web Key Set (JWKS) for the specified environment.
|
|
1946
|
+
* Get JWKS for the environment
|
|
1848
1947
|
*/
|
|
1849
1948
|
getJwksByEnvironmentIdRaw(requestParameters: GetJwksByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<JwksResponse>>;
|
|
1850
1949
|
/**
|
|
1851
|
-
*
|
|
1950
|
+
* Returns the JSON Web Key Set (JWKS) for the specified environment.
|
|
1951
|
+
* Get JWKS for the environment
|
|
1852
1952
|
*/
|
|
1853
1953
|
getJwksByEnvironmentId(requestParameters: GetJwksByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<JwksResponse>;
|
|
1854
1954
|
/**
|
|
1855
|
-
*
|
|
1955
|
+
* Returns the JSON Web Key Set (JWKS) in JSON format for the specified environment.
|
|
1956
|
+
* Get JWKS for the environment (JSON format)
|
|
1856
1957
|
*/
|
|
1857
1958
|
getJwksJsonByEnvironmentIdRaw(requestParameters: GetJwksJsonByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<JwksResponse>>;
|
|
1858
1959
|
/**
|
|
1859
|
-
*
|
|
1960
|
+
* Returns the JSON Web Key Set (JWKS) in JSON format for the specified environment.
|
|
1961
|
+
* Get JWKS for the environment (JSON format)
|
|
1860
1962
|
*/
|
|
1861
1963
|
getJwksJsonByEnvironmentId(requestParameters: GetJwksJsonByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<JwksResponse>;
|
|
1862
1964
|
/**
|
|
1863
|
-
*
|
|
1965
|
+
* Returns details of a specific MFA device by its ID.
|
|
1966
|
+
* Get an MFA device by ID
|
|
1864
1967
|
*/
|
|
1865
1968
|
getMfaDeviceRaw(requestParameters: GetMfaDeviceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFADevice>>;
|
|
1866
1969
|
/**
|
|
1867
|
-
*
|
|
1970
|
+
* Returns details of a specific MFA device by its ID.
|
|
1971
|
+
* Get an MFA device by ID
|
|
1868
1972
|
*/
|
|
1869
1973
|
getMfaDevice(requestParameters: GetMfaDeviceRequest, initOverrides?: RequestInit): Promise<MFADevice>;
|
|
1870
1974
|
/**
|
|
@@ -1876,27 +1980,33 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1876
1980
|
*/
|
|
1877
1981
|
getMfaDeviceOptions(requestParameters: GetMfaDeviceOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1878
1982
|
/**
|
|
1879
|
-
*
|
|
1983
|
+
* Returns the network configurations enabled for the specified environment.
|
|
1984
|
+
* Get network configurations for the environment
|
|
1880
1985
|
*/
|
|
1881
1986
|
getNetworksConfigurationByEnvIdRaw(requestParameters: GetNetworksConfigurationByEnvIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<NetworkConfigurationResponse>>>;
|
|
1882
1987
|
/**
|
|
1883
|
-
*
|
|
1988
|
+
* Returns the network configurations enabled for the specified environment.
|
|
1989
|
+
* Get network configurations for the environment
|
|
1884
1990
|
*/
|
|
1885
1991
|
getNetworksConfigurationByEnvId(requestParameters: GetNetworksConfigurationByEnvIdRequest, initOverrides?: RequestInit): Promise<Array<NetworkConfigurationResponse>>;
|
|
1886
1992
|
/**
|
|
1993
|
+
* Creates and returns a nonce for use in the wallet authentication flow.
|
|
1887
1994
|
* Create nonce for authentication flow
|
|
1888
1995
|
*/
|
|
1889
1996
|
getNonceRaw(requestParameters: GetNonceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<NonceResponse>>;
|
|
1890
1997
|
/**
|
|
1998
|
+
* Creates and returns a nonce for use in the wallet authentication flow.
|
|
1891
1999
|
* Create nonce for authentication flow
|
|
1892
2000
|
*/
|
|
1893
2001
|
getNonce(requestParameters: GetNonceRequest, initOverrides?: RequestInit): Promise<NonceResponse>;
|
|
1894
2002
|
/**
|
|
1895
|
-
*
|
|
2003
|
+
* Returns the WebAuthn authentication options for passkey verification.
|
|
2004
|
+
* Get passkey authentication options
|
|
1896
2005
|
*/
|
|
1897
2006
|
getPasskeyAuthenticationOptionsRaw(requestParameters: GetPasskeyAuthenticationOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GetPasskeyAuthenticationOptionsResponse>>;
|
|
1898
2007
|
/**
|
|
1899
|
-
*
|
|
2008
|
+
* Returns the WebAuthn authentication options for passkey verification.
|
|
2009
|
+
* Get passkey authentication options
|
|
1900
2010
|
*/
|
|
1901
2011
|
getPasskeyAuthenticationOptions(requestParameters: GetPasskeyAuthenticationOptionsRequest, initOverrides?: RequestInit): Promise<GetPasskeyAuthenticationOptionsResponse>;
|
|
1902
2012
|
/**
|
|
@@ -1908,19 +2018,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1908
2018
|
*/
|
|
1909
2019
|
getPasskeyAuthenticationOptionsOptions(requestParameters: GetPasskeyAuthenticationOptionsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1910
2020
|
/**
|
|
1911
|
-
*
|
|
2021
|
+
* Returns the WebAuthn authentication options for passkey sign-in.
|
|
2022
|
+
* Get passkey sign-in options
|
|
1912
2023
|
*/
|
|
1913
2024
|
getPasskeyAuthenticationSigninOptionsRaw(requestParameters: GetPasskeyAuthenticationSigninOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GetPasskeyAuthenticationOptionsResponse>>;
|
|
1914
2025
|
/**
|
|
1915
|
-
*
|
|
2026
|
+
* Returns the WebAuthn authentication options for passkey sign-in.
|
|
2027
|
+
* Get passkey sign-in options
|
|
1916
2028
|
*/
|
|
1917
2029
|
getPasskeyAuthenticationSigninOptions(requestParameters: GetPasskeyAuthenticationSigninOptionsRequest, initOverrides?: RequestInit): Promise<GetPasskeyAuthenticationOptionsResponse>;
|
|
1918
2030
|
/**
|
|
1919
|
-
*
|
|
2031
|
+
* Returns the WebAuthn registration options needed to register a new passkey.
|
|
2032
|
+
* Get user passkeys
|
|
1920
2033
|
*/
|
|
1921
2034
|
getPasskeyRegistrationOptionsRaw(requestParameters: GetPasskeyRegistrationOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GetPasskeyRegistrationOptionsResponse>>;
|
|
1922
2035
|
/**
|
|
1923
|
-
*
|
|
2036
|
+
* Returns the WebAuthn registration options needed to register a new passkey.
|
|
2037
|
+
* Get user passkeys
|
|
1924
2038
|
*/
|
|
1925
2039
|
getPasskeyRegistrationOptions(requestParameters: GetPasskeyRegistrationOptionsRequest, initOverrides?: RequestInit): Promise<GetPasskeyRegistrationOptionsResponse>;
|
|
1926
2040
|
/**
|
|
@@ -1932,46 +2046,52 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1932
2046
|
*/
|
|
1933
2047
|
getPasskeyRegistrationOptionsOptions(requestParameters: GetPasskeyRegistrationOptionsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1934
2048
|
/**
|
|
2049
|
+
* Returns the MFA recovery codes for the authenticated user.
|
|
1935
2050
|
* Get recovery codes
|
|
1936
2051
|
*/
|
|
1937
2052
|
getRecoveryCodesRaw(requestParameters: GetRecoveryCodesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFAGetRecoveryCodesResponse>>;
|
|
1938
2053
|
/**
|
|
2054
|
+
* Returns the MFA recovery codes for the authenticated user.
|
|
1939
2055
|
* Get recovery codes
|
|
1940
2056
|
*/
|
|
1941
2057
|
getRecoveryCodes(requestParameters: GetRecoveryCodesRequest, initOverrides?: RequestInit): Promise<MFAGetRecoveryCodesResponse>;
|
|
1942
2058
|
/**
|
|
1943
2059
|
* Find the configuration for the enabled offramps associated to an environment
|
|
1944
|
-
*
|
|
2060
|
+
* Get enabled offramps for the environment
|
|
1945
2061
|
*/
|
|
1946
2062
|
getSupportedOfframpsRaw(requestParameters: GetSupportedOfframpsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SupportedOfframpsResponse>>;
|
|
1947
2063
|
/**
|
|
1948
2064
|
* Find the configuration for the enabled offramps associated to an environment
|
|
1949
|
-
*
|
|
2065
|
+
* Get enabled offramps for the environment
|
|
1950
2066
|
*/
|
|
1951
2067
|
getSupportedOfframps(requestParameters: GetSupportedOfframpsRequest, initOverrides?: RequestInit): Promise<SupportedOfframpsResponse>;
|
|
1952
2068
|
/**
|
|
1953
2069
|
* Find the configuration for the enabled onramps associated to an environment
|
|
1954
|
-
*
|
|
2070
|
+
* Get enabled onramps for the environment
|
|
1955
2071
|
*/
|
|
1956
2072
|
getSupportedOnrampsRaw(requestParameters: GetSupportedOnrampsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SupportedOnrampsResponse>>;
|
|
1957
2073
|
/**
|
|
1958
2074
|
* Find the configuration for the enabled onramps associated to an environment
|
|
1959
|
-
*
|
|
2075
|
+
* Get enabled onramps for the environment
|
|
1960
2076
|
*/
|
|
1961
2077
|
getSupportedOnramps(requestParameters: GetSupportedOnrampsRequest, initOverrides?: RequestInit): Promise<SupportedOnrampsResponse>;
|
|
1962
2078
|
/**
|
|
1963
|
-
*
|
|
2079
|
+
* Returns the HTML content for the Telegram login widget.
|
|
2080
|
+
* Get Telegram login widget HTML
|
|
1964
2081
|
*/
|
|
1965
2082
|
getTelegramAuthRaw(requestParameters: GetTelegramAuthRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<string>>;
|
|
1966
2083
|
/**
|
|
1967
|
-
*
|
|
2084
|
+
* Returns the HTML content for the Telegram login widget.
|
|
2085
|
+
* Get Telegram login widget HTML
|
|
1968
2086
|
*/
|
|
1969
2087
|
getTelegramAuth(requestParameters: GetTelegramAuthRequest, initOverrides?: RequestInit): Promise<string>;
|
|
1970
2088
|
/**
|
|
2089
|
+
* Returns the exchange accounts for the authenticated user on the specified exchange.
|
|
1971
2090
|
* Get the exchange accounts for a given dynamic user
|
|
1972
2091
|
*/
|
|
1973
2092
|
getUserAccountsRaw(requestParameters: GetUserAccountsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<Account>>>;
|
|
1974
2093
|
/**
|
|
2094
|
+
* Returns the exchange accounts for the authenticated user on the specified exchange.
|
|
1975
2095
|
* Get the exchange accounts for a given dynamic user
|
|
1976
2096
|
*/
|
|
1977
2097
|
getUserAccounts(requestParameters: GetUserAccountsRequest, initOverrides?: RequestInit): Promise<Array<Account>>;
|
|
@@ -2002,37 +2122,43 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2002
2122
|
*/
|
|
2003
2123
|
getUserFieldsCheckOptions(requestParameters: GetUserFieldsCheckOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2004
2124
|
/**
|
|
2005
|
-
*
|
|
2125
|
+
* Returns the list of MFA devices registered for the authenticated user.
|
|
2126
|
+
* Get the current user\'s MFA devices
|
|
2006
2127
|
*/
|
|
2007
2128
|
getUserMfaDevicesRaw(requestParameters: GetUserMfaDevicesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFAListDevicesResponse>>;
|
|
2008
2129
|
/**
|
|
2009
|
-
*
|
|
2130
|
+
* Returns the list of MFA devices registered for the authenticated user.
|
|
2131
|
+
* Get the current user\'s MFA devices
|
|
2010
2132
|
*/
|
|
2011
2133
|
getUserMfaDevices(requestParameters: GetUserMfaDevicesRequest, initOverrides?: RequestInit): Promise<MFAListDevicesResponse>;
|
|
2012
2134
|
/**
|
|
2013
|
-
*
|
|
2135
|
+
* Returns the available MFA methods for the authenticated user.
|
|
2136
|
+
* Get the current user\'s MFA methods
|
|
2014
2137
|
*/
|
|
2015
2138
|
getUserMfaMethodsRaw(requestParameters: GetUserMfaMethodsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFAMethodsResponse>>;
|
|
2016
2139
|
/**
|
|
2017
|
-
*
|
|
2140
|
+
* Returns the available MFA methods for the authenticated user.
|
|
2141
|
+
* Get the current user\'s MFA methods
|
|
2018
2142
|
*/
|
|
2019
2143
|
getUserMfaMethods(requestParameters: GetUserMfaMethodsRequest, initOverrides?: RequestInit): Promise<MFAMethodsResponse>;
|
|
2020
2144
|
/**
|
|
2021
|
-
*
|
|
2145
|
+
* Returns the list of passkeys registered for the authenticated user.
|
|
2146
|
+
* Get user passkeys
|
|
2022
2147
|
*/
|
|
2023
2148
|
getUserPasskeysRaw(requestParameters: GetUserPasskeysRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GetUserPasskeysResponse>>;
|
|
2024
2149
|
/**
|
|
2025
|
-
*
|
|
2150
|
+
* Returns the list of passkeys registered for the authenticated user.
|
|
2151
|
+
* Get user passkeys
|
|
2026
2152
|
*/
|
|
2027
2153
|
getUserPasskeys(requestParameters: GetUserPasskeysRequest, initOverrides?: RequestInit): Promise<GetUserPasskeysResponse>;
|
|
2028
2154
|
/**
|
|
2029
2155
|
* 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.
|
|
2030
|
-
*
|
|
2156
|
+
* Get a WAAS wallet by address
|
|
2031
2157
|
*/
|
|
2032
2158
|
getWaasWalletWithVerifiedCredentialsRaw(requestParameters: GetWaasWalletWithVerifiedCredentialsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SdkUser>>;
|
|
2033
2159
|
/**
|
|
2034
2160
|
* Fetches a single WaaS wallet and returns it with the same payload structure as the users endpoint. This endpoint returns user information along with verified credentials filtered to only include the specified WaaS wallet.
|
|
2035
|
-
*
|
|
2161
|
+
* Get a WAAS wallet by address
|
|
2036
2162
|
*/
|
|
2037
2163
|
getWaasWalletWithVerifiedCredentials(requestParameters: GetWaasWalletWithVerifiedCredentialsRequest, initOverrides?: RequestInit): Promise<SdkUser>;
|
|
2038
2164
|
/**
|
|
@@ -2079,22 +2205,22 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2079
2205
|
globalWalletsSettingsOptions(requestParameters: GlobalWalletsSettingsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2080
2206
|
/**
|
|
2081
2207
|
* Hard delete the authenticated user
|
|
2082
|
-
*
|
|
2208
|
+
* Delete the current user
|
|
2083
2209
|
*/
|
|
2084
2210
|
hardDeleteUserRaw(requestParameters: HardDeleteUserRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2085
2211
|
/**
|
|
2086
2212
|
* Hard delete the authenticated user
|
|
2087
|
-
*
|
|
2213
|
+
* Delete the current user
|
|
2088
2214
|
*/
|
|
2089
2215
|
hardDeleteUser(requestParameters: HardDeleteUserRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2090
2216
|
/**
|
|
2091
2217
|
* Import a private key to create a waas account
|
|
2092
|
-
* Import
|
|
2218
|
+
* Import a private key to create a WAAS wallet
|
|
2093
2219
|
*/
|
|
2094
2220
|
importPrivateKeyRaw(requestParameters: ImportPrivateKeyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponseWithServerKeygenIds>>;
|
|
2095
2221
|
/**
|
|
2096
2222
|
* Import a private key to create a waas account
|
|
2097
|
-
* Import
|
|
2223
|
+
* Import a private key to create a WAAS wallet
|
|
2098
2224
|
*/
|
|
2099
2225
|
importPrivateKey(requestParameters: ImportPrivateKeyRequest, initOverrides?: RequestInit): Promise<OpenRoomResponseWithServerKeygenIds>;
|
|
2100
2226
|
/**
|
|
@@ -2107,12 +2233,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2107
2233
|
importPrivateKeyOptions(requestParameters: ImportPrivateKeyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2108
2234
|
/**
|
|
2109
2235
|
* This endpoint initializes a secure oauth authentication sequence by providing the state and current url path to the API.
|
|
2110
|
-
* Initialize
|
|
2236
|
+
* Initialize an OAuth authentication sequence
|
|
2111
2237
|
*/
|
|
2112
2238
|
initAuthRaw(requestParameters: InitAuthRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2113
2239
|
/**
|
|
2114
2240
|
* This endpoint initializes a secure oauth authentication sequence by providing the state and current url path to the API.
|
|
2115
|
-
* Initialize
|
|
2241
|
+
* Initialize an OAuth authentication sequence
|
|
2116
2242
|
*/
|
|
2117
2243
|
initAuth(requestParameters: InitAuthRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2118
2244
|
/**
|
|
@@ -2161,12 +2287,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2161
2287
|
legacyEmbeddedWalletDeleteRequestOptions(requestParameters: LegacyEmbeddedWalletDeleteRequestOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2162
2288
|
/**
|
|
2163
2289
|
* Generates the turnkey request body for a user\'s delete wallets request
|
|
2164
|
-
*
|
|
2290
|
+
* Generate the delete wallets request body
|
|
2165
2291
|
*/
|
|
2166
2292
|
legacyGetEmbeddedWalletsDeleteRequestRaw(requestParameters: LegacyGetEmbeddedWalletsDeleteRequestRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<TurnkeyDeleteEmbeddedWalletsRequestBody>>;
|
|
2167
2293
|
/**
|
|
2168
2294
|
* Generates the turnkey request body for a user\'s delete wallets request
|
|
2169
|
-
*
|
|
2295
|
+
* Generate the delete wallets request body
|
|
2170
2296
|
*/
|
|
2171
2297
|
legacyGetEmbeddedWalletsDeleteRequest(requestParameters: LegacyGetEmbeddedWalletsDeleteRequestRequest, initOverrides?: RequestInit): Promise<TurnkeyDeleteEmbeddedWalletsRequestBody>;
|
|
2172
2298
|
/**
|
|
@@ -2186,21 +2312,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2186
2312
|
*/
|
|
2187
2313
|
listMfaMethodsOptions(requestParameters: ListMfaMethodsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2188
2314
|
/**
|
|
2189
|
-
*
|
|
2315
|
+
* Logs the SDK settings being used by the client for the environment.
|
|
2316
|
+
* Update SDK settings for the environment
|
|
2190
2317
|
*/
|
|
2191
2318
|
logDynamicSdkSettingsRaw(requestParameters: LogDynamicSdkSettingsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2192
2319
|
/**
|
|
2193
|
-
*
|
|
2320
|
+
* Logs the SDK settings being used by the client for the environment.
|
|
2321
|
+
* Update SDK settings for the environment
|
|
2194
2322
|
*/
|
|
2195
2323
|
logDynamicSdkSettings(requestParameters: LogDynamicSdkSettingsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2196
2324
|
/**
|
|
2197
2325
|
* Used to merge two owned accounts connected by email address
|
|
2198
|
-
*
|
|
2326
|
+
* Merge two owned accounts
|
|
2199
2327
|
*/
|
|
2200
2328
|
mergeUsersRaw(requestParameters: MergeUsersRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2201
2329
|
/**
|
|
2202
2330
|
* Used to merge two owned accounts connected by email address
|
|
2203
|
-
*
|
|
2331
|
+
* Merge two owned accounts
|
|
2204
2332
|
*/
|
|
2205
2333
|
mergeUsers(requestParameters: MergeUsersRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2206
2334
|
/**
|
|
@@ -2229,12 +2357,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2229
2357
|
nonceOptions(requestParameters: NonceOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2230
2358
|
/**
|
|
2231
2359
|
* Endpoint where an oauth provider would return authorization HTML used for mobile-friendly login, such as Apple ID with Touch ID on enabled devices.
|
|
2232
|
-
*
|
|
2360
|
+
* Get OAuth provider authorization HTML
|
|
2233
2361
|
*/
|
|
2234
2362
|
oauthAuthorizeHtmlRaw(requestParameters: OauthAuthorizeHtmlRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<string>>;
|
|
2235
2363
|
/**
|
|
2236
2364
|
* Endpoint where an oauth provider would return authorization HTML used for mobile-friendly login, such as Apple ID with Touch ID on enabled devices.
|
|
2237
|
-
*
|
|
2365
|
+
* Get OAuth provider authorization HTML
|
|
2238
2366
|
*/
|
|
2239
2367
|
oauthAuthorizeHtml(requestParameters: OauthAuthorizeHtmlRequest, initOverrides?: RequestInit): Promise<string>;
|
|
2240
2368
|
/**
|
|
@@ -2246,11 +2374,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2246
2374
|
*/
|
|
2247
2375
|
oauthAuthorizeHtmlOptions(requestParameters: OauthAuthorizeHtmlOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2248
2376
|
/**
|
|
2249
|
-
*
|
|
2377
|
+
* Redirects the user to the specified OAuth provider login page.
|
|
2378
|
+
* Redirect to OAuth provider login
|
|
2250
2379
|
*/
|
|
2251
2380
|
oauthLoginRaw(requestParameters: OauthLoginRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2252
2381
|
/**
|
|
2253
|
-
*
|
|
2382
|
+
* Redirects the user to the specified OAuth provider login page.
|
|
2383
|
+
* Redirect to OAuth provider login
|
|
2254
2384
|
*/
|
|
2255
2385
|
oauthLogin(requestParameters: OauthLoginRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2256
2386
|
/**
|
|
@@ -2262,11 +2392,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2262
2392
|
*/
|
|
2263
2393
|
oauthLoginOptions(requestParameters: OauthLoginOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2264
2394
|
/**
|
|
2265
|
-
*
|
|
2395
|
+
* Returns the login URL for the specified OAuth provider.
|
|
2396
|
+
* Get the OAuth provider login URL
|
|
2266
2397
|
*/
|
|
2267
2398
|
oauthLoginUrlRaw(requestParameters: OauthLoginUrlRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OauthProviderLoginUrl>>;
|
|
2268
2399
|
/**
|
|
2269
|
-
*
|
|
2400
|
+
* Returns the login URL for the specified OAuth provider.
|
|
2401
|
+
* Get the OAuth provider login URL
|
|
2270
2402
|
*/
|
|
2271
2403
|
oauthLoginUrl(requestParameters: OauthLoginUrlRequest, initOverrides?: RequestInit): Promise<OauthProviderLoginUrl>;
|
|
2272
2404
|
/**
|
|
@@ -2279,12 +2411,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2279
2411
|
oauthLoginUrlOptions(requestParameters: OauthLoginUrlOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2280
2412
|
/**
|
|
2281
2413
|
* Endpoint where an oauth provider would redirect after a successful user authorizing the oauth application.
|
|
2282
|
-
*
|
|
2414
|
+
* Handle Apple ID OAuth redirect
|
|
2283
2415
|
*/
|
|
2284
2416
|
oauthRedirectAppleRaw(requestParameters: OauthRedirectAppleRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<string>>;
|
|
2285
2417
|
/**
|
|
2286
2418
|
* Endpoint where an oauth provider would redirect after a successful user authorizing the oauth application.
|
|
2287
|
-
*
|
|
2419
|
+
* Handle Apple ID OAuth redirect
|
|
2288
2420
|
*/
|
|
2289
2421
|
oauthRedirectApple(requestParameters: OauthRedirectAppleRequest, initOverrides?: RequestInit): Promise<string>;
|
|
2290
2422
|
/**
|
|
@@ -2297,12 +2429,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2297
2429
|
oauthRedirectAppleOptions(requestParameters: OauthRedirectAppleOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2298
2430
|
/**
|
|
2299
2431
|
* Endpoint where an oauth provider would redirect after a successful user authorizing the oauth application.
|
|
2300
|
-
*
|
|
2432
|
+
* Handle OAuth provider redirect
|
|
2301
2433
|
*/
|
|
2302
2434
|
oauthRedirectCodeRaw(requestParameters: OauthRedirectCodeRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<string>>;
|
|
2303
2435
|
/**
|
|
2304
2436
|
* Endpoint where an oauth provider would redirect after a successful user authorizing the oauth application.
|
|
2305
|
-
*
|
|
2437
|
+
* Handle OAuth provider redirect
|
|
2306
2438
|
*/
|
|
2307
2439
|
oauthRedirectCode(requestParameters: OauthRedirectCodeRequest, initOverrides?: RequestInit): Promise<string>;
|
|
2308
2440
|
/**
|
|
@@ -2314,11 +2446,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2314
2446
|
*/
|
|
2315
2447
|
oauthRedirectOptions(requestParameters: OauthRedirectOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2316
2448
|
/**
|
|
2317
|
-
* Returns the authorization
|
|
2449
|
+
* Returns the OAuth authorization result for the given state.
|
|
2450
|
+
* Get the OAuth provider authorization result
|
|
2318
2451
|
*/
|
|
2319
2452
|
oauthResultRaw(requestParameters: OauthResultOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OauthResultResponse>>;
|
|
2320
2453
|
/**
|
|
2321
|
-
* Returns the authorization
|
|
2454
|
+
* Returns the OAuth authorization result for the given state.
|
|
2455
|
+
* Get the OAuth provider authorization result
|
|
2322
2456
|
*/
|
|
2323
2457
|
oauthResult(requestParameters: OauthResultOperationRequest, initOverrides?: RequestInit): Promise<OauthResultResponse>;
|
|
2324
2458
|
/**
|
|
@@ -2330,13 +2464,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2330
2464
|
*/
|
|
2331
2465
|
oauthResultOptions(requestParameters: OauthResultOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2332
2466
|
/**
|
|
2333
|
-
* Standard OAuth SignIn callback to exchange
|
|
2334
|
-
*
|
|
2467
|
+
* Standard OAuth SignIn callback to exchange temporary code for oauth access and return a valid Dynamic JWT and user
|
|
2468
|
+
* Sign in with OAuth provider
|
|
2335
2469
|
*/
|
|
2336
2470
|
oauthSignInRaw(requestParameters: OauthSignInRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2337
2471
|
/**
|
|
2338
|
-
* Standard OAuth SignIn callback to exchange
|
|
2339
|
-
*
|
|
2472
|
+
* Standard OAuth SignIn callback to exchange temporary code for oauth access and return a valid Dynamic JWT and user
|
|
2473
|
+
* Sign in with OAuth provider
|
|
2340
2474
|
*/
|
|
2341
2475
|
oauthSignIn(requestParameters: OauthSignInRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2342
2476
|
/**
|
|
@@ -2348,13 +2482,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2348
2482
|
*/
|
|
2349
2483
|
oauthSignInOptions(requestParameters: OauthSignInOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2350
2484
|
/**
|
|
2351
|
-
* Standard OAuth verify callback to exchange
|
|
2352
|
-
*
|
|
2485
|
+
* Standard OAuth verify callback to exchange temporary code for oauth access
|
|
2486
|
+
* Verify OAuth provider authorization
|
|
2353
2487
|
*/
|
|
2354
2488
|
oauthVerifyRaw(requestParameters: OauthVerifyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2355
2489
|
/**
|
|
2356
|
-
* Standard OAuth verify callback to exchange
|
|
2357
|
-
*
|
|
2490
|
+
* Standard OAuth verify callback to exchange temporary code for oauth access
|
|
2491
|
+
* Verify OAuth provider authorization
|
|
2358
2492
|
*/
|
|
2359
2493
|
oauthVerify(requestParameters: OauthVerifyRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2360
2494
|
/**
|
|
@@ -2382,10 +2516,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2382
2516
|
*/
|
|
2383
2517
|
onrampsOptions(requestParameters: OnrampsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2384
2518
|
/**
|
|
2519
|
+
* Adds priority fees and compute unit limits to a Solana transaction for optimization.
|
|
2385
2520
|
* Add fees to a Solana transaction
|
|
2386
2521
|
*/
|
|
2387
2522
|
optimizeTransactionRaw(requestParameters: OptimizeTransactionRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SolanaTransactionOptimizationResponse>>;
|
|
2388
2523
|
/**
|
|
2524
|
+
* Adds priority fees and compute unit limits to a Solana transaction for optimization.
|
|
2389
2525
|
* Add fees to a Solana transaction
|
|
2390
2526
|
*/
|
|
2391
2527
|
optimizeTransaction(requestParameters: OptimizeTransactionRequest, initOverrides?: RequestInit): Promise<SolanaTransactionOptimizationResponse>;
|
|
@@ -2414,10 +2550,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2414
2550
|
*/
|
|
2415
2551
|
passkeyRecoveryOptions(requestParameters: PasskeyRecoveryOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2416
2552
|
/**
|
|
2553
|
+
* Transfers funds from an exchange account to an external address or another account.
|
|
2417
2554
|
* Transfer funds from an exchange account to an external address or another Coinbase account
|
|
2418
2555
|
*/
|
|
2419
2556
|
postExchangeAccountTransferRaw(requestParameters: PostExchangeAccountTransferRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<ExchangeTransferResponse>>;
|
|
2420
2557
|
/**
|
|
2558
|
+
* Transfers funds from an exchange account to an external address or another account.
|
|
2421
2559
|
* Transfer funds from an exchange account to an external address or another Coinbase account
|
|
2422
2560
|
*/
|
|
2423
2561
|
postExchangeAccountTransfer(requestParameters: PostExchangeAccountTransferRequest, initOverrides?: RequestInit): Promise<ExchangeTransferResponse>;
|
|
@@ -2430,10 +2568,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2430
2568
|
*/
|
|
2431
2569
|
postExchangeAccountTransferOptions(requestParameters: PostExchangeAccountTransferOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2432
2570
|
/**
|
|
2571
|
+
* Returns token balances for multiple account addresses across different chains.
|
|
2433
2572
|
* Get account balances for multiple addresses
|
|
2434
2573
|
*/
|
|
2435
2574
|
postMultichainAccountBalancesRaw(requestParameters: PostMultichainAccountBalancesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MultichainAccountBalanceResponse>>;
|
|
2436
2575
|
/**
|
|
2576
|
+
* Returns token balances for multiple account addresses across different chains.
|
|
2437
2577
|
* Get account balances for multiple addresses
|
|
2438
2578
|
*/
|
|
2439
2579
|
postMultichainAccountBalances(requestParameters: PostMultichainAccountBalancesRequest, initOverrides?: RequestInit): Promise<MultichainAccountBalanceResponse>;
|
|
@@ -2446,37 +2586,43 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2446
2586
|
*/
|
|
2447
2587
|
postMultichainAccountBalancesOptions(requestParameters: PostMultichainAccountBalancesOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2448
2588
|
/**
|
|
2589
|
+
* Handles the Telegram authentication callback after user authorization.
|
|
2449
2590
|
* Handle Telegram authentication
|
|
2450
2591
|
*/
|
|
2451
2592
|
postTelegramAuthRaw(requestParameters: PostTelegramAuthRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2452
2593
|
/**
|
|
2594
|
+
* Handles the Telegram authentication callback after user authorization.
|
|
2453
2595
|
* Handle Telegram authentication
|
|
2454
2596
|
*/
|
|
2455
2597
|
postTelegramAuth(requestParameters: PostTelegramAuthRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2456
2598
|
/**
|
|
2457
2599
|
* Endpoint to send minimal wallet information to the API to prefetch name service information for an address.
|
|
2458
|
-
*
|
|
2600
|
+
* Prefetch information for a wallet address
|
|
2459
2601
|
*/
|
|
2460
2602
|
prefetchRaw(requestParameters: PrefetchOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2461
2603
|
/**
|
|
2462
2604
|
* Endpoint to send minimal wallet information to the API to prefetch name service information for an address.
|
|
2463
|
-
*
|
|
2605
|
+
* Prefetch information for a wallet address
|
|
2464
2606
|
*/
|
|
2465
2607
|
prefetch(requestParameters: PrefetchOperationRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2466
2608
|
/**
|
|
2467
|
-
*
|
|
2609
|
+
* Publishes SDK analytics events for the given environment.
|
|
2610
|
+
* Publish SDK events
|
|
2468
2611
|
*/
|
|
2469
2612
|
publishEventRaw(requestParameters: PublishEventRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2470
2613
|
/**
|
|
2471
|
-
*
|
|
2614
|
+
* Publishes SDK analytics events for the given environment.
|
|
2615
|
+
* Publish SDK events
|
|
2472
2616
|
*/
|
|
2473
2617
|
publishEvent(requestParameters: PublishEventRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2474
2618
|
/**
|
|
2475
|
-
*
|
|
2619
|
+
* Recovers the client key shares for the specified WAAS wallet from backup.
|
|
2620
|
+
* Recover WAAS keyshares
|
|
2476
2621
|
*/
|
|
2477
2622
|
recoverKeySharesRaw(requestParameters: RecoverKeySharesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<RecoverMultipleClientKeySharesResponse>>;
|
|
2478
2623
|
/**
|
|
2479
|
-
*
|
|
2624
|
+
* Recovers the client key shares for the specified WAAS wallet from backup.
|
|
2625
|
+
* Recover WAAS keyshares
|
|
2480
2626
|
*/
|
|
2481
2627
|
recoverKeyShares(requestParameters: RecoverKeySharesRequest, initOverrides?: RequestInit): Promise<RecoverMultipleClientKeySharesResponse>;
|
|
2482
2628
|
/**
|
|
@@ -2504,19 +2650,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2504
2650
|
*/
|
|
2505
2651
|
recoveryEmailOptions(requestParameters: RecoveryEmailOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2506
2652
|
/**
|
|
2507
|
-
*
|
|
2653
|
+
* Refreshes the JWT auth token and returns a new token with updated claims.
|
|
2654
|
+
* Refresh the JWT auth token
|
|
2508
2655
|
*/
|
|
2509
2656
|
refreshAuthRaw(requestParameters: RefreshAuthRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2510
2657
|
/**
|
|
2511
|
-
*
|
|
2658
|
+
* Refreshes the JWT auth token and returns a new token with updated claims.
|
|
2659
|
+
* Refresh the JWT auth token
|
|
2512
2660
|
*/
|
|
2513
2661
|
refreshAuth(requestParameters: RefreshAuthRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2514
2662
|
/**
|
|
2515
|
-
*
|
|
2663
|
+
* Refreshes the MPC key shares for the specified WAAS wallet.
|
|
2664
|
+
* Refresh WAAS keyshares
|
|
2516
2665
|
*/
|
|
2517
2666
|
refreshKeySharesRaw(requestParameters: RefreshKeySharesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponseWithServerKeygenIds>>;
|
|
2518
2667
|
/**
|
|
2519
|
-
*
|
|
2668
|
+
* Refreshes the MPC key shares for the specified WAAS wallet.
|
|
2669
|
+
* Refresh WAAS keyshares
|
|
2520
2670
|
*/
|
|
2521
2671
|
refreshKeyShares(requestParameters: RefreshKeySharesRequest, initOverrides?: RequestInit): Promise<OpenRoomResponseWithServerKeygenIds>;
|
|
2522
2672
|
/**
|
|
@@ -2536,19 +2686,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2536
2686
|
*/
|
|
2537
2687
|
refreshOptions(requestParameters: RefreshOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2538
2688
|
/**
|
|
2689
|
+
* Registers a new passkey for the authenticated user using WebAuthn credentials.
|
|
2539
2690
|
* Register a new passkey
|
|
2540
2691
|
*/
|
|
2541
2692
|
registerPasskeyRaw(requestParameters: RegisterPasskeyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2542
2693
|
/**
|
|
2694
|
+
* Registers a new passkey for the authenticated user using WebAuthn credentials.
|
|
2543
2695
|
* Register a new passkey
|
|
2544
2696
|
*/
|
|
2545
2697
|
registerPasskey(requestParameters: RegisterPasskeyRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2546
2698
|
/**
|
|
2547
|
-
*
|
|
2699
|
+
* Initiates passkey MFA device registration and returns the setup details.
|
|
2700
|
+
* Register a passkey MFA device
|
|
2548
2701
|
*/
|
|
2549
2702
|
registerPasskeyMfaDeviceRaw(requestParameters: RegisterPasskeyMfaDeviceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFARegisterPasskeyDeviceGetResponse>>;
|
|
2550
2703
|
/**
|
|
2551
|
-
*
|
|
2704
|
+
* Initiates passkey MFA device registration and returns the setup details.
|
|
2705
|
+
* Register a passkey MFA device
|
|
2552
2706
|
*/
|
|
2553
2707
|
registerPasskeyMfaDevice(requestParameters: RegisterPasskeyMfaDeviceRequest, initOverrides?: RequestInit): Promise<MFARegisterPasskeyDeviceGetResponse>;
|
|
2554
2708
|
/**
|
|
@@ -2560,10 +2714,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2560
2714
|
*/
|
|
2561
2715
|
registerPasskeyMfaDeviceOptions(requestParameters: RegisterPasskeyMfaDeviceOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2562
2716
|
/**
|
|
2717
|
+
* Verifies the passkey credential to complete MFA device registration.
|
|
2563
2718
|
* Verify Passkey MFA device
|
|
2564
2719
|
*/
|
|
2565
2720
|
registerPasskeyMfaDeviceVerifyRaw(requestParameters: RegisterPasskeyMfaDeviceVerifyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2566
2721
|
/**
|
|
2722
|
+
* Verifies the passkey credential to complete MFA device registration.
|
|
2567
2723
|
* Verify Passkey MFA device
|
|
2568
2724
|
*/
|
|
2569
2725
|
registerPasskeyMfaDeviceVerify(requestParameters: RegisterPasskeyMfaDeviceVerifyRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
@@ -2578,11 +2734,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2578
2734
|
*/
|
|
2579
2735
|
registerSessionKey(requestParameters: RegisterSessionKeyOperationRequest, initOverrides?: RequestInit): Promise<RegisterEmbeddedWalletSessionKeyResponse>;
|
|
2580
2736
|
/**
|
|
2581
|
-
*
|
|
2737
|
+
* Initiates TOTP MFA device registration and returns the setup details.
|
|
2738
|
+
* Register a TOTP MFA device
|
|
2582
2739
|
*/
|
|
2583
2740
|
registerTotpMfaDeviceRaw(requestParameters: RegisterTotpMfaDeviceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFARegisterTotpDeviceGetResponse>>;
|
|
2584
2741
|
/**
|
|
2585
|
-
*
|
|
2742
|
+
* Initiates TOTP MFA device registration and returns the setup details.
|
|
2743
|
+
* Register a TOTP MFA device
|
|
2586
2744
|
*/
|
|
2587
2745
|
registerTotpMfaDevice(requestParameters: RegisterTotpMfaDeviceRequest, initOverrides?: RequestInit): Promise<MFARegisterTotpDeviceGetResponse>;
|
|
2588
2746
|
/**
|
|
@@ -2594,19 +2752,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2594
2752
|
*/
|
|
2595
2753
|
registerTotpMfaDeviceOptions(requestParameters: RegisterTotpMfaDeviceOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2596
2754
|
/**
|
|
2755
|
+
* Verifies the TOTP code to complete MFA device registration.
|
|
2597
2756
|
* Verify TOTP MFA device
|
|
2598
2757
|
*/
|
|
2599
2758
|
registerTotpMfaDeviceVerifyRaw(requestParameters: RegisterTotpMfaDeviceVerifyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFADevice>>;
|
|
2600
2759
|
/**
|
|
2760
|
+
* Verifies the TOTP code to complete MFA device registration.
|
|
2601
2761
|
* Verify TOTP MFA device
|
|
2602
2762
|
*/
|
|
2603
2763
|
registerTotpMfaDeviceVerify(requestParameters: RegisterTotpMfaDeviceVerifyRequest, initOverrides?: RequestInit): Promise<MFADevice>;
|
|
2604
2764
|
/**
|
|
2605
|
-
*
|
|
2765
|
+
* Reshares the MPC secret shares for the specified WAAS wallet.
|
|
2766
|
+
* Reshare WAAS secret shares
|
|
2606
2767
|
*/
|
|
2607
2768
|
reshareRaw(requestParameters: ReshareOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponseForReshare>>;
|
|
2608
2769
|
/**
|
|
2609
|
-
*
|
|
2770
|
+
* Reshares the MPC secret shares for the specified WAAS wallet.
|
|
2771
|
+
* Reshare WAAS secret shares
|
|
2610
2772
|
*/
|
|
2611
2773
|
reshare(requestParameters: ReshareOperationRequest, initOverrides?: RequestInit): Promise<OpenRoomResponseForReshare>;
|
|
2612
2774
|
/**
|
|
@@ -2636,11 +2798,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2636
2798
|
*/
|
|
2637
2799
|
restoreEmbeddedWalletOptions(requestParameters: RestoreEmbeddedWalletOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2638
2800
|
/**
|
|
2639
|
-
*
|
|
2801
|
+
* Resends the email verification code to the email address on file.
|
|
2802
|
+
* Resend email verification code
|
|
2640
2803
|
*/
|
|
2641
2804
|
retryEmailVerificationRaw(requestParameters: RetryEmailVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<EmailVerificationCreateResponse>>;
|
|
2642
2805
|
/**
|
|
2643
|
-
*
|
|
2806
|
+
* Resends the email verification code to the email address on file.
|
|
2807
|
+
* Resend email verification code
|
|
2644
2808
|
*/
|
|
2645
2809
|
retryEmailVerification(requestParameters: RetryEmailVerificationRequest, initOverrides?: RequestInit): Promise<EmailVerificationCreateResponse>;
|
|
2646
2810
|
/**
|
|
@@ -2652,11 +2816,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2652
2816
|
*/
|
|
2653
2817
|
retryEmailVerificationOptions(requestParameters: RetryEmailVerificationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2654
2818
|
/**
|
|
2655
|
-
*
|
|
2819
|
+
* Resends the SMS verification code to the phone number on file.
|
|
2820
|
+
* Resend SMS verification code
|
|
2656
2821
|
*/
|
|
2657
2822
|
retrySmsVerificationRaw(requestParameters: RetrySmsVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SmsVerificationCreateResponse>>;
|
|
2658
2823
|
/**
|
|
2659
|
-
*
|
|
2824
|
+
* Resends the SMS verification code to the phone number on file.
|
|
2825
|
+
* Resend SMS verification code
|
|
2660
2826
|
*/
|
|
2661
2827
|
retrySmsVerification(requestParameters: RetrySmsVerificationRequest, initOverrides?: RequestInit): Promise<SmsVerificationCreateResponse>;
|
|
2662
2828
|
/**
|
|
@@ -2668,10 +2834,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2668
2834
|
*/
|
|
2669
2835
|
retrySmsVerificationOptions(requestParameters: RetrySmsVerificationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2670
2836
|
/**
|
|
2837
|
+
* Revokes the current user session and invalidates the JWT.
|
|
2671
2838
|
* Revoke a session
|
|
2672
2839
|
*/
|
|
2673
2840
|
revokeSessionRaw(requestParameters: RevokeSessionRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2674
2841
|
/**
|
|
2842
|
+
* Revokes the current user session and invalidates the JWT.
|
|
2675
2843
|
* Revoke a session
|
|
2676
2844
|
*/
|
|
2677
2845
|
revokeSession(requestParameters: RevokeSessionRequest, initOverrides?: RequestInit): Promise<void>;
|
|
@@ -2684,10 +2852,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2684
2852
|
*/
|
|
2685
2853
|
revokeSessionOption(requestParameters: RevokeSessionOptionRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2686
2854
|
/**
|
|
2855
|
+
* Scans a URL for potential phishing or malicious activity and returns the result.
|
|
2687
2856
|
* Scan a URL for potential malicious activity
|
|
2688
2857
|
*/
|
|
2689
2858
|
scanUrlRaw(requestParameters: ScanUrlRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<ScanWebsiteUrlResponse>>;
|
|
2690
2859
|
/**
|
|
2860
|
+
* Scans a URL for potential phishing or malicious activity and returns the result.
|
|
2691
2861
|
* Scan a URL for potential malicious activity
|
|
2692
2862
|
*/
|
|
2693
2863
|
scanUrl(requestParameters: ScanUrlRequest, initOverrides?: RequestInit): Promise<ScanWebsiteUrlResponse>;
|
|
@@ -2707,12 +2877,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2707
2877
|
sdkSettingsOptions(requestParameters: SdkSettingsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2708
2878
|
/**
|
|
2709
2879
|
* 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.
|
|
2710
|
-
* Update
|
|
2880
|
+
* Update primary wallet selection
|
|
2711
2881
|
*/
|
|
2712
2882
|
selectUserWalletRaw(requestParameters: SelectUserWalletRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2713
2883
|
/**
|
|
2714
2884
|
* When a user selects a wallet to be the primary wallet in a multi-wallet enabled environment, this endpoint is called to record this on the backend.
|
|
2715
|
-
* Update
|
|
2885
|
+
* Update primary wallet selection
|
|
2716
2886
|
*/
|
|
2717
2887
|
selectUserWallet(requestParameters: SelectUserWalletRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2718
2888
|
/**
|
|
@@ -2724,11 +2894,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2724
2894
|
*/
|
|
2725
2895
|
selectUserWalletOptions(requestParameters: SelectUserWalletOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2726
2896
|
/**
|
|
2727
|
-
*
|
|
2897
|
+
* Checks whether the current user session is still valid.
|
|
2898
|
+
* Check session validity
|
|
2728
2899
|
*/
|
|
2729
2900
|
sessionCheckRaw(requestParameters: SessionCheckRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2730
2901
|
/**
|
|
2731
|
-
*
|
|
2902
|
+
* Checks whether the current user session is still valid.
|
|
2903
|
+
* Check session validity
|
|
2732
2904
|
*/
|
|
2733
2905
|
sessionCheck(requestParameters: SessionCheckRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2734
2906
|
/**
|
|
@@ -2756,11 +2928,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2756
2928
|
*/
|
|
2757
2929
|
settingsOptions(requestParameters: SettingsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2758
2930
|
/**
|
|
2759
|
-
*
|
|
2931
|
+
* Verifies the email code and authenticates the user, returning a JWT.
|
|
2932
|
+
* Verify email and sign in
|
|
2760
2933
|
*/
|
|
2761
2934
|
signInWithEmailVerificationRaw(requestParameters: SignInWithEmailVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2762
2935
|
/**
|
|
2763
|
-
*
|
|
2936
|
+
* Verifies the email code and authenticates the user, returning a JWT.
|
|
2937
|
+
* Verify email and sign in
|
|
2764
2938
|
*/
|
|
2765
2939
|
signInWithEmailVerification(requestParameters: SignInWithEmailVerificationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2766
2940
|
/**
|
|
@@ -2772,11 +2946,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2772
2946
|
*/
|
|
2773
2947
|
signInWithEmailVerificationOptions(requestParameters: SignInWithEmailVerificationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2774
2948
|
/**
|
|
2775
|
-
*
|
|
2949
|
+
* Verifies the SMS code and authenticates the user, returning a JWT.
|
|
2950
|
+
* Verify SMS and sign in
|
|
2776
2951
|
*/
|
|
2777
2952
|
signInWithSmsVerificationRaw(requestParameters: SignInWithSmsVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2778
2953
|
/**
|
|
2779
|
-
*
|
|
2954
|
+
* Verifies the SMS code and authenticates the user, returning a JWT.
|
|
2955
|
+
* Verify SMS and sign in
|
|
2780
2956
|
*/
|
|
2781
2957
|
signInWithSmsVerification(requestParameters: SignInWithSmsVerificationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2782
2958
|
/**
|
|
@@ -2788,11 +2964,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2788
2964
|
*/
|
|
2789
2965
|
signInWithSmsVerificationOptions(requestParameters: SignInWithSmsVerificationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2790
2966
|
/**
|
|
2791
|
-
*
|
|
2967
|
+
* Signs a message using the specified WAAS wallet through an MPC ceremony.
|
|
2968
|
+
* Sign a message with a WAAS wallet
|
|
2792
2969
|
*/
|
|
2793
2970
|
signMessageRaw(requestParameters: SignMessageRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponse>>;
|
|
2794
2971
|
/**
|
|
2795
|
-
*
|
|
2972
|
+
* Signs a message using the specified WAAS wallet through an MPC ceremony.
|
|
2973
|
+
* Sign a message with a WAAS wallet
|
|
2796
2974
|
*/
|
|
2797
2975
|
signMessage(requestParameters: SignMessageRequest, initOverrides?: RequestInit): Promise<OpenRoomResponse>;
|
|
2798
2976
|
/**
|
|
@@ -2804,18 +2982,22 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2804
2982
|
*/
|
|
2805
2983
|
signMessageOptions(requestParameters: SignMessageOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2806
2984
|
/**
|
|
2985
|
+
* Authenticates a user using a passkey and returns a JWT.
|
|
2807
2986
|
* Authenticate a passkey
|
|
2808
2987
|
*/
|
|
2809
2988
|
signinWithPasskeyRaw(requestParameters: SigninWithPasskeyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2810
2989
|
/**
|
|
2990
|
+
* Authenticates a user using a passkey and returns a JWT.
|
|
2811
2991
|
* Authenticate a passkey
|
|
2812
2992
|
*/
|
|
2813
2993
|
signinWithPasskey(requestParameters: SigninWithPasskeyRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2814
2994
|
/**
|
|
2995
|
+
* Simulates an EVM transaction and returns the expected outcome.
|
|
2815
2996
|
* Simulate an EVM transaction
|
|
2816
2997
|
*/
|
|
2817
2998
|
simulateEVMTransactionRaw(requestParameters: SimulateEVMTransactionOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SimulateTransactionResponse>>;
|
|
2818
2999
|
/**
|
|
3000
|
+
* Simulates an EVM transaction and returns the expected outcome.
|
|
2819
3001
|
* Simulate an EVM transaction
|
|
2820
3002
|
*/
|
|
2821
3003
|
simulateEVMTransaction(requestParameters: SimulateEVMTransactionOperationRequest, initOverrides?: RequestInit): Promise<SimulateTransactionResponse>;
|
|
@@ -2828,10 +3010,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2828
3010
|
*/
|
|
2829
3011
|
simulateEVMTransactionOptions(requestParameters: SimulateEVMTransactionOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2830
3012
|
/**
|
|
3013
|
+
* Simulates a Solana transaction and returns the expected outcome.
|
|
2831
3014
|
* Simulate a Solana transaction
|
|
2832
3015
|
*/
|
|
2833
3016
|
simulateSVMTransactionRaw(requestParameters: SimulateSVMTransactionOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SimulateTransactionResponse>>;
|
|
2834
3017
|
/**
|
|
3018
|
+
* Simulates a Solana transaction and returns the expected outcome.
|
|
2835
3019
|
* Simulate a Solana transaction
|
|
2836
3020
|
*/
|
|
2837
3021
|
simulateSVMTransaction(requestParameters: SimulateSVMTransactionOperationRequest, initOverrides?: RequestInit): Promise<SimulateTransactionResponse>;
|
|
@@ -2844,10 +3028,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2844
3028
|
*/
|
|
2845
3029
|
simulateSVMTransactionOptions(requestParameters: SimulateSVMTransactionOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2846
3030
|
/**
|
|
3031
|
+
* Simulates an EVM Account Abstraction UserOp and returns the expected outcome.
|
|
2847
3032
|
* Simulate an EVM AA UserOp
|
|
2848
3033
|
*/
|
|
2849
3034
|
simulateUserOpRaw(requestParameters: SimulateUserOpOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SimulateTransactionResponse>>;
|
|
2850
3035
|
/**
|
|
3036
|
+
* Simulates an EVM Account Abstraction UserOp and returns the expected outcome.
|
|
2851
3037
|
* Simulate an EVM AA UserOp
|
|
2852
3038
|
*/
|
|
2853
3039
|
simulateUserOp(requestParameters: SimulateUserOpOperationRequest, initOverrides?: RequestInit): Promise<SimulateTransactionResponse>;
|
|
@@ -2904,11 +3090,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2904
3090
|
*/
|
|
2905
3091
|
telegramAuthOptions(requestParameters: TelegramAuthOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2906
3092
|
/**
|
|
2907
|
-
* Telegram
|
|
3093
|
+
* Checks if a Telegram authentication attempt has been completed.
|
|
3094
|
+
* Check Telegram authentication status
|
|
2908
3095
|
*/
|
|
2909
3096
|
telegramCheckAuthRaw(requestParameters: TelegramCheckAuthRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2910
3097
|
/**
|
|
2911
|
-
* Telegram
|
|
3098
|
+
* Checks if a Telegram authentication attempt has been completed.
|
|
3099
|
+
* Check Telegram authentication status
|
|
2912
3100
|
*/
|
|
2913
3101
|
telegramCheckAuth(requestParameters: TelegramCheckAuthRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2914
3102
|
/**
|
|
@@ -2920,11 +3108,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2920
3108
|
*/
|
|
2921
3109
|
telegramCheckAuthOptions(requestParameters: TelegramCheckAuthOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2922
3110
|
/**
|
|
2923
|
-
* Telegram
|
|
3111
|
+
* Authenticates a user using their Telegram account credentials.
|
|
3112
|
+
* Sign in with Telegram
|
|
2924
3113
|
*/
|
|
2925
3114
|
telegramSignInRaw(requestParameters: TelegramSignInRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2926
3115
|
/**
|
|
2927
|
-
* Telegram
|
|
3116
|
+
* Authenticates a user using their Telegram account credentials.
|
|
3117
|
+
* Sign in with Telegram
|
|
2928
3118
|
*/
|
|
2929
3119
|
telegramSignIn(requestParameters: TelegramSignInRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2930
3120
|
/**
|
|
@@ -2936,11 +3126,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2936
3126
|
*/
|
|
2937
3127
|
telegramSignInOptions(requestParameters: TelegramSignInOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2938
3128
|
/**
|
|
2939
|
-
* Telegram
|
|
3129
|
+
* Verifies and links a Telegram account to the authenticated user.
|
|
3130
|
+
* Verify Telegram account linking
|
|
2940
3131
|
*/
|
|
2941
3132
|
telegramVerifyRaw(requestParameters: TelegramVerifyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2942
3133
|
/**
|
|
2943
|
-
* Telegram
|
|
3134
|
+
* Verifies and links a Telegram account to the authenticated user.
|
|
3135
|
+
* Verify Telegram account linking
|
|
2944
3136
|
*/
|
|
2945
3137
|
telegramVerify(requestParameters: TelegramVerifyRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2946
3138
|
/**
|
|
@@ -2952,52 +3144,62 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2952
3144
|
*/
|
|
2953
3145
|
telegramVerifyOptions(requestParameters: TelegramVerifyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2954
3146
|
/**
|
|
3147
|
+
* Updates the V2 recovery email address for the authenticated user.
|
|
2955
3148
|
* Update a user\'s V2 recovery email
|
|
2956
3149
|
*/
|
|
2957
3150
|
updateEmbeddedWalletRecoveryEmailRaw(requestParameters: UpdateEmbeddedWalletRecoveryEmailRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2958
3151
|
/**
|
|
3152
|
+
* Updates the V2 recovery email address for the authenticated user.
|
|
2959
3153
|
* Update a user\'s V2 recovery email
|
|
2960
3154
|
*/
|
|
2961
3155
|
updateEmbeddedWalletRecoveryEmail(requestParameters: UpdateEmbeddedWalletRecoveryEmailRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2962
3156
|
/**
|
|
2963
|
-
*
|
|
3157
|
+
* Updates the specified passkey for the authenticated user.
|
|
3158
|
+
* Update a passkey
|
|
2964
3159
|
*/
|
|
2965
3160
|
updatePasskeyRaw(requestParameters: UpdatePasskeyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UserPasskey>>;
|
|
2966
3161
|
/**
|
|
2967
|
-
*
|
|
3162
|
+
* Updates the specified passkey for the authenticated user.
|
|
3163
|
+
* Update a passkey
|
|
2968
3164
|
*/
|
|
2969
3165
|
updatePasskey(requestParameters: UpdatePasskeyRequest, initOverrides?: RequestInit): Promise<UserPasskey>;
|
|
2970
3166
|
/**
|
|
2971
|
-
*
|
|
3167
|
+
* Updates the authenticated user profile fields.
|
|
3168
|
+
* Update user fields
|
|
2972
3169
|
*/
|
|
2973
3170
|
updateSelfRaw(requestParameters: UpdateSelfRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UpdateSelfResponse>>;
|
|
2974
3171
|
/**
|
|
2975
|
-
*
|
|
3172
|
+
* Updates the authenticated user profile fields.
|
|
3173
|
+
* Update user fields
|
|
2976
3174
|
*/
|
|
2977
3175
|
updateSelf(requestParameters: UpdateSelfRequest, initOverrides?: RequestInit): Promise<UpdateSelfResponse>;
|
|
2978
3176
|
/**
|
|
2979
|
-
*
|
|
3177
|
+
* Updates the specified MFA device for the authenticated user.
|
|
3178
|
+
* Update an MFA device
|
|
2980
3179
|
*/
|
|
2981
3180
|
updateUserMfaDeviceRaw(requestParameters: UpdateUserMfaDeviceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2982
3181
|
/**
|
|
2983
|
-
*
|
|
3182
|
+
* Updates the specified MFA device for the authenticated user.
|
|
3183
|
+
* Update an MFA device
|
|
2984
3184
|
*/
|
|
2985
3185
|
updateUserMfaDevice(requestParameters: UpdateUserMfaDeviceRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2986
3186
|
/**
|
|
2987
3187
|
* Updates the settings for a WAAS wallet
|
|
2988
|
-
* Update
|
|
3188
|
+
* Update WAAS wallet settings
|
|
2989
3189
|
*/
|
|
2990
3190
|
updateWaasWalletSettingsRaw(requestParameters: UpdateWaasWalletSettingsOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UpdateWaasWalletSettingsResponse>>;
|
|
2991
3191
|
/**
|
|
2992
3192
|
* Updates the settings for a WAAS wallet
|
|
2993
|
-
* Update
|
|
3193
|
+
* Update WAAS wallet settings
|
|
2994
3194
|
*/
|
|
2995
3195
|
updateWaasWalletSettings(requestParameters: UpdateWaasWalletSettingsOperationRequest, initOverrides?: RequestInit): Promise<UpdateWaasWalletSettingsResponse>;
|
|
2996
3196
|
/**
|
|
3197
|
+
* Upgrades a V1 embedded wallet to V2 and returns a refreshed JWT.
|
|
2997
3198
|
* Update V1 embedded wallet to V2
|
|
2998
3199
|
*/
|
|
2999
3200
|
upgradeEmbeddedWalletToV2Raw(requestParameters: UpgradeEmbeddedWalletToV2OperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
3000
3201
|
/**
|
|
3202
|
+
* Upgrades a V1 embedded wallet to V2 and returns a refreshed JWT.
|
|
3001
3203
|
* Update V1 embedded wallet to V2
|
|
3002
3204
|
*/
|
|
3003
3205
|
upgradeEmbeddedWalletToV2(requestParameters: UpgradeEmbeddedWalletToV2OperationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
@@ -3026,19 +3228,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3026
3228
|
*/
|
|
3027
3229
|
usersOptions(requestParameters: UsersOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3028
3230
|
/**
|
|
3231
|
+
* Verifies the signed payload and returns a JWT authentication token.
|
|
3029
3232
|
* Verify payload and return JWT
|
|
3030
3233
|
*/
|
|
3031
3234
|
verifyRaw(requestParameters: VerifyOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
3032
3235
|
/**
|
|
3236
|
+
* Verifies the signed payload and returns a JWT authentication token.
|
|
3033
3237
|
* Verify payload and return JWT
|
|
3034
3238
|
*/
|
|
3035
3239
|
verify(requestParameters: VerifyOperationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
3036
3240
|
/**
|
|
3037
|
-
*
|
|
3241
|
+
* Verifies the email code and completes the email verification process.
|
|
3242
|
+
* Verify email verification code
|
|
3038
3243
|
*/
|
|
3039
3244
|
verifyEmailVerificationRaw(requestParameters: VerifyEmailVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UpdateSelfResponse>>;
|
|
3040
3245
|
/**
|
|
3041
|
-
*
|
|
3246
|
+
* Verifies the email code and completes the email verification process.
|
|
3247
|
+
* Verify email verification code
|
|
3042
3248
|
*/
|
|
3043
3249
|
verifyEmailVerification(requestParameters: VerifyEmailVerificationRequest, initOverrides?: RequestInit): Promise<UpdateSelfResponse>;
|
|
3044
3250
|
/**
|
|
@@ -3051,12 +3257,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3051
3257
|
verifyEmailVerificationOptions(requestParameters: VerifyEmailVerificationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3052
3258
|
/**
|
|
3053
3259
|
* Link a wallet to a valid environment user, and return an updated JWT
|
|
3054
|
-
* Link wallet to user
|
|
3260
|
+
* Link a wallet to a user
|
|
3055
3261
|
*/
|
|
3056
3262
|
verifyLinkRaw(requestParameters: VerifyLinkRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
3057
3263
|
/**
|
|
3058
3264
|
* Link a wallet to a valid environment user, and return an updated JWT
|
|
3059
|
-
* Link wallet to user
|
|
3265
|
+
* Link a wallet to a user
|
|
3060
3266
|
*/
|
|
3061
3267
|
verifyLink(requestParameters: VerifyLinkRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
3062
3268
|
/**
|
|
@@ -3102,11 +3308,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3102
3308
|
*/
|
|
3103
3309
|
verifyPrefetch(requestParameters: VerifyPrefetchRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3104
3310
|
/**
|
|
3105
|
-
*
|
|
3311
|
+
* Verifies the SMS code and completes the phone number verification process.
|
|
3312
|
+
* Verify SMS verification code
|
|
3106
3313
|
*/
|
|
3107
3314
|
verifySmsVerificationRaw(requestParameters: VerifySmsVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UpdateSelfResponse>>;
|
|
3108
3315
|
/**
|
|
3109
|
-
*
|
|
3316
|
+
* Verifies the SMS code and completes the phone number verification process.
|
|
3317
|
+
* Verify SMS verification code
|
|
3110
3318
|
*/
|
|
3111
3319
|
verifySmsVerification(requestParameters: VerifySmsVerificationRequest, initOverrides?: RequestInit): Promise<UpdateSelfResponse>;
|
|
3112
3320
|
/**
|
|
@@ -3119,12 +3327,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3119
3327
|
verifySmsVerificationOptions(requestParameters: VerifySmsVerificationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3120
3328
|
/**
|
|
3121
3329
|
* Used to link a wallet after user has confirmed transfer to the new account
|
|
3122
|
-
* Verify wallet transfer
|
|
3330
|
+
* Verify a wallet transfer
|
|
3123
3331
|
*/
|
|
3124
3332
|
verifyTransferRaw(requestParameters: VerifyTransferRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
3125
3333
|
/**
|
|
3126
3334
|
* Used to link a wallet after user has confirmed transfer to the new account
|
|
3127
|
-
* Verify wallet transfer
|
|
3335
|
+
* Verify a wallet transfer
|
|
3128
3336
|
*/
|
|
3129
3337
|
verifyTransfer(requestParameters: VerifyTransferRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
3130
3338
|
/**
|
|
@@ -3137,12 +3345,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3137
3345
|
verifyTransferOptions(requestParameters: VerifyTransferOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3138
3346
|
/**
|
|
3139
3347
|
* Remove a link from to a valid environment user, and return an updated JWT
|
|
3140
|
-
*
|
|
3348
|
+
* Unlink a wallet from a user
|
|
3141
3349
|
*/
|
|
3142
3350
|
verifyUnlinkRaw(requestParameters: VerifyUnlinkOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
3143
3351
|
/**
|
|
3144
3352
|
* Remove a link from to a valid environment user, and return an updated JWT
|
|
3145
|
-
*
|
|
3353
|
+
* Unlink a wallet from a user
|
|
3146
3354
|
*/
|
|
3147
3355
|
verifyUnlink(requestParameters: VerifyUnlinkOperationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
3148
3356
|
/**
|
|
@@ -3178,10 +3386,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3178
3386
|
*/
|
|
3179
3387
|
walletAccountRequestOptions(requestParameters: WalletAccountRequestOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3180
3388
|
/**
|
|
3389
|
+
* Authenticates a user by verifying their wallet signature.
|
|
3181
3390
|
* Sign in with wallet
|
|
3182
3391
|
*/
|
|
3183
3392
|
walletsSigninRaw(requestParameters: WalletsSigninRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
3184
3393
|
/**
|
|
3394
|
+
* Authenticates a user by verifying their wallet signature.
|
|
3185
3395
|
* Sign in with wallet
|
|
3186
3396
|
*/
|
|
3187
3397
|
walletsSignin(requestParameters: WalletsSigninRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
@@ -3195,12 +3405,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3195
3405
|
walletsSigninOptions(requestParameters: WalletsSigninOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3196
3406
|
/**
|
|
3197
3407
|
* Verify a wallet, and return an updated JWT
|
|
3198
|
-
* Verify wallet
|
|
3408
|
+
* Verify a wallet
|
|
3199
3409
|
*/
|
|
3200
3410
|
walletsVerifyRaw(requestParameters: WalletsVerifyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
3201
3411
|
/**
|
|
3202
3412
|
* Verify a wallet, and return an updated JWT
|
|
3203
|
-
* Verify wallet
|
|
3413
|
+
* Verify a wallet
|
|
3204
3414
|
*/
|
|
3205
3415
|
walletsVerify(requestParameters: WalletsVerifyRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
3206
3416
|
/**
|