@dynamic-labs/sdk-api 0.0.868 → 0.0.869
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/apis/AllowlistsApi.cjs +26 -6
- package/src/apis/AllowlistsApi.d.ts +26 -6
- package/src/apis/AllowlistsApi.js +26 -6
- package/src/apis/AnalyticsApi.cjs +12 -0
- package/src/apis/AnalyticsApi.d.ts +12 -0
- package/src/apis/AnalyticsApi.js +12 -0
- package/src/apis/ChainalysisApi.cjs +6 -0
- package/src/apis/ChainalysisApi.d.ts +6 -0
- package/src/apis/ChainalysisApi.js +6 -0
- package/src/apis/ChainsApi.cjs +4 -2
- package/src/apis/ChainsApi.d.ts +4 -2
- package/src/apis/ChainsApi.js +4 -2
- package/src/apis/CustomFieldsApi.cjs +14 -4
- package/src/apis/CustomFieldsApi.d.ts +14 -4
- package/src/apis/CustomFieldsApi.js +14 -4
- package/src/apis/CustomHostnamesApi.cjs +10 -4
- package/src/apis/CustomHostnamesApi.d.ts +10 -4
- package/src/apis/CustomHostnamesApi.js +10 -4
- package/src/apis/CustomNetworksApi.cjs +10 -0
- package/src/apis/CustomNetworksApi.d.ts +10 -0
- package/src/apis/CustomNetworksApi.js +10 -0
- package/src/apis/DeeplinkUrlsApi.cjs +12 -6
- package/src/apis/DeeplinkUrlsApi.d.ts +12 -6
- package/src/apis/DeeplinkUrlsApi.js +12 -6
- package/src/apis/EnvironmentsApi.cjs +20 -10
- package/src/apis/EnvironmentsApi.d.ts +20 -10
- package/src/apis/EnvironmentsApi.js +20 -10
- package/src/apis/EventsApi.cjs +8 -2
- package/src/apis/EventsApi.d.ts +8 -2
- package/src/apis/EventsApi.js +8 -2
- package/src/apis/ExportsApi.cjs +8 -0
- package/src/apis/ExportsApi.d.ts +8 -0
- package/src/apis/ExportsApi.js +8 -0
- package/src/apis/ExternalJwtApi.cjs +4 -2
- package/src/apis/ExternalJwtApi.d.ts +4 -2
- package/src/apis/ExternalJwtApi.js +4 -2
- package/src/apis/GatesApi.cjs +16 -2
- package/src/apis/GatesApi.d.ts +16 -2
- package/src/apis/GatesApi.js +16 -2
- package/src/apis/GlobalWalletAccessControlApi.cjs +22 -8
- package/src/apis/GlobalWalletAccessControlApi.d.ts +22 -8
- package/src/apis/GlobalWalletAccessControlApi.js +22 -8
- package/src/apis/GlobalWalletConnectionsApi.cjs +4 -2
- package/src/apis/GlobalWalletConnectionsApi.d.ts +4 -2
- package/src/apis/GlobalWalletConnectionsApi.js +4 -2
- package/src/apis/GlobalWalletsApi.cjs +18 -8
- package/src/apis/GlobalWalletsApi.d.ts +18 -8
- package/src/apis/GlobalWalletsApi.js +18 -8
- package/src/apis/InvitesApi.cjs +16 -6
- package/src/apis/InvitesApi.d.ts +16 -6
- package/src/apis/InvitesApi.js +16 -6
- package/src/apis/MembersApi.cjs +16 -8
- package/src/apis/MembersApi.d.ts +16 -8
- package/src/apis/MembersApi.js +16 -8
- package/src/apis/MfaApi.cjs +8 -4
- package/src/apis/MfaApi.d.ts +8 -4
- package/src/apis/MfaApi.js +8 -4
- package/src/apis/MfaSettingsApi.cjs +6 -0
- package/src/apis/MfaSettingsApi.d.ts +6 -0
- package/src/apis/MfaSettingsApi.js +6 -0
- package/src/apis/NameServicesApi.cjs +22 -10
- package/src/apis/NameServicesApi.d.ts +22 -10
- package/src/apis/NameServicesApi.js +22 -10
- package/src/apis/OrganizationsApi.cjs +34 -10
- package/src/apis/OrganizationsApi.d.ts +34 -10
- package/src/apis/OrganizationsApi.js +34 -10
- package/src/apis/OriginsApi.cjs +12 -6
- package/src/apis/OriginsApi.d.ts +12 -6
- package/src/apis/OriginsApi.js +12 -6
- package/src/apis/ProjectsApi.cjs +18 -8
- package/src/apis/ProjectsApi.d.ts +18 -8
- package/src/apis/ProjectsApi.js +18 -8
- package/src/apis/SDKApi.cjs +350 -164
- package/src/apis/SDKApi.d.ts +350 -164
- package/src/apis/SDKApi.js +350 -164
- package/src/apis/SDKViewsApi.cjs +12 -6
- package/src/apis/SDKViewsApi.d.ts +12 -6
- package/src/apis/SDKViewsApi.js +12 -6
- package/src/apis/SessionsApi.cjs +4 -0
- package/src/apis/SessionsApi.d.ts +4 -0
- package/src/apis/SessionsApi.js +4 -0
- package/src/apis/SettingsApi.cjs +32 -4
- package/src/apis/SettingsApi.d.ts +32 -4
- package/src/apis/SettingsApi.js +32 -4
- package/src/apis/TestAccountApi.cjs +10 -4
- package/src/apis/TestAccountApi.d.ts +10 -4
- package/src/apis/TestAccountApi.js +10 -4
- package/src/apis/TokensApi.cjs +12 -6
- package/src/apis/TokensApi.d.ts +12 -6
- package/src/apis/TokensApi.js +12 -6
- package/src/apis/UserApiTokensApi.cjs +12 -6
- package/src/apis/UserApiTokensApi.d.ts +12 -6
- package/src/apis/UserApiTokensApi.js +12 -6
- package/src/apis/UsersApi.cjs +28 -4
- package/src/apis/UsersApi.d.ts +28 -4
- package/src/apis/UsersApi.js +28 -4
- package/src/apis/VisitsApi.cjs +2 -0
- package/src/apis/VisitsApi.d.ts +2 -0
- package/src/apis/VisitsApi.js +2 -0
- package/src/apis/WaasApi.cjs +32 -4
- package/src/apis/WaasApi.d.ts +32 -4
- package/src/apis/WaasApi.js +32 -4
- package/src/apis/WalletConnectApi.cjs +2 -0
- package/src/apis/WalletConnectApi.d.ts +2 -0
- package/src/apis/WalletConnectApi.js +2 -0
- package/src/apis/WalletsApi.cjs +20 -6
- package/src/apis/WalletsApi.d.ts +20 -6
- package/src/apis/WalletsApi.js +20 -6
- package/src/apis/WebhooksApi.cjs +32 -16
- package/src/apis/WebhooksApi.d.ts +32 -16
- package/src/apis/WebhooksApi.js +32 -16
package/src/apis/SDKApi.d.ts
CHANGED
|
@@ -1045,10 +1045,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1045
1045
|
*/
|
|
1046
1046
|
authMfaPasskeyDeviceOptions(requestParameters: AuthMfaPasskeyDeviceOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1047
1047
|
/**
|
|
1048
|
+
* Authenticates via recovery code and upgrades the JWT scope with a valid MFA session.
|
|
1048
1049
|
* Upgrade JWT scope with valid MFA session
|
|
1049
1050
|
*/
|
|
1050
1051
|
authMfaRecoveryRaw(requestParameters: AuthMfaRecoveryRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1051
1052
|
/**
|
|
1053
|
+
* Authenticates via recovery code and upgrades the JWT scope with a valid MFA session.
|
|
1052
1054
|
* Upgrade JWT scope with valid MFA session
|
|
1053
1055
|
*/
|
|
1054
1056
|
authMfaRecovery(requestParameters: AuthMfaRecoveryRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
@@ -1061,10 +1063,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1061
1063
|
*/
|
|
1062
1064
|
authMfaRecoveryOptions(requestParameters: AuthMfaRecoveryOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1063
1065
|
/**
|
|
1066
|
+
* Authenticates via TOTP code and upgrades the JWT scope with a valid MFA session.
|
|
1064
1067
|
* Upgrade JWT scope with valid MFA session
|
|
1065
1068
|
*/
|
|
1066
1069
|
authMfaTotpDeviceRaw(requestParameters: AuthMfaTotpDeviceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1067
1070
|
/**
|
|
1071
|
+
* Authenticates via TOTP code and upgrades the JWT scope with a valid MFA session.
|
|
1068
1072
|
* Upgrade JWT scope with valid MFA session
|
|
1069
1073
|
*/
|
|
1070
1074
|
authMfaTotpDevice(requestParameters: AuthMfaTotpDeviceRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
@@ -1077,18 +1081,22 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1077
1081
|
*/
|
|
1078
1082
|
authMfaTotpDeviceOptions(requestParameters: AuthMfaTotpDeviceOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1079
1083
|
/**
|
|
1084
|
+
* Authenticates via email verification and upgrades the JWT scope with a valid MFA session.
|
|
1080
1085
|
* Upgrade JWT scope with valid MFA session
|
|
1081
1086
|
*/
|
|
1082
1087
|
authenticateMfaEmailRaw(requestParameters: AuthenticateMfaEmailRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1083
1088
|
/**
|
|
1089
|
+
* Authenticates via email verification and upgrades the JWT scope with a valid MFA session.
|
|
1084
1090
|
* Upgrade JWT scope with valid MFA session
|
|
1085
1091
|
*/
|
|
1086
1092
|
authenticateMfaEmail(requestParameters: AuthenticateMfaEmailRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
1087
1093
|
/**
|
|
1094
|
+
* Authenticates via passkey and upgrades the JWT scope with a valid MFA session.
|
|
1088
1095
|
* Upgrade JWT scope with valid MFA session
|
|
1089
1096
|
*/
|
|
1090
1097
|
authenticateMfaPasskeyDeviceRaw(requestParameters: AuthenticateMfaPasskeyDeviceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1091
1098
|
/**
|
|
1099
|
+
* Authenticates via passkey and upgrades the JWT scope with a valid MFA session.
|
|
1092
1100
|
* Upgrade JWT scope with valid MFA session
|
|
1093
1101
|
*/
|
|
1094
1102
|
authenticateMfaPasskeyDevice(requestParameters: AuthenticateMfaPasskeyDeviceRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
@@ -1101,11 +1109,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1101
1109
|
*/
|
|
1102
1110
|
authenticatePasskeyOptions(requestParameters: AuthenticatePasskeyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1103
1111
|
/**
|
|
1104
|
-
*
|
|
1112
|
+
* Backs up the client key shares for the specified WAAS wallet.
|
|
1113
|
+
* Back up keyshares for a WAAS wallet
|
|
1105
1114
|
*/
|
|
1106
1115
|
backupKeySharesRaw(requestParameters: BackupKeySharesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<BackupMultipleClientKeySharesResponse>>;
|
|
1107
1116
|
/**
|
|
1108
|
-
*
|
|
1117
|
+
* Backs up the client key shares for the specified WAAS wallet.
|
|
1118
|
+
* Back up keyshares for a WAAS wallet
|
|
1109
1119
|
*/
|
|
1110
1120
|
backupKeyShares(requestParameters: BackupKeySharesRequest, initOverrides?: RequestInit): Promise<BackupMultipleClientKeySharesResponse>;
|
|
1111
1121
|
/**
|
|
@@ -1117,11 +1127,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1117
1127
|
*/
|
|
1118
1128
|
backupKeySharesOptions(requestParameters: BackupKeySharesOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1119
1129
|
/**
|
|
1120
|
-
*
|
|
1130
|
+
* Backs up the client key shares for the specified WAAS wallet to Google Drive.
|
|
1131
|
+
* Back up keyshares to Google Drive
|
|
1121
1132
|
*/
|
|
1122
1133
|
backupKeySharesToGoogleDriveRaw(requestParameters: BackupKeySharesToGoogleDriveRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<BackupMultipleClientKeySharesResponse>>;
|
|
1123
1134
|
/**
|
|
1124
|
-
*
|
|
1135
|
+
* Backs up the client key shares for the specified WAAS wallet to Google Drive.
|
|
1136
|
+
* Back up keyshares to Google Drive
|
|
1125
1137
|
*/
|
|
1126
1138
|
backupKeySharesToGoogleDrive(requestParameters: BackupKeySharesToGoogleDriveRequest, initOverrides?: RequestInit): Promise<BackupMultipleClientKeySharesResponse>;
|
|
1127
1139
|
/**
|
|
@@ -1133,10 +1145,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1133
1145
|
*/
|
|
1134
1146
|
backupKeySharesToGoogleDriveOptions(requestParameters: BackupKeySharesToGoogleDriveOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1135
1147
|
/**
|
|
1148
|
+
* Records a backup action and event for the specified location without performing the actual backup.
|
|
1136
1149
|
* Create backup action and event for a specified location without performing actual backup
|
|
1137
1150
|
*/
|
|
1138
1151
|
backupKeySharesToLocationRaw(requestParameters: BackupKeySharesToLocationOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<BackupKeySharesToLocationResponse>>;
|
|
1139
1152
|
/**
|
|
1153
|
+
* Records a backup action and event for the specified location without performing the actual backup.
|
|
1140
1154
|
* Create backup action and event for a specified location without performing actual backup
|
|
1141
1155
|
*/
|
|
1142
1156
|
backupKeySharesToLocation(requestParameters: BackupKeySharesToLocationOperationRequest, initOverrides?: RequestInit): Promise<BackupKeySharesToLocationResponse>;
|
|
@@ -1149,10 +1163,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1149
1163
|
*/
|
|
1150
1164
|
backupKeySharesToLocationOptions(requestParameters: BackupKeySharesToLocationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1151
1165
|
/**
|
|
1166
|
+
* Records backup actions and events for multiple locations without performing the actual backups.
|
|
1152
1167
|
* Create backup action and event for multiple locations without performing actual backup
|
|
1153
1168
|
*/
|
|
1154
1169
|
backupKeySharesToLocationsRaw(requestParameters: BackupKeySharesToLocationsOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<BackupKeySharesToLocationsResponse>>;
|
|
1155
1170
|
/**
|
|
1171
|
+
* Records backup actions and events for multiple locations without performing the actual backups.
|
|
1156
1172
|
* Create backup action and event for multiple locations without performing actual backup
|
|
1157
1173
|
*/
|
|
1158
1174
|
backupKeySharesToLocations(requestParameters: BackupKeySharesToLocationsOperationRequest, initOverrides?: RequestInit): Promise<BackupKeySharesToLocationsResponse>;
|
|
@@ -1166,12 +1182,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1166
1182
|
backupKeySharesToLocationsOptions(requestParameters: BackupKeySharesToLocationsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1167
1183
|
/**
|
|
1168
1184
|
* This endpoint proxies requests to `/sdk/{environmentId}/providers/coinbasesocial/redirect` because Coinbase does not allow the string `coinbase` on the redirect URL path
|
|
1169
|
-
*
|
|
1185
|
+
* Handle Coinbase OAuth redirect
|
|
1170
1186
|
*/
|
|
1171
1187
|
cbOauthRedirectRaw(requestParameters: CbOauthRedirectRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<string>>;
|
|
1172
1188
|
/**
|
|
1173
1189
|
* This endpoint proxies requests to `/sdk/{environmentId}/providers/coinbasesocial/redirect` because Coinbase does not allow the string `coinbase` on the redirect URL path
|
|
1174
|
-
*
|
|
1190
|
+
* Handle Coinbase OAuth redirect
|
|
1175
1191
|
*/
|
|
1176
1192
|
cbOauthRedirect(requestParameters: CbOauthRedirectRequest, initOverrides?: RequestInit): Promise<string>;
|
|
1177
1193
|
/**
|
|
@@ -1211,10 +1227,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1211
1227
|
*/
|
|
1212
1228
|
checkWalletSanctionsOptions(requestParameters: CheckWalletSanctionsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1213
1229
|
/**
|
|
1230
|
+
* Claims a pregenerated embedded wallet and associates it with the authenticated user.
|
|
1214
1231
|
* Claim a pregenerated embedded wallet
|
|
1215
1232
|
*/
|
|
1216
1233
|
claimEmbeddedWalletRaw(requestParameters: ClaimEmbeddedWalletRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1217
1234
|
/**
|
|
1235
|
+
* Claims a pregenerated embedded wallet and associates it with the authenticated user.
|
|
1218
1236
|
* Claim a pregenerated embedded wallet
|
|
1219
1237
|
*/
|
|
1220
1238
|
claimEmbeddedWallet(requestParameters: ClaimEmbeddedWalletRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
@@ -1252,19 +1270,21 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1252
1270
|
coinbaseOrdersOptions(requestParameters: CoinbaseOrdersOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1253
1271
|
/**
|
|
1254
1272
|
* Completes the passkey recovery process for a user\'s passkey embedded wallet
|
|
1255
|
-
*
|
|
1273
|
+
* Complete passkey recovery for an embedded wallet
|
|
1256
1274
|
*/
|
|
1257
1275
|
completePasskeyRecoveryRaw(requestParameters: CompletePasskeyRecoveryOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1258
1276
|
/**
|
|
1259
1277
|
* Completes the passkey recovery process for a user\'s passkey embedded wallet
|
|
1260
|
-
*
|
|
1278
|
+
* Complete passkey recovery for an embedded wallet
|
|
1261
1279
|
*/
|
|
1262
1280
|
completePasskeyRecovery(requestParameters: CompletePasskeyRecoveryOperationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
1263
1281
|
/**
|
|
1282
|
+
* Creates a new Coinbase onramp order for the authenticated user.
|
|
1264
1283
|
* Create a Coinbase onramp order
|
|
1265
1284
|
*/
|
|
1266
1285
|
createCoinbaseOnrampOrderRaw(requestParameters: CreateCoinbaseOnrampOrderRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CoinbaseOnrampOrderResponse>>;
|
|
1267
1286
|
/**
|
|
1287
|
+
* Creates a new Coinbase onramp order for the authenticated user.
|
|
1268
1288
|
* Create a Coinbase onramp order
|
|
1269
1289
|
*/
|
|
1270
1290
|
createCoinbaseOnrampOrder(requestParameters: CreateCoinbaseOnrampOrderRequest, initOverrides?: RequestInit): Promise<CoinbaseOnrampOrderResponse>;
|
|
@@ -1279,10 +1299,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1279
1299
|
*/
|
|
1280
1300
|
createCryptoDotComPayment(requestParameters: CreateCryptoDotComPaymentRequest, initOverrides?: RequestInit): Promise<CryptoDotComPaymentResponse>;
|
|
1281
1301
|
/**
|
|
1302
|
+
* Initiates the email verification process and sends a verification code.
|
|
1282
1303
|
* Initialize email verification process
|
|
1283
1304
|
*/
|
|
1284
1305
|
createEmailVerificationRaw(requestParameters: CreateEmailVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<EmailVerificationCreateResponse>>;
|
|
1285
1306
|
/**
|
|
1307
|
+
* Initiates the email verification process and sends a verification code.
|
|
1286
1308
|
* Initialize email verification process
|
|
1287
1309
|
*/
|
|
1288
1310
|
createEmailVerification(requestParameters: CreateEmailVerificationRequest, initOverrides?: RequestInit): Promise<EmailVerificationCreateResponse>;
|
|
@@ -1313,26 +1335,32 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1313
1335
|
*/
|
|
1314
1336
|
createEmbeddedWalletsOptions(requestParameters: CreateEmbeddedWalletsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1315
1337
|
/**
|
|
1316
|
-
*
|
|
1338
|
+
* Creates a new global wallet connection for the authenticated user.
|
|
1339
|
+
* Create a global wallet connection
|
|
1317
1340
|
*/
|
|
1318
1341
|
createGlobalWalletConnectionRaw(requestParameters: CreateGlobalWalletConnectionRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GlobalWalletConnection>>;
|
|
1319
1342
|
/**
|
|
1320
|
-
*
|
|
1343
|
+
* Creates a new global wallet connection for the authenticated user.
|
|
1344
|
+
* Create a global wallet connection
|
|
1321
1345
|
*/
|
|
1322
1346
|
createGlobalWalletConnection(requestParameters: CreateGlobalWalletConnectionRequest, initOverrides?: RequestInit): Promise<GlobalWalletConnection>;
|
|
1323
1347
|
/**
|
|
1324
|
-
*
|
|
1348
|
+
* Generates a new set of MFA recovery codes, replacing any existing ones.
|
|
1349
|
+
* Generate new recovery codes
|
|
1325
1350
|
*/
|
|
1326
1351
|
createNewRecoveryCodesRaw(requestParameters: CreateNewRecoveryCodesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFARegenRecoveryCodesResponse>>;
|
|
1327
1352
|
/**
|
|
1328
|
-
*
|
|
1353
|
+
* Generates a new set of MFA recovery codes, replacing any existing ones.
|
|
1354
|
+
* Generate new recovery codes
|
|
1329
1355
|
*/
|
|
1330
1356
|
createNewRecoveryCodes(requestParameters: CreateNewRecoveryCodesRequest, initOverrides?: RequestInit): Promise<MFARegenRecoveryCodesResponse>;
|
|
1331
1357
|
/**
|
|
1358
|
+
* Creates MPC ceremony rooms for the specified WAAS wallet.
|
|
1332
1359
|
* Create rooms for a waas mpc ceremony
|
|
1333
1360
|
*/
|
|
1334
1361
|
createRoomsRaw(requestParameters: CreateRoomsOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CreateRoomsResponse>>;
|
|
1335
1362
|
/**
|
|
1363
|
+
* Creates MPC ceremony rooms for the specified WAAS wallet.
|
|
1336
1364
|
* Create rooms for a waas mpc ceremony
|
|
1337
1365
|
*/
|
|
1338
1366
|
createRooms(requestParameters: CreateRoomsOperationRequest, initOverrides?: RequestInit): Promise<CreateRoomsResponse>;
|
|
@@ -1345,10 +1373,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1345
1373
|
*/
|
|
1346
1374
|
createRoomsOptions(requestParameters: CreateRoomsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1347
1375
|
/**
|
|
1376
|
+
* Creates MPC ceremony rooms without requiring an existing wallet ID.
|
|
1348
1377
|
* Create rooms for a waas mpc ceremony without a walletId
|
|
1349
1378
|
*/
|
|
1350
1379
|
createRoomsWithoutWalletIdRaw(requestParameters: CreateRoomsWithoutWalletIdOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CreateRoomsWithoutWalletIdResponse>>;
|
|
1351
1380
|
/**
|
|
1381
|
+
* Creates MPC ceremony rooms without requiring an existing wallet ID.
|
|
1352
1382
|
* Create rooms for a waas mpc ceremony without a walletId
|
|
1353
1383
|
*/
|
|
1354
1384
|
createRoomsWithoutWalletId(requestParameters: CreateRoomsWithoutWalletIdOperationRequest, initOverrides?: RequestInit): Promise<CreateRoomsWithoutWalletIdResponse>;
|
|
@@ -1361,11 +1391,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1361
1391
|
*/
|
|
1362
1392
|
createRoomsWithoutWalletIdOptions(requestParameters: CreateRoomsWithoutWalletIdOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1363
1393
|
/**
|
|
1364
|
-
*
|
|
1394
|
+
* Initiates the SMS verification process and sends a verification code.
|
|
1395
|
+
* Initialize SMS verification process
|
|
1365
1396
|
*/
|
|
1366
1397
|
createSmsVerificationRaw(requestParameters: CreateSmsVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SmsVerificationCreateResponse>>;
|
|
1367
1398
|
/**
|
|
1368
|
-
*
|
|
1399
|
+
* Initiates the SMS verification process and sends a verification code.
|
|
1400
|
+
* Initialize SMS verification process
|
|
1369
1401
|
*/
|
|
1370
1402
|
createSmsVerification(requestParameters: CreateSmsVerificationRequest, initOverrides?: RequestInit): Promise<SmsVerificationCreateResponse>;
|
|
1371
1403
|
/**
|
|
@@ -1388,12 +1420,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1388
1420
|
createVisit(requestParameters: CreateVisitRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1389
1421
|
/**
|
|
1390
1422
|
* Create a new waas account
|
|
1391
|
-
* Create a
|
|
1423
|
+
* Create a WAAS wallet
|
|
1392
1424
|
*/
|
|
1393
1425
|
createWaasAccountRaw(requestParameters: CreateWaasAccountOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponseWithServerKeygenIds>>;
|
|
1394
1426
|
/**
|
|
1395
1427
|
* Create a new waas account
|
|
1396
|
-
* Create a
|
|
1428
|
+
* Create a WAAS wallet
|
|
1397
1429
|
*/
|
|
1398
1430
|
createWaasAccount(requestParameters: CreateWaasAccountOperationRequest, initOverrides?: RequestInit): Promise<OpenRoomResponseWithServerKeygenIds>;
|
|
1399
1431
|
/**
|
|
@@ -1424,27 +1456,31 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1424
1456
|
cryptoDotComPaymentOptions(requestParameters: CryptoDotComPaymentOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1425
1457
|
/**
|
|
1426
1458
|
* Deletes the embedded wallets for a user
|
|
1427
|
-
*
|
|
1459
|
+
* Delete embedded wallets for a user
|
|
1428
1460
|
*/
|
|
1429
1461
|
deleteEmbeddedWalletsRaw(requestParameters: DeleteEmbeddedWalletsOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1430
1462
|
/**
|
|
1431
1463
|
* Deletes the embedded wallets for a user
|
|
1432
|
-
*
|
|
1464
|
+
* Delete embedded wallets for a user
|
|
1433
1465
|
*/
|
|
1434
1466
|
deleteEmbeddedWallets(requestParameters: DeleteEmbeddedWalletsOperationRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1435
1467
|
/**
|
|
1436
|
-
*
|
|
1468
|
+
* Permanently removes an MFA device from the authenticated user account.
|
|
1469
|
+
* Delete an MFA device
|
|
1437
1470
|
*/
|
|
1438
1471
|
deleteMfaDeviceRaw(requestParameters: DeleteMfaDeviceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1439
1472
|
/**
|
|
1440
|
-
*
|
|
1473
|
+
* Permanently removes an MFA device from the authenticated user account.
|
|
1474
|
+
* Delete an MFA device
|
|
1441
1475
|
*/
|
|
1442
1476
|
deleteMfaDevice(requestParameters: DeleteMfaDeviceRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1443
1477
|
/**
|
|
1478
|
+
* Permanently removes a passkey from the authenticated user account.
|
|
1444
1479
|
* Delete a passkey
|
|
1445
1480
|
*/
|
|
1446
1481
|
deletePasskeyRaw(requestParameters: DeletePasskeyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1447
1482
|
/**
|
|
1483
|
+
* Permanently removes a passkey from the authenticated user account.
|
|
1448
1484
|
* Delete a passkey
|
|
1449
1485
|
*/
|
|
1450
1486
|
deletePasskey(requestParameters: DeletePasskeyRequest, initOverrides?: RequestInit): Promise<void>;
|
|
@@ -1467,11 +1503,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1467
1503
|
*/
|
|
1468
1504
|
deliverDelegatedShareOptions(requestParameters: DeliverDelegatedShareOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1469
1505
|
/**
|
|
1470
|
-
*
|
|
1506
|
+
* Disconnects the specified global wallet connection.
|
|
1507
|
+
* Disconnect a global wallet connection
|
|
1471
1508
|
*/
|
|
1472
1509
|
disconnectGlobalWalletConnectionRaw(requestParameters: DisconnectGlobalWalletConnectionRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GlobalWalletConnection>>;
|
|
1473
1510
|
/**
|
|
1474
|
-
*
|
|
1511
|
+
* Disconnects the specified global wallet connection.
|
|
1512
|
+
* Disconnect a global wallet connection
|
|
1475
1513
|
*/
|
|
1476
1514
|
disconnectGlobalWalletConnection(requestParameters: DisconnectGlobalWalletConnectionRequest, initOverrides?: RequestInit): Promise<GlobalWalletConnection>;
|
|
1477
1515
|
/**
|
|
@@ -1531,11 +1569,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1531
1569
|
*/
|
|
1532
1570
|
eventsOptions(requestParameters: EventsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1533
1571
|
/**
|
|
1534
|
-
*
|
|
1572
|
+
* Exports the private key of a WAAS wallet through an MPC ceremony.
|
|
1573
|
+
* Export a WAAS wallet private key
|
|
1535
1574
|
*/
|
|
1536
1575
|
exportPrivateKeyRaw(requestParameters: ExportPrivateKeyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponseWithServerKeygenIds>>;
|
|
1537
1576
|
/**
|
|
1538
|
-
*
|
|
1577
|
+
* Exports the private key of a WAAS wallet through an MPC ceremony.
|
|
1578
|
+
* Export a WAAS wallet private key
|
|
1539
1579
|
*/
|
|
1540
1580
|
exportPrivateKey(requestParameters: ExportPrivateKeyRequest, initOverrides?: RequestInit): Promise<OpenRoomResponseWithServerKeygenIds>;
|
|
1541
1581
|
/**
|
|
@@ -1547,11 +1587,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1547
1587
|
*/
|
|
1548
1588
|
exportPrivateKeyOptions(requestParameters: ExportPrivateKeyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1549
1589
|
/**
|
|
1550
|
-
*
|
|
1590
|
+
* Authenticates a user using a token from an external auth provider.
|
|
1591
|
+
* Sign in with an external auth provider token
|
|
1551
1592
|
*/
|
|
1552
1593
|
externalAuthSigninRaw(requestParameters: ExternalAuthSigninOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1553
1594
|
/**
|
|
1554
|
-
*
|
|
1595
|
+
* Authenticates a user using a token from an external auth provider.
|
|
1596
|
+
* Sign in with an external auth provider token
|
|
1555
1597
|
*/
|
|
1556
1598
|
externalAuthSignin(requestParameters: ExternalAuthSigninOperationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
1557
1599
|
/**
|
|
@@ -1563,10 +1605,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1563
1605
|
*/
|
|
1564
1606
|
externalAuthSigninOptions(requestParameters: ExternalAuthSigninOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1565
1607
|
/**
|
|
1608
|
+
* [DEPRECATED] Please use /externalAuth/signin instead.
|
|
1566
1609
|
* [DEPRECATED] Please use /externalAuth/signin instead
|
|
1567
1610
|
*/
|
|
1568
1611
|
externalAuthVerifyRaw(requestParameters: ExternalAuthVerifyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1569
1612
|
/**
|
|
1613
|
+
* [DEPRECATED] Please use /externalAuth/signin instead.
|
|
1570
1614
|
* [DEPRECATED] Please use /externalAuth/signin instead
|
|
1571
1615
|
*/
|
|
1572
1616
|
externalAuthVerify(requestParameters: ExternalAuthVerifyRequest, initOverrides?: RequestInit): Promise<void>;
|
|
@@ -1580,12 +1624,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1580
1624
|
externalAuthVerifyOptions(requestParameters: ExternalAuthVerifyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1581
1625
|
/**
|
|
1582
1626
|
* Farcaster SignIn endpoint to exchange SIWF data
|
|
1583
|
-
*
|
|
1627
|
+
* Sign in with Farcaster
|
|
1584
1628
|
*/
|
|
1585
1629
|
farcasterSignInRaw(requestParameters: FarcasterSignInOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1586
1630
|
/**
|
|
1587
1631
|
* Farcaster SignIn endpoint to exchange SIWF data
|
|
1588
|
-
*
|
|
1632
|
+
* Sign in with Farcaster
|
|
1589
1633
|
*/
|
|
1590
1634
|
farcasterSignIn(requestParameters: FarcasterSignInOperationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
1591
1635
|
/**
|
|
@@ -1598,12 +1642,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1598
1642
|
farcasterSignInOptions(requestParameters: FarcasterSignInOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1599
1643
|
/**
|
|
1600
1644
|
* Farcaster Verify endpoint to exchange SIWF data
|
|
1601
|
-
* Farcaster
|
|
1645
|
+
* Verify Farcaster account linking
|
|
1602
1646
|
*/
|
|
1603
1647
|
farcasterVerifyRaw(requestParameters: FarcasterVerifyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
1604
1648
|
/**
|
|
1605
1649
|
* Farcaster Verify endpoint to exchange SIWF data
|
|
1606
|
-
* Farcaster
|
|
1650
|
+
* Verify Farcaster account linking
|
|
1607
1651
|
*/
|
|
1608
1652
|
farcasterVerify(requestParameters: FarcasterVerifyRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
1609
1653
|
/**
|
|
@@ -1615,19 +1659,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1615
1659
|
*/
|
|
1616
1660
|
farcasterVerifyOptions(requestParameters: FarcasterVerifyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1617
1661
|
/**
|
|
1662
|
+
* Generates a Coinbase onramp buy URL for purchasing crypto.
|
|
1618
1663
|
* Generate a Coinbase onramp buy URL
|
|
1619
1664
|
*/
|
|
1620
1665
|
generateCoinbaseOnrampBuyUrlRaw(requestParameters: GenerateCoinbaseOnrampBuyUrlRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CoinbaseOnrampGetBuyUrlResponse>>;
|
|
1621
1666
|
/**
|
|
1667
|
+
* Generates a Coinbase onramp buy URL for purchasing crypto.
|
|
1622
1668
|
* Generate a Coinbase onramp buy URL
|
|
1623
1669
|
*/
|
|
1624
1670
|
generateCoinbaseOnrampBuyUrl(requestParameters: GenerateCoinbaseOnrampBuyUrlRequest, initOverrides?: RequestInit): Promise<CoinbaseOnrampGetBuyUrlResponse>;
|
|
1625
1671
|
/**
|
|
1626
|
-
*
|
|
1672
|
+
* Returns the token balances for a specific account address on a given chain.
|
|
1673
|
+
* Get token balances for an account
|
|
1627
1674
|
*/
|
|
1628
1675
|
getAccountBalancesRaw(requestParameters: GetAccountBalancesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<TokenBalance>>>;
|
|
1629
1676
|
/**
|
|
1630
|
-
*
|
|
1677
|
+
* Returns the token balances for a specific account address on a given chain.
|
|
1678
|
+
* Get token balances for an account
|
|
1631
1679
|
*/
|
|
1632
1680
|
getAccountBalances(requestParameters: GetAccountBalancesRequest, initOverrides?: RequestInit): Promise<Array<TokenBalance>>;
|
|
1633
1681
|
/**
|
|
@@ -1639,11 +1687,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1639
1687
|
*/
|
|
1640
1688
|
getAccountBalancesOptions(requestParameters: GetAccountBalancesOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1641
1689
|
/**
|
|
1642
|
-
*
|
|
1690
|
+
* Returns an auth token for the specified embedded wallet type.
|
|
1691
|
+
* Get an auth token for an embedded wallet type
|
|
1643
1692
|
*/
|
|
1644
1693
|
getAuthTokenRaw(requestParameters: GetAuthTokenRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<EmbeddedWalletAuthToken>>;
|
|
1645
1694
|
/**
|
|
1646
|
-
*
|
|
1695
|
+
* Returns an auth token for the specified embedded wallet type.
|
|
1696
|
+
* Get an auth token for an embedded wallet type
|
|
1647
1697
|
*/
|
|
1648
1698
|
getAuthToken(requestParameters: GetAuthTokenRequest, initOverrides?: RequestInit): Promise<EmbeddedWalletAuthToken>;
|
|
1649
1699
|
/**
|
|
@@ -1655,11 +1705,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1655
1705
|
*/
|
|
1656
1706
|
getAuthTokenOpts(requestParameters: GetAuthTokenOptsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1657
1707
|
/**
|
|
1658
|
-
*
|
|
1708
|
+
* Returns the full profile of the currently authenticated user.
|
|
1709
|
+
* Get the current user\'s profile
|
|
1659
1710
|
*/
|
|
1660
1711
|
getAuthenticatedUserRaw(requestParameters: GetAuthenticatedUserRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SdkUser>>;
|
|
1661
1712
|
/**
|
|
1662
|
-
*
|
|
1713
|
+
* Returns the full profile of the currently authenticated user.
|
|
1714
|
+
* Get the current user\'s profile
|
|
1663
1715
|
*/
|
|
1664
1716
|
getAuthenticatedUser(requestParameters: GetAuthenticatedUserRequest, initOverrides?: RequestInit): Promise<SdkUser>;
|
|
1665
1717
|
/**
|
|
@@ -1692,20 +1744,22 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1692
1744
|
getCoinbaseSupportedNetworks(requestParameters: GetCoinbaseSupportedNetworksRequest, initOverrides?: RequestInit): Promise<Array<string>>;
|
|
1693
1745
|
/**
|
|
1694
1746
|
* Generates the request body for a user\'s create V2 wallet account request
|
|
1695
|
-
*
|
|
1747
|
+
* Generate the create wallet account request body
|
|
1696
1748
|
*/
|
|
1697
1749
|
getCreateWalletAccountRequestRaw(requestParameters: GetCreateWalletAccountRequestRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<TurnkeyCreateWalletAccountsRequestBody>>;
|
|
1698
1750
|
/**
|
|
1699
1751
|
* Generates the request body for a user\'s create V2 wallet account request
|
|
1700
|
-
*
|
|
1752
|
+
* Generate the create wallet account request body
|
|
1701
1753
|
*/
|
|
1702
1754
|
getCreateWalletAccountRequest(requestParameters: GetCreateWalletAccountRequestRequest, initOverrides?: RequestInit): Promise<TurnkeyCreateWalletAccountsRequestBody>;
|
|
1703
1755
|
/**
|
|
1704
1756
|
* Exchange rates for the given currency
|
|
1757
|
+
* Get currency exchange rates
|
|
1705
1758
|
*/
|
|
1706
1759
|
getCurrencyExchangeRatesRaw(requestParameters: GetCurrencyExchangeRatesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<Currency>>>;
|
|
1707
1760
|
/**
|
|
1708
1761
|
* Exchange rates for the given currency
|
|
1762
|
+
* Get currency exchange rates
|
|
1709
1763
|
*/
|
|
1710
1764
|
getCurrencyExchangeRates(requestParameters: GetCurrencyExchangeRatesRequest, initOverrides?: RequestInit): Promise<Array<Currency>>;
|
|
1711
1765
|
/**
|
|
@@ -1718,12 +1772,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1718
1772
|
getCurrencyExchangeRatesOptions(requestParameters: GetCurrencyExchangeRatesOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1719
1773
|
/**
|
|
1720
1774
|
* Return the email provider to be used for signing in with a given email. If an external provider such as magicLink is disabled, this endpoint would return emailOnly. If an external provider such as magicLink is enabled, it will return emailOnly when the email already exists in Dynamic and it is associated with a wallet, otherwise it will return magicLink.
|
|
1721
|
-
* Get
|
|
1775
|
+
* Get the sign-in email provider
|
|
1722
1776
|
*/
|
|
1723
1777
|
getEmailProviderRaw(requestParameters: GetEmailProviderRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<EmailProviderResponse>>;
|
|
1724
1778
|
/**
|
|
1725
1779
|
* Return the email provider to be used for signing in with a given email. If an external provider such as magicLink is disabled, this endpoint would return emailOnly. If an external provider such as magicLink is enabled, it will return emailOnly when the email already exists in Dynamic and it is associated with a wallet, otherwise it will return magicLink.
|
|
1726
|
-
* Get
|
|
1780
|
+
* Get the sign-in email provider
|
|
1727
1781
|
*/
|
|
1728
1782
|
getEmailProvider(requestParameters: GetEmailProviderRequest, initOverrides?: RequestInit): Promise<EmailProviderResponse>;
|
|
1729
1783
|
/**
|
|
@@ -1735,19 +1789,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1735
1789
|
*/
|
|
1736
1790
|
getEmbeddedWalletBackupOption(requestParameters: GetEmbeddedWalletBackupOptionRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1737
1791
|
/**
|
|
1738
|
-
*
|
|
1792
|
+
* Returns the backup key for an embedded wallet.
|
|
1793
|
+
* Get the backup key for an embedded wallet
|
|
1739
1794
|
*/
|
|
1740
1795
|
getEmbeddedWalletBackupsRaw(requestParameters: GetEmbeddedWalletBackupsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<EmbeddedWalletSecret>>;
|
|
1741
1796
|
/**
|
|
1742
|
-
*
|
|
1797
|
+
* Returns the backup key for an embedded wallet.
|
|
1798
|
+
* Get the backup key for an embedded wallet
|
|
1743
1799
|
*/
|
|
1744
1800
|
getEmbeddedWalletBackups(requestParameters: GetEmbeddedWalletBackupsRequest, initOverrides?: RequestInit): Promise<EmbeddedWalletSecret>;
|
|
1745
1801
|
/**
|
|
1746
|
-
*
|
|
1802
|
+
* Returns the passcode for a pregenerated embedded wallet.
|
|
1803
|
+
* Get the passcode for a pregenerated embedded wallet
|
|
1747
1804
|
*/
|
|
1748
1805
|
getEmbeddedWalletPasscodeRaw(requestParameters: GetEmbeddedWalletPasscodeRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<EmbeddedWalletSecret>>;
|
|
1749
1806
|
/**
|
|
1750
|
-
*
|
|
1807
|
+
* Returns the passcode for a pregenerated embedded wallet.
|
|
1808
|
+
* Get the passcode for a pregenerated embedded wallet
|
|
1751
1809
|
*/
|
|
1752
1810
|
getEmbeddedWalletPasscode(requestParameters: GetEmbeddedWalletPasscodeRequest, initOverrides?: RequestInit): Promise<EmbeddedWalletSecret>;
|
|
1753
1811
|
/**
|
|
@@ -1760,19 +1818,21 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1760
1818
|
getEmbeddedWalletPasscodeOption(requestParameters: GetEmbeddedWalletPasscodeOptionRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1761
1819
|
/**
|
|
1762
1820
|
* Generates the request body for a user\'s delete V2 wallets request
|
|
1763
|
-
*
|
|
1821
|
+
* Generate the delete wallets request body
|
|
1764
1822
|
*/
|
|
1765
1823
|
getEmbeddedWalletsDeleteRequestRaw(requestParameters: GetEmbeddedWalletsDeleteRequestRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<TurnkeyDeleteEmbeddedWalletsRequestBody>>;
|
|
1766
1824
|
/**
|
|
1767
1825
|
* Generates the request body for a user\'s delete V2 wallets request
|
|
1768
|
-
*
|
|
1826
|
+
* Generate the delete wallets request body
|
|
1769
1827
|
*/
|
|
1770
1828
|
getEmbeddedWalletsDeleteRequest(requestParameters: GetEmbeddedWalletsDeleteRequestRequest, initOverrides?: RequestInit): Promise<TurnkeyDeleteEmbeddedWalletsRequestBody>;
|
|
1771
1829
|
/**
|
|
1830
|
+
* Returns the OAuth access token for the specified user OAuth account.
|
|
1772
1831
|
* Get the access token for a user OAuth account
|
|
1773
1832
|
*/
|
|
1774
1833
|
getEndUserOauthAccessTokenRaw(requestParameters: GetEndUserOauthAccessTokenRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UserOauthAccessTokenResponse>>;
|
|
1775
1834
|
/**
|
|
1835
|
+
* Returns the OAuth access token for the specified user OAuth account.
|
|
1776
1836
|
* Get the access token for a user OAuth account
|
|
1777
1837
|
*/
|
|
1778
1838
|
getEndUserOauthAccessToken(requestParameters: GetEndUserOauthAccessTokenRequest, initOverrides?: RequestInit): Promise<UserOauthAccessTokenResponse>;
|
|
@@ -1785,19 +1845,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1785
1845
|
*/
|
|
1786
1846
|
getEndUserOauthAccessTokenOptions(requestParameters: GetEndUserOauthAccessTokenOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1787
1847
|
/**
|
|
1788
|
-
*
|
|
1848
|
+
* Returns the project settings and configuration for the specified environment.
|
|
1849
|
+
* Get environment settings
|
|
1789
1850
|
*/
|
|
1790
1851
|
getEnvironmentSettingsRaw(requestParameters: GetEnvironmentSettingsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<ProjectSettings>>;
|
|
1791
1852
|
/**
|
|
1792
|
-
*
|
|
1853
|
+
* Returns the project settings and configuration for the specified environment.
|
|
1854
|
+
* Get environment settings
|
|
1793
1855
|
*/
|
|
1794
1856
|
getEnvironmentSettings(requestParameters: GetEnvironmentSettingsRequest, initOverrides?: RequestInit): Promise<ProjectSettings>;
|
|
1795
1857
|
/**
|
|
1796
1858
|
* Exchange rates for the given currency
|
|
1859
|
+
* Get exchange rates
|
|
1797
1860
|
*/
|
|
1798
1861
|
getExchangeRatesRaw(initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<Currency>>>;
|
|
1799
1862
|
/**
|
|
1800
1863
|
* Exchange rates for the given currency
|
|
1864
|
+
* Get exchange rates
|
|
1801
1865
|
*/
|
|
1802
1866
|
getExchangeRates(initOverrides?: RequestInit): Promise<Array<Currency>>;
|
|
1803
1867
|
/**
|
|
@@ -1809,10 +1873,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1809
1873
|
*/
|
|
1810
1874
|
getExchangeRatesOptions(initOverrides?: RequestInit): Promise<void>;
|
|
1811
1875
|
/**
|
|
1876
|
+
* Returns the exchange account transactions for the authenticated user.
|
|
1812
1877
|
* Get the exchange account transactions for a given dynamic user
|
|
1813
1878
|
*/
|
|
1814
1879
|
getExchangeTransactionsRaw(requestParameters: GetExchangeTransactionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<ExchangeTransaction>>>;
|
|
1815
1880
|
/**
|
|
1881
|
+
* Returns the exchange account transactions for the authenticated user.
|
|
1816
1882
|
* Get the exchange account transactions for a given dynamic user
|
|
1817
1883
|
*/
|
|
1818
1884
|
getExchangeTransactions(requestParameters: GetExchangeTransactionsRequest, initOverrides?: RequestInit): Promise<Array<ExchangeTransaction>>;
|
|
@@ -1825,10 +1891,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1825
1891
|
*/
|
|
1826
1892
|
getExchangeTransactionsOptions(requestParameters: GetExchangeTransactionsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1827
1893
|
/**
|
|
1894
|
+
* Returns the available transfer destinations for exchange account transactions.
|
|
1828
1895
|
* Get the available exchange transfer destinations for account transactions for a given dynamic user
|
|
1829
1896
|
*/
|
|
1830
1897
|
getExchangeTransferDestinationsRaw(requestParameters: GetExchangeTransferDestinationsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<TransferDestinationResponse>>;
|
|
1831
1898
|
/**
|
|
1899
|
+
* Returns the available transfer destinations for exchange account transactions.
|
|
1832
1900
|
* Get the available exchange transfer destinations for account transactions for a given dynamic user
|
|
1833
1901
|
*/
|
|
1834
1902
|
getExchangeTransferDestinations(requestParameters: GetExchangeTransferDestinationsRequest, initOverrides?: RequestInit): Promise<TransferDestinationResponse>;
|
|
@@ -1841,19 +1909,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1841
1909
|
*/
|
|
1842
1910
|
getExchangeTransferDestinationsOptions(requestParameters: GetExchangeTransferDestinationsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1843
1911
|
/**
|
|
1912
|
+
* Returns the global wallet settings configured for the specified environment.
|
|
1844
1913
|
* Get the global wallet settings for the environment
|
|
1845
1914
|
*/
|
|
1846
1915
|
getGlobalWalletsSettingsRaw(requestParameters: GetGlobalWalletsSettingsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GlobalWalletSettings>>;
|
|
1847
1916
|
/**
|
|
1917
|
+
* Returns the global wallet settings configured for the specified environment.
|
|
1848
1918
|
* Get the global wallet settings for the environment
|
|
1849
1919
|
*/
|
|
1850
1920
|
getGlobalWalletsSettings(requestParameters: GetGlobalWalletsSettingsRequest, initOverrides?: RequestInit): Promise<GlobalWalletSettings>;
|
|
1851
1921
|
/**
|
|
1852
1922
|
* Health check endpoint to check for uptime of API.
|
|
1923
|
+
* Check API health
|
|
1853
1924
|
*/
|
|
1854
1925
|
getHealthcheckRaw(requestParameters: GetHealthcheckRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<HealthcheckResponse>>;
|
|
1855
1926
|
/**
|
|
1856
1927
|
* Health check endpoint to check for uptime of API.
|
|
1928
|
+
* Check API health
|
|
1857
1929
|
*/
|
|
1858
1930
|
getHealthcheck(requestParameters: GetHealthcheckRequest, initOverrides?: RequestInit): Promise<HealthcheckResponse>;
|
|
1859
1931
|
/**
|
|
@@ -1865,27 +1937,33 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1865
1937
|
*/
|
|
1866
1938
|
getHealthcheckOptions(requestParameters: GetHealthcheckOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1867
1939
|
/**
|
|
1868
|
-
*
|
|
1940
|
+
* Returns the JSON Web Key Set (JWKS) for the specified environment.
|
|
1941
|
+
* Get JWKS for the environment
|
|
1869
1942
|
*/
|
|
1870
1943
|
getJwksByEnvironmentIdRaw(requestParameters: GetJwksByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<JwksResponse>>;
|
|
1871
1944
|
/**
|
|
1872
|
-
*
|
|
1945
|
+
* Returns the JSON Web Key Set (JWKS) for the specified environment.
|
|
1946
|
+
* Get JWKS for the environment
|
|
1873
1947
|
*/
|
|
1874
1948
|
getJwksByEnvironmentId(requestParameters: GetJwksByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<JwksResponse>;
|
|
1875
1949
|
/**
|
|
1876
|
-
*
|
|
1950
|
+
* Returns the JSON Web Key Set (JWKS) in JSON format for the specified environment.
|
|
1951
|
+
* Get JWKS for the environment (JSON format)
|
|
1877
1952
|
*/
|
|
1878
1953
|
getJwksJsonByEnvironmentIdRaw(requestParameters: GetJwksJsonByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<JwksResponse>>;
|
|
1879
1954
|
/**
|
|
1880
|
-
*
|
|
1955
|
+
* Returns the JSON Web Key Set (JWKS) in JSON format for the specified environment.
|
|
1956
|
+
* Get JWKS for the environment (JSON format)
|
|
1881
1957
|
*/
|
|
1882
1958
|
getJwksJsonByEnvironmentId(requestParameters: GetJwksJsonByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<JwksResponse>;
|
|
1883
1959
|
/**
|
|
1884
|
-
*
|
|
1960
|
+
* Returns details of a specific MFA device by its ID.
|
|
1961
|
+
* Get an MFA device by ID
|
|
1885
1962
|
*/
|
|
1886
1963
|
getMfaDeviceRaw(requestParameters: GetMfaDeviceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFADevice>>;
|
|
1887
1964
|
/**
|
|
1888
|
-
*
|
|
1965
|
+
* Returns details of a specific MFA device by its ID.
|
|
1966
|
+
* Get an MFA device by ID
|
|
1889
1967
|
*/
|
|
1890
1968
|
getMfaDevice(requestParameters: GetMfaDeviceRequest, initOverrides?: RequestInit): Promise<MFADevice>;
|
|
1891
1969
|
/**
|
|
@@ -1897,27 +1975,33 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1897
1975
|
*/
|
|
1898
1976
|
getMfaDeviceOptions(requestParameters: GetMfaDeviceOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1899
1977
|
/**
|
|
1900
|
-
*
|
|
1978
|
+
* Returns the network configurations enabled for the specified environment.
|
|
1979
|
+
* Get network configurations for the environment
|
|
1901
1980
|
*/
|
|
1902
1981
|
getNetworksConfigurationByEnvIdRaw(requestParameters: GetNetworksConfigurationByEnvIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<NetworkConfigurationResponse>>>;
|
|
1903
1982
|
/**
|
|
1904
|
-
*
|
|
1983
|
+
* Returns the network configurations enabled for the specified environment.
|
|
1984
|
+
* Get network configurations for the environment
|
|
1905
1985
|
*/
|
|
1906
1986
|
getNetworksConfigurationByEnvId(requestParameters: GetNetworksConfigurationByEnvIdRequest, initOverrides?: RequestInit): Promise<Array<NetworkConfigurationResponse>>;
|
|
1907
1987
|
/**
|
|
1988
|
+
* Creates and returns a nonce for use in the wallet authentication flow.
|
|
1908
1989
|
* Create nonce for authentication flow
|
|
1909
1990
|
*/
|
|
1910
1991
|
getNonceRaw(requestParameters: GetNonceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<NonceResponse>>;
|
|
1911
1992
|
/**
|
|
1993
|
+
* Creates and returns a nonce for use in the wallet authentication flow.
|
|
1912
1994
|
* Create nonce for authentication flow
|
|
1913
1995
|
*/
|
|
1914
1996
|
getNonce(requestParameters: GetNonceRequest, initOverrides?: RequestInit): Promise<NonceResponse>;
|
|
1915
1997
|
/**
|
|
1916
|
-
*
|
|
1998
|
+
* Returns the WebAuthn authentication options for passkey verification.
|
|
1999
|
+
* Get passkey authentication options
|
|
1917
2000
|
*/
|
|
1918
2001
|
getPasskeyAuthenticationOptionsRaw(requestParameters: GetPasskeyAuthenticationOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GetPasskeyAuthenticationOptionsResponse>>;
|
|
1919
2002
|
/**
|
|
1920
|
-
*
|
|
2003
|
+
* Returns the WebAuthn authentication options for passkey verification.
|
|
2004
|
+
* Get passkey authentication options
|
|
1921
2005
|
*/
|
|
1922
2006
|
getPasskeyAuthenticationOptions(requestParameters: GetPasskeyAuthenticationOptionsRequest, initOverrides?: RequestInit): Promise<GetPasskeyAuthenticationOptionsResponse>;
|
|
1923
2007
|
/**
|
|
@@ -1929,19 +2013,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1929
2013
|
*/
|
|
1930
2014
|
getPasskeyAuthenticationOptionsOptions(requestParameters: GetPasskeyAuthenticationOptionsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1931
2015
|
/**
|
|
1932
|
-
*
|
|
2016
|
+
* Returns the WebAuthn authentication options for passkey sign-in.
|
|
2017
|
+
* Get passkey sign-in options
|
|
1933
2018
|
*/
|
|
1934
2019
|
getPasskeyAuthenticationSigninOptionsRaw(requestParameters: GetPasskeyAuthenticationSigninOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GetPasskeyAuthenticationOptionsResponse>>;
|
|
1935
2020
|
/**
|
|
1936
|
-
*
|
|
2021
|
+
* Returns the WebAuthn authentication options for passkey sign-in.
|
|
2022
|
+
* Get passkey sign-in options
|
|
1937
2023
|
*/
|
|
1938
2024
|
getPasskeyAuthenticationSigninOptions(requestParameters: GetPasskeyAuthenticationSigninOptionsRequest, initOverrides?: RequestInit): Promise<GetPasskeyAuthenticationOptionsResponse>;
|
|
1939
2025
|
/**
|
|
1940
|
-
*
|
|
2026
|
+
* Returns the WebAuthn registration options needed to register a new passkey.
|
|
2027
|
+
* Get user passkeys
|
|
1941
2028
|
*/
|
|
1942
2029
|
getPasskeyRegistrationOptionsRaw(requestParameters: GetPasskeyRegistrationOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GetPasskeyRegistrationOptionsResponse>>;
|
|
1943
2030
|
/**
|
|
1944
|
-
*
|
|
2031
|
+
* Returns the WebAuthn registration options needed to register a new passkey.
|
|
2032
|
+
* Get user passkeys
|
|
1945
2033
|
*/
|
|
1946
2034
|
getPasskeyRegistrationOptions(requestParameters: GetPasskeyRegistrationOptionsRequest, initOverrides?: RequestInit): Promise<GetPasskeyRegistrationOptionsResponse>;
|
|
1947
2035
|
/**
|
|
@@ -1953,54 +2041,62 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1953
2041
|
*/
|
|
1954
2042
|
getPasskeyRegistrationOptionsOptions(requestParameters: GetPasskeyRegistrationOptionsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1955
2043
|
/**
|
|
2044
|
+
* Returns the MFA recovery codes for the authenticated user.
|
|
1956
2045
|
* Get recovery codes
|
|
1957
2046
|
*/
|
|
1958
2047
|
getRecoveryCodesRaw(requestParameters: GetRecoveryCodesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFAGetRecoveryCodesResponse>>;
|
|
1959
2048
|
/**
|
|
2049
|
+
* Returns the MFA recovery codes for the authenticated user.
|
|
1960
2050
|
* Get recovery codes
|
|
1961
2051
|
*/
|
|
1962
2052
|
getRecoveryCodes(requestParameters: GetRecoveryCodesRequest, initOverrides?: RequestInit): Promise<MFAGetRecoveryCodesResponse>;
|
|
1963
2053
|
/**
|
|
1964
2054
|
* Find the configuration for the enabled offramps associated to an environment
|
|
1965
|
-
*
|
|
2055
|
+
* Get enabled offramps for the environment
|
|
1966
2056
|
*/
|
|
1967
2057
|
getSupportedOfframpsRaw(requestParameters: GetSupportedOfframpsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SupportedOfframpsResponse>>;
|
|
1968
2058
|
/**
|
|
1969
2059
|
* Find the configuration for the enabled offramps associated to an environment
|
|
1970
|
-
*
|
|
2060
|
+
* Get enabled offramps for the environment
|
|
1971
2061
|
*/
|
|
1972
2062
|
getSupportedOfframps(requestParameters: GetSupportedOfframpsRequest, initOverrides?: RequestInit): Promise<SupportedOfframpsResponse>;
|
|
1973
2063
|
/**
|
|
1974
2064
|
* Find the configuration for the enabled onramps associated to an environment
|
|
1975
|
-
*
|
|
2065
|
+
* Get enabled onramps for the environment
|
|
1976
2066
|
*/
|
|
1977
2067
|
getSupportedOnrampsRaw(requestParameters: GetSupportedOnrampsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SupportedOnrampsResponse>>;
|
|
1978
2068
|
/**
|
|
1979
2069
|
* Find the configuration for the enabled onramps associated to an environment
|
|
1980
|
-
*
|
|
2070
|
+
* Get enabled onramps for the environment
|
|
1981
2071
|
*/
|
|
1982
2072
|
getSupportedOnramps(requestParameters: GetSupportedOnrampsRequest, initOverrides?: RequestInit): Promise<SupportedOnrampsResponse>;
|
|
1983
2073
|
/**
|
|
1984
|
-
*
|
|
2074
|
+
* Returns the HTML content for the Telegram login widget.
|
|
2075
|
+
* Get Telegram login widget HTML
|
|
1985
2076
|
*/
|
|
1986
2077
|
getTelegramAuthRaw(requestParameters: GetTelegramAuthRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<string>>;
|
|
1987
2078
|
/**
|
|
1988
|
-
*
|
|
2079
|
+
* Returns the HTML content for the Telegram login widget.
|
|
2080
|
+
* Get Telegram login widget HTML
|
|
1989
2081
|
*/
|
|
1990
2082
|
getTelegramAuth(requestParameters: GetTelegramAuthRequest, initOverrides?: RequestInit): Promise<string>;
|
|
1991
2083
|
/**
|
|
2084
|
+
* Returns account balances for the specified user addresses.
|
|
1992
2085
|
* Get account balances for multiple addresses
|
|
1993
2086
|
*/
|
|
1994
2087
|
getUserAccountBalancesRaw(requestParameters: GetUserAccountBalancesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MultichainAccountBalanceResponse>>;
|
|
1995
2088
|
/**
|
|
2089
|
+
* Returns account balances for the specified user addresses.
|
|
1996
2090
|
* Get account balances for multiple addresses
|
|
1997
2091
|
*/
|
|
1998
2092
|
getUserAccountBalances(requestParameters: GetUserAccountBalancesRequest, initOverrides?: RequestInit): Promise<MultichainAccountBalanceResponse>;
|
|
1999
2093
|
/**
|
|
2094
|
+
* Returns the exchange accounts for the authenticated user on the specified exchange.
|
|
2000
2095
|
* Get the exchange accounts for a given dynamic user
|
|
2001
2096
|
*/
|
|
2002
2097
|
getUserAccountsRaw(requestParameters: GetUserAccountsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<Account>>>;
|
|
2003
2098
|
/**
|
|
2099
|
+
* Returns the exchange accounts for the authenticated user on the specified exchange.
|
|
2004
2100
|
* Get the exchange accounts for a given dynamic user
|
|
2005
2101
|
*/
|
|
2006
2102
|
getUserAccounts(requestParameters: GetUserAccountsRequest, initOverrides?: RequestInit): Promise<Array<Account>>;
|
|
@@ -2031,37 +2127,43 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2031
2127
|
*/
|
|
2032
2128
|
getUserFieldsCheckOptions(requestParameters: GetUserFieldsCheckOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2033
2129
|
/**
|
|
2034
|
-
*
|
|
2130
|
+
* Returns the list of MFA devices registered for the authenticated user.
|
|
2131
|
+
* Get the current user\'s MFA devices
|
|
2035
2132
|
*/
|
|
2036
2133
|
getUserMfaDevicesRaw(requestParameters: GetUserMfaDevicesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFAListDevicesResponse>>;
|
|
2037
2134
|
/**
|
|
2038
|
-
*
|
|
2135
|
+
* Returns the list of MFA devices registered for the authenticated user.
|
|
2136
|
+
* Get the current user\'s MFA devices
|
|
2039
2137
|
*/
|
|
2040
2138
|
getUserMfaDevices(requestParameters: GetUserMfaDevicesRequest, initOverrides?: RequestInit): Promise<MFAListDevicesResponse>;
|
|
2041
2139
|
/**
|
|
2042
|
-
*
|
|
2140
|
+
* Returns the available MFA methods for the authenticated user.
|
|
2141
|
+
* Get the current user\'s MFA methods
|
|
2043
2142
|
*/
|
|
2044
2143
|
getUserMfaMethodsRaw(requestParameters: GetUserMfaMethodsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFAMethodsResponse>>;
|
|
2045
2144
|
/**
|
|
2046
|
-
*
|
|
2145
|
+
* Returns the available MFA methods for the authenticated user.
|
|
2146
|
+
* Get the current user\'s MFA methods
|
|
2047
2147
|
*/
|
|
2048
2148
|
getUserMfaMethods(requestParameters: GetUserMfaMethodsRequest, initOverrides?: RequestInit): Promise<MFAMethodsResponse>;
|
|
2049
2149
|
/**
|
|
2050
|
-
*
|
|
2150
|
+
* Returns the list of passkeys registered for the authenticated user.
|
|
2151
|
+
* Get user passkeys
|
|
2051
2152
|
*/
|
|
2052
2153
|
getUserPasskeysRaw(requestParameters: GetUserPasskeysRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GetUserPasskeysResponse>>;
|
|
2053
2154
|
/**
|
|
2054
|
-
*
|
|
2155
|
+
* Returns the list of passkeys registered for the authenticated user.
|
|
2156
|
+
* Get user passkeys
|
|
2055
2157
|
*/
|
|
2056
2158
|
getUserPasskeys(requestParameters: GetUserPasskeysRequest, initOverrides?: RequestInit): Promise<GetUserPasskeysResponse>;
|
|
2057
2159
|
/**
|
|
2058
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.
|
|
2059
|
-
*
|
|
2161
|
+
* Get a WAAS wallet by address
|
|
2060
2162
|
*/
|
|
2061
2163
|
getWaasWalletWithVerifiedCredentialsRaw(requestParameters: GetWaasWalletWithVerifiedCredentialsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SdkUser>>;
|
|
2062
2164
|
/**
|
|
2063
2165
|
* Fetches a single WaaS wallet and returns it with the same payload structure as the users endpoint. This endpoint returns user information along with verified credentials filtered to only include the specified WaaS wallet.
|
|
2064
|
-
*
|
|
2166
|
+
* Get a WAAS wallet by address
|
|
2065
2167
|
*/
|
|
2066
2168
|
getWaasWalletWithVerifiedCredentials(requestParameters: GetWaasWalletWithVerifiedCredentialsRequest, initOverrides?: RequestInit): Promise<SdkUser>;
|
|
2067
2169
|
/**
|
|
@@ -2108,22 +2210,22 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2108
2210
|
globalWalletsSettingsOptions(requestParameters: GlobalWalletsSettingsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2109
2211
|
/**
|
|
2110
2212
|
* Hard delete the authenticated user
|
|
2111
|
-
*
|
|
2213
|
+
* Delete the current user
|
|
2112
2214
|
*/
|
|
2113
2215
|
hardDeleteUserRaw(requestParameters: HardDeleteUserRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2114
2216
|
/**
|
|
2115
2217
|
* Hard delete the authenticated user
|
|
2116
|
-
*
|
|
2218
|
+
* Delete the current user
|
|
2117
2219
|
*/
|
|
2118
2220
|
hardDeleteUser(requestParameters: HardDeleteUserRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2119
2221
|
/**
|
|
2120
2222
|
* Import a private key to create a waas account
|
|
2121
|
-
* Import
|
|
2223
|
+
* Import a private key to create a WAAS wallet
|
|
2122
2224
|
*/
|
|
2123
2225
|
importPrivateKeyRaw(requestParameters: ImportPrivateKeyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponseWithServerKeygenIds>>;
|
|
2124
2226
|
/**
|
|
2125
2227
|
* Import a private key to create a waas account
|
|
2126
|
-
* Import
|
|
2228
|
+
* Import a private key to create a WAAS wallet
|
|
2127
2229
|
*/
|
|
2128
2230
|
importPrivateKey(requestParameters: ImportPrivateKeyRequest, initOverrides?: RequestInit): Promise<OpenRoomResponseWithServerKeygenIds>;
|
|
2129
2231
|
/**
|
|
@@ -2136,12 +2238,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2136
2238
|
importPrivateKeyOptions(requestParameters: ImportPrivateKeyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2137
2239
|
/**
|
|
2138
2240
|
* This endpoint initializes a secure oauth authentication sequence by providing the state and current url path to the API.
|
|
2139
|
-
* Initialize
|
|
2241
|
+
* Initialize an OAuth authentication sequence
|
|
2140
2242
|
*/
|
|
2141
2243
|
initAuthRaw(requestParameters: InitAuthRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2142
2244
|
/**
|
|
2143
2245
|
* This endpoint initializes a secure oauth authentication sequence by providing the state and current url path to the API.
|
|
2144
|
-
* Initialize
|
|
2246
|
+
* Initialize an OAuth authentication sequence
|
|
2145
2247
|
*/
|
|
2146
2248
|
initAuth(requestParameters: InitAuthRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2147
2249
|
/**
|
|
@@ -2190,12 +2292,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2190
2292
|
legacyEmbeddedWalletDeleteRequestOptions(requestParameters: LegacyEmbeddedWalletDeleteRequestOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2191
2293
|
/**
|
|
2192
2294
|
* Generates the turnkey request body for a user\'s delete wallets request
|
|
2193
|
-
*
|
|
2295
|
+
* Generate the delete wallets request body
|
|
2194
2296
|
*/
|
|
2195
2297
|
legacyGetEmbeddedWalletsDeleteRequestRaw(requestParameters: LegacyGetEmbeddedWalletsDeleteRequestRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<TurnkeyDeleteEmbeddedWalletsRequestBody>>;
|
|
2196
2298
|
/**
|
|
2197
2299
|
* Generates the turnkey request body for a user\'s delete wallets request
|
|
2198
|
-
*
|
|
2300
|
+
* Generate the delete wallets request body
|
|
2199
2301
|
*/
|
|
2200
2302
|
legacyGetEmbeddedWalletsDeleteRequest(requestParameters: LegacyGetEmbeddedWalletsDeleteRequestRequest, initOverrides?: RequestInit): Promise<TurnkeyDeleteEmbeddedWalletsRequestBody>;
|
|
2201
2303
|
/**
|
|
@@ -2215,21 +2317,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2215
2317
|
*/
|
|
2216
2318
|
listMfaMethodsOptions(requestParameters: ListMfaMethodsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2217
2319
|
/**
|
|
2218
|
-
*
|
|
2320
|
+
* Logs the SDK settings being used by the client for the environment.
|
|
2321
|
+
* Update SDK settings for the environment
|
|
2219
2322
|
*/
|
|
2220
2323
|
logDynamicSdkSettingsRaw(requestParameters: LogDynamicSdkSettingsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2221
2324
|
/**
|
|
2222
|
-
*
|
|
2325
|
+
* Logs the SDK settings being used by the client for the environment.
|
|
2326
|
+
* Update SDK settings for the environment
|
|
2223
2327
|
*/
|
|
2224
2328
|
logDynamicSdkSettings(requestParameters: LogDynamicSdkSettingsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2225
2329
|
/**
|
|
2226
2330
|
* Used to merge two owned accounts connected by email address
|
|
2227
|
-
*
|
|
2331
|
+
* Merge two owned accounts
|
|
2228
2332
|
*/
|
|
2229
2333
|
mergeUsersRaw(requestParameters: MergeUsersRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2230
2334
|
/**
|
|
2231
2335
|
* Used to merge two owned accounts connected by email address
|
|
2232
|
-
*
|
|
2336
|
+
* Merge two owned accounts
|
|
2233
2337
|
*/
|
|
2234
2338
|
mergeUsers(requestParameters: MergeUsersRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2235
2339
|
/**
|
|
@@ -2258,12 +2362,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2258
2362
|
nonceOptions(requestParameters: NonceOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2259
2363
|
/**
|
|
2260
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.
|
|
2261
|
-
*
|
|
2365
|
+
* Get OAuth provider authorization HTML
|
|
2262
2366
|
*/
|
|
2263
2367
|
oauthAuthorizeHtmlRaw(requestParameters: OauthAuthorizeHtmlRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<string>>;
|
|
2264
2368
|
/**
|
|
2265
2369
|
* Endpoint where an oauth provider would return authorization HTML used for mobile-friendly login, such as Apple ID with Touch ID on enabled devices.
|
|
2266
|
-
*
|
|
2370
|
+
* Get OAuth provider authorization HTML
|
|
2267
2371
|
*/
|
|
2268
2372
|
oauthAuthorizeHtml(requestParameters: OauthAuthorizeHtmlRequest, initOverrides?: RequestInit): Promise<string>;
|
|
2269
2373
|
/**
|
|
@@ -2275,11 +2379,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2275
2379
|
*/
|
|
2276
2380
|
oauthAuthorizeHtmlOptions(requestParameters: OauthAuthorizeHtmlOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2277
2381
|
/**
|
|
2278
|
-
*
|
|
2382
|
+
* Redirects the user to the specified OAuth provider login page.
|
|
2383
|
+
* Redirect to OAuth provider login
|
|
2279
2384
|
*/
|
|
2280
2385
|
oauthLoginRaw(requestParameters: OauthLoginRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2281
2386
|
/**
|
|
2282
|
-
*
|
|
2387
|
+
* Redirects the user to the specified OAuth provider login page.
|
|
2388
|
+
* Redirect to OAuth provider login
|
|
2283
2389
|
*/
|
|
2284
2390
|
oauthLogin(requestParameters: OauthLoginRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2285
2391
|
/**
|
|
@@ -2291,11 +2397,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2291
2397
|
*/
|
|
2292
2398
|
oauthLoginOptions(requestParameters: OauthLoginOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2293
2399
|
/**
|
|
2294
|
-
*
|
|
2400
|
+
* Returns the login URL for the specified OAuth provider.
|
|
2401
|
+
* Get the OAuth provider login URL
|
|
2295
2402
|
*/
|
|
2296
2403
|
oauthLoginUrlRaw(requestParameters: OauthLoginUrlRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OauthProviderLoginUrl>>;
|
|
2297
2404
|
/**
|
|
2298
|
-
*
|
|
2405
|
+
* Returns the login URL for the specified OAuth provider.
|
|
2406
|
+
* Get the OAuth provider login URL
|
|
2299
2407
|
*/
|
|
2300
2408
|
oauthLoginUrl(requestParameters: OauthLoginUrlRequest, initOverrides?: RequestInit): Promise<OauthProviderLoginUrl>;
|
|
2301
2409
|
/**
|
|
@@ -2308,12 +2416,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2308
2416
|
oauthLoginUrlOptions(requestParameters: OauthLoginUrlOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2309
2417
|
/**
|
|
2310
2418
|
* Endpoint where an oauth provider would redirect after a successful user authorizing the oauth application.
|
|
2311
|
-
*
|
|
2419
|
+
* Handle Apple ID OAuth redirect
|
|
2312
2420
|
*/
|
|
2313
2421
|
oauthRedirectAppleRaw(requestParameters: OauthRedirectAppleRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<string>>;
|
|
2314
2422
|
/**
|
|
2315
2423
|
* Endpoint where an oauth provider would redirect after a successful user authorizing the oauth application.
|
|
2316
|
-
*
|
|
2424
|
+
* Handle Apple ID OAuth redirect
|
|
2317
2425
|
*/
|
|
2318
2426
|
oauthRedirectApple(requestParameters: OauthRedirectAppleRequest, initOverrides?: RequestInit): Promise<string>;
|
|
2319
2427
|
/**
|
|
@@ -2326,12 +2434,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2326
2434
|
oauthRedirectAppleOptions(requestParameters: OauthRedirectAppleOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2327
2435
|
/**
|
|
2328
2436
|
* Endpoint where an oauth provider would redirect after a successful user authorizing the oauth application.
|
|
2329
|
-
*
|
|
2437
|
+
* Handle OAuth provider redirect
|
|
2330
2438
|
*/
|
|
2331
2439
|
oauthRedirectCodeRaw(requestParameters: OauthRedirectCodeRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<string>>;
|
|
2332
2440
|
/**
|
|
2333
2441
|
* Endpoint where an oauth provider would redirect after a successful user authorizing the oauth application.
|
|
2334
|
-
*
|
|
2442
|
+
* Handle OAuth provider redirect
|
|
2335
2443
|
*/
|
|
2336
2444
|
oauthRedirectCode(requestParameters: OauthRedirectCodeRequest, initOverrides?: RequestInit): Promise<string>;
|
|
2337
2445
|
/**
|
|
@@ -2343,11 +2451,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2343
2451
|
*/
|
|
2344
2452
|
oauthRedirectOptions(requestParameters: OauthRedirectOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2345
2453
|
/**
|
|
2346
|
-
* Returns the authorization
|
|
2454
|
+
* Returns the OAuth authorization result for the given state.
|
|
2455
|
+
* Get the OAuth provider authorization result
|
|
2347
2456
|
*/
|
|
2348
2457
|
oauthResultRaw(requestParameters: OauthResultOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OauthResultResponse>>;
|
|
2349
2458
|
/**
|
|
2350
|
-
* Returns the authorization
|
|
2459
|
+
* Returns the OAuth authorization result for the given state.
|
|
2460
|
+
* Get the OAuth provider authorization result
|
|
2351
2461
|
*/
|
|
2352
2462
|
oauthResult(requestParameters: OauthResultOperationRequest, initOverrides?: RequestInit): Promise<OauthResultResponse>;
|
|
2353
2463
|
/**
|
|
@@ -2359,13 +2469,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2359
2469
|
*/
|
|
2360
2470
|
oauthResultOptions(requestParameters: OauthResultOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2361
2471
|
/**
|
|
2362
|
-
* Standard OAuth SignIn callback to exchange
|
|
2363
|
-
*
|
|
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
|
|
2364
2474
|
*/
|
|
2365
2475
|
oauthSignInRaw(requestParameters: OauthSignInRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2366
2476
|
/**
|
|
2367
|
-
* Standard OAuth SignIn callback to exchange
|
|
2368
|
-
*
|
|
2477
|
+
* Standard OAuth SignIn callback to exchange temporary code for oauth access and return a valid Dynamic JWT and user
|
|
2478
|
+
* Sign in with OAuth provider
|
|
2369
2479
|
*/
|
|
2370
2480
|
oauthSignIn(requestParameters: OauthSignInRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2371
2481
|
/**
|
|
@@ -2377,13 +2487,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2377
2487
|
*/
|
|
2378
2488
|
oauthSignInOptions(requestParameters: OauthSignInOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2379
2489
|
/**
|
|
2380
|
-
* Standard OAuth verify callback to exchange
|
|
2381
|
-
*
|
|
2490
|
+
* Standard OAuth verify callback to exchange temporary code for oauth access
|
|
2491
|
+
* Verify OAuth provider authorization
|
|
2382
2492
|
*/
|
|
2383
2493
|
oauthVerifyRaw(requestParameters: OauthVerifyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2384
2494
|
/**
|
|
2385
|
-
* Standard OAuth verify callback to exchange
|
|
2386
|
-
*
|
|
2495
|
+
* Standard OAuth verify callback to exchange temporary code for oauth access
|
|
2496
|
+
* Verify OAuth provider authorization
|
|
2387
2497
|
*/
|
|
2388
2498
|
oauthVerify(requestParameters: OauthVerifyRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2389
2499
|
/**
|
|
@@ -2411,10 +2521,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2411
2521
|
*/
|
|
2412
2522
|
onrampsOptions(requestParameters: OnrampsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2413
2523
|
/**
|
|
2524
|
+
* Adds priority fees and compute unit limits to a Solana transaction for optimization.
|
|
2414
2525
|
* Add fees to a Solana transaction
|
|
2415
2526
|
*/
|
|
2416
2527
|
optimizeTransactionRaw(requestParameters: OptimizeTransactionRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SolanaTransactionOptimizationResponse>>;
|
|
2417
2528
|
/**
|
|
2529
|
+
* Adds priority fees and compute unit limits to a Solana transaction for optimization.
|
|
2418
2530
|
* Add fees to a Solana transaction
|
|
2419
2531
|
*/
|
|
2420
2532
|
optimizeTransaction(requestParameters: OptimizeTransactionRequest, initOverrides?: RequestInit): Promise<SolanaTransactionOptimizationResponse>;
|
|
@@ -2443,10 +2555,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2443
2555
|
*/
|
|
2444
2556
|
passkeyRecoveryOptions(requestParameters: PasskeyRecoveryOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2445
2557
|
/**
|
|
2558
|
+
* Transfers funds from an exchange account to an external address or another account.
|
|
2446
2559
|
* Transfer funds from an exchange account to an external address or another Coinbase account
|
|
2447
2560
|
*/
|
|
2448
2561
|
postExchangeAccountTransferRaw(requestParameters: PostExchangeAccountTransferRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<ExchangeTransferResponse>>;
|
|
2449
2562
|
/**
|
|
2563
|
+
* Transfers funds from an exchange account to an external address or another account.
|
|
2450
2564
|
* Transfer funds from an exchange account to an external address or another Coinbase account
|
|
2451
2565
|
*/
|
|
2452
2566
|
postExchangeAccountTransfer(requestParameters: PostExchangeAccountTransferRequest, initOverrides?: RequestInit): Promise<ExchangeTransferResponse>;
|
|
@@ -2459,10 +2573,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2459
2573
|
*/
|
|
2460
2574
|
postExchangeAccountTransferOptions(requestParameters: PostExchangeAccountTransferOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2461
2575
|
/**
|
|
2576
|
+
* Returns token balances for multiple account addresses across different chains.
|
|
2462
2577
|
* Get account balances for multiple addresses
|
|
2463
2578
|
*/
|
|
2464
2579
|
postMultichainAccountBalancesRaw(requestParameters: PostMultichainAccountBalancesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MultichainAccountBalanceResponse>>;
|
|
2465
2580
|
/**
|
|
2581
|
+
* Returns token balances for multiple account addresses across different chains.
|
|
2466
2582
|
* Get account balances for multiple addresses
|
|
2467
2583
|
*/
|
|
2468
2584
|
postMultichainAccountBalances(requestParameters: PostMultichainAccountBalancesRequest, initOverrides?: RequestInit): Promise<MultichainAccountBalanceResponse>;
|
|
@@ -2475,37 +2591,43 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2475
2591
|
*/
|
|
2476
2592
|
postMultichainAccountBalancesOptions(requestParameters: PostMultichainAccountBalancesOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2477
2593
|
/**
|
|
2594
|
+
* Handles the Telegram authentication callback after user authorization.
|
|
2478
2595
|
* Handle Telegram authentication
|
|
2479
2596
|
*/
|
|
2480
2597
|
postTelegramAuthRaw(requestParameters: PostTelegramAuthRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2481
2598
|
/**
|
|
2599
|
+
* Handles the Telegram authentication callback after user authorization.
|
|
2482
2600
|
* Handle Telegram authentication
|
|
2483
2601
|
*/
|
|
2484
2602
|
postTelegramAuth(requestParameters: PostTelegramAuthRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2485
2603
|
/**
|
|
2486
2604
|
* Endpoint to send minimal wallet information to the API to prefetch name service information for an address.
|
|
2487
|
-
*
|
|
2605
|
+
* Prefetch information for a wallet address
|
|
2488
2606
|
*/
|
|
2489
2607
|
prefetchRaw(requestParameters: PrefetchOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2490
2608
|
/**
|
|
2491
2609
|
* Endpoint to send minimal wallet information to the API to prefetch name service information for an address.
|
|
2492
|
-
*
|
|
2610
|
+
* Prefetch information for a wallet address
|
|
2493
2611
|
*/
|
|
2494
2612
|
prefetch(requestParameters: PrefetchOperationRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2495
2613
|
/**
|
|
2496
|
-
*
|
|
2614
|
+
* Publishes SDK analytics events for the given environment.
|
|
2615
|
+
* Publish SDK events
|
|
2497
2616
|
*/
|
|
2498
2617
|
publishEventRaw(requestParameters: PublishEventRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2499
2618
|
/**
|
|
2500
|
-
*
|
|
2619
|
+
* Publishes SDK analytics events for the given environment.
|
|
2620
|
+
* Publish SDK events
|
|
2501
2621
|
*/
|
|
2502
2622
|
publishEvent(requestParameters: PublishEventRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2503
2623
|
/**
|
|
2504
|
-
*
|
|
2624
|
+
* Recovers the client key shares for the specified WAAS wallet from backup.
|
|
2625
|
+
* Recover WAAS keyshares
|
|
2505
2626
|
*/
|
|
2506
2627
|
recoverKeySharesRaw(requestParameters: RecoverKeySharesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<RecoverMultipleClientKeySharesResponse>>;
|
|
2507
2628
|
/**
|
|
2508
|
-
*
|
|
2629
|
+
* Recovers the client key shares for the specified WAAS wallet from backup.
|
|
2630
|
+
* Recover WAAS keyshares
|
|
2509
2631
|
*/
|
|
2510
2632
|
recoverKeyShares(requestParameters: RecoverKeySharesRequest, initOverrides?: RequestInit): Promise<RecoverMultipleClientKeySharesResponse>;
|
|
2511
2633
|
/**
|
|
@@ -2533,19 +2655,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2533
2655
|
*/
|
|
2534
2656
|
recoveryEmailOptions(requestParameters: RecoveryEmailOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2535
2657
|
/**
|
|
2536
|
-
*
|
|
2658
|
+
* Refreshes the JWT auth token and returns a new token with updated claims.
|
|
2659
|
+
* Refresh the JWT auth token
|
|
2537
2660
|
*/
|
|
2538
2661
|
refreshAuthRaw(requestParameters: RefreshAuthRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2539
2662
|
/**
|
|
2540
|
-
*
|
|
2663
|
+
* Refreshes the JWT auth token and returns a new token with updated claims.
|
|
2664
|
+
* Refresh the JWT auth token
|
|
2541
2665
|
*/
|
|
2542
2666
|
refreshAuth(requestParameters: RefreshAuthRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2543
2667
|
/**
|
|
2544
|
-
*
|
|
2668
|
+
* Refreshes the MPC key shares for the specified WAAS wallet.
|
|
2669
|
+
* Refresh WAAS keyshares
|
|
2545
2670
|
*/
|
|
2546
2671
|
refreshKeySharesRaw(requestParameters: RefreshKeySharesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponseWithServerKeygenIds>>;
|
|
2547
2672
|
/**
|
|
2548
|
-
*
|
|
2673
|
+
* Refreshes the MPC key shares for the specified WAAS wallet.
|
|
2674
|
+
* Refresh WAAS keyshares
|
|
2549
2675
|
*/
|
|
2550
2676
|
refreshKeyShares(requestParameters: RefreshKeySharesRequest, initOverrides?: RequestInit): Promise<OpenRoomResponseWithServerKeygenIds>;
|
|
2551
2677
|
/**
|
|
@@ -2565,19 +2691,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2565
2691
|
*/
|
|
2566
2692
|
refreshOptions(requestParameters: RefreshOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2567
2693
|
/**
|
|
2694
|
+
* Registers a new passkey for the authenticated user using WebAuthn credentials.
|
|
2568
2695
|
* Register a new passkey
|
|
2569
2696
|
*/
|
|
2570
2697
|
registerPasskeyRaw(requestParameters: RegisterPasskeyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2571
2698
|
/**
|
|
2699
|
+
* Registers a new passkey for the authenticated user using WebAuthn credentials.
|
|
2572
2700
|
* Register a new passkey
|
|
2573
2701
|
*/
|
|
2574
2702
|
registerPasskey(requestParameters: RegisterPasskeyRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2575
2703
|
/**
|
|
2576
|
-
*
|
|
2704
|
+
* Initiates passkey MFA device registration and returns the setup details.
|
|
2705
|
+
* Register a passkey MFA device
|
|
2577
2706
|
*/
|
|
2578
2707
|
registerPasskeyMfaDeviceRaw(requestParameters: RegisterPasskeyMfaDeviceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFARegisterPasskeyDeviceGetResponse>>;
|
|
2579
2708
|
/**
|
|
2580
|
-
*
|
|
2709
|
+
* Initiates passkey MFA device registration and returns the setup details.
|
|
2710
|
+
* Register a passkey MFA device
|
|
2581
2711
|
*/
|
|
2582
2712
|
registerPasskeyMfaDevice(requestParameters: RegisterPasskeyMfaDeviceRequest, initOverrides?: RequestInit): Promise<MFARegisterPasskeyDeviceGetResponse>;
|
|
2583
2713
|
/**
|
|
@@ -2589,10 +2719,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2589
2719
|
*/
|
|
2590
2720
|
registerPasskeyMfaDeviceOptions(requestParameters: RegisterPasskeyMfaDeviceOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2591
2721
|
/**
|
|
2722
|
+
* Verifies the passkey credential to complete MFA device registration.
|
|
2592
2723
|
* Verify Passkey MFA device
|
|
2593
2724
|
*/
|
|
2594
2725
|
registerPasskeyMfaDeviceVerifyRaw(requestParameters: RegisterPasskeyMfaDeviceVerifyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2595
2726
|
/**
|
|
2727
|
+
* Verifies the passkey credential to complete MFA device registration.
|
|
2596
2728
|
* Verify Passkey MFA device
|
|
2597
2729
|
*/
|
|
2598
2730
|
registerPasskeyMfaDeviceVerify(requestParameters: RegisterPasskeyMfaDeviceVerifyRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
@@ -2607,11 +2739,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2607
2739
|
*/
|
|
2608
2740
|
registerSessionKey(requestParameters: RegisterSessionKeyOperationRequest, initOverrides?: RequestInit): Promise<RegisterEmbeddedWalletSessionKeyResponse>;
|
|
2609
2741
|
/**
|
|
2610
|
-
*
|
|
2742
|
+
* Initiates TOTP MFA device registration and returns the setup details.
|
|
2743
|
+
* Register a TOTP MFA device
|
|
2611
2744
|
*/
|
|
2612
2745
|
registerTotpMfaDeviceRaw(requestParameters: RegisterTotpMfaDeviceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFARegisterTotpDeviceGetResponse>>;
|
|
2613
2746
|
/**
|
|
2614
|
-
*
|
|
2747
|
+
* Initiates TOTP MFA device registration and returns the setup details.
|
|
2748
|
+
* Register a TOTP MFA device
|
|
2615
2749
|
*/
|
|
2616
2750
|
registerTotpMfaDevice(requestParameters: RegisterTotpMfaDeviceRequest, initOverrides?: RequestInit): Promise<MFARegisterTotpDeviceGetResponse>;
|
|
2617
2751
|
/**
|
|
@@ -2623,19 +2757,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2623
2757
|
*/
|
|
2624
2758
|
registerTotpMfaDeviceOptions(requestParameters: RegisterTotpMfaDeviceOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2625
2759
|
/**
|
|
2760
|
+
* Verifies the TOTP code to complete MFA device registration.
|
|
2626
2761
|
* Verify TOTP MFA device
|
|
2627
2762
|
*/
|
|
2628
2763
|
registerTotpMfaDeviceVerifyRaw(requestParameters: RegisterTotpMfaDeviceVerifyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<MFADevice>>;
|
|
2629
2764
|
/**
|
|
2765
|
+
* Verifies the TOTP code to complete MFA device registration.
|
|
2630
2766
|
* Verify TOTP MFA device
|
|
2631
2767
|
*/
|
|
2632
2768
|
registerTotpMfaDeviceVerify(requestParameters: RegisterTotpMfaDeviceVerifyRequest, initOverrides?: RequestInit): Promise<MFADevice>;
|
|
2633
2769
|
/**
|
|
2634
|
-
*
|
|
2770
|
+
* Reshares the MPC secret shares for the specified WAAS wallet.
|
|
2771
|
+
* Reshare WAAS secret shares
|
|
2635
2772
|
*/
|
|
2636
2773
|
reshareRaw(requestParameters: ReshareOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponseForReshare>>;
|
|
2637
2774
|
/**
|
|
2638
|
-
*
|
|
2775
|
+
* Reshares the MPC secret shares for the specified WAAS wallet.
|
|
2776
|
+
* Reshare WAAS secret shares
|
|
2639
2777
|
*/
|
|
2640
2778
|
reshare(requestParameters: ReshareOperationRequest, initOverrides?: RequestInit): Promise<OpenRoomResponseForReshare>;
|
|
2641
2779
|
/**
|
|
@@ -2665,11 +2803,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2665
2803
|
*/
|
|
2666
2804
|
restoreEmbeddedWalletOptions(requestParameters: RestoreEmbeddedWalletOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2667
2805
|
/**
|
|
2668
|
-
*
|
|
2806
|
+
* Resends the email verification code to the email address on file.
|
|
2807
|
+
* Resend email verification code
|
|
2669
2808
|
*/
|
|
2670
2809
|
retryEmailVerificationRaw(requestParameters: RetryEmailVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<EmailVerificationCreateResponse>>;
|
|
2671
2810
|
/**
|
|
2672
|
-
*
|
|
2811
|
+
* Resends the email verification code to the email address on file.
|
|
2812
|
+
* Resend email verification code
|
|
2673
2813
|
*/
|
|
2674
2814
|
retryEmailVerification(requestParameters: RetryEmailVerificationRequest, initOverrides?: RequestInit): Promise<EmailVerificationCreateResponse>;
|
|
2675
2815
|
/**
|
|
@@ -2681,11 +2821,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2681
2821
|
*/
|
|
2682
2822
|
retryEmailVerificationOptions(requestParameters: RetryEmailVerificationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2683
2823
|
/**
|
|
2684
|
-
*
|
|
2824
|
+
* Resends the SMS verification code to the phone number on file.
|
|
2825
|
+
* Resend SMS verification code
|
|
2685
2826
|
*/
|
|
2686
2827
|
retrySmsVerificationRaw(requestParameters: RetrySmsVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SmsVerificationCreateResponse>>;
|
|
2687
2828
|
/**
|
|
2688
|
-
*
|
|
2829
|
+
* Resends the SMS verification code to the phone number on file.
|
|
2830
|
+
* Resend SMS verification code
|
|
2689
2831
|
*/
|
|
2690
2832
|
retrySmsVerification(requestParameters: RetrySmsVerificationRequest, initOverrides?: RequestInit): Promise<SmsVerificationCreateResponse>;
|
|
2691
2833
|
/**
|
|
@@ -2697,10 +2839,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2697
2839
|
*/
|
|
2698
2840
|
retrySmsVerificationOptions(requestParameters: RetrySmsVerificationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2699
2841
|
/**
|
|
2842
|
+
* Revokes the current user session and invalidates the JWT.
|
|
2700
2843
|
* Revoke a session
|
|
2701
2844
|
*/
|
|
2702
2845
|
revokeSessionRaw(requestParameters: RevokeSessionRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2703
2846
|
/**
|
|
2847
|
+
* Revokes the current user session and invalidates the JWT.
|
|
2704
2848
|
* Revoke a session
|
|
2705
2849
|
*/
|
|
2706
2850
|
revokeSession(requestParameters: RevokeSessionRequest, initOverrides?: RequestInit): Promise<void>;
|
|
@@ -2713,10 +2857,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2713
2857
|
*/
|
|
2714
2858
|
revokeSessionOption(requestParameters: RevokeSessionOptionRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2715
2859
|
/**
|
|
2860
|
+
* Scans a URL for potential phishing or malicious activity and returns the result.
|
|
2716
2861
|
* Scan a URL for potential malicious activity
|
|
2717
2862
|
*/
|
|
2718
2863
|
scanUrlRaw(requestParameters: ScanUrlRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<ScanWebsiteUrlResponse>>;
|
|
2719
2864
|
/**
|
|
2865
|
+
* Scans a URL for potential phishing or malicious activity and returns the result.
|
|
2720
2866
|
* Scan a URL for potential malicious activity
|
|
2721
2867
|
*/
|
|
2722
2868
|
scanUrl(requestParameters: ScanUrlRequest, initOverrides?: RequestInit): Promise<ScanWebsiteUrlResponse>;
|
|
@@ -2736,12 +2882,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2736
2882
|
sdkSettingsOptions(requestParameters: SdkSettingsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2737
2883
|
/**
|
|
2738
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.
|
|
2739
|
-
* Update
|
|
2885
|
+
* Update primary wallet selection
|
|
2740
2886
|
*/
|
|
2741
2887
|
selectUserWalletRaw(requestParameters: SelectUserWalletRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2742
2888
|
/**
|
|
2743
2889
|
* When a user selects a wallet to be the primary wallet in a multi-wallet enabled environment, this endpoint is called to record this on the backend.
|
|
2744
|
-
* Update
|
|
2890
|
+
* Update primary wallet selection
|
|
2745
2891
|
*/
|
|
2746
2892
|
selectUserWallet(requestParameters: SelectUserWalletRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2747
2893
|
/**
|
|
@@ -2753,11 +2899,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2753
2899
|
*/
|
|
2754
2900
|
selectUserWalletOptions(requestParameters: SelectUserWalletOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2755
2901
|
/**
|
|
2756
|
-
*
|
|
2902
|
+
* Checks whether the current user session is still valid.
|
|
2903
|
+
* Check session validity
|
|
2757
2904
|
*/
|
|
2758
2905
|
sessionCheckRaw(requestParameters: SessionCheckRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2759
2906
|
/**
|
|
2760
|
-
*
|
|
2907
|
+
* Checks whether the current user session is still valid.
|
|
2908
|
+
* Check session validity
|
|
2761
2909
|
*/
|
|
2762
2910
|
sessionCheck(requestParameters: SessionCheckRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2763
2911
|
/**
|
|
@@ -2785,11 +2933,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2785
2933
|
*/
|
|
2786
2934
|
settingsOptions(requestParameters: SettingsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2787
2935
|
/**
|
|
2788
|
-
*
|
|
2936
|
+
* Verifies the email code and authenticates the user, returning a JWT.
|
|
2937
|
+
* Verify email and sign in
|
|
2789
2938
|
*/
|
|
2790
2939
|
signInWithEmailVerificationRaw(requestParameters: SignInWithEmailVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2791
2940
|
/**
|
|
2792
|
-
*
|
|
2941
|
+
* Verifies the email code and authenticates the user, returning a JWT.
|
|
2942
|
+
* Verify email and sign in
|
|
2793
2943
|
*/
|
|
2794
2944
|
signInWithEmailVerification(requestParameters: SignInWithEmailVerificationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2795
2945
|
/**
|
|
@@ -2801,11 +2951,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2801
2951
|
*/
|
|
2802
2952
|
signInWithEmailVerificationOptions(requestParameters: SignInWithEmailVerificationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2803
2953
|
/**
|
|
2804
|
-
*
|
|
2954
|
+
* Verifies the SMS code and authenticates the user, returning a JWT.
|
|
2955
|
+
* Verify SMS and sign in
|
|
2805
2956
|
*/
|
|
2806
2957
|
signInWithSmsVerificationRaw(requestParameters: SignInWithSmsVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2807
2958
|
/**
|
|
2808
|
-
*
|
|
2959
|
+
* Verifies the SMS code and authenticates the user, returning a JWT.
|
|
2960
|
+
* Verify SMS and sign in
|
|
2809
2961
|
*/
|
|
2810
2962
|
signInWithSmsVerification(requestParameters: SignInWithSmsVerificationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2811
2963
|
/**
|
|
@@ -2817,11 +2969,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2817
2969
|
*/
|
|
2818
2970
|
signInWithSmsVerificationOptions(requestParameters: SignInWithSmsVerificationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2819
2971
|
/**
|
|
2820
|
-
*
|
|
2972
|
+
* Signs a message using the specified WAAS wallet through an MPC ceremony.
|
|
2973
|
+
* Sign a message with a WAAS wallet
|
|
2821
2974
|
*/
|
|
2822
2975
|
signMessageRaw(requestParameters: SignMessageRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponse>>;
|
|
2823
2976
|
/**
|
|
2824
|
-
*
|
|
2977
|
+
* Signs a message using the specified WAAS wallet through an MPC ceremony.
|
|
2978
|
+
* Sign a message with a WAAS wallet
|
|
2825
2979
|
*/
|
|
2826
2980
|
signMessage(requestParameters: SignMessageRequest, initOverrides?: RequestInit): Promise<OpenRoomResponse>;
|
|
2827
2981
|
/**
|
|
@@ -2833,18 +2987,22 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2833
2987
|
*/
|
|
2834
2988
|
signMessageOptions(requestParameters: SignMessageOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2835
2989
|
/**
|
|
2990
|
+
* Authenticates a user using a passkey and returns a JWT.
|
|
2836
2991
|
* Authenticate a passkey
|
|
2837
2992
|
*/
|
|
2838
2993
|
signinWithPasskeyRaw(requestParameters: SigninWithPasskeyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2839
2994
|
/**
|
|
2995
|
+
* Authenticates a user using a passkey and returns a JWT.
|
|
2840
2996
|
* Authenticate a passkey
|
|
2841
2997
|
*/
|
|
2842
2998
|
signinWithPasskey(requestParameters: SigninWithPasskeyRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2843
2999
|
/**
|
|
3000
|
+
* Simulates an EVM transaction and returns the expected outcome.
|
|
2844
3001
|
* Simulate an EVM transaction
|
|
2845
3002
|
*/
|
|
2846
3003
|
simulateEVMTransactionRaw(requestParameters: SimulateEVMTransactionOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SimulateTransactionResponse>>;
|
|
2847
3004
|
/**
|
|
3005
|
+
* Simulates an EVM transaction and returns the expected outcome.
|
|
2848
3006
|
* Simulate an EVM transaction
|
|
2849
3007
|
*/
|
|
2850
3008
|
simulateEVMTransaction(requestParameters: SimulateEVMTransactionOperationRequest, initOverrides?: RequestInit): Promise<SimulateTransactionResponse>;
|
|
@@ -2857,10 +3015,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2857
3015
|
*/
|
|
2858
3016
|
simulateEVMTransactionOptions(requestParameters: SimulateEVMTransactionOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2859
3017
|
/**
|
|
3018
|
+
* Simulates a Solana transaction and returns the expected outcome.
|
|
2860
3019
|
* Simulate a Solana transaction
|
|
2861
3020
|
*/
|
|
2862
3021
|
simulateSVMTransactionRaw(requestParameters: SimulateSVMTransactionOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SimulateTransactionResponse>>;
|
|
2863
3022
|
/**
|
|
3023
|
+
* Simulates a Solana transaction and returns the expected outcome.
|
|
2864
3024
|
* Simulate a Solana transaction
|
|
2865
3025
|
*/
|
|
2866
3026
|
simulateSVMTransaction(requestParameters: SimulateSVMTransactionOperationRequest, initOverrides?: RequestInit): Promise<SimulateTransactionResponse>;
|
|
@@ -2873,10 +3033,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2873
3033
|
*/
|
|
2874
3034
|
simulateSVMTransactionOptions(requestParameters: SimulateSVMTransactionOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2875
3035
|
/**
|
|
3036
|
+
* Simulates an EVM Account Abstraction UserOp and returns the expected outcome.
|
|
2876
3037
|
* Simulate an EVM AA UserOp
|
|
2877
3038
|
*/
|
|
2878
3039
|
simulateUserOpRaw(requestParameters: SimulateUserOpOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SimulateTransactionResponse>>;
|
|
2879
3040
|
/**
|
|
3041
|
+
* Simulates an EVM Account Abstraction UserOp and returns the expected outcome.
|
|
2880
3042
|
* Simulate an EVM AA UserOp
|
|
2881
3043
|
*/
|
|
2882
3044
|
simulateUserOp(requestParameters: SimulateUserOpOperationRequest, initOverrides?: RequestInit): Promise<SimulateTransactionResponse>;
|
|
@@ -2933,11 +3095,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2933
3095
|
*/
|
|
2934
3096
|
telegramAuthOptions(requestParameters: TelegramAuthOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2935
3097
|
/**
|
|
2936
|
-
* Telegram
|
|
3098
|
+
* Checks if a Telegram authentication attempt has been completed.
|
|
3099
|
+
* Check Telegram authentication status
|
|
2937
3100
|
*/
|
|
2938
3101
|
telegramCheckAuthRaw(requestParameters: TelegramCheckAuthRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2939
3102
|
/**
|
|
2940
|
-
* Telegram
|
|
3103
|
+
* Checks if a Telegram authentication attempt has been completed.
|
|
3104
|
+
* Check Telegram authentication status
|
|
2941
3105
|
*/
|
|
2942
3106
|
telegramCheckAuth(requestParameters: TelegramCheckAuthRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2943
3107
|
/**
|
|
@@ -2949,11 +3113,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2949
3113
|
*/
|
|
2950
3114
|
telegramCheckAuthOptions(requestParameters: TelegramCheckAuthOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2951
3115
|
/**
|
|
2952
|
-
* Telegram
|
|
3116
|
+
* Authenticates a user using their Telegram account credentials.
|
|
3117
|
+
* Sign in with Telegram
|
|
2953
3118
|
*/
|
|
2954
3119
|
telegramSignInRaw(requestParameters: TelegramSignInRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2955
3120
|
/**
|
|
2956
|
-
* Telegram
|
|
3121
|
+
* Authenticates a user using their Telegram account credentials.
|
|
3122
|
+
* Sign in with Telegram
|
|
2957
3123
|
*/
|
|
2958
3124
|
telegramSignIn(requestParameters: TelegramSignInRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2959
3125
|
/**
|
|
@@ -2965,11 +3131,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2965
3131
|
*/
|
|
2966
3132
|
telegramSignInOptions(requestParameters: TelegramSignInOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2967
3133
|
/**
|
|
2968
|
-
* Telegram
|
|
3134
|
+
* Verifies and links a Telegram account to the authenticated user.
|
|
3135
|
+
* Verify Telegram account linking
|
|
2969
3136
|
*/
|
|
2970
3137
|
telegramVerifyRaw(requestParameters: TelegramVerifyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
2971
3138
|
/**
|
|
2972
|
-
* Telegram
|
|
3139
|
+
* Verifies and links a Telegram account to the authenticated user.
|
|
3140
|
+
* Verify Telegram account linking
|
|
2973
3141
|
*/
|
|
2974
3142
|
telegramVerify(requestParameters: TelegramVerifyRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
2975
3143
|
/**
|
|
@@ -2981,52 +3149,62 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2981
3149
|
*/
|
|
2982
3150
|
telegramVerifyOptions(requestParameters: TelegramVerifyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2983
3151
|
/**
|
|
3152
|
+
* Updates the V2 recovery email address for the authenticated user.
|
|
2984
3153
|
* Update a user\'s V2 recovery email
|
|
2985
3154
|
*/
|
|
2986
3155
|
updateEmbeddedWalletRecoveryEmailRaw(requestParameters: UpdateEmbeddedWalletRecoveryEmailRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2987
3156
|
/**
|
|
3157
|
+
* Updates the V2 recovery email address for the authenticated user.
|
|
2988
3158
|
* Update a user\'s V2 recovery email
|
|
2989
3159
|
*/
|
|
2990
3160
|
updateEmbeddedWalletRecoveryEmail(requestParameters: UpdateEmbeddedWalletRecoveryEmailRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2991
3161
|
/**
|
|
2992
|
-
*
|
|
3162
|
+
* Updates the specified passkey for the authenticated user.
|
|
3163
|
+
* Update a passkey
|
|
2993
3164
|
*/
|
|
2994
3165
|
updatePasskeyRaw(requestParameters: UpdatePasskeyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UserPasskey>>;
|
|
2995
3166
|
/**
|
|
2996
|
-
*
|
|
3167
|
+
* Updates the specified passkey for the authenticated user.
|
|
3168
|
+
* Update a passkey
|
|
2997
3169
|
*/
|
|
2998
3170
|
updatePasskey(requestParameters: UpdatePasskeyRequest, initOverrides?: RequestInit): Promise<UserPasskey>;
|
|
2999
3171
|
/**
|
|
3000
|
-
*
|
|
3172
|
+
* Updates the authenticated user profile fields.
|
|
3173
|
+
* Update user fields
|
|
3001
3174
|
*/
|
|
3002
3175
|
updateSelfRaw(requestParameters: UpdateSelfRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UpdateSelfResponse>>;
|
|
3003
3176
|
/**
|
|
3004
|
-
*
|
|
3177
|
+
* Updates the authenticated user profile fields.
|
|
3178
|
+
* Update user fields
|
|
3005
3179
|
*/
|
|
3006
3180
|
updateSelf(requestParameters: UpdateSelfRequest, initOverrides?: RequestInit): Promise<UpdateSelfResponse>;
|
|
3007
3181
|
/**
|
|
3008
|
-
*
|
|
3182
|
+
* Updates the specified MFA device for the authenticated user.
|
|
3183
|
+
* Update an MFA device
|
|
3009
3184
|
*/
|
|
3010
3185
|
updateUserMfaDeviceRaw(requestParameters: UpdateUserMfaDeviceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
3011
3186
|
/**
|
|
3012
|
-
*
|
|
3187
|
+
* Updates the specified MFA device for the authenticated user.
|
|
3188
|
+
* Update an MFA device
|
|
3013
3189
|
*/
|
|
3014
3190
|
updateUserMfaDevice(requestParameters: UpdateUserMfaDeviceRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3015
3191
|
/**
|
|
3016
3192
|
* Updates the settings for a WAAS wallet
|
|
3017
|
-
* Update
|
|
3193
|
+
* Update WAAS wallet settings
|
|
3018
3194
|
*/
|
|
3019
3195
|
updateWaasWalletSettingsRaw(requestParameters: UpdateWaasWalletSettingsOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UpdateWaasWalletSettingsResponse>>;
|
|
3020
3196
|
/**
|
|
3021
3197
|
* Updates the settings for a WAAS wallet
|
|
3022
|
-
* Update
|
|
3198
|
+
* Update WAAS wallet settings
|
|
3023
3199
|
*/
|
|
3024
3200
|
updateWaasWalletSettings(requestParameters: UpdateWaasWalletSettingsOperationRequest, initOverrides?: RequestInit): Promise<UpdateWaasWalletSettingsResponse>;
|
|
3025
3201
|
/**
|
|
3202
|
+
* Upgrades a V1 embedded wallet to V2 and returns a refreshed JWT.
|
|
3026
3203
|
* Update V1 embedded wallet to V2
|
|
3027
3204
|
*/
|
|
3028
3205
|
upgradeEmbeddedWalletToV2Raw(requestParameters: UpgradeEmbeddedWalletToV2OperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
3029
3206
|
/**
|
|
3207
|
+
* Upgrades a V1 embedded wallet to V2 and returns a refreshed JWT.
|
|
3030
3208
|
* Update V1 embedded wallet to V2
|
|
3031
3209
|
*/
|
|
3032
3210
|
upgradeEmbeddedWalletToV2(requestParameters: UpgradeEmbeddedWalletToV2OperationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
@@ -3055,19 +3233,23 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3055
3233
|
*/
|
|
3056
3234
|
usersOptions(requestParameters: UsersOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3057
3235
|
/**
|
|
3236
|
+
* Verifies the signed payload and returns a JWT authentication token.
|
|
3058
3237
|
* Verify payload and return JWT
|
|
3059
3238
|
*/
|
|
3060
3239
|
verifyRaw(requestParameters: VerifyOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
3061
3240
|
/**
|
|
3241
|
+
* Verifies the signed payload and returns a JWT authentication token.
|
|
3062
3242
|
* Verify payload and return JWT
|
|
3063
3243
|
*/
|
|
3064
3244
|
verify(requestParameters: VerifyOperationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
3065
3245
|
/**
|
|
3066
|
-
*
|
|
3246
|
+
* Verifies the email code and completes the email verification process.
|
|
3247
|
+
* Verify email verification code
|
|
3067
3248
|
*/
|
|
3068
3249
|
verifyEmailVerificationRaw(requestParameters: VerifyEmailVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UpdateSelfResponse>>;
|
|
3069
3250
|
/**
|
|
3070
|
-
*
|
|
3251
|
+
* Verifies the email code and completes the email verification process.
|
|
3252
|
+
* Verify email verification code
|
|
3071
3253
|
*/
|
|
3072
3254
|
verifyEmailVerification(requestParameters: VerifyEmailVerificationRequest, initOverrides?: RequestInit): Promise<UpdateSelfResponse>;
|
|
3073
3255
|
/**
|
|
@@ -3080,12 +3262,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3080
3262
|
verifyEmailVerificationOptions(requestParameters: VerifyEmailVerificationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3081
3263
|
/**
|
|
3082
3264
|
* Link a wallet to a valid environment user, and return an updated JWT
|
|
3083
|
-
* Link wallet to user
|
|
3265
|
+
* Link a wallet to a user
|
|
3084
3266
|
*/
|
|
3085
3267
|
verifyLinkRaw(requestParameters: VerifyLinkRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
3086
3268
|
/**
|
|
3087
3269
|
* Link a wallet to a valid environment user, and return an updated JWT
|
|
3088
|
-
* Link wallet to user
|
|
3270
|
+
* Link a wallet to a user
|
|
3089
3271
|
*/
|
|
3090
3272
|
verifyLink(requestParameters: VerifyLinkRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
3091
3273
|
/**
|
|
@@ -3131,11 +3313,13 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3131
3313
|
*/
|
|
3132
3314
|
verifyPrefetch(requestParameters: VerifyPrefetchRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3133
3315
|
/**
|
|
3134
|
-
*
|
|
3316
|
+
* Verifies the SMS code and completes the phone number verification process.
|
|
3317
|
+
* Verify SMS verification code
|
|
3135
3318
|
*/
|
|
3136
3319
|
verifySmsVerificationRaw(requestParameters: VerifySmsVerificationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UpdateSelfResponse>>;
|
|
3137
3320
|
/**
|
|
3138
|
-
*
|
|
3321
|
+
* Verifies the SMS code and completes the phone number verification process.
|
|
3322
|
+
* Verify SMS verification code
|
|
3139
3323
|
*/
|
|
3140
3324
|
verifySmsVerification(requestParameters: VerifySmsVerificationRequest, initOverrides?: RequestInit): Promise<UpdateSelfResponse>;
|
|
3141
3325
|
/**
|
|
@@ -3148,12 +3332,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3148
3332
|
verifySmsVerificationOptions(requestParameters: VerifySmsVerificationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3149
3333
|
/**
|
|
3150
3334
|
* Used to link a wallet after user has confirmed transfer to the new account
|
|
3151
|
-
* Verify wallet transfer
|
|
3335
|
+
* Verify a wallet transfer
|
|
3152
3336
|
*/
|
|
3153
3337
|
verifyTransferRaw(requestParameters: VerifyTransferRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
3154
3338
|
/**
|
|
3155
3339
|
* Used to link a wallet after user has confirmed transfer to the new account
|
|
3156
|
-
* Verify wallet transfer
|
|
3340
|
+
* Verify a wallet transfer
|
|
3157
3341
|
*/
|
|
3158
3342
|
verifyTransfer(requestParameters: VerifyTransferRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
3159
3343
|
/**
|
|
@@ -3166,12 +3350,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3166
3350
|
verifyTransferOptions(requestParameters: VerifyTransferOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3167
3351
|
/**
|
|
3168
3352
|
* Remove a link from to a valid environment user, and return an updated JWT
|
|
3169
|
-
*
|
|
3353
|
+
* Unlink a wallet from a user
|
|
3170
3354
|
*/
|
|
3171
3355
|
verifyUnlinkRaw(requestParameters: VerifyUnlinkOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
3172
3356
|
/**
|
|
3173
3357
|
* Remove a link from to a valid environment user, and return an updated JWT
|
|
3174
|
-
*
|
|
3358
|
+
* Unlink a wallet from a user
|
|
3175
3359
|
*/
|
|
3176
3360
|
verifyUnlink(requestParameters: VerifyUnlinkOperationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
3177
3361
|
/**
|
|
@@ -3207,10 +3391,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3207
3391
|
*/
|
|
3208
3392
|
walletAccountRequestOptions(requestParameters: WalletAccountRequestOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3209
3393
|
/**
|
|
3394
|
+
* Authenticates a user by verifying their wallet signature.
|
|
3210
3395
|
* Sign in with wallet
|
|
3211
3396
|
*/
|
|
3212
3397
|
walletsSigninRaw(requestParameters: WalletsSigninRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
3213
3398
|
/**
|
|
3399
|
+
* Authenticates a user by verifying their wallet signature.
|
|
3214
3400
|
* Sign in with wallet
|
|
3215
3401
|
*/
|
|
3216
3402
|
walletsSignin(requestParameters: WalletsSigninRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
@@ -3224,12 +3410,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3224
3410
|
walletsSigninOptions(requestParameters: WalletsSigninOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3225
3411
|
/**
|
|
3226
3412
|
* Verify a wallet, and return an updated JWT
|
|
3227
|
-
* Verify wallet
|
|
3413
|
+
* Verify a wallet
|
|
3228
3414
|
*/
|
|
3229
3415
|
walletsVerifyRaw(requestParameters: WalletsVerifyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<VerifyResponse>>;
|
|
3230
3416
|
/**
|
|
3231
3417
|
* Verify a wallet, and return an updated JWT
|
|
3232
|
-
* Verify wallet
|
|
3418
|
+
* Verify a wallet
|
|
3233
3419
|
*/
|
|
3234
3420
|
walletsVerify(requestParameters: WalletsVerifyRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
3235
3421
|
/**
|