@dynamic-labs/sdk-api 0.0.868 → 0.0.870
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/apis/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 +433 -164
- package/src/apis/SDKApi.d.ts +379 -165
- package/src/apis/SDKApi.js +433 -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/index.cjs +8 -0
- package/src/index.js +2 -0
- package/src/models/InlineObject1.cjs +43 -0
- package/src/models/InlineObject1.d.ts +27 -0
- package/src/models/InlineObject1.js +37 -0
- package/src/models/TransactionFeeEstimateResponse.cjs +47 -0
- package/src/models/TransactionFeeEstimateResponse.d.ts +69 -0
- package/src/models/TransactionFeeEstimateResponse.js +41 -0
- package/src/models/index.d.ts +2 -0
package/src/apis/SDKApi.js
CHANGED
|
@@ -119,6 +119,7 @@ import { InitEmailAuthRequestToJSON } from '../models/InitEmailAuthRequest.js';
|
|
|
119
119
|
import { InitEmailAuthResponseFromJSON } from '../models/InitEmailAuthResponse.js';
|
|
120
120
|
import { InitPasskeyRecoveryRequestToJSON } from '../models/InitPasskeyRecoveryRequest.js';
|
|
121
121
|
import { InitPasskeyRecoveryResponseFromJSON } from '../models/InitPasskeyRecoveryResponse.js';
|
|
122
|
+
import { InlineObject1ToJSON } from '../models/InlineObject1.js';
|
|
122
123
|
import '../models/InviteStatusEnum.js';
|
|
123
124
|
import '../models/RoleEnum.js';
|
|
124
125
|
import { JwksResponseFromJSON } from '../models/JwksResponse.js';
|
|
@@ -198,6 +199,7 @@ import { SupportedOfframpsResponseFromJSON } from '../models/SupportedOfframpsRe
|
|
|
198
199
|
import { SupportedOnrampsResponseFromJSON } from '../models/SupportedOnrampsResponse.js';
|
|
199
200
|
import { TelegramPostRequestToJSON } from '../models/TelegramPostRequest.js';
|
|
200
201
|
import '../models/TokenScope.js';
|
|
202
|
+
import { TransactionFeeEstimateResponseFromJSON } from '../models/TransactionFeeEstimateResponse.js';
|
|
201
203
|
import { TransferDestinationResponseFromJSON } from '../models/TransferDestinationResponse.js';
|
|
202
204
|
import { TurnkeyCreateWalletAccountsRequestBodyFromJSON } from '../models/TurnkeyCreateWalletAccountsRequestBody.js';
|
|
203
205
|
import { TurnkeyDeleteEmbeddedWalletsRequestBodyFromJSON } from '../models/TurnkeyDeleteEmbeddedWalletsRequestBody.js';
|
|
@@ -286,6 +288,7 @@ class SDKApi extends BaseAPI {
|
|
|
286
288
|
});
|
|
287
289
|
}
|
|
288
290
|
/**
|
|
291
|
+
* Authenticates via recovery code and upgrades the JWT scope with a valid MFA session.
|
|
289
292
|
* Upgrade JWT scope with valid MFA session
|
|
290
293
|
*/
|
|
291
294
|
authMfaRecoveryRaw(requestParameters, initOverrides) {
|
|
@@ -317,6 +320,7 @@ class SDKApi extends BaseAPI {
|
|
|
317
320
|
});
|
|
318
321
|
}
|
|
319
322
|
/**
|
|
323
|
+
* Authenticates via recovery code and upgrades the JWT scope with a valid MFA session.
|
|
320
324
|
* Upgrade JWT scope with valid MFA session
|
|
321
325
|
*/
|
|
322
326
|
authMfaRecovery(requestParameters, initOverrides) {
|
|
@@ -353,6 +357,7 @@ class SDKApi extends BaseAPI {
|
|
|
353
357
|
});
|
|
354
358
|
}
|
|
355
359
|
/**
|
|
360
|
+
* Authenticates via TOTP code and upgrades the JWT scope with a valid MFA session.
|
|
356
361
|
* Upgrade JWT scope with valid MFA session
|
|
357
362
|
*/
|
|
358
363
|
authMfaTotpDeviceRaw(requestParameters, initOverrides) {
|
|
@@ -384,6 +389,7 @@ class SDKApi extends BaseAPI {
|
|
|
384
389
|
});
|
|
385
390
|
}
|
|
386
391
|
/**
|
|
392
|
+
* Authenticates via TOTP code and upgrades the JWT scope with a valid MFA session.
|
|
387
393
|
* Upgrade JWT scope with valid MFA session
|
|
388
394
|
*/
|
|
389
395
|
authMfaTotpDevice(requestParameters, initOverrides) {
|
|
@@ -420,6 +426,7 @@ class SDKApi extends BaseAPI {
|
|
|
420
426
|
});
|
|
421
427
|
}
|
|
422
428
|
/**
|
|
429
|
+
* Authenticates via email verification and upgrades the JWT scope with a valid MFA session.
|
|
423
430
|
* Upgrade JWT scope with valid MFA session
|
|
424
431
|
*/
|
|
425
432
|
authenticateMfaEmailRaw(requestParameters, initOverrides) {
|
|
@@ -451,6 +458,7 @@ class SDKApi extends BaseAPI {
|
|
|
451
458
|
});
|
|
452
459
|
}
|
|
453
460
|
/**
|
|
461
|
+
* Authenticates via email verification and upgrades the JWT scope with a valid MFA session.
|
|
454
462
|
* Upgrade JWT scope with valid MFA session
|
|
455
463
|
*/
|
|
456
464
|
authenticateMfaEmail(requestParameters, initOverrides) {
|
|
@@ -460,6 +468,7 @@ class SDKApi extends BaseAPI {
|
|
|
460
468
|
});
|
|
461
469
|
}
|
|
462
470
|
/**
|
|
471
|
+
* Authenticates via passkey and upgrades the JWT scope with a valid MFA session.
|
|
463
472
|
* Upgrade JWT scope with valid MFA session
|
|
464
473
|
*/
|
|
465
474
|
authenticateMfaPasskeyDeviceRaw(requestParameters, initOverrides) {
|
|
@@ -491,6 +500,7 @@ class SDKApi extends BaseAPI {
|
|
|
491
500
|
});
|
|
492
501
|
}
|
|
493
502
|
/**
|
|
503
|
+
* Authenticates via passkey and upgrades the JWT scope with a valid MFA session.
|
|
494
504
|
* Upgrade JWT scope with valid MFA session
|
|
495
505
|
*/
|
|
496
506
|
authenticateMfaPasskeyDevice(requestParameters, initOverrides) {
|
|
@@ -530,7 +540,8 @@ class SDKApi extends BaseAPI {
|
|
|
530
540
|
});
|
|
531
541
|
}
|
|
532
542
|
/**
|
|
533
|
-
*
|
|
543
|
+
* Backs up the client key shares for the specified WAAS wallet.
|
|
544
|
+
* Back up keyshares for a WAAS wallet
|
|
534
545
|
*/
|
|
535
546
|
backupKeySharesRaw(requestParameters, initOverrides) {
|
|
536
547
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -564,7 +575,8 @@ class SDKApi extends BaseAPI {
|
|
|
564
575
|
});
|
|
565
576
|
}
|
|
566
577
|
/**
|
|
567
|
-
*
|
|
578
|
+
* Backs up the client key shares for the specified WAAS wallet.
|
|
579
|
+
* Back up keyshares for a WAAS wallet
|
|
568
580
|
*/
|
|
569
581
|
backupKeyShares(requestParameters, initOverrides) {
|
|
570
582
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -603,7 +615,8 @@ class SDKApi extends BaseAPI {
|
|
|
603
615
|
});
|
|
604
616
|
}
|
|
605
617
|
/**
|
|
606
|
-
*
|
|
618
|
+
* Backs up the client key shares for the specified WAAS wallet to Google Drive.
|
|
619
|
+
* Back up keyshares to Google Drive
|
|
607
620
|
*/
|
|
608
621
|
backupKeySharesToGoogleDriveRaw(requestParameters, initOverrides) {
|
|
609
622
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -632,7 +645,8 @@ class SDKApi extends BaseAPI {
|
|
|
632
645
|
});
|
|
633
646
|
}
|
|
634
647
|
/**
|
|
635
|
-
*
|
|
648
|
+
* Backs up the client key shares for the specified WAAS wallet to Google Drive.
|
|
649
|
+
* Back up keyshares to Google Drive
|
|
636
650
|
*/
|
|
637
651
|
backupKeySharesToGoogleDrive(requestParameters, initOverrides) {
|
|
638
652
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -671,6 +685,7 @@ class SDKApi extends BaseAPI {
|
|
|
671
685
|
});
|
|
672
686
|
}
|
|
673
687
|
/**
|
|
688
|
+
* Records a backup action and event for the specified location without performing the actual backup.
|
|
674
689
|
* Create backup action and event for a specified location without performing actual backup
|
|
675
690
|
*/
|
|
676
691
|
backupKeySharesToLocationRaw(requestParameters, initOverrides) {
|
|
@@ -705,6 +720,7 @@ class SDKApi extends BaseAPI {
|
|
|
705
720
|
});
|
|
706
721
|
}
|
|
707
722
|
/**
|
|
723
|
+
* Records a backup action and event for the specified location without performing the actual backup.
|
|
708
724
|
* Create backup action and event for a specified location without performing actual backup
|
|
709
725
|
*/
|
|
710
726
|
backupKeySharesToLocation(requestParameters, initOverrides) {
|
|
@@ -744,6 +760,7 @@ class SDKApi extends BaseAPI {
|
|
|
744
760
|
});
|
|
745
761
|
}
|
|
746
762
|
/**
|
|
763
|
+
* Records backup actions and events for multiple locations without performing the actual backups.
|
|
747
764
|
* Create backup action and event for multiple locations without performing actual backup
|
|
748
765
|
*/
|
|
749
766
|
backupKeySharesToLocationsRaw(requestParameters, initOverrides) {
|
|
@@ -778,6 +795,7 @@ class SDKApi extends BaseAPI {
|
|
|
778
795
|
});
|
|
779
796
|
}
|
|
780
797
|
/**
|
|
798
|
+
* Records backup actions and events for multiple locations without performing the actual backups.
|
|
781
799
|
* Create backup action and event for multiple locations without performing actual backup
|
|
782
800
|
*/
|
|
783
801
|
backupKeySharesToLocations(requestParameters, initOverrides) {
|
|
@@ -818,7 +836,7 @@ class SDKApi extends BaseAPI {
|
|
|
818
836
|
}
|
|
819
837
|
/**
|
|
820
838
|
* This endpoint proxies requests to `/sdk/{environmentId}/providers/coinbasesocial/redirect` because Coinbase does not allow the string `coinbase` on the redirect URL path
|
|
821
|
-
*
|
|
839
|
+
* Handle Coinbase OAuth redirect
|
|
822
840
|
*/
|
|
823
841
|
cbOauthRedirectRaw(requestParameters, initOverrides) {
|
|
824
842
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -856,7 +874,7 @@ class SDKApi extends BaseAPI {
|
|
|
856
874
|
}
|
|
857
875
|
/**
|
|
858
876
|
* This endpoint proxies requests to `/sdk/{environmentId}/providers/coinbasesocial/redirect` because Coinbase does not allow the string `coinbase` on the redirect URL path
|
|
859
|
-
*
|
|
877
|
+
* Handle Coinbase OAuth redirect
|
|
860
878
|
*/
|
|
861
879
|
cbOauthRedirect(requestParameters, initOverrides) {
|
|
862
880
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1003,6 +1021,7 @@ class SDKApi extends BaseAPI {
|
|
|
1003
1021
|
});
|
|
1004
1022
|
}
|
|
1005
1023
|
/**
|
|
1024
|
+
* Claims a pregenerated embedded wallet and associates it with the authenticated user.
|
|
1006
1025
|
* Claim a pregenerated embedded wallet
|
|
1007
1026
|
*/
|
|
1008
1027
|
claimEmbeddedWalletRaw(requestParameters, initOverrides) {
|
|
@@ -1034,6 +1053,7 @@ class SDKApi extends BaseAPI {
|
|
|
1034
1053
|
});
|
|
1035
1054
|
}
|
|
1036
1055
|
/**
|
|
1056
|
+
* Claims a pregenerated embedded wallet and associates it with the authenticated user.
|
|
1037
1057
|
* Claim a pregenerated embedded wallet
|
|
1038
1058
|
*/
|
|
1039
1059
|
claimEmbeddedWallet(requestParameters, initOverrides) {
|
|
@@ -1152,7 +1172,7 @@ class SDKApi extends BaseAPI {
|
|
|
1152
1172
|
}
|
|
1153
1173
|
/**
|
|
1154
1174
|
* Completes the passkey recovery process for a user\'s passkey embedded wallet
|
|
1155
|
-
*
|
|
1175
|
+
* Complete passkey recovery for an embedded wallet
|
|
1156
1176
|
*/
|
|
1157
1177
|
completePasskeyRecoveryRaw(requestParameters, initOverrides) {
|
|
1158
1178
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1184,7 +1204,7 @@ class SDKApi extends BaseAPI {
|
|
|
1184
1204
|
}
|
|
1185
1205
|
/**
|
|
1186
1206
|
* Completes the passkey recovery process for a user\'s passkey embedded wallet
|
|
1187
|
-
*
|
|
1207
|
+
* Complete passkey recovery for an embedded wallet
|
|
1188
1208
|
*/
|
|
1189
1209
|
completePasskeyRecovery(requestParameters, initOverrides) {
|
|
1190
1210
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1193,6 +1213,7 @@ class SDKApi extends BaseAPI {
|
|
|
1193
1213
|
});
|
|
1194
1214
|
}
|
|
1195
1215
|
/**
|
|
1216
|
+
* Creates a new Coinbase onramp order for the authenticated user.
|
|
1196
1217
|
* Create a Coinbase onramp order
|
|
1197
1218
|
*/
|
|
1198
1219
|
createCoinbaseOnrampOrderRaw(requestParameters, initOverrides) {
|
|
@@ -1224,6 +1245,7 @@ class SDKApi extends BaseAPI {
|
|
|
1224
1245
|
});
|
|
1225
1246
|
}
|
|
1226
1247
|
/**
|
|
1248
|
+
* Creates a new Coinbase onramp order for the authenticated user.
|
|
1227
1249
|
* Create a Coinbase onramp order
|
|
1228
1250
|
*/
|
|
1229
1251
|
createCoinbaseOnrampOrder(requestParameters, initOverrides) {
|
|
@@ -1275,6 +1297,7 @@ class SDKApi extends BaseAPI {
|
|
|
1275
1297
|
});
|
|
1276
1298
|
}
|
|
1277
1299
|
/**
|
|
1300
|
+
* Initiates the email verification process and sends a verification code.
|
|
1278
1301
|
* Initialize email verification process
|
|
1279
1302
|
*/
|
|
1280
1303
|
createEmailVerificationRaw(requestParameters, initOverrides) {
|
|
@@ -1299,6 +1322,7 @@ class SDKApi extends BaseAPI {
|
|
|
1299
1322
|
});
|
|
1300
1323
|
}
|
|
1301
1324
|
/**
|
|
1325
|
+
* Initiates the email verification process and sends a verification code.
|
|
1302
1326
|
* Initialize email verification process
|
|
1303
1327
|
*/
|
|
1304
1328
|
createEmailVerification(requestParameters, initOverrides) {
|
|
@@ -1404,7 +1428,8 @@ class SDKApi extends BaseAPI {
|
|
|
1404
1428
|
});
|
|
1405
1429
|
}
|
|
1406
1430
|
/**
|
|
1407
|
-
*
|
|
1431
|
+
* Creates a new global wallet connection for the authenticated user.
|
|
1432
|
+
* Create a global wallet connection
|
|
1408
1433
|
*/
|
|
1409
1434
|
createGlobalWalletConnectionRaw(requestParameters, initOverrides) {
|
|
1410
1435
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1435,7 +1460,8 @@ class SDKApi extends BaseAPI {
|
|
|
1435
1460
|
});
|
|
1436
1461
|
}
|
|
1437
1462
|
/**
|
|
1438
|
-
*
|
|
1463
|
+
* Creates a new global wallet connection for the authenticated user.
|
|
1464
|
+
* Create a global wallet connection
|
|
1439
1465
|
*/
|
|
1440
1466
|
createGlobalWalletConnection(requestParameters, initOverrides) {
|
|
1441
1467
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1444,7 +1470,8 @@ class SDKApi extends BaseAPI {
|
|
|
1444
1470
|
});
|
|
1445
1471
|
}
|
|
1446
1472
|
/**
|
|
1447
|
-
*
|
|
1473
|
+
* Generates a new set of MFA recovery codes, replacing any existing ones.
|
|
1474
|
+
* Generate new recovery codes
|
|
1448
1475
|
*/
|
|
1449
1476
|
createNewRecoveryCodesRaw(requestParameters, initOverrides) {
|
|
1450
1477
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1470,7 +1497,8 @@ class SDKApi extends BaseAPI {
|
|
|
1470
1497
|
});
|
|
1471
1498
|
}
|
|
1472
1499
|
/**
|
|
1473
|
-
*
|
|
1500
|
+
* Generates a new set of MFA recovery codes, replacing any existing ones.
|
|
1501
|
+
* Generate new recovery codes
|
|
1474
1502
|
*/
|
|
1475
1503
|
createNewRecoveryCodes(requestParameters, initOverrides) {
|
|
1476
1504
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1479,6 +1507,7 @@ class SDKApi extends BaseAPI {
|
|
|
1479
1507
|
});
|
|
1480
1508
|
}
|
|
1481
1509
|
/**
|
|
1510
|
+
* Creates MPC ceremony rooms for the specified WAAS wallet.
|
|
1482
1511
|
* Create rooms for a waas mpc ceremony
|
|
1483
1512
|
*/
|
|
1484
1513
|
createRoomsRaw(requestParameters, initOverrides) {
|
|
@@ -1513,6 +1542,7 @@ class SDKApi extends BaseAPI {
|
|
|
1513
1542
|
});
|
|
1514
1543
|
}
|
|
1515
1544
|
/**
|
|
1545
|
+
* Creates MPC ceremony rooms for the specified WAAS wallet.
|
|
1516
1546
|
* Create rooms for a waas mpc ceremony
|
|
1517
1547
|
*/
|
|
1518
1548
|
createRooms(requestParameters, initOverrides) {
|
|
@@ -1552,6 +1582,7 @@ class SDKApi extends BaseAPI {
|
|
|
1552
1582
|
});
|
|
1553
1583
|
}
|
|
1554
1584
|
/**
|
|
1585
|
+
* Creates MPC ceremony rooms without requiring an existing wallet ID.
|
|
1555
1586
|
* Create rooms for a waas mpc ceremony without a walletId
|
|
1556
1587
|
*/
|
|
1557
1588
|
createRoomsWithoutWalletIdRaw(requestParameters, initOverrides) {
|
|
@@ -1583,6 +1614,7 @@ class SDKApi extends BaseAPI {
|
|
|
1583
1614
|
});
|
|
1584
1615
|
}
|
|
1585
1616
|
/**
|
|
1617
|
+
* Creates MPC ceremony rooms without requiring an existing wallet ID.
|
|
1586
1618
|
* Create rooms for a waas mpc ceremony without a walletId
|
|
1587
1619
|
*/
|
|
1588
1620
|
createRoomsWithoutWalletId(requestParameters, initOverrides) {
|
|
@@ -1619,7 +1651,8 @@ class SDKApi extends BaseAPI {
|
|
|
1619
1651
|
});
|
|
1620
1652
|
}
|
|
1621
1653
|
/**
|
|
1622
|
-
*
|
|
1654
|
+
* Initiates the SMS verification process and sends a verification code.
|
|
1655
|
+
* Initialize SMS verification process
|
|
1623
1656
|
*/
|
|
1624
1657
|
createSmsVerificationRaw(requestParameters, initOverrides) {
|
|
1625
1658
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1643,7 +1676,8 @@ class SDKApi extends BaseAPI {
|
|
|
1643
1676
|
});
|
|
1644
1677
|
}
|
|
1645
1678
|
/**
|
|
1646
|
-
*
|
|
1679
|
+
* Initiates the SMS verification process and sends a verification code.
|
|
1680
|
+
* Initialize SMS verification process
|
|
1647
1681
|
*/
|
|
1648
1682
|
createSmsVerification(requestParameters, initOverrides) {
|
|
1649
1683
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1714,7 +1748,7 @@ class SDKApi extends BaseAPI {
|
|
|
1714
1748
|
}
|
|
1715
1749
|
/**
|
|
1716
1750
|
* Create a new waas account
|
|
1717
|
-
* Create a
|
|
1751
|
+
* Create a WAAS wallet
|
|
1718
1752
|
*/
|
|
1719
1753
|
createWaasAccountRaw(requestParameters, initOverrides) {
|
|
1720
1754
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1746,7 +1780,7 @@ class SDKApi extends BaseAPI {
|
|
|
1746
1780
|
}
|
|
1747
1781
|
/**
|
|
1748
1782
|
* Create a new waas account
|
|
1749
|
-
* Create a
|
|
1783
|
+
* Create a WAAS wallet
|
|
1750
1784
|
*/
|
|
1751
1785
|
createWaasAccount(requestParameters, initOverrides) {
|
|
1752
1786
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1852,7 +1886,7 @@ class SDKApi extends BaseAPI {
|
|
|
1852
1886
|
}
|
|
1853
1887
|
/**
|
|
1854
1888
|
* Deletes the embedded wallets for a user
|
|
1855
|
-
*
|
|
1889
|
+
* Delete embedded wallets for a user
|
|
1856
1890
|
*/
|
|
1857
1891
|
deleteEmbeddedWalletsRaw(requestParameters, initOverrides) {
|
|
1858
1892
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1881,7 +1915,7 @@ class SDKApi extends BaseAPI {
|
|
|
1881
1915
|
}
|
|
1882
1916
|
/**
|
|
1883
1917
|
* Deletes the embedded wallets for a user
|
|
1884
|
-
*
|
|
1918
|
+
* Delete embedded wallets for a user
|
|
1885
1919
|
*/
|
|
1886
1920
|
deleteEmbeddedWallets(requestParameters, initOverrides) {
|
|
1887
1921
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1889,7 +1923,8 @@ class SDKApi extends BaseAPI {
|
|
|
1889
1923
|
});
|
|
1890
1924
|
}
|
|
1891
1925
|
/**
|
|
1892
|
-
*
|
|
1926
|
+
* Permanently removes an MFA device from the authenticated user account.
|
|
1927
|
+
* Delete an MFA device
|
|
1893
1928
|
*/
|
|
1894
1929
|
deleteMfaDeviceRaw(requestParameters, initOverrides) {
|
|
1895
1930
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1924,7 +1959,8 @@ class SDKApi extends BaseAPI {
|
|
|
1924
1959
|
});
|
|
1925
1960
|
}
|
|
1926
1961
|
/**
|
|
1927
|
-
*
|
|
1962
|
+
* Permanently removes an MFA device from the authenticated user account.
|
|
1963
|
+
* Delete an MFA device
|
|
1928
1964
|
*/
|
|
1929
1965
|
deleteMfaDevice(requestParameters, initOverrides) {
|
|
1930
1966
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1932,6 +1968,7 @@ class SDKApi extends BaseAPI {
|
|
|
1932
1968
|
});
|
|
1933
1969
|
}
|
|
1934
1970
|
/**
|
|
1971
|
+
* Permanently removes a passkey from the authenticated user account.
|
|
1935
1972
|
* Delete a passkey
|
|
1936
1973
|
*/
|
|
1937
1974
|
deletePasskeyRaw(requestParameters, initOverrides) {
|
|
@@ -1963,6 +2000,7 @@ class SDKApi extends BaseAPI {
|
|
|
1963
2000
|
});
|
|
1964
2001
|
}
|
|
1965
2002
|
/**
|
|
2003
|
+
* Permanently removes a passkey from the authenticated user account.
|
|
1966
2004
|
* Delete a passkey
|
|
1967
2005
|
*/
|
|
1968
2006
|
deletePasskey(requestParameters, initOverrides) {
|
|
@@ -2046,7 +2084,8 @@ class SDKApi extends BaseAPI {
|
|
|
2046
2084
|
});
|
|
2047
2085
|
}
|
|
2048
2086
|
/**
|
|
2049
|
-
*
|
|
2087
|
+
* Disconnects the specified global wallet connection.
|
|
2088
|
+
* Disconnect a global wallet connection
|
|
2050
2089
|
*/
|
|
2051
2090
|
disconnectGlobalWalletConnectionRaw(requestParameters, initOverrides) {
|
|
2052
2091
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2075,7 +2114,8 @@ class SDKApi extends BaseAPI {
|
|
|
2075
2114
|
});
|
|
2076
2115
|
}
|
|
2077
2116
|
/**
|
|
2078
|
-
*
|
|
2117
|
+
* Disconnects the specified global wallet connection.
|
|
2118
|
+
* Disconnect a global wallet connection
|
|
2079
2119
|
*/
|
|
2080
2120
|
disconnectGlobalWalletConnection(requestParameters, initOverrides) {
|
|
2081
2121
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2273,6 +2313,87 @@ class SDKApi extends BaseAPI {
|
|
|
2273
2313
|
yield this.embeddedWalletExportOptionsRaw(requestParameters, initOverrides);
|
|
2274
2314
|
});
|
|
2275
2315
|
}
|
|
2316
|
+
/**
|
|
2317
|
+
* Estimates the gas fees for a given raw transaction.
|
|
2318
|
+
* Estimate transaction fees
|
|
2319
|
+
*/
|
|
2320
|
+
estimateTransactionFeeRaw(requestParameters, initOverrides) {
|
|
2321
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2322
|
+
if (requestParameters.environmentId === null || requestParameters.environmentId === undefined) {
|
|
2323
|
+
throw new RequiredError('environmentId', 'Required parameter requestParameters.environmentId was null or undefined when calling estimateTransactionFee.');
|
|
2324
|
+
}
|
|
2325
|
+
if (requestParameters.chainName === null || requestParameters.chainName === undefined) {
|
|
2326
|
+
throw new RequiredError('chainName', 'Required parameter requestParameters.chainName was null or undefined when calling estimateTransactionFee.');
|
|
2327
|
+
}
|
|
2328
|
+
if (requestParameters.inlineObject1 === null || requestParameters.inlineObject1 === undefined) {
|
|
2329
|
+
throw new RequiredError('inlineObject1', 'Required parameter requestParameters.inlineObject1 was null or undefined when calling estimateTransactionFee.');
|
|
2330
|
+
}
|
|
2331
|
+
const queryParameters = {};
|
|
2332
|
+
const headerParameters = {};
|
|
2333
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
2334
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
2335
|
+
const token = this.configuration.accessToken;
|
|
2336
|
+
const tokenString = yield token("bearerAuth", []);
|
|
2337
|
+
if (tokenString) {
|
|
2338
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
2339
|
+
}
|
|
2340
|
+
}
|
|
2341
|
+
const response = yield this.request({
|
|
2342
|
+
path: `/sdk/{environmentId}/chains/{chainName}/transactions/estimate`.replace(`{${"environmentId"}}`, encodeURIComponent(String(requestParameters.environmentId))).replace(`{${"chainName"}}`, encodeURIComponent(String(requestParameters.chainName))),
|
|
2343
|
+
method: 'POST',
|
|
2344
|
+
headers: headerParameters,
|
|
2345
|
+
query: queryParameters,
|
|
2346
|
+
body: InlineObject1ToJSON(requestParameters.inlineObject1),
|
|
2347
|
+
}, initOverrides);
|
|
2348
|
+
return new JSONApiResponse(response, (jsonValue) => TransactionFeeEstimateResponseFromJSON(jsonValue));
|
|
2349
|
+
});
|
|
2350
|
+
}
|
|
2351
|
+
/**
|
|
2352
|
+
* Estimates the gas fees for a given raw transaction.
|
|
2353
|
+
* Estimate transaction fees
|
|
2354
|
+
*/
|
|
2355
|
+
estimateTransactionFee(requestParameters, initOverrides) {
|
|
2356
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2357
|
+
const response = yield this.estimateTransactionFeeRaw(requestParameters, initOverrides);
|
|
2358
|
+
return yield response.value();
|
|
2359
|
+
});
|
|
2360
|
+
}
|
|
2361
|
+
/**
|
|
2362
|
+
* Options call for this endpoint
|
|
2363
|
+
*/
|
|
2364
|
+
estimateTransactionFeeOptionsRaw(requestParameters, initOverrides) {
|
|
2365
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2366
|
+
if (requestParameters.environmentId === null || requestParameters.environmentId === undefined) {
|
|
2367
|
+
throw new RequiredError('environmentId', 'Required parameter requestParameters.environmentId was null or undefined when calling estimateTransactionFeeOptions.');
|
|
2368
|
+
}
|
|
2369
|
+
if (requestParameters.chainName === null || requestParameters.chainName === undefined) {
|
|
2370
|
+
throw new RequiredError('chainName', 'Required parameter requestParameters.chainName was null or undefined when calling estimateTransactionFeeOptions.');
|
|
2371
|
+
}
|
|
2372
|
+
if (requestParameters.networkId === null || requestParameters.networkId === undefined) {
|
|
2373
|
+
throw new RequiredError('networkId', 'Required parameter requestParameters.networkId was null or undefined when calling estimateTransactionFeeOptions.');
|
|
2374
|
+
}
|
|
2375
|
+
const queryParameters = {};
|
|
2376
|
+
if (requestParameters.networkId !== undefined) {
|
|
2377
|
+
queryParameters['networkId'] = requestParameters.networkId;
|
|
2378
|
+
}
|
|
2379
|
+
const headerParameters = {};
|
|
2380
|
+
const response = yield this.request({
|
|
2381
|
+
path: `/sdk/{environmentId}/chains/{chainName}/transactions/estimate`.replace(`{${"environmentId"}}`, encodeURIComponent(String(requestParameters.environmentId))).replace(`{${"chainName"}}`, encodeURIComponent(String(requestParameters.chainName))),
|
|
2382
|
+
method: 'OPTIONS',
|
|
2383
|
+
headers: headerParameters,
|
|
2384
|
+
query: queryParameters,
|
|
2385
|
+
}, initOverrides);
|
|
2386
|
+
return new VoidApiResponse(response);
|
|
2387
|
+
});
|
|
2388
|
+
}
|
|
2389
|
+
/**
|
|
2390
|
+
* Options call for this endpoint
|
|
2391
|
+
*/
|
|
2392
|
+
estimateTransactionFeeOptions(requestParameters, initOverrides) {
|
|
2393
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2394
|
+
yield this.estimateTransactionFeeOptionsRaw(requestParameters, initOverrides);
|
|
2395
|
+
});
|
|
2396
|
+
}
|
|
2276
2397
|
/**
|
|
2277
2398
|
*/
|
|
2278
2399
|
eventsOptionsRaw(requestParameters, initOverrides) {
|
|
@@ -2299,7 +2420,8 @@ class SDKApi extends BaseAPI {
|
|
|
2299
2420
|
});
|
|
2300
2421
|
}
|
|
2301
2422
|
/**
|
|
2302
|
-
*
|
|
2423
|
+
* Exports the private key of a WAAS wallet through an MPC ceremony.
|
|
2424
|
+
* Export a WAAS wallet private key
|
|
2303
2425
|
*/
|
|
2304
2426
|
exportPrivateKeyRaw(requestParameters, initOverrides) {
|
|
2305
2427
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2333,7 +2455,8 @@ class SDKApi extends BaseAPI {
|
|
|
2333
2455
|
});
|
|
2334
2456
|
}
|
|
2335
2457
|
/**
|
|
2336
|
-
*
|
|
2458
|
+
* Exports the private key of a WAAS wallet through an MPC ceremony.
|
|
2459
|
+
* Export a WAAS wallet private key
|
|
2337
2460
|
*/
|
|
2338
2461
|
exportPrivateKey(requestParameters, initOverrides) {
|
|
2339
2462
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2372,7 +2495,8 @@ class SDKApi extends BaseAPI {
|
|
|
2372
2495
|
});
|
|
2373
2496
|
}
|
|
2374
2497
|
/**
|
|
2375
|
-
*
|
|
2498
|
+
* Authenticates a user using a token from an external auth provider.
|
|
2499
|
+
* Sign in with an external auth provider token
|
|
2376
2500
|
*/
|
|
2377
2501
|
externalAuthSigninRaw(requestParameters, initOverrides) {
|
|
2378
2502
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2403,7 +2527,8 @@ class SDKApi extends BaseAPI {
|
|
|
2403
2527
|
});
|
|
2404
2528
|
}
|
|
2405
2529
|
/**
|
|
2406
|
-
*
|
|
2530
|
+
* Authenticates a user using a token from an external auth provider.
|
|
2531
|
+
* Sign in with an external auth provider token
|
|
2407
2532
|
*/
|
|
2408
2533
|
externalAuthSignin(requestParameters, initOverrides) {
|
|
2409
2534
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2439,6 +2564,7 @@ class SDKApi extends BaseAPI {
|
|
|
2439
2564
|
});
|
|
2440
2565
|
}
|
|
2441
2566
|
/**
|
|
2567
|
+
* [DEPRECATED] Please use /externalAuth/signin instead.
|
|
2442
2568
|
* [DEPRECATED] Please use /externalAuth/signin instead
|
|
2443
2569
|
*/
|
|
2444
2570
|
externalAuthVerifyRaw(requestParameters, initOverrides) {
|
|
@@ -2470,6 +2596,7 @@ class SDKApi extends BaseAPI {
|
|
|
2470
2596
|
});
|
|
2471
2597
|
}
|
|
2472
2598
|
/**
|
|
2599
|
+
* [DEPRECATED] Please use /externalAuth/signin instead.
|
|
2473
2600
|
* [DEPRECATED] Please use /externalAuth/signin instead
|
|
2474
2601
|
*/
|
|
2475
2602
|
externalAuthVerify(requestParameters, initOverrides) {
|
|
@@ -2506,7 +2633,7 @@ class SDKApi extends BaseAPI {
|
|
|
2506
2633
|
}
|
|
2507
2634
|
/**
|
|
2508
2635
|
* Farcaster SignIn endpoint to exchange SIWF data
|
|
2509
|
-
*
|
|
2636
|
+
* Sign in with Farcaster
|
|
2510
2637
|
*/
|
|
2511
2638
|
farcasterSignInRaw(requestParameters, initOverrides) {
|
|
2512
2639
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2528,7 +2655,7 @@ class SDKApi extends BaseAPI {
|
|
|
2528
2655
|
}
|
|
2529
2656
|
/**
|
|
2530
2657
|
* Farcaster SignIn endpoint to exchange SIWF data
|
|
2531
|
-
*
|
|
2658
|
+
* Sign in with Farcaster
|
|
2532
2659
|
*/
|
|
2533
2660
|
farcasterSignIn(requestParameters, initOverrides) {
|
|
2534
2661
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2565,7 +2692,7 @@ class SDKApi extends BaseAPI {
|
|
|
2565
2692
|
}
|
|
2566
2693
|
/**
|
|
2567
2694
|
* Farcaster Verify endpoint to exchange SIWF data
|
|
2568
|
-
* Farcaster
|
|
2695
|
+
* Verify Farcaster account linking
|
|
2569
2696
|
*/
|
|
2570
2697
|
farcasterVerifyRaw(requestParameters, initOverrides) {
|
|
2571
2698
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2594,7 +2721,7 @@ class SDKApi extends BaseAPI {
|
|
|
2594
2721
|
}
|
|
2595
2722
|
/**
|
|
2596
2723
|
* Farcaster Verify endpoint to exchange SIWF data
|
|
2597
|
-
* Farcaster
|
|
2724
|
+
* Verify Farcaster account linking
|
|
2598
2725
|
*/
|
|
2599
2726
|
farcasterVerify(requestParameters, initOverrides) {
|
|
2600
2727
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2630,6 +2757,7 @@ class SDKApi extends BaseAPI {
|
|
|
2630
2757
|
});
|
|
2631
2758
|
}
|
|
2632
2759
|
/**
|
|
2760
|
+
* Generates a Coinbase onramp buy URL for purchasing crypto.
|
|
2633
2761
|
* Generate a Coinbase onramp buy URL
|
|
2634
2762
|
*/
|
|
2635
2763
|
generateCoinbaseOnrampBuyUrlRaw(requestParameters, initOverrides) {
|
|
@@ -2654,6 +2782,7 @@ class SDKApi extends BaseAPI {
|
|
|
2654
2782
|
});
|
|
2655
2783
|
}
|
|
2656
2784
|
/**
|
|
2785
|
+
* Generates a Coinbase onramp buy URL for purchasing crypto.
|
|
2657
2786
|
* Generate a Coinbase onramp buy URL
|
|
2658
2787
|
*/
|
|
2659
2788
|
generateCoinbaseOnrampBuyUrl(requestParameters, initOverrides) {
|
|
@@ -2663,7 +2792,8 @@ class SDKApi extends BaseAPI {
|
|
|
2663
2792
|
});
|
|
2664
2793
|
}
|
|
2665
2794
|
/**
|
|
2666
|
-
*
|
|
2795
|
+
* Returns the token balances for a specific account address on a given chain.
|
|
2796
|
+
* Get token balances for an account
|
|
2667
2797
|
*/
|
|
2668
2798
|
getAccountBalancesRaw(requestParameters, initOverrides) {
|
|
2669
2799
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2709,7 +2839,8 @@ class SDKApi extends BaseAPI {
|
|
|
2709
2839
|
});
|
|
2710
2840
|
}
|
|
2711
2841
|
/**
|
|
2712
|
-
*
|
|
2842
|
+
* Returns the token balances for a specific account address on a given chain.
|
|
2843
|
+
* Get token balances for an account
|
|
2713
2844
|
*/
|
|
2714
2845
|
getAccountBalances(requestParameters, initOverrides) {
|
|
2715
2846
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2763,7 +2894,8 @@ class SDKApi extends BaseAPI {
|
|
|
2763
2894
|
});
|
|
2764
2895
|
}
|
|
2765
2896
|
/**
|
|
2766
|
-
*
|
|
2897
|
+
* Returns an auth token for the specified embedded wallet type.
|
|
2898
|
+
* Get an auth token for an embedded wallet type
|
|
2767
2899
|
*/
|
|
2768
2900
|
getAuthTokenRaw(requestParameters, initOverrides) {
|
|
2769
2901
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2792,7 +2924,8 @@ class SDKApi extends BaseAPI {
|
|
|
2792
2924
|
});
|
|
2793
2925
|
}
|
|
2794
2926
|
/**
|
|
2795
|
-
*
|
|
2927
|
+
* Returns an auth token for the specified embedded wallet type.
|
|
2928
|
+
* Get an auth token for an embedded wallet type
|
|
2796
2929
|
*/
|
|
2797
2930
|
getAuthToken(requestParameters, initOverrides) {
|
|
2798
2931
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2828,7 +2961,8 @@ class SDKApi extends BaseAPI {
|
|
|
2828
2961
|
});
|
|
2829
2962
|
}
|
|
2830
2963
|
/**
|
|
2831
|
-
*
|
|
2964
|
+
* Returns the full profile of the currently authenticated user.
|
|
2965
|
+
* Get the current user\'s profile
|
|
2832
2966
|
*/
|
|
2833
2967
|
getAuthenticatedUserRaw(requestParameters, initOverrides) {
|
|
2834
2968
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2854,7 +2988,8 @@ class SDKApi extends BaseAPI {
|
|
|
2854
2988
|
});
|
|
2855
2989
|
}
|
|
2856
2990
|
/**
|
|
2857
|
-
*
|
|
2991
|
+
* Returns the full profile of the currently authenticated user.
|
|
2992
|
+
* Get the current user\'s profile
|
|
2858
2993
|
*/
|
|
2859
2994
|
getAuthenticatedUser(requestParameters, initOverrides) {
|
|
2860
2995
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2951,7 +3086,7 @@ class SDKApi extends BaseAPI {
|
|
|
2951
3086
|
}
|
|
2952
3087
|
/**
|
|
2953
3088
|
* Generates the request body for a user\'s create V2 wallet account request
|
|
2954
|
-
*
|
|
3089
|
+
* Generate the create wallet account request body
|
|
2955
3090
|
*/
|
|
2956
3091
|
getCreateWalletAccountRequestRaw(requestParameters, initOverrides) {
|
|
2957
3092
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2984,7 +3119,7 @@ class SDKApi extends BaseAPI {
|
|
|
2984
3119
|
}
|
|
2985
3120
|
/**
|
|
2986
3121
|
* Generates the request body for a user\'s create V2 wallet account request
|
|
2987
|
-
*
|
|
3122
|
+
* Generate the create wallet account request body
|
|
2988
3123
|
*/
|
|
2989
3124
|
getCreateWalletAccountRequest(requestParameters, initOverrides) {
|
|
2990
3125
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2994,6 +3129,7 @@ class SDKApi extends BaseAPI {
|
|
|
2994
3129
|
}
|
|
2995
3130
|
/**
|
|
2996
3131
|
* Exchange rates for the given currency
|
|
3132
|
+
* Get currency exchange rates
|
|
2997
3133
|
*/
|
|
2998
3134
|
getCurrencyExchangeRatesRaw(requestParameters, initOverrides) {
|
|
2999
3135
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3013,6 +3149,7 @@ class SDKApi extends BaseAPI {
|
|
|
3013
3149
|
}
|
|
3014
3150
|
/**
|
|
3015
3151
|
* Exchange rates for the given currency
|
|
3152
|
+
* Get currency exchange rates
|
|
3016
3153
|
*/
|
|
3017
3154
|
getCurrencyExchangeRates(requestParameters, initOverrides) {
|
|
3018
3155
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3049,7 +3186,7 @@ class SDKApi extends BaseAPI {
|
|
|
3049
3186
|
}
|
|
3050
3187
|
/**
|
|
3051
3188
|
* 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.
|
|
3052
|
-
* Get
|
|
3189
|
+
* Get the sign-in email provider
|
|
3053
3190
|
*/
|
|
3054
3191
|
getEmailProviderRaw(requestParameters, initOverrides) {
|
|
3055
3192
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3075,7 +3212,7 @@ class SDKApi extends BaseAPI {
|
|
|
3075
3212
|
}
|
|
3076
3213
|
/**
|
|
3077
3214
|
* 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.
|
|
3078
|
-
* Get
|
|
3215
|
+
* Get the sign-in email provider
|
|
3079
3216
|
*/
|
|
3080
3217
|
getEmailProvider(requestParameters, initOverrides) {
|
|
3081
3218
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3111,7 +3248,8 @@ class SDKApi extends BaseAPI {
|
|
|
3111
3248
|
});
|
|
3112
3249
|
}
|
|
3113
3250
|
/**
|
|
3114
|
-
*
|
|
3251
|
+
* Returns the backup key for an embedded wallet.
|
|
3252
|
+
* Get the backup key for an embedded wallet
|
|
3115
3253
|
*/
|
|
3116
3254
|
getEmbeddedWalletBackupsRaw(requestParameters, initOverrides) {
|
|
3117
3255
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3137,7 +3275,8 @@ class SDKApi extends BaseAPI {
|
|
|
3137
3275
|
});
|
|
3138
3276
|
}
|
|
3139
3277
|
/**
|
|
3140
|
-
*
|
|
3278
|
+
* Returns the backup key for an embedded wallet.
|
|
3279
|
+
* Get the backup key for an embedded wallet
|
|
3141
3280
|
*/
|
|
3142
3281
|
getEmbeddedWalletBackups(requestParameters, initOverrides) {
|
|
3143
3282
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3146,7 +3285,8 @@ class SDKApi extends BaseAPI {
|
|
|
3146
3285
|
});
|
|
3147
3286
|
}
|
|
3148
3287
|
/**
|
|
3149
|
-
*
|
|
3288
|
+
* Returns the passcode for a pregenerated embedded wallet.
|
|
3289
|
+
* Get the passcode for a pregenerated embedded wallet
|
|
3150
3290
|
*/
|
|
3151
3291
|
getEmbeddedWalletPasscodeRaw(requestParameters, initOverrides) {
|
|
3152
3292
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3172,7 +3312,8 @@ class SDKApi extends BaseAPI {
|
|
|
3172
3312
|
});
|
|
3173
3313
|
}
|
|
3174
3314
|
/**
|
|
3175
|
-
*
|
|
3315
|
+
* Returns the passcode for a pregenerated embedded wallet.
|
|
3316
|
+
* Get the passcode for a pregenerated embedded wallet
|
|
3176
3317
|
*/
|
|
3177
3318
|
getEmbeddedWalletPasscode(requestParameters, initOverrides) {
|
|
3178
3319
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3209,7 +3350,7 @@ class SDKApi extends BaseAPI {
|
|
|
3209
3350
|
}
|
|
3210
3351
|
/**
|
|
3211
3352
|
* Generates the request body for a user\'s delete V2 wallets request
|
|
3212
|
-
*
|
|
3353
|
+
* Generate the delete wallets request body
|
|
3213
3354
|
*/
|
|
3214
3355
|
getEmbeddedWalletsDeleteRequestRaw(requestParameters, initOverrides) {
|
|
3215
3356
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3239,7 +3380,7 @@ class SDKApi extends BaseAPI {
|
|
|
3239
3380
|
}
|
|
3240
3381
|
/**
|
|
3241
3382
|
* Generates the request body for a user\'s delete V2 wallets request
|
|
3242
|
-
*
|
|
3383
|
+
* Generate the delete wallets request body
|
|
3243
3384
|
*/
|
|
3244
3385
|
getEmbeddedWalletsDeleteRequest(requestParameters, initOverrides) {
|
|
3245
3386
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3248,6 +3389,7 @@ class SDKApi extends BaseAPI {
|
|
|
3248
3389
|
});
|
|
3249
3390
|
}
|
|
3250
3391
|
/**
|
|
3392
|
+
* Returns the OAuth access token for the specified user OAuth account.
|
|
3251
3393
|
* Get the access token for a user OAuth account
|
|
3252
3394
|
*/
|
|
3253
3395
|
getEndUserOauthAccessTokenRaw(requestParameters, initOverrides) {
|
|
@@ -3270,6 +3412,7 @@ class SDKApi extends BaseAPI {
|
|
|
3270
3412
|
});
|
|
3271
3413
|
}
|
|
3272
3414
|
/**
|
|
3415
|
+
* Returns the OAuth access token for the specified user OAuth account.
|
|
3273
3416
|
* Get the access token for a user OAuth account
|
|
3274
3417
|
*/
|
|
3275
3418
|
getEndUserOauthAccessToken(requestParameters, initOverrides) {
|
|
@@ -3309,7 +3452,8 @@ class SDKApi extends BaseAPI {
|
|
|
3309
3452
|
});
|
|
3310
3453
|
}
|
|
3311
3454
|
/**
|
|
3312
|
-
*
|
|
3455
|
+
* Returns the project settings and configuration for the specified environment.
|
|
3456
|
+
* Get environment settings
|
|
3313
3457
|
*/
|
|
3314
3458
|
getEnvironmentSettingsRaw(requestParameters, initOverrides) {
|
|
3315
3459
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3331,7 +3475,8 @@ class SDKApi extends BaseAPI {
|
|
|
3331
3475
|
});
|
|
3332
3476
|
}
|
|
3333
3477
|
/**
|
|
3334
|
-
*
|
|
3478
|
+
* Returns the project settings and configuration for the specified environment.
|
|
3479
|
+
* Get environment settings
|
|
3335
3480
|
*/
|
|
3336
3481
|
getEnvironmentSettings(requestParameters, initOverrides) {
|
|
3337
3482
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3341,6 +3486,7 @@ class SDKApi extends BaseAPI {
|
|
|
3341
3486
|
}
|
|
3342
3487
|
/**
|
|
3343
3488
|
* Exchange rates for the given currency
|
|
3489
|
+
* Get exchange rates
|
|
3344
3490
|
*/
|
|
3345
3491
|
getExchangeRatesRaw(initOverrides) {
|
|
3346
3492
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3357,6 +3503,7 @@ class SDKApi extends BaseAPI {
|
|
|
3357
3503
|
}
|
|
3358
3504
|
/**
|
|
3359
3505
|
* Exchange rates for the given currency
|
|
3506
|
+
* Get exchange rates
|
|
3360
3507
|
*/
|
|
3361
3508
|
getExchangeRates(initOverrides) {
|
|
3362
3509
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3389,6 +3536,7 @@ class SDKApi extends BaseAPI {
|
|
|
3389
3536
|
});
|
|
3390
3537
|
}
|
|
3391
3538
|
/**
|
|
3539
|
+
* Returns the exchange account transactions for the authenticated user.
|
|
3392
3540
|
* Get the exchange account transactions for a given dynamic user
|
|
3393
3541
|
*/
|
|
3394
3542
|
getExchangeTransactionsRaw(requestParameters, initOverrides) {
|
|
@@ -3421,6 +3569,7 @@ class SDKApi extends BaseAPI {
|
|
|
3421
3569
|
});
|
|
3422
3570
|
}
|
|
3423
3571
|
/**
|
|
3572
|
+
* Returns the exchange account transactions for the authenticated user.
|
|
3424
3573
|
* Get the exchange account transactions for a given dynamic user
|
|
3425
3574
|
*/
|
|
3426
3575
|
getExchangeTransactions(requestParameters, initOverrides) {
|
|
@@ -3460,6 +3609,7 @@ class SDKApi extends BaseAPI {
|
|
|
3460
3609
|
});
|
|
3461
3610
|
}
|
|
3462
3611
|
/**
|
|
3612
|
+
* Returns the available transfer destinations for exchange account transactions.
|
|
3463
3613
|
* Get the available exchange transfer destinations for account transactions for a given dynamic user
|
|
3464
3614
|
*/
|
|
3465
3615
|
getExchangeTransferDestinationsRaw(requestParameters, initOverrides) {
|
|
@@ -3489,6 +3639,7 @@ class SDKApi extends BaseAPI {
|
|
|
3489
3639
|
});
|
|
3490
3640
|
}
|
|
3491
3641
|
/**
|
|
3642
|
+
* Returns the available transfer destinations for exchange account transactions.
|
|
3492
3643
|
* Get the available exchange transfer destinations for account transactions for a given dynamic user
|
|
3493
3644
|
*/
|
|
3494
3645
|
getExchangeTransferDestinations(requestParameters, initOverrides) {
|
|
@@ -3528,6 +3679,7 @@ class SDKApi extends BaseAPI {
|
|
|
3528
3679
|
});
|
|
3529
3680
|
}
|
|
3530
3681
|
/**
|
|
3682
|
+
* Returns the global wallet settings configured for the specified environment.
|
|
3531
3683
|
* Get the global wallet settings for the environment
|
|
3532
3684
|
*/
|
|
3533
3685
|
getGlobalWalletsSettingsRaw(requestParameters, initOverrides) {
|
|
@@ -3547,6 +3699,7 @@ class SDKApi extends BaseAPI {
|
|
|
3547
3699
|
});
|
|
3548
3700
|
}
|
|
3549
3701
|
/**
|
|
3702
|
+
* Returns the global wallet settings configured for the specified environment.
|
|
3550
3703
|
* Get the global wallet settings for the environment
|
|
3551
3704
|
*/
|
|
3552
3705
|
getGlobalWalletsSettings(requestParameters, initOverrides) {
|
|
@@ -3557,6 +3710,7 @@ class SDKApi extends BaseAPI {
|
|
|
3557
3710
|
}
|
|
3558
3711
|
/**
|
|
3559
3712
|
* Health check endpoint to check for uptime of API.
|
|
3713
|
+
* Check API health
|
|
3560
3714
|
*/
|
|
3561
3715
|
getHealthcheckRaw(requestParameters, initOverrides) {
|
|
3562
3716
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3576,6 +3730,7 @@ class SDKApi extends BaseAPI {
|
|
|
3576
3730
|
}
|
|
3577
3731
|
/**
|
|
3578
3732
|
* Health check endpoint to check for uptime of API.
|
|
3733
|
+
* Check API health
|
|
3579
3734
|
*/
|
|
3580
3735
|
getHealthcheck(requestParameters, initOverrides) {
|
|
3581
3736
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3611,7 +3766,8 @@ class SDKApi extends BaseAPI {
|
|
|
3611
3766
|
});
|
|
3612
3767
|
}
|
|
3613
3768
|
/**
|
|
3614
|
-
*
|
|
3769
|
+
* Returns the JSON Web Key Set (JWKS) for the specified environment.
|
|
3770
|
+
* Get JWKS for the environment
|
|
3615
3771
|
*/
|
|
3616
3772
|
getJwksByEnvironmentIdRaw(requestParameters, initOverrides) {
|
|
3617
3773
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3630,7 +3786,8 @@ class SDKApi extends BaseAPI {
|
|
|
3630
3786
|
});
|
|
3631
3787
|
}
|
|
3632
3788
|
/**
|
|
3633
|
-
*
|
|
3789
|
+
* Returns the JSON Web Key Set (JWKS) for the specified environment.
|
|
3790
|
+
* Get JWKS for the environment
|
|
3634
3791
|
*/
|
|
3635
3792
|
getJwksByEnvironmentId(requestParameters, initOverrides) {
|
|
3636
3793
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3639,7 +3796,8 @@ class SDKApi extends BaseAPI {
|
|
|
3639
3796
|
});
|
|
3640
3797
|
}
|
|
3641
3798
|
/**
|
|
3642
|
-
*
|
|
3799
|
+
* Returns the JSON Web Key Set (JWKS) in JSON format for the specified environment.
|
|
3800
|
+
* Get JWKS for the environment (JSON format)
|
|
3643
3801
|
*/
|
|
3644
3802
|
getJwksJsonByEnvironmentIdRaw(requestParameters, initOverrides) {
|
|
3645
3803
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3658,7 +3816,8 @@ class SDKApi extends BaseAPI {
|
|
|
3658
3816
|
});
|
|
3659
3817
|
}
|
|
3660
3818
|
/**
|
|
3661
|
-
*
|
|
3819
|
+
* Returns the JSON Web Key Set (JWKS) in JSON format for the specified environment.
|
|
3820
|
+
* Get JWKS for the environment (JSON format)
|
|
3662
3821
|
*/
|
|
3663
3822
|
getJwksJsonByEnvironmentId(requestParameters, initOverrides) {
|
|
3664
3823
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3667,7 +3826,8 @@ class SDKApi extends BaseAPI {
|
|
|
3667
3826
|
});
|
|
3668
3827
|
}
|
|
3669
3828
|
/**
|
|
3670
|
-
*
|
|
3829
|
+
* Returns details of a specific MFA device by its ID.
|
|
3830
|
+
* Get an MFA device by ID
|
|
3671
3831
|
*/
|
|
3672
3832
|
getMfaDeviceRaw(requestParameters, initOverrides) {
|
|
3673
3833
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3696,7 +3856,8 @@ class SDKApi extends BaseAPI {
|
|
|
3696
3856
|
});
|
|
3697
3857
|
}
|
|
3698
3858
|
/**
|
|
3699
|
-
*
|
|
3859
|
+
* Returns details of a specific MFA device by its ID.
|
|
3860
|
+
* Get an MFA device by ID
|
|
3700
3861
|
*/
|
|
3701
3862
|
getMfaDevice(requestParameters, initOverrides) {
|
|
3702
3863
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3735,7 +3896,8 @@ class SDKApi extends BaseAPI {
|
|
|
3735
3896
|
});
|
|
3736
3897
|
}
|
|
3737
3898
|
/**
|
|
3738
|
-
*
|
|
3899
|
+
* Returns the network configurations enabled for the specified environment.
|
|
3900
|
+
* Get network configurations for the environment
|
|
3739
3901
|
*/
|
|
3740
3902
|
getNetworksConfigurationByEnvIdRaw(requestParameters, initOverrides) {
|
|
3741
3903
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3754,7 +3916,8 @@ class SDKApi extends BaseAPI {
|
|
|
3754
3916
|
});
|
|
3755
3917
|
}
|
|
3756
3918
|
/**
|
|
3757
|
-
*
|
|
3919
|
+
* Returns the network configurations enabled for the specified environment.
|
|
3920
|
+
* Get network configurations for the environment
|
|
3758
3921
|
*/
|
|
3759
3922
|
getNetworksConfigurationByEnvId(requestParameters, initOverrides) {
|
|
3760
3923
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3763,6 +3926,7 @@ class SDKApi extends BaseAPI {
|
|
|
3763
3926
|
});
|
|
3764
3927
|
}
|
|
3765
3928
|
/**
|
|
3929
|
+
* Creates and returns a nonce for use in the wallet authentication flow.
|
|
3766
3930
|
* Create nonce for authentication flow
|
|
3767
3931
|
*/
|
|
3768
3932
|
getNonceRaw(requestParameters, initOverrides) {
|
|
@@ -3782,6 +3946,7 @@ class SDKApi extends BaseAPI {
|
|
|
3782
3946
|
});
|
|
3783
3947
|
}
|
|
3784
3948
|
/**
|
|
3949
|
+
* Creates and returns a nonce for use in the wallet authentication flow.
|
|
3785
3950
|
* Create nonce for authentication flow
|
|
3786
3951
|
*/
|
|
3787
3952
|
getNonce(requestParameters, initOverrides) {
|
|
@@ -3791,7 +3956,8 @@ class SDKApi extends BaseAPI {
|
|
|
3791
3956
|
});
|
|
3792
3957
|
}
|
|
3793
3958
|
/**
|
|
3794
|
-
*
|
|
3959
|
+
* Returns the WebAuthn authentication options for passkey verification.
|
|
3960
|
+
* Get passkey authentication options
|
|
3795
3961
|
*/
|
|
3796
3962
|
getPasskeyAuthenticationOptionsRaw(requestParameters, initOverrides) {
|
|
3797
3963
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3820,7 +3986,8 @@ class SDKApi extends BaseAPI {
|
|
|
3820
3986
|
});
|
|
3821
3987
|
}
|
|
3822
3988
|
/**
|
|
3823
|
-
*
|
|
3989
|
+
* Returns the WebAuthn authentication options for passkey verification.
|
|
3990
|
+
* Get passkey authentication options
|
|
3824
3991
|
*/
|
|
3825
3992
|
getPasskeyAuthenticationOptions(requestParameters, initOverrides) {
|
|
3826
3993
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3859,7 +4026,8 @@ class SDKApi extends BaseAPI {
|
|
|
3859
4026
|
});
|
|
3860
4027
|
}
|
|
3861
4028
|
/**
|
|
3862
|
-
*
|
|
4029
|
+
* Returns the WebAuthn authentication options for passkey sign-in.
|
|
4030
|
+
* Get passkey sign-in options
|
|
3863
4031
|
*/
|
|
3864
4032
|
getPasskeyAuthenticationSigninOptionsRaw(requestParameters, initOverrides) {
|
|
3865
4033
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3881,7 +4049,8 @@ class SDKApi extends BaseAPI {
|
|
|
3881
4049
|
});
|
|
3882
4050
|
}
|
|
3883
4051
|
/**
|
|
3884
|
-
*
|
|
4052
|
+
* Returns the WebAuthn authentication options for passkey sign-in.
|
|
4053
|
+
* Get passkey sign-in options
|
|
3885
4054
|
*/
|
|
3886
4055
|
getPasskeyAuthenticationSigninOptions(requestParameters, initOverrides) {
|
|
3887
4056
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3890,7 +4059,8 @@ class SDKApi extends BaseAPI {
|
|
|
3890
4059
|
});
|
|
3891
4060
|
}
|
|
3892
4061
|
/**
|
|
3893
|
-
*
|
|
4062
|
+
* Returns the WebAuthn registration options needed to register a new passkey.
|
|
4063
|
+
* Get user passkeys
|
|
3894
4064
|
*/
|
|
3895
4065
|
getPasskeyRegistrationOptionsRaw(requestParameters, initOverrides) {
|
|
3896
4066
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3909,7 +4079,8 @@ class SDKApi extends BaseAPI {
|
|
|
3909
4079
|
});
|
|
3910
4080
|
}
|
|
3911
4081
|
/**
|
|
3912
|
-
*
|
|
4082
|
+
* Returns the WebAuthn registration options needed to register a new passkey.
|
|
4083
|
+
* Get user passkeys
|
|
3913
4084
|
*/
|
|
3914
4085
|
getPasskeyRegistrationOptions(requestParameters, initOverrides) {
|
|
3915
4086
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3945,6 +4116,7 @@ class SDKApi extends BaseAPI {
|
|
|
3945
4116
|
});
|
|
3946
4117
|
}
|
|
3947
4118
|
/**
|
|
4119
|
+
* Returns the MFA recovery codes for the authenticated user.
|
|
3948
4120
|
* Get recovery codes
|
|
3949
4121
|
*/
|
|
3950
4122
|
getRecoveryCodesRaw(requestParameters, initOverrides) {
|
|
@@ -3971,6 +4143,7 @@ class SDKApi extends BaseAPI {
|
|
|
3971
4143
|
});
|
|
3972
4144
|
}
|
|
3973
4145
|
/**
|
|
4146
|
+
* Returns the MFA recovery codes for the authenticated user.
|
|
3974
4147
|
* Get recovery codes
|
|
3975
4148
|
*/
|
|
3976
4149
|
getRecoveryCodes(requestParameters, initOverrides) {
|
|
@@ -3981,7 +4154,7 @@ class SDKApi extends BaseAPI {
|
|
|
3981
4154
|
}
|
|
3982
4155
|
/**
|
|
3983
4156
|
* Find the configuration for the enabled offramps associated to an environment
|
|
3984
|
-
*
|
|
4157
|
+
* Get enabled offramps for the environment
|
|
3985
4158
|
*/
|
|
3986
4159
|
getSupportedOfframpsRaw(requestParameters, initOverrides) {
|
|
3987
4160
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4019,7 +4192,7 @@ class SDKApi extends BaseAPI {
|
|
|
4019
4192
|
}
|
|
4020
4193
|
/**
|
|
4021
4194
|
* Find the configuration for the enabled offramps associated to an environment
|
|
4022
|
-
*
|
|
4195
|
+
* Get enabled offramps for the environment
|
|
4023
4196
|
*/
|
|
4024
4197
|
getSupportedOfframps(requestParameters, initOverrides) {
|
|
4025
4198
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4029,7 +4202,7 @@ class SDKApi extends BaseAPI {
|
|
|
4029
4202
|
}
|
|
4030
4203
|
/**
|
|
4031
4204
|
* Find the configuration for the enabled onramps associated to an environment
|
|
4032
|
-
*
|
|
4205
|
+
* Get enabled onramps for the environment
|
|
4033
4206
|
*/
|
|
4034
4207
|
getSupportedOnrampsRaw(requestParameters, initOverrides) {
|
|
4035
4208
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4079,7 +4252,7 @@ class SDKApi extends BaseAPI {
|
|
|
4079
4252
|
}
|
|
4080
4253
|
/**
|
|
4081
4254
|
* Find the configuration for the enabled onramps associated to an environment
|
|
4082
|
-
*
|
|
4255
|
+
* Get enabled onramps for the environment
|
|
4083
4256
|
*/
|
|
4084
4257
|
getSupportedOnramps(requestParameters, initOverrides) {
|
|
4085
4258
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4088,7 +4261,8 @@ class SDKApi extends BaseAPI {
|
|
|
4088
4261
|
});
|
|
4089
4262
|
}
|
|
4090
4263
|
/**
|
|
4091
|
-
*
|
|
4264
|
+
* Returns the HTML content for the Telegram login widget.
|
|
4265
|
+
* Get Telegram login widget HTML
|
|
4092
4266
|
*/
|
|
4093
4267
|
getTelegramAuthRaw(requestParameters, initOverrides) {
|
|
4094
4268
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4113,7 +4287,8 @@ class SDKApi extends BaseAPI {
|
|
|
4113
4287
|
});
|
|
4114
4288
|
}
|
|
4115
4289
|
/**
|
|
4116
|
-
*
|
|
4290
|
+
* Returns the HTML content for the Telegram login widget.
|
|
4291
|
+
* Get Telegram login widget HTML
|
|
4117
4292
|
*/
|
|
4118
4293
|
getTelegramAuth(requestParameters, initOverrides) {
|
|
4119
4294
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4122,6 +4297,7 @@ class SDKApi extends BaseAPI {
|
|
|
4122
4297
|
});
|
|
4123
4298
|
}
|
|
4124
4299
|
/**
|
|
4300
|
+
* Returns account balances for the specified user addresses.
|
|
4125
4301
|
* Get account balances for multiple addresses
|
|
4126
4302
|
*/
|
|
4127
4303
|
getUserAccountBalancesRaw(requestParameters, initOverrides) {
|
|
@@ -4149,6 +4325,7 @@ class SDKApi extends BaseAPI {
|
|
|
4149
4325
|
});
|
|
4150
4326
|
}
|
|
4151
4327
|
/**
|
|
4328
|
+
* Returns account balances for the specified user addresses.
|
|
4152
4329
|
* Get account balances for multiple addresses
|
|
4153
4330
|
*/
|
|
4154
4331
|
getUserAccountBalances(requestParameters, initOverrides) {
|
|
@@ -4158,6 +4335,7 @@ class SDKApi extends BaseAPI {
|
|
|
4158
4335
|
});
|
|
4159
4336
|
}
|
|
4160
4337
|
/**
|
|
4338
|
+
* Returns the exchange accounts for the authenticated user on the specified exchange.
|
|
4161
4339
|
* Get the exchange accounts for a given dynamic user
|
|
4162
4340
|
*/
|
|
4163
4341
|
getUserAccountsRaw(requestParameters, initOverrides) {
|
|
@@ -4193,6 +4371,7 @@ class SDKApi extends BaseAPI {
|
|
|
4193
4371
|
});
|
|
4194
4372
|
}
|
|
4195
4373
|
/**
|
|
4374
|
+
* Returns the exchange accounts for the authenticated user on the specified exchange.
|
|
4196
4375
|
* Get the exchange accounts for a given dynamic user
|
|
4197
4376
|
*/
|
|
4198
4377
|
getUserAccounts(requestParameters, initOverrides) {
|
|
@@ -4299,7 +4478,8 @@ class SDKApi extends BaseAPI {
|
|
|
4299
4478
|
});
|
|
4300
4479
|
}
|
|
4301
4480
|
/**
|
|
4302
|
-
*
|
|
4481
|
+
* Returns the list of MFA devices registered for the authenticated user.
|
|
4482
|
+
* Get the current user\'s MFA devices
|
|
4303
4483
|
*/
|
|
4304
4484
|
getUserMfaDevicesRaw(requestParameters, initOverrides) {
|
|
4305
4485
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4325,7 +4505,8 @@ class SDKApi extends BaseAPI {
|
|
|
4325
4505
|
});
|
|
4326
4506
|
}
|
|
4327
4507
|
/**
|
|
4328
|
-
*
|
|
4508
|
+
* Returns the list of MFA devices registered for the authenticated user.
|
|
4509
|
+
* Get the current user\'s MFA devices
|
|
4329
4510
|
*/
|
|
4330
4511
|
getUserMfaDevices(requestParameters, initOverrides) {
|
|
4331
4512
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4334,7 +4515,8 @@ class SDKApi extends BaseAPI {
|
|
|
4334
4515
|
});
|
|
4335
4516
|
}
|
|
4336
4517
|
/**
|
|
4337
|
-
*
|
|
4518
|
+
* Returns the available MFA methods for the authenticated user.
|
|
4519
|
+
* Get the current user\'s MFA methods
|
|
4338
4520
|
*/
|
|
4339
4521
|
getUserMfaMethodsRaw(requestParameters, initOverrides) {
|
|
4340
4522
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4363,7 +4545,8 @@ class SDKApi extends BaseAPI {
|
|
|
4363
4545
|
});
|
|
4364
4546
|
}
|
|
4365
4547
|
/**
|
|
4366
|
-
*
|
|
4548
|
+
* Returns the available MFA methods for the authenticated user.
|
|
4549
|
+
* Get the current user\'s MFA methods
|
|
4367
4550
|
*/
|
|
4368
4551
|
getUserMfaMethods(requestParameters, initOverrides) {
|
|
4369
4552
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4372,7 +4555,8 @@ class SDKApi extends BaseAPI {
|
|
|
4372
4555
|
});
|
|
4373
4556
|
}
|
|
4374
4557
|
/**
|
|
4375
|
-
*
|
|
4558
|
+
* Returns the list of passkeys registered for the authenticated user.
|
|
4559
|
+
* Get user passkeys
|
|
4376
4560
|
*/
|
|
4377
4561
|
getUserPasskeysRaw(requestParameters, initOverrides) {
|
|
4378
4562
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4398,7 +4582,8 @@ class SDKApi extends BaseAPI {
|
|
|
4398
4582
|
});
|
|
4399
4583
|
}
|
|
4400
4584
|
/**
|
|
4401
|
-
*
|
|
4585
|
+
* Returns the list of passkeys registered for the authenticated user.
|
|
4586
|
+
* Get user passkeys
|
|
4402
4587
|
*/
|
|
4403
4588
|
getUserPasskeys(requestParameters, initOverrides) {
|
|
4404
4589
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4408,7 +4593,7 @@ class SDKApi extends BaseAPI {
|
|
|
4408
4593
|
}
|
|
4409
4594
|
/**
|
|
4410
4595
|
* 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.
|
|
4411
|
-
*
|
|
4596
|
+
* Get a WAAS wallet by address
|
|
4412
4597
|
*/
|
|
4413
4598
|
getWaasWalletWithVerifiedCredentialsRaw(requestParameters, initOverrides) {
|
|
4414
4599
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4438,7 +4623,7 @@ class SDKApi extends BaseAPI {
|
|
|
4438
4623
|
}
|
|
4439
4624
|
/**
|
|
4440
4625
|
* 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.
|
|
4441
|
-
*
|
|
4626
|
+
* Get a WAAS wallet by address
|
|
4442
4627
|
*/
|
|
4443
4628
|
getWaasWalletWithVerifiedCredentials(requestParameters, initOverrides) {
|
|
4444
4629
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4632,7 +4817,7 @@ class SDKApi extends BaseAPI {
|
|
|
4632
4817
|
}
|
|
4633
4818
|
/**
|
|
4634
4819
|
* Hard delete the authenticated user
|
|
4635
|
-
*
|
|
4820
|
+
* Delete the current user
|
|
4636
4821
|
*/
|
|
4637
4822
|
hardDeleteUserRaw(requestParameters, initOverrides) {
|
|
4638
4823
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4659,7 +4844,7 @@ class SDKApi extends BaseAPI {
|
|
|
4659
4844
|
}
|
|
4660
4845
|
/**
|
|
4661
4846
|
* Hard delete the authenticated user
|
|
4662
|
-
*
|
|
4847
|
+
* Delete the current user
|
|
4663
4848
|
*/
|
|
4664
4849
|
hardDeleteUser(requestParameters, initOverrides) {
|
|
4665
4850
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4668,7 +4853,7 @@ class SDKApi extends BaseAPI {
|
|
|
4668
4853
|
}
|
|
4669
4854
|
/**
|
|
4670
4855
|
* Import a private key to create a waas account
|
|
4671
|
-
* Import
|
|
4856
|
+
* Import a private key to create a WAAS wallet
|
|
4672
4857
|
*/
|
|
4673
4858
|
importPrivateKeyRaw(requestParameters, initOverrides) {
|
|
4674
4859
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4700,7 +4885,7 @@ class SDKApi extends BaseAPI {
|
|
|
4700
4885
|
}
|
|
4701
4886
|
/**
|
|
4702
4887
|
* Import a private key to create a waas account
|
|
4703
|
-
* Import
|
|
4888
|
+
* Import a private key to create a WAAS wallet
|
|
4704
4889
|
*/
|
|
4705
4890
|
importPrivateKey(requestParameters, initOverrides) {
|
|
4706
4891
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4737,7 +4922,7 @@ class SDKApi extends BaseAPI {
|
|
|
4737
4922
|
}
|
|
4738
4923
|
/**
|
|
4739
4924
|
* This endpoint initializes a secure oauth authentication sequence by providing the state and current url path to the API.
|
|
4740
|
-
* Initialize
|
|
4925
|
+
* Initialize an OAuth authentication sequence
|
|
4741
4926
|
*/
|
|
4742
4927
|
initAuthRaw(requestParameters, initOverrides) {
|
|
4743
4928
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4765,7 +4950,7 @@ class SDKApi extends BaseAPI {
|
|
|
4765
4950
|
}
|
|
4766
4951
|
/**
|
|
4767
4952
|
* This endpoint initializes a secure oauth authentication sequence by providing the state and current url path to the API.
|
|
4768
|
-
* Initialize
|
|
4953
|
+
* Initialize an OAuth authentication sequence
|
|
4769
4954
|
*/
|
|
4770
4955
|
initAuth(requestParameters, initOverrides) {
|
|
4771
4956
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4942,7 +5127,7 @@ class SDKApi extends BaseAPI {
|
|
|
4942
5127
|
}
|
|
4943
5128
|
/**
|
|
4944
5129
|
* Generates the turnkey request body for a user\'s delete wallets request
|
|
4945
|
-
*
|
|
5130
|
+
* Generate the delete wallets request body
|
|
4946
5131
|
*/
|
|
4947
5132
|
legacyGetEmbeddedWalletsDeleteRequestRaw(requestParameters, initOverrides) {
|
|
4948
5133
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4969,7 +5154,7 @@ class SDKApi extends BaseAPI {
|
|
|
4969
5154
|
}
|
|
4970
5155
|
/**
|
|
4971
5156
|
* Generates the turnkey request body for a user\'s delete wallets request
|
|
4972
|
-
*
|
|
5157
|
+
* Generate the delete wallets request body
|
|
4973
5158
|
*/
|
|
4974
5159
|
legacyGetEmbeddedWalletsDeleteRequest(requestParameters, initOverrides) {
|
|
4975
5160
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5035,7 +5220,8 @@ class SDKApi extends BaseAPI {
|
|
|
5035
5220
|
});
|
|
5036
5221
|
}
|
|
5037
5222
|
/**
|
|
5038
|
-
*
|
|
5223
|
+
* Logs the SDK settings being used by the client for the environment.
|
|
5224
|
+
* Update SDK settings for the environment
|
|
5039
5225
|
*/
|
|
5040
5226
|
logDynamicSdkSettingsRaw(requestParameters, initOverrides) {
|
|
5041
5227
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5059,7 +5245,8 @@ class SDKApi extends BaseAPI {
|
|
|
5059
5245
|
});
|
|
5060
5246
|
}
|
|
5061
5247
|
/**
|
|
5062
|
-
*
|
|
5248
|
+
* Logs the SDK settings being used by the client for the environment.
|
|
5249
|
+
* Update SDK settings for the environment
|
|
5063
5250
|
*/
|
|
5064
5251
|
logDynamicSdkSettings(requestParameters, initOverrides) {
|
|
5065
5252
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5068,7 +5255,7 @@ class SDKApi extends BaseAPI {
|
|
|
5068
5255
|
}
|
|
5069
5256
|
/**
|
|
5070
5257
|
* Used to merge two owned accounts connected by email address
|
|
5071
|
-
*
|
|
5258
|
+
* Merge two owned accounts
|
|
5072
5259
|
*/
|
|
5073
5260
|
mergeUsersRaw(requestParameters, initOverrides) {
|
|
5074
5261
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5095,7 +5282,7 @@ class SDKApi extends BaseAPI {
|
|
|
5095
5282
|
}
|
|
5096
5283
|
/**
|
|
5097
5284
|
* Used to merge two owned accounts connected by email address
|
|
5098
|
-
*
|
|
5285
|
+
* Merge two owned accounts
|
|
5099
5286
|
*/
|
|
5100
5287
|
mergeUsers(requestParameters, initOverrides) {
|
|
5101
5288
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5186,7 +5373,7 @@ class SDKApi extends BaseAPI {
|
|
|
5186
5373
|
}
|
|
5187
5374
|
/**
|
|
5188
5375
|
* Endpoint where an oauth provider would return authorization HTML used for mobile-friendly login, such as Apple ID with Touch ID on enabled devices.
|
|
5189
|
-
*
|
|
5376
|
+
* Get OAuth provider authorization HTML
|
|
5190
5377
|
*/
|
|
5191
5378
|
oauthAuthorizeHtmlRaw(requestParameters, initOverrides) {
|
|
5192
5379
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5218,7 +5405,7 @@ class SDKApi extends BaseAPI {
|
|
|
5218
5405
|
}
|
|
5219
5406
|
/**
|
|
5220
5407
|
* Endpoint where an oauth provider would return authorization HTML used for mobile-friendly login, such as Apple ID with Touch ID on enabled devices.
|
|
5221
|
-
*
|
|
5408
|
+
* Get OAuth provider authorization HTML
|
|
5222
5409
|
*/
|
|
5223
5410
|
oauthAuthorizeHtml(requestParameters, initOverrides) {
|
|
5224
5411
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5257,7 +5444,8 @@ class SDKApi extends BaseAPI {
|
|
|
5257
5444
|
});
|
|
5258
5445
|
}
|
|
5259
5446
|
/**
|
|
5260
|
-
*
|
|
5447
|
+
* Redirects the user to the specified OAuth provider login page.
|
|
5448
|
+
* Redirect to OAuth provider login
|
|
5261
5449
|
*/
|
|
5262
5450
|
oauthLoginRaw(requestParameters, initOverrides) {
|
|
5263
5451
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5279,7 +5467,8 @@ class SDKApi extends BaseAPI {
|
|
|
5279
5467
|
});
|
|
5280
5468
|
}
|
|
5281
5469
|
/**
|
|
5282
|
-
*
|
|
5470
|
+
* Redirects the user to the specified OAuth provider login page.
|
|
5471
|
+
* Redirect to OAuth provider login
|
|
5283
5472
|
*/
|
|
5284
5473
|
oauthLogin(requestParameters, initOverrides) {
|
|
5285
5474
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5317,7 +5506,8 @@ class SDKApi extends BaseAPI {
|
|
|
5317
5506
|
});
|
|
5318
5507
|
}
|
|
5319
5508
|
/**
|
|
5320
|
-
*
|
|
5509
|
+
* Returns the login URL for the specified OAuth provider.
|
|
5510
|
+
* Get the OAuth provider login URL
|
|
5321
5511
|
*/
|
|
5322
5512
|
oauthLoginUrlRaw(requestParameters, initOverrides) {
|
|
5323
5513
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5339,7 +5529,8 @@ class SDKApi extends BaseAPI {
|
|
|
5339
5529
|
});
|
|
5340
5530
|
}
|
|
5341
5531
|
/**
|
|
5342
|
-
*
|
|
5532
|
+
* Returns the login URL for the specified OAuth provider.
|
|
5533
|
+
* Get the OAuth provider login URL
|
|
5343
5534
|
*/
|
|
5344
5535
|
oauthLoginUrl(requestParameters, initOverrides) {
|
|
5345
5536
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5379,7 +5570,7 @@ class SDKApi extends BaseAPI {
|
|
|
5379
5570
|
}
|
|
5380
5571
|
/**
|
|
5381
5572
|
* Endpoint where an oauth provider would redirect after a successful user authorizing the oauth application.
|
|
5382
|
-
*
|
|
5573
|
+
* Handle Apple ID OAuth redirect
|
|
5383
5574
|
*/
|
|
5384
5575
|
oauthRedirectAppleRaw(requestParameters, initOverrides) {
|
|
5385
5576
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5421,7 +5612,7 @@ class SDKApi extends BaseAPI {
|
|
|
5421
5612
|
}
|
|
5422
5613
|
/**
|
|
5423
5614
|
* Endpoint where an oauth provider would redirect after a successful user authorizing the oauth application.
|
|
5424
|
-
*
|
|
5615
|
+
* Handle Apple ID OAuth redirect
|
|
5425
5616
|
*/
|
|
5426
5617
|
oauthRedirectApple(requestParameters, initOverrides) {
|
|
5427
5618
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5458,7 +5649,7 @@ class SDKApi extends BaseAPI {
|
|
|
5458
5649
|
}
|
|
5459
5650
|
/**
|
|
5460
5651
|
* Endpoint where an oauth provider would redirect after a successful user authorizing the oauth application.
|
|
5461
|
-
*
|
|
5652
|
+
* Handle OAuth provider redirect
|
|
5462
5653
|
*/
|
|
5463
5654
|
oauthRedirectCodeRaw(requestParameters, initOverrides) {
|
|
5464
5655
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5499,7 +5690,7 @@ class SDKApi extends BaseAPI {
|
|
|
5499
5690
|
}
|
|
5500
5691
|
/**
|
|
5501
5692
|
* Endpoint where an oauth provider would redirect after a successful user authorizing the oauth application.
|
|
5502
|
-
*
|
|
5693
|
+
* Handle OAuth provider redirect
|
|
5503
5694
|
*/
|
|
5504
5695
|
oauthRedirectCode(requestParameters, initOverrides) {
|
|
5505
5696
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5538,7 +5729,8 @@ class SDKApi extends BaseAPI {
|
|
|
5538
5729
|
});
|
|
5539
5730
|
}
|
|
5540
5731
|
/**
|
|
5541
|
-
* Returns the authorization
|
|
5732
|
+
* Returns the OAuth authorization result for the given state.
|
|
5733
|
+
* Get the OAuth provider authorization result
|
|
5542
5734
|
*/
|
|
5543
5735
|
oauthResultRaw(requestParameters, initOverrides) {
|
|
5544
5736
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5565,7 +5757,8 @@ class SDKApi extends BaseAPI {
|
|
|
5565
5757
|
});
|
|
5566
5758
|
}
|
|
5567
5759
|
/**
|
|
5568
|
-
* Returns the authorization
|
|
5760
|
+
* Returns the OAuth authorization result for the given state.
|
|
5761
|
+
* Get the OAuth provider authorization result
|
|
5569
5762
|
*/
|
|
5570
5763
|
oauthResult(requestParameters, initOverrides) {
|
|
5571
5764
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5604,8 +5797,8 @@ class SDKApi extends BaseAPI {
|
|
|
5604
5797
|
});
|
|
5605
5798
|
}
|
|
5606
5799
|
/**
|
|
5607
|
-
* Standard OAuth SignIn callback to exchange
|
|
5608
|
-
*
|
|
5800
|
+
* Standard OAuth SignIn callback to exchange temporary code for oauth access and return a valid Dynamic JWT and user
|
|
5801
|
+
* Sign in with OAuth provider
|
|
5609
5802
|
*/
|
|
5610
5803
|
oauthSignInRaw(requestParameters, initOverrides) {
|
|
5611
5804
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5632,8 +5825,8 @@ class SDKApi extends BaseAPI {
|
|
|
5632
5825
|
});
|
|
5633
5826
|
}
|
|
5634
5827
|
/**
|
|
5635
|
-
* Standard OAuth SignIn callback to exchange
|
|
5636
|
-
*
|
|
5828
|
+
* Standard OAuth SignIn callback to exchange temporary code for oauth access and return a valid Dynamic JWT and user
|
|
5829
|
+
* Sign in with OAuth provider
|
|
5637
5830
|
*/
|
|
5638
5831
|
oauthSignIn(requestParameters, initOverrides) {
|
|
5639
5832
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5672,8 +5865,8 @@ class SDKApi extends BaseAPI {
|
|
|
5672
5865
|
});
|
|
5673
5866
|
}
|
|
5674
5867
|
/**
|
|
5675
|
-
* Standard OAuth verify callback to exchange
|
|
5676
|
-
*
|
|
5868
|
+
* Standard OAuth verify callback to exchange temporary code for oauth access
|
|
5869
|
+
* Verify OAuth provider authorization
|
|
5677
5870
|
*/
|
|
5678
5871
|
oauthVerifyRaw(requestParameters, initOverrides) {
|
|
5679
5872
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5700,8 +5893,8 @@ class SDKApi extends BaseAPI {
|
|
|
5700
5893
|
});
|
|
5701
5894
|
}
|
|
5702
5895
|
/**
|
|
5703
|
-
* Standard OAuth verify callback to exchange
|
|
5704
|
-
*
|
|
5896
|
+
* Standard OAuth verify callback to exchange temporary code for oauth access
|
|
5897
|
+
* Verify OAuth provider authorization
|
|
5705
5898
|
*/
|
|
5706
5899
|
oauthVerify(requestParameters, initOverrides) {
|
|
5707
5900
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5794,6 +5987,7 @@ class SDKApi extends BaseAPI {
|
|
|
5794
5987
|
});
|
|
5795
5988
|
}
|
|
5796
5989
|
/**
|
|
5990
|
+
* Adds priority fees and compute unit limits to a Solana transaction for optimization.
|
|
5797
5991
|
* Add fees to a Solana transaction
|
|
5798
5992
|
*/
|
|
5799
5993
|
optimizeTransactionRaw(requestParameters, initOverrides) {
|
|
@@ -5818,6 +6012,7 @@ class SDKApi extends BaseAPI {
|
|
|
5818
6012
|
});
|
|
5819
6013
|
}
|
|
5820
6014
|
/**
|
|
6015
|
+
* Adds priority fees and compute unit limits to a Solana transaction for optimization.
|
|
5821
6016
|
* Add fees to a Solana transaction
|
|
5822
6017
|
*/
|
|
5823
6018
|
optimizeTransaction(requestParameters, initOverrides) {
|
|
@@ -5908,6 +6103,7 @@ class SDKApi extends BaseAPI {
|
|
|
5908
6103
|
});
|
|
5909
6104
|
}
|
|
5910
6105
|
/**
|
|
6106
|
+
* Transfers funds from an exchange account to an external address or another account.
|
|
5911
6107
|
* Transfer funds from an exchange account to an external address or another Coinbase account
|
|
5912
6108
|
*/
|
|
5913
6109
|
postExchangeAccountTransferRaw(requestParameters, initOverrides) {
|
|
@@ -5945,6 +6141,7 @@ class SDKApi extends BaseAPI {
|
|
|
5945
6141
|
});
|
|
5946
6142
|
}
|
|
5947
6143
|
/**
|
|
6144
|
+
* Transfers funds from an exchange account to an external address or another account.
|
|
5948
6145
|
* Transfer funds from an exchange account to an external address or another Coinbase account
|
|
5949
6146
|
*/
|
|
5950
6147
|
postExchangeAccountTransfer(requestParameters, initOverrides) {
|
|
@@ -5987,6 +6184,7 @@ class SDKApi extends BaseAPI {
|
|
|
5987
6184
|
});
|
|
5988
6185
|
}
|
|
5989
6186
|
/**
|
|
6187
|
+
* Returns token balances for multiple account addresses across different chains.
|
|
5990
6188
|
* Get account balances for multiple addresses
|
|
5991
6189
|
*/
|
|
5992
6190
|
postMultichainAccountBalancesRaw(requestParameters, initOverrides) {
|
|
@@ -6011,6 +6209,7 @@ class SDKApi extends BaseAPI {
|
|
|
6011
6209
|
});
|
|
6012
6210
|
}
|
|
6013
6211
|
/**
|
|
6212
|
+
* Returns token balances for multiple account addresses across different chains.
|
|
6014
6213
|
* Get account balances for multiple addresses
|
|
6015
6214
|
*/
|
|
6016
6215
|
postMultichainAccountBalances(requestParameters, initOverrides) {
|
|
@@ -6052,6 +6251,7 @@ class SDKApi extends BaseAPI {
|
|
|
6052
6251
|
});
|
|
6053
6252
|
}
|
|
6054
6253
|
/**
|
|
6254
|
+
* Handles the Telegram authentication callback after user authorization.
|
|
6055
6255
|
* Handle Telegram authentication
|
|
6056
6256
|
*/
|
|
6057
6257
|
postTelegramAuthRaw(requestParameters, initOverrides) {
|
|
@@ -6076,6 +6276,7 @@ class SDKApi extends BaseAPI {
|
|
|
6076
6276
|
});
|
|
6077
6277
|
}
|
|
6078
6278
|
/**
|
|
6279
|
+
* Handles the Telegram authentication callback after user authorization.
|
|
6079
6280
|
* Handle Telegram authentication
|
|
6080
6281
|
*/
|
|
6081
6282
|
postTelegramAuth(requestParameters, initOverrides) {
|
|
@@ -6085,7 +6286,7 @@ class SDKApi extends BaseAPI {
|
|
|
6085
6286
|
}
|
|
6086
6287
|
/**
|
|
6087
6288
|
* Endpoint to send minimal wallet information to the API to prefetch name service information for an address.
|
|
6088
|
-
*
|
|
6289
|
+
* Prefetch information for a wallet address
|
|
6089
6290
|
*/
|
|
6090
6291
|
prefetchRaw(requestParameters, initOverrides) {
|
|
6091
6292
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6110,7 +6311,7 @@ class SDKApi extends BaseAPI {
|
|
|
6110
6311
|
}
|
|
6111
6312
|
/**
|
|
6112
6313
|
* Endpoint to send minimal wallet information to the API to prefetch name service information for an address.
|
|
6113
|
-
*
|
|
6314
|
+
* Prefetch information for a wallet address
|
|
6114
6315
|
*/
|
|
6115
6316
|
prefetch(requestParameters, initOverrides) {
|
|
6116
6317
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6118,7 +6319,8 @@ class SDKApi extends BaseAPI {
|
|
|
6118
6319
|
});
|
|
6119
6320
|
}
|
|
6120
6321
|
/**
|
|
6121
|
-
*
|
|
6322
|
+
* Publishes SDK analytics events for the given environment.
|
|
6323
|
+
* Publish SDK events
|
|
6122
6324
|
*/
|
|
6123
6325
|
publishEventRaw(requestParameters, initOverrides) {
|
|
6124
6326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6142,7 +6344,8 @@ class SDKApi extends BaseAPI {
|
|
|
6142
6344
|
});
|
|
6143
6345
|
}
|
|
6144
6346
|
/**
|
|
6145
|
-
*
|
|
6347
|
+
* Publishes SDK analytics events for the given environment.
|
|
6348
|
+
* Publish SDK events
|
|
6146
6349
|
*/
|
|
6147
6350
|
publishEvent(requestParameters, initOverrides) {
|
|
6148
6351
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6150,7 +6353,8 @@ class SDKApi extends BaseAPI {
|
|
|
6150
6353
|
});
|
|
6151
6354
|
}
|
|
6152
6355
|
/**
|
|
6153
|
-
*
|
|
6356
|
+
* Recovers the client key shares for the specified WAAS wallet from backup.
|
|
6357
|
+
* Recover WAAS keyshares
|
|
6154
6358
|
*/
|
|
6155
6359
|
recoverKeySharesRaw(requestParameters, initOverrides) {
|
|
6156
6360
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6181,7 +6385,8 @@ class SDKApi extends BaseAPI {
|
|
|
6181
6385
|
});
|
|
6182
6386
|
}
|
|
6183
6387
|
/**
|
|
6184
|
-
*
|
|
6388
|
+
* Recovers the client key shares for the specified WAAS wallet from backup.
|
|
6389
|
+
* Recover WAAS keyshares
|
|
6185
6390
|
*/
|
|
6186
6391
|
recoverKeyShares(requestParameters, initOverrides) {
|
|
6187
6392
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6274,7 +6479,8 @@ class SDKApi extends BaseAPI {
|
|
|
6274
6479
|
});
|
|
6275
6480
|
}
|
|
6276
6481
|
/**
|
|
6277
|
-
*
|
|
6482
|
+
* Refreshes the JWT auth token and returns a new token with updated claims.
|
|
6483
|
+
* Refresh the JWT auth token
|
|
6278
6484
|
*/
|
|
6279
6485
|
refreshAuthRaw(requestParameters, initOverrides) {
|
|
6280
6486
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6300,7 +6506,8 @@ class SDKApi extends BaseAPI {
|
|
|
6300
6506
|
});
|
|
6301
6507
|
}
|
|
6302
6508
|
/**
|
|
6303
|
-
*
|
|
6509
|
+
* Refreshes the JWT auth token and returns a new token with updated claims.
|
|
6510
|
+
* Refresh the JWT auth token
|
|
6304
6511
|
*/
|
|
6305
6512
|
refreshAuth(requestParameters, initOverrides) {
|
|
6306
6513
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6309,7 +6516,8 @@ class SDKApi extends BaseAPI {
|
|
|
6309
6516
|
});
|
|
6310
6517
|
}
|
|
6311
6518
|
/**
|
|
6312
|
-
*
|
|
6519
|
+
* Refreshes the MPC key shares for the specified WAAS wallet.
|
|
6520
|
+
* Refresh WAAS keyshares
|
|
6313
6521
|
*/
|
|
6314
6522
|
refreshKeySharesRaw(requestParameters, initOverrides) {
|
|
6315
6523
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6338,7 +6546,8 @@ class SDKApi extends BaseAPI {
|
|
|
6338
6546
|
});
|
|
6339
6547
|
}
|
|
6340
6548
|
/**
|
|
6341
|
-
*
|
|
6549
|
+
* Refreshes the MPC key shares for the specified WAAS wallet.
|
|
6550
|
+
* Refresh WAAS keyshares
|
|
6342
6551
|
*/
|
|
6343
6552
|
refreshKeyShares(requestParameters, initOverrides) {
|
|
6344
6553
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6404,6 +6613,7 @@ class SDKApi extends BaseAPI {
|
|
|
6404
6613
|
});
|
|
6405
6614
|
}
|
|
6406
6615
|
/**
|
|
6616
|
+
* Registers a new passkey for the authenticated user using WebAuthn credentials.
|
|
6407
6617
|
* Register a new passkey
|
|
6408
6618
|
*/
|
|
6409
6619
|
registerPasskeyRaw(requestParameters, initOverrides) {
|
|
@@ -6435,6 +6645,7 @@ class SDKApi extends BaseAPI {
|
|
|
6435
6645
|
});
|
|
6436
6646
|
}
|
|
6437
6647
|
/**
|
|
6648
|
+
* Registers a new passkey for the authenticated user using WebAuthn credentials.
|
|
6438
6649
|
* Register a new passkey
|
|
6439
6650
|
*/
|
|
6440
6651
|
registerPasskey(requestParameters, initOverrides) {
|
|
@@ -6444,7 +6655,8 @@ class SDKApi extends BaseAPI {
|
|
|
6444
6655
|
});
|
|
6445
6656
|
}
|
|
6446
6657
|
/**
|
|
6447
|
-
*
|
|
6658
|
+
* Initiates passkey MFA device registration and returns the setup details.
|
|
6659
|
+
* Register a passkey MFA device
|
|
6448
6660
|
*/
|
|
6449
6661
|
registerPasskeyMfaDeviceRaw(requestParameters, initOverrides) {
|
|
6450
6662
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6470,7 +6682,8 @@ class SDKApi extends BaseAPI {
|
|
|
6470
6682
|
});
|
|
6471
6683
|
}
|
|
6472
6684
|
/**
|
|
6473
|
-
*
|
|
6685
|
+
* Initiates passkey MFA device registration and returns the setup details.
|
|
6686
|
+
* Register a passkey MFA device
|
|
6474
6687
|
*/
|
|
6475
6688
|
registerPasskeyMfaDevice(requestParameters, initOverrides) {
|
|
6476
6689
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6506,6 +6719,7 @@ class SDKApi extends BaseAPI {
|
|
|
6506
6719
|
});
|
|
6507
6720
|
}
|
|
6508
6721
|
/**
|
|
6722
|
+
* Verifies the passkey credential to complete MFA device registration.
|
|
6509
6723
|
* Verify Passkey MFA device
|
|
6510
6724
|
*/
|
|
6511
6725
|
registerPasskeyMfaDeviceVerifyRaw(requestParameters, initOverrides) {
|
|
@@ -6537,6 +6751,7 @@ class SDKApi extends BaseAPI {
|
|
|
6537
6751
|
});
|
|
6538
6752
|
}
|
|
6539
6753
|
/**
|
|
6754
|
+
* Verifies the passkey credential to complete MFA device registration.
|
|
6540
6755
|
* Verify Passkey MFA device
|
|
6541
6756
|
*/
|
|
6542
6757
|
registerPasskeyMfaDeviceVerify(requestParameters, initOverrides) {
|
|
@@ -6588,7 +6803,8 @@ class SDKApi extends BaseAPI {
|
|
|
6588
6803
|
});
|
|
6589
6804
|
}
|
|
6590
6805
|
/**
|
|
6591
|
-
*
|
|
6806
|
+
* Initiates TOTP MFA device registration and returns the setup details.
|
|
6807
|
+
* Register a TOTP MFA device
|
|
6592
6808
|
*/
|
|
6593
6809
|
registerTotpMfaDeviceRaw(requestParameters, initOverrides) {
|
|
6594
6810
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6614,7 +6830,8 @@ class SDKApi extends BaseAPI {
|
|
|
6614
6830
|
});
|
|
6615
6831
|
}
|
|
6616
6832
|
/**
|
|
6617
|
-
*
|
|
6833
|
+
* Initiates TOTP MFA device registration and returns the setup details.
|
|
6834
|
+
* Register a TOTP MFA device
|
|
6618
6835
|
*/
|
|
6619
6836
|
registerTotpMfaDevice(requestParameters, initOverrides) {
|
|
6620
6837
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6650,6 +6867,7 @@ class SDKApi extends BaseAPI {
|
|
|
6650
6867
|
});
|
|
6651
6868
|
}
|
|
6652
6869
|
/**
|
|
6870
|
+
* Verifies the TOTP code to complete MFA device registration.
|
|
6653
6871
|
* Verify TOTP MFA device
|
|
6654
6872
|
*/
|
|
6655
6873
|
registerTotpMfaDeviceVerifyRaw(requestParameters, initOverrides) {
|
|
@@ -6681,6 +6899,7 @@ class SDKApi extends BaseAPI {
|
|
|
6681
6899
|
});
|
|
6682
6900
|
}
|
|
6683
6901
|
/**
|
|
6902
|
+
* Verifies the TOTP code to complete MFA device registration.
|
|
6684
6903
|
* Verify TOTP MFA device
|
|
6685
6904
|
*/
|
|
6686
6905
|
registerTotpMfaDeviceVerify(requestParameters, initOverrides) {
|
|
@@ -6690,7 +6909,8 @@ class SDKApi extends BaseAPI {
|
|
|
6690
6909
|
});
|
|
6691
6910
|
}
|
|
6692
6911
|
/**
|
|
6693
|
-
*
|
|
6912
|
+
* Reshares the MPC secret shares for the specified WAAS wallet.
|
|
6913
|
+
* Reshare WAAS secret shares
|
|
6694
6914
|
*/
|
|
6695
6915
|
reshareRaw(requestParameters, initOverrides) {
|
|
6696
6916
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6724,7 +6944,8 @@ class SDKApi extends BaseAPI {
|
|
|
6724
6944
|
});
|
|
6725
6945
|
}
|
|
6726
6946
|
/**
|
|
6727
|
-
*
|
|
6947
|
+
* Reshares the MPC secret shares for the specified WAAS wallet.
|
|
6948
|
+
* Reshare WAAS secret shares
|
|
6728
6949
|
*/
|
|
6729
6950
|
reshare(requestParameters, initOverrides) {
|
|
6730
6951
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6832,7 +7053,8 @@ class SDKApi extends BaseAPI {
|
|
|
6832
7053
|
});
|
|
6833
7054
|
}
|
|
6834
7055
|
/**
|
|
6835
|
-
*
|
|
7056
|
+
* Resends the email verification code to the email address on file.
|
|
7057
|
+
* Resend email verification code
|
|
6836
7058
|
*/
|
|
6837
7059
|
retryEmailVerificationRaw(requestParameters, initOverrides) {
|
|
6838
7060
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6856,7 +7078,8 @@ class SDKApi extends BaseAPI {
|
|
|
6856
7078
|
});
|
|
6857
7079
|
}
|
|
6858
7080
|
/**
|
|
6859
|
-
*
|
|
7081
|
+
* Resends the email verification code to the email address on file.
|
|
7082
|
+
* Resend email verification code
|
|
6860
7083
|
*/
|
|
6861
7084
|
retryEmailVerification(requestParameters, initOverrides) {
|
|
6862
7085
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6892,7 +7115,8 @@ class SDKApi extends BaseAPI {
|
|
|
6892
7115
|
});
|
|
6893
7116
|
}
|
|
6894
7117
|
/**
|
|
6895
|
-
*
|
|
7118
|
+
* Resends the SMS verification code to the phone number on file.
|
|
7119
|
+
* Resend SMS verification code
|
|
6896
7120
|
*/
|
|
6897
7121
|
retrySmsVerificationRaw(requestParameters, initOverrides) {
|
|
6898
7122
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6916,7 +7140,8 @@ class SDKApi extends BaseAPI {
|
|
|
6916
7140
|
});
|
|
6917
7141
|
}
|
|
6918
7142
|
/**
|
|
6919
|
-
*
|
|
7143
|
+
* Resends the SMS verification code to the phone number on file.
|
|
7144
|
+
* Resend SMS verification code
|
|
6920
7145
|
*/
|
|
6921
7146
|
retrySmsVerification(requestParameters, initOverrides) {
|
|
6922
7147
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6952,6 +7177,7 @@ class SDKApi extends BaseAPI {
|
|
|
6952
7177
|
});
|
|
6953
7178
|
}
|
|
6954
7179
|
/**
|
|
7180
|
+
* Revokes the current user session and invalidates the JWT.
|
|
6955
7181
|
* Revoke a session
|
|
6956
7182
|
*/
|
|
6957
7183
|
revokeSessionRaw(requestParameters, initOverrides) {
|
|
@@ -6978,6 +7204,7 @@ class SDKApi extends BaseAPI {
|
|
|
6978
7204
|
});
|
|
6979
7205
|
}
|
|
6980
7206
|
/**
|
|
7207
|
+
* Revokes the current user session and invalidates the JWT.
|
|
6981
7208
|
* Revoke a session
|
|
6982
7209
|
*/
|
|
6983
7210
|
revokeSession(requestParameters, initOverrides) {
|
|
@@ -7013,6 +7240,7 @@ class SDKApi extends BaseAPI {
|
|
|
7013
7240
|
});
|
|
7014
7241
|
}
|
|
7015
7242
|
/**
|
|
7243
|
+
* Scans a URL for potential phishing or malicious activity and returns the result.
|
|
7016
7244
|
* Scan a URL for potential malicious activity
|
|
7017
7245
|
*/
|
|
7018
7246
|
scanUrlRaw(requestParameters, initOverrides) {
|
|
@@ -7037,6 +7265,7 @@ class SDKApi extends BaseAPI {
|
|
|
7037
7265
|
});
|
|
7038
7266
|
}
|
|
7039
7267
|
/**
|
|
7268
|
+
* Scans a URL for potential phishing or malicious activity and returns the result.
|
|
7040
7269
|
* Scan a URL for potential malicious activity
|
|
7041
7270
|
*/
|
|
7042
7271
|
scanUrl(requestParameters, initOverrides) {
|
|
@@ -7099,7 +7328,7 @@ class SDKApi extends BaseAPI {
|
|
|
7099
7328
|
}
|
|
7100
7329
|
/**
|
|
7101
7330
|
* 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.
|
|
7102
|
-
* Update
|
|
7331
|
+
* Update primary wallet selection
|
|
7103
7332
|
*/
|
|
7104
7333
|
selectUserWalletRaw(requestParameters, initOverrides) {
|
|
7105
7334
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7131,7 +7360,7 @@ class SDKApi extends BaseAPI {
|
|
|
7131
7360
|
}
|
|
7132
7361
|
/**
|
|
7133
7362
|
* 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.
|
|
7134
|
-
* Update
|
|
7363
|
+
* Update primary wallet selection
|
|
7135
7364
|
*/
|
|
7136
7365
|
selectUserWallet(requestParameters, initOverrides) {
|
|
7137
7366
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7167,7 +7396,8 @@ class SDKApi extends BaseAPI {
|
|
|
7167
7396
|
});
|
|
7168
7397
|
}
|
|
7169
7398
|
/**
|
|
7170
|
-
*
|
|
7399
|
+
* Checks whether the current user session is still valid.
|
|
7400
|
+
* Check session validity
|
|
7171
7401
|
*/
|
|
7172
7402
|
sessionCheckRaw(requestParameters, initOverrides) {
|
|
7173
7403
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7193,7 +7423,8 @@ class SDKApi extends BaseAPI {
|
|
|
7193
7423
|
});
|
|
7194
7424
|
}
|
|
7195
7425
|
/**
|
|
7196
|
-
*
|
|
7426
|
+
* Checks whether the current user session is still valid.
|
|
7427
|
+
* Check session validity
|
|
7197
7428
|
*/
|
|
7198
7429
|
sessionCheck(requestParameters, initOverrides) {
|
|
7199
7430
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7282,7 +7513,8 @@ class SDKApi extends BaseAPI {
|
|
|
7282
7513
|
});
|
|
7283
7514
|
}
|
|
7284
7515
|
/**
|
|
7285
|
-
*
|
|
7516
|
+
* Verifies the email code and authenticates the user, returning a JWT.
|
|
7517
|
+
* Verify email and sign in
|
|
7286
7518
|
*/
|
|
7287
7519
|
signInWithEmailVerificationRaw(requestParameters, initOverrides) {
|
|
7288
7520
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7306,7 +7538,8 @@ class SDKApi extends BaseAPI {
|
|
|
7306
7538
|
});
|
|
7307
7539
|
}
|
|
7308
7540
|
/**
|
|
7309
|
-
*
|
|
7541
|
+
* Verifies the email code and authenticates the user, returning a JWT.
|
|
7542
|
+
* Verify email and sign in
|
|
7310
7543
|
*/
|
|
7311
7544
|
signInWithEmailVerification(requestParameters, initOverrides) {
|
|
7312
7545
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7342,7 +7575,8 @@ class SDKApi extends BaseAPI {
|
|
|
7342
7575
|
});
|
|
7343
7576
|
}
|
|
7344
7577
|
/**
|
|
7345
|
-
*
|
|
7578
|
+
* Verifies the SMS code and authenticates the user, returning a JWT.
|
|
7579
|
+
* Verify SMS and sign in
|
|
7346
7580
|
*/
|
|
7347
7581
|
signInWithSmsVerificationRaw(requestParameters, initOverrides) {
|
|
7348
7582
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7366,7 +7600,8 @@ class SDKApi extends BaseAPI {
|
|
|
7366
7600
|
});
|
|
7367
7601
|
}
|
|
7368
7602
|
/**
|
|
7369
|
-
*
|
|
7603
|
+
* Verifies the SMS code and authenticates the user, returning a JWT.
|
|
7604
|
+
* Verify SMS and sign in
|
|
7370
7605
|
*/
|
|
7371
7606
|
signInWithSmsVerification(requestParameters, initOverrides) {
|
|
7372
7607
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7402,7 +7637,8 @@ class SDKApi extends BaseAPI {
|
|
|
7402
7637
|
});
|
|
7403
7638
|
}
|
|
7404
7639
|
/**
|
|
7405
|
-
*
|
|
7640
|
+
* Signs a message using the specified WAAS wallet through an MPC ceremony.
|
|
7641
|
+
* Sign a message with a WAAS wallet
|
|
7406
7642
|
*/
|
|
7407
7643
|
signMessageRaw(requestParameters, initOverrides) {
|
|
7408
7644
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7436,7 +7672,8 @@ class SDKApi extends BaseAPI {
|
|
|
7436
7672
|
});
|
|
7437
7673
|
}
|
|
7438
7674
|
/**
|
|
7439
|
-
*
|
|
7675
|
+
* Signs a message using the specified WAAS wallet through an MPC ceremony.
|
|
7676
|
+
* Sign a message with a WAAS wallet
|
|
7440
7677
|
*/
|
|
7441
7678
|
signMessage(requestParameters, initOverrides) {
|
|
7442
7679
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7475,6 +7712,7 @@ class SDKApi extends BaseAPI {
|
|
|
7475
7712
|
});
|
|
7476
7713
|
}
|
|
7477
7714
|
/**
|
|
7715
|
+
* Authenticates a user using a passkey and returns a JWT.
|
|
7478
7716
|
* Authenticate a passkey
|
|
7479
7717
|
*/
|
|
7480
7718
|
signinWithPasskeyRaw(requestParameters, initOverrides) {
|
|
@@ -7499,6 +7737,7 @@ class SDKApi extends BaseAPI {
|
|
|
7499
7737
|
});
|
|
7500
7738
|
}
|
|
7501
7739
|
/**
|
|
7740
|
+
* Authenticates a user using a passkey and returns a JWT.
|
|
7502
7741
|
* Authenticate a passkey
|
|
7503
7742
|
*/
|
|
7504
7743
|
signinWithPasskey(requestParameters, initOverrides) {
|
|
@@ -7508,6 +7747,7 @@ class SDKApi extends BaseAPI {
|
|
|
7508
7747
|
});
|
|
7509
7748
|
}
|
|
7510
7749
|
/**
|
|
7750
|
+
* Simulates an EVM transaction and returns the expected outcome.
|
|
7511
7751
|
* Simulate an EVM transaction
|
|
7512
7752
|
*/
|
|
7513
7753
|
simulateEVMTransactionRaw(requestParameters, initOverrides) {
|
|
@@ -7532,6 +7772,7 @@ class SDKApi extends BaseAPI {
|
|
|
7532
7772
|
});
|
|
7533
7773
|
}
|
|
7534
7774
|
/**
|
|
7775
|
+
* Simulates an EVM transaction and returns the expected outcome.
|
|
7535
7776
|
* Simulate an EVM transaction
|
|
7536
7777
|
*/
|
|
7537
7778
|
simulateEVMTransaction(requestParameters, initOverrides) {
|
|
@@ -7568,6 +7809,7 @@ class SDKApi extends BaseAPI {
|
|
|
7568
7809
|
});
|
|
7569
7810
|
}
|
|
7570
7811
|
/**
|
|
7812
|
+
* Simulates a Solana transaction and returns the expected outcome.
|
|
7571
7813
|
* Simulate a Solana transaction
|
|
7572
7814
|
*/
|
|
7573
7815
|
simulateSVMTransactionRaw(requestParameters, initOverrides) {
|
|
@@ -7592,6 +7834,7 @@ class SDKApi extends BaseAPI {
|
|
|
7592
7834
|
});
|
|
7593
7835
|
}
|
|
7594
7836
|
/**
|
|
7837
|
+
* Simulates a Solana transaction and returns the expected outcome.
|
|
7595
7838
|
* Simulate a Solana transaction
|
|
7596
7839
|
*/
|
|
7597
7840
|
simulateSVMTransaction(requestParameters, initOverrides) {
|
|
@@ -7628,6 +7871,7 @@ class SDKApi extends BaseAPI {
|
|
|
7628
7871
|
});
|
|
7629
7872
|
}
|
|
7630
7873
|
/**
|
|
7874
|
+
* Simulates an EVM Account Abstraction UserOp and returns the expected outcome.
|
|
7631
7875
|
* Simulate an EVM AA UserOp
|
|
7632
7876
|
*/
|
|
7633
7877
|
simulateUserOpRaw(requestParameters, initOverrides) {
|
|
@@ -7652,6 +7896,7 @@ class SDKApi extends BaseAPI {
|
|
|
7652
7896
|
});
|
|
7653
7897
|
}
|
|
7654
7898
|
/**
|
|
7899
|
+
* Simulates an EVM Account Abstraction UserOp and returns the expected outcome.
|
|
7655
7900
|
* Simulate an EVM AA UserOp
|
|
7656
7901
|
*/
|
|
7657
7902
|
simulateUserOp(requestParameters, initOverrides) {
|
|
@@ -7846,7 +8091,8 @@ class SDKApi extends BaseAPI {
|
|
|
7846
8091
|
});
|
|
7847
8092
|
}
|
|
7848
8093
|
/**
|
|
7849
|
-
* Telegram
|
|
8094
|
+
* Checks if a Telegram authentication attempt has been completed.
|
|
8095
|
+
* Check Telegram authentication status
|
|
7850
8096
|
*/
|
|
7851
8097
|
telegramCheckAuthRaw(requestParameters, initOverrides) {
|
|
7852
8098
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7867,7 +8113,8 @@ class SDKApi extends BaseAPI {
|
|
|
7867
8113
|
});
|
|
7868
8114
|
}
|
|
7869
8115
|
/**
|
|
7870
|
-
* Telegram
|
|
8116
|
+
* Checks if a Telegram authentication attempt has been completed.
|
|
8117
|
+
* Check Telegram authentication status
|
|
7871
8118
|
*/
|
|
7872
8119
|
telegramCheckAuth(requestParameters, initOverrides) {
|
|
7873
8120
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7902,7 +8149,8 @@ class SDKApi extends BaseAPI {
|
|
|
7902
8149
|
});
|
|
7903
8150
|
}
|
|
7904
8151
|
/**
|
|
7905
|
-
* Telegram
|
|
8152
|
+
* Authenticates a user using their Telegram account credentials.
|
|
8153
|
+
* Sign in with Telegram
|
|
7906
8154
|
*/
|
|
7907
8155
|
telegramSignInRaw(requestParameters, initOverrides) {
|
|
7908
8156
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7923,7 +8171,8 @@ class SDKApi extends BaseAPI {
|
|
|
7923
8171
|
});
|
|
7924
8172
|
}
|
|
7925
8173
|
/**
|
|
7926
|
-
* Telegram
|
|
8174
|
+
* Authenticates a user using their Telegram account credentials.
|
|
8175
|
+
* Sign in with Telegram
|
|
7927
8176
|
*/
|
|
7928
8177
|
telegramSignIn(requestParameters, initOverrides) {
|
|
7929
8178
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7959,7 +8208,8 @@ class SDKApi extends BaseAPI {
|
|
|
7959
8208
|
});
|
|
7960
8209
|
}
|
|
7961
8210
|
/**
|
|
7962
|
-
* Telegram
|
|
8211
|
+
* Verifies and links a Telegram account to the authenticated user.
|
|
8212
|
+
* Verify Telegram account linking
|
|
7963
8213
|
*/
|
|
7964
8214
|
telegramVerifyRaw(requestParameters, initOverrides) {
|
|
7965
8215
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7987,7 +8237,8 @@ class SDKApi extends BaseAPI {
|
|
|
7987
8237
|
});
|
|
7988
8238
|
}
|
|
7989
8239
|
/**
|
|
7990
|
-
* Telegram
|
|
8240
|
+
* Verifies and links a Telegram account to the authenticated user.
|
|
8241
|
+
* Verify Telegram account linking
|
|
7991
8242
|
*/
|
|
7992
8243
|
telegramVerify(requestParameters, initOverrides) {
|
|
7993
8244
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8023,6 +8274,7 @@ class SDKApi extends BaseAPI {
|
|
|
8023
8274
|
});
|
|
8024
8275
|
}
|
|
8025
8276
|
/**
|
|
8277
|
+
* Updates the V2 recovery email address for the authenticated user.
|
|
8026
8278
|
* Update a user\'s V2 recovery email
|
|
8027
8279
|
*/
|
|
8028
8280
|
updateEmbeddedWalletRecoveryEmailRaw(requestParameters, initOverrides) {
|
|
@@ -8054,6 +8306,7 @@ class SDKApi extends BaseAPI {
|
|
|
8054
8306
|
});
|
|
8055
8307
|
}
|
|
8056
8308
|
/**
|
|
8309
|
+
* Updates the V2 recovery email address for the authenticated user.
|
|
8057
8310
|
* Update a user\'s V2 recovery email
|
|
8058
8311
|
*/
|
|
8059
8312
|
updateEmbeddedWalletRecoveryEmail(requestParameters, initOverrides) {
|
|
@@ -8062,7 +8315,8 @@ class SDKApi extends BaseAPI {
|
|
|
8062
8315
|
});
|
|
8063
8316
|
}
|
|
8064
8317
|
/**
|
|
8065
|
-
*
|
|
8318
|
+
* Updates the specified passkey for the authenticated user.
|
|
8319
|
+
* Update a passkey
|
|
8066
8320
|
*/
|
|
8067
8321
|
updatePasskeyRaw(requestParameters, initOverrides) {
|
|
8068
8322
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8093,7 +8347,8 @@ class SDKApi extends BaseAPI {
|
|
|
8093
8347
|
});
|
|
8094
8348
|
}
|
|
8095
8349
|
/**
|
|
8096
|
-
*
|
|
8350
|
+
* Updates the specified passkey for the authenticated user.
|
|
8351
|
+
* Update a passkey
|
|
8097
8352
|
*/
|
|
8098
8353
|
updatePasskey(requestParameters, initOverrides) {
|
|
8099
8354
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8102,7 +8357,8 @@ class SDKApi extends BaseAPI {
|
|
|
8102
8357
|
});
|
|
8103
8358
|
}
|
|
8104
8359
|
/**
|
|
8105
|
-
*
|
|
8360
|
+
* Updates the authenticated user profile fields.
|
|
8361
|
+
* Update user fields
|
|
8106
8362
|
*/
|
|
8107
8363
|
updateSelfRaw(requestParameters, initOverrides) {
|
|
8108
8364
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8133,7 +8389,8 @@ class SDKApi extends BaseAPI {
|
|
|
8133
8389
|
});
|
|
8134
8390
|
}
|
|
8135
8391
|
/**
|
|
8136
|
-
*
|
|
8392
|
+
* Updates the authenticated user profile fields.
|
|
8393
|
+
* Update user fields
|
|
8137
8394
|
*/
|
|
8138
8395
|
updateSelf(requestParameters, initOverrides) {
|
|
8139
8396
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8142,7 +8399,8 @@ class SDKApi extends BaseAPI {
|
|
|
8142
8399
|
});
|
|
8143
8400
|
}
|
|
8144
8401
|
/**
|
|
8145
|
-
*
|
|
8402
|
+
* Updates the specified MFA device for the authenticated user.
|
|
8403
|
+
* Update an MFA device
|
|
8146
8404
|
*/
|
|
8147
8405
|
updateUserMfaDeviceRaw(requestParameters, initOverrides) {
|
|
8148
8406
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8173,7 +8431,8 @@ class SDKApi extends BaseAPI {
|
|
|
8173
8431
|
});
|
|
8174
8432
|
}
|
|
8175
8433
|
/**
|
|
8176
|
-
*
|
|
8434
|
+
* Updates the specified MFA device for the authenticated user.
|
|
8435
|
+
* Update an MFA device
|
|
8177
8436
|
*/
|
|
8178
8437
|
updateUserMfaDevice(requestParameters, initOverrides) {
|
|
8179
8438
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8182,7 +8441,7 @@ class SDKApi extends BaseAPI {
|
|
|
8182
8441
|
}
|
|
8183
8442
|
/**
|
|
8184
8443
|
* Updates the settings for a WAAS wallet
|
|
8185
|
-
* Update
|
|
8444
|
+
* Update WAAS wallet settings
|
|
8186
8445
|
*/
|
|
8187
8446
|
updateWaasWalletSettingsRaw(requestParameters, initOverrides) {
|
|
8188
8447
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8217,7 +8476,7 @@ class SDKApi extends BaseAPI {
|
|
|
8217
8476
|
}
|
|
8218
8477
|
/**
|
|
8219
8478
|
* Updates the settings for a WAAS wallet
|
|
8220
|
-
* Update
|
|
8479
|
+
* Update WAAS wallet settings
|
|
8221
8480
|
*/
|
|
8222
8481
|
updateWaasWalletSettings(requestParameters, initOverrides) {
|
|
8223
8482
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8226,6 +8485,7 @@ class SDKApi extends BaseAPI {
|
|
|
8226
8485
|
});
|
|
8227
8486
|
}
|
|
8228
8487
|
/**
|
|
8488
|
+
* Upgrades a V1 embedded wallet to V2 and returns a refreshed JWT.
|
|
8229
8489
|
* Update V1 embedded wallet to V2
|
|
8230
8490
|
*/
|
|
8231
8491
|
upgradeEmbeddedWalletToV2Raw(requestParameters, initOverrides) {
|
|
@@ -8250,6 +8510,7 @@ class SDKApi extends BaseAPI {
|
|
|
8250
8510
|
});
|
|
8251
8511
|
}
|
|
8252
8512
|
/**
|
|
8513
|
+
* Upgrades a V1 embedded wallet to V2 and returns a refreshed JWT.
|
|
8253
8514
|
* Update V1 embedded wallet to V2
|
|
8254
8515
|
*/
|
|
8255
8516
|
upgradeEmbeddedWalletToV2(requestParameters, initOverrides) {
|
|
@@ -8340,6 +8601,7 @@ class SDKApi extends BaseAPI {
|
|
|
8340
8601
|
});
|
|
8341
8602
|
}
|
|
8342
8603
|
/**
|
|
8604
|
+
* Verifies the signed payload and returns a JWT authentication token.
|
|
8343
8605
|
* Verify payload and return JWT
|
|
8344
8606
|
*/
|
|
8345
8607
|
verifyRaw(requestParameters, initOverrides) {
|
|
@@ -8364,6 +8626,7 @@ class SDKApi extends BaseAPI {
|
|
|
8364
8626
|
});
|
|
8365
8627
|
}
|
|
8366
8628
|
/**
|
|
8629
|
+
* Verifies the signed payload and returns a JWT authentication token.
|
|
8367
8630
|
* Verify payload and return JWT
|
|
8368
8631
|
*/
|
|
8369
8632
|
verify(requestParameters, initOverrides) {
|
|
@@ -8373,7 +8636,8 @@ class SDKApi extends BaseAPI {
|
|
|
8373
8636
|
});
|
|
8374
8637
|
}
|
|
8375
8638
|
/**
|
|
8376
|
-
*
|
|
8639
|
+
* Verifies the email code and completes the email verification process.
|
|
8640
|
+
* Verify email verification code
|
|
8377
8641
|
*/
|
|
8378
8642
|
verifyEmailVerificationRaw(requestParameters, initOverrides) {
|
|
8379
8643
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8404,7 +8668,8 @@ class SDKApi extends BaseAPI {
|
|
|
8404
8668
|
});
|
|
8405
8669
|
}
|
|
8406
8670
|
/**
|
|
8407
|
-
*
|
|
8671
|
+
* Verifies the email code and completes the email verification process.
|
|
8672
|
+
* Verify email verification code
|
|
8408
8673
|
*/
|
|
8409
8674
|
verifyEmailVerification(requestParameters, initOverrides) {
|
|
8410
8675
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8441,7 +8706,7 @@ class SDKApi extends BaseAPI {
|
|
|
8441
8706
|
}
|
|
8442
8707
|
/**
|
|
8443
8708
|
* Link a wallet to a valid environment user, and return an updated JWT
|
|
8444
|
-
* Link wallet to user
|
|
8709
|
+
* Link a wallet to a user
|
|
8445
8710
|
*/
|
|
8446
8711
|
verifyLinkRaw(requestParameters, initOverrides) {
|
|
8447
8712
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8473,7 +8738,7 @@ class SDKApi extends BaseAPI {
|
|
|
8473
8738
|
}
|
|
8474
8739
|
/**
|
|
8475
8740
|
* Link a wallet to a valid environment user, and return an updated JWT
|
|
8476
|
-
* Link wallet to user
|
|
8741
|
+
* Link a wallet to a user
|
|
8477
8742
|
*/
|
|
8478
8743
|
verifyLink(requestParameters, initOverrides) {
|
|
8479
8744
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8632,7 +8897,8 @@ class SDKApi extends BaseAPI {
|
|
|
8632
8897
|
});
|
|
8633
8898
|
}
|
|
8634
8899
|
/**
|
|
8635
|
-
*
|
|
8900
|
+
* Verifies the SMS code and completes the phone number verification process.
|
|
8901
|
+
* Verify SMS verification code
|
|
8636
8902
|
*/
|
|
8637
8903
|
verifySmsVerificationRaw(requestParameters, initOverrides) {
|
|
8638
8904
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8663,7 +8929,8 @@ class SDKApi extends BaseAPI {
|
|
|
8663
8929
|
});
|
|
8664
8930
|
}
|
|
8665
8931
|
/**
|
|
8666
|
-
*
|
|
8932
|
+
* Verifies the SMS code and completes the phone number verification process.
|
|
8933
|
+
* Verify SMS verification code
|
|
8667
8934
|
*/
|
|
8668
8935
|
verifySmsVerification(requestParameters, initOverrides) {
|
|
8669
8936
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8700,7 +8967,7 @@ class SDKApi extends BaseAPI {
|
|
|
8700
8967
|
}
|
|
8701
8968
|
/**
|
|
8702
8969
|
* Used to link a wallet after user has confirmed transfer to the new account
|
|
8703
|
-
* Verify wallet transfer
|
|
8970
|
+
* Verify a wallet transfer
|
|
8704
8971
|
*/
|
|
8705
8972
|
verifyTransferRaw(requestParameters, initOverrides) {
|
|
8706
8973
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8732,7 +8999,7 @@ class SDKApi extends BaseAPI {
|
|
|
8732
8999
|
}
|
|
8733
9000
|
/**
|
|
8734
9001
|
* Used to link a wallet after user has confirmed transfer to the new account
|
|
8735
|
-
* Verify wallet transfer
|
|
9002
|
+
* Verify a wallet transfer
|
|
8736
9003
|
*/
|
|
8737
9004
|
verifyTransfer(requestParameters, initOverrides) {
|
|
8738
9005
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8769,7 +9036,7 @@ class SDKApi extends BaseAPI {
|
|
|
8769
9036
|
}
|
|
8770
9037
|
/**
|
|
8771
9038
|
* Remove a link from to a valid environment user, and return an updated JWT
|
|
8772
|
-
*
|
|
9039
|
+
* Unlink a wallet from a user
|
|
8773
9040
|
*/
|
|
8774
9041
|
verifyUnlinkRaw(requestParameters, initOverrides) {
|
|
8775
9042
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8801,7 +9068,7 @@ class SDKApi extends BaseAPI {
|
|
|
8801
9068
|
}
|
|
8802
9069
|
/**
|
|
8803
9070
|
* Remove a link from to a valid environment user, and return an updated JWT
|
|
8804
|
-
*
|
|
9071
|
+
* Unlink a wallet from a user
|
|
8805
9072
|
*/
|
|
8806
9073
|
verifyUnlink(requestParameters, initOverrides) {
|
|
8807
9074
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8921,6 +9188,7 @@ class SDKApi extends BaseAPI {
|
|
|
8921
9188
|
});
|
|
8922
9189
|
}
|
|
8923
9190
|
/**
|
|
9191
|
+
* Authenticates a user by verifying their wallet signature.
|
|
8924
9192
|
* Sign in with wallet
|
|
8925
9193
|
*/
|
|
8926
9194
|
walletsSigninRaw(requestParameters, initOverrides) {
|
|
@@ -8945,6 +9213,7 @@ class SDKApi extends BaseAPI {
|
|
|
8945
9213
|
});
|
|
8946
9214
|
}
|
|
8947
9215
|
/**
|
|
9216
|
+
* Authenticates a user by verifying their wallet signature.
|
|
8948
9217
|
* Sign in with wallet
|
|
8949
9218
|
*/
|
|
8950
9219
|
walletsSignin(requestParameters, initOverrides) {
|
|
@@ -8982,7 +9251,7 @@ class SDKApi extends BaseAPI {
|
|
|
8982
9251
|
}
|
|
8983
9252
|
/**
|
|
8984
9253
|
* Verify a wallet, and return an updated JWT
|
|
8985
|
-
* Verify wallet
|
|
9254
|
+
* Verify a wallet
|
|
8986
9255
|
*/
|
|
8987
9256
|
walletsVerifyRaw(requestParameters, initOverrides) {
|
|
8988
9257
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9014,7 +9283,7 @@ class SDKApi extends BaseAPI {
|
|
|
9014
9283
|
}
|
|
9015
9284
|
/**
|
|
9016
9285
|
* Verify a wallet, and return an updated JWT
|
|
9017
|
-
* Verify wallet
|
|
9286
|
+
* Verify a wallet
|
|
9018
9287
|
*/
|
|
9019
9288
|
walletsVerify(requestParameters, initOverrides) {
|
|
9020
9289
|
return __awaiter(this, void 0, void 0, function* () {
|