@dynamic-labs/sdk-api 0.0.868 → 0.0.869
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/apis/AllowlistsApi.cjs +26 -6
- package/src/apis/AllowlistsApi.d.ts +26 -6
- package/src/apis/AllowlistsApi.js +26 -6
- package/src/apis/AnalyticsApi.cjs +12 -0
- package/src/apis/AnalyticsApi.d.ts +12 -0
- package/src/apis/AnalyticsApi.js +12 -0
- package/src/apis/ChainalysisApi.cjs +6 -0
- package/src/apis/ChainalysisApi.d.ts +6 -0
- package/src/apis/ChainalysisApi.js +6 -0
- package/src/apis/ChainsApi.cjs +4 -2
- package/src/apis/ChainsApi.d.ts +4 -2
- package/src/apis/ChainsApi.js +4 -2
- package/src/apis/CustomFieldsApi.cjs +14 -4
- package/src/apis/CustomFieldsApi.d.ts +14 -4
- package/src/apis/CustomFieldsApi.js +14 -4
- package/src/apis/CustomHostnamesApi.cjs +10 -4
- package/src/apis/CustomHostnamesApi.d.ts +10 -4
- package/src/apis/CustomHostnamesApi.js +10 -4
- package/src/apis/CustomNetworksApi.cjs +10 -0
- package/src/apis/CustomNetworksApi.d.ts +10 -0
- package/src/apis/CustomNetworksApi.js +10 -0
- package/src/apis/DeeplinkUrlsApi.cjs +12 -6
- package/src/apis/DeeplinkUrlsApi.d.ts +12 -6
- package/src/apis/DeeplinkUrlsApi.js +12 -6
- package/src/apis/EnvironmentsApi.cjs +20 -10
- package/src/apis/EnvironmentsApi.d.ts +20 -10
- package/src/apis/EnvironmentsApi.js +20 -10
- package/src/apis/EventsApi.cjs +8 -2
- package/src/apis/EventsApi.d.ts +8 -2
- package/src/apis/EventsApi.js +8 -2
- package/src/apis/ExportsApi.cjs +8 -0
- package/src/apis/ExportsApi.d.ts +8 -0
- package/src/apis/ExportsApi.js +8 -0
- package/src/apis/ExternalJwtApi.cjs +4 -2
- package/src/apis/ExternalJwtApi.d.ts +4 -2
- package/src/apis/ExternalJwtApi.js +4 -2
- package/src/apis/GatesApi.cjs +16 -2
- package/src/apis/GatesApi.d.ts +16 -2
- package/src/apis/GatesApi.js +16 -2
- package/src/apis/GlobalWalletAccessControlApi.cjs +22 -8
- package/src/apis/GlobalWalletAccessControlApi.d.ts +22 -8
- package/src/apis/GlobalWalletAccessControlApi.js +22 -8
- package/src/apis/GlobalWalletConnectionsApi.cjs +4 -2
- package/src/apis/GlobalWalletConnectionsApi.d.ts +4 -2
- package/src/apis/GlobalWalletConnectionsApi.js +4 -2
- package/src/apis/GlobalWalletsApi.cjs +18 -8
- package/src/apis/GlobalWalletsApi.d.ts +18 -8
- package/src/apis/GlobalWalletsApi.js +18 -8
- package/src/apis/InvitesApi.cjs +16 -6
- package/src/apis/InvitesApi.d.ts +16 -6
- package/src/apis/InvitesApi.js +16 -6
- package/src/apis/MembersApi.cjs +16 -8
- package/src/apis/MembersApi.d.ts +16 -8
- package/src/apis/MembersApi.js +16 -8
- package/src/apis/MfaApi.cjs +8 -4
- package/src/apis/MfaApi.d.ts +8 -4
- package/src/apis/MfaApi.js +8 -4
- package/src/apis/MfaSettingsApi.cjs +6 -0
- package/src/apis/MfaSettingsApi.d.ts +6 -0
- package/src/apis/MfaSettingsApi.js +6 -0
- package/src/apis/NameServicesApi.cjs +22 -10
- package/src/apis/NameServicesApi.d.ts +22 -10
- package/src/apis/NameServicesApi.js +22 -10
- package/src/apis/OrganizationsApi.cjs +34 -10
- package/src/apis/OrganizationsApi.d.ts +34 -10
- package/src/apis/OrganizationsApi.js +34 -10
- package/src/apis/OriginsApi.cjs +12 -6
- package/src/apis/OriginsApi.d.ts +12 -6
- package/src/apis/OriginsApi.js +12 -6
- package/src/apis/ProjectsApi.cjs +18 -8
- package/src/apis/ProjectsApi.d.ts +18 -8
- package/src/apis/ProjectsApi.js +18 -8
- package/src/apis/SDKApi.cjs +350 -164
- package/src/apis/SDKApi.d.ts +350 -164
- package/src/apis/SDKApi.js +350 -164
- package/src/apis/SDKViewsApi.cjs +12 -6
- package/src/apis/SDKViewsApi.d.ts +12 -6
- package/src/apis/SDKViewsApi.js +12 -6
- package/src/apis/SessionsApi.cjs +4 -0
- package/src/apis/SessionsApi.d.ts +4 -0
- package/src/apis/SessionsApi.js +4 -0
- package/src/apis/SettingsApi.cjs +32 -4
- package/src/apis/SettingsApi.d.ts +32 -4
- package/src/apis/SettingsApi.js +32 -4
- package/src/apis/TestAccountApi.cjs +10 -4
- package/src/apis/TestAccountApi.d.ts +10 -4
- package/src/apis/TestAccountApi.js +10 -4
- package/src/apis/TokensApi.cjs +12 -6
- package/src/apis/TokensApi.d.ts +12 -6
- package/src/apis/TokensApi.js +12 -6
- package/src/apis/UserApiTokensApi.cjs +12 -6
- package/src/apis/UserApiTokensApi.d.ts +12 -6
- package/src/apis/UserApiTokensApi.js +12 -6
- package/src/apis/UsersApi.cjs +28 -4
- package/src/apis/UsersApi.d.ts +28 -4
- package/src/apis/UsersApi.js +28 -4
- package/src/apis/VisitsApi.cjs +2 -0
- package/src/apis/VisitsApi.d.ts +2 -0
- package/src/apis/VisitsApi.js +2 -0
- package/src/apis/WaasApi.cjs +32 -4
- package/src/apis/WaasApi.d.ts +32 -4
- package/src/apis/WaasApi.js +32 -4
- package/src/apis/WalletConnectApi.cjs +2 -0
- package/src/apis/WalletConnectApi.d.ts +2 -0
- package/src/apis/WalletConnectApi.js +2 -0
- package/src/apis/WalletsApi.cjs +20 -6
- package/src/apis/WalletsApi.d.ts +20 -6
- package/src/apis/WalletsApi.js +20 -6
- package/src/apis/WebhooksApi.cjs +32 -16
- package/src/apis/WebhooksApi.d.ts +32 -16
- package/src/apis/WebhooksApi.js +32 -16
package/src/apis/SDKApi.cjs
CHANGED
|
@@ -290,6 +290,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
290
290
|
});
|
|
291
291
|
}
|
|
292
292
|
/**
|
|
293
|
+
* Authenticates via recovery code and upgrades the JWT scope with a valid MFA session.
|
|
293
294
|
* Upgrade JWT scope with valid MFA session
|
|
294
295
|
*/
|
|
295
296
|
authMfaRecoveryRaw(requestParameters, initOverrides) {
|
|
@@ -321,6 +322,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
321
322
|
});
|
|
322
323
|
}
|
|
323
324
|
/**
|
|
325
|
+
* Authenticates via recovery code and upgrades the JWT scope with a valid MFA session.
|
|
324
326
|
* Upgrade JWT scope with valid MFA session
|
|
325
327
|
*/
|
|
326
328
|
authMfaRecovery(requestParameters, initOverrides) {
|
|
@@ -357,6 +359,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
357
359
|
});
|
|
358
360
|
}
|
|
359
361
|
/**
|
|
362
|
+
* Authenticates via TOTP code and upgrades the JWT scope with a valid MFA session.
|
|
360
363
|
* Upgrade JWT scope with valid MFA session
|
|
361
364
|
*/
|
|
362
365
|
authMfaTotpDeviceRaw(requestParameters, initOverrides) {
|
|
@@ -388,6 +391,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
388
391
|
});
|
|
389
392
|
}
|
|
390
393
|
/**
|
|
394
|
+
* Authenticates via TOTP code and upgrades the JWT scope with a valid MFA session.
|
|
391
395
|
* Upgrade JWT scope with valid MFA session
|
|
392
396
|
*/
|
|
393
397
|
authMfaTotpDevice(requestParameters, initOverrides) {
|
|
@@ -424,6 +428,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
424
428
|
});
|
|
425
429
|
}
|
|
426
430
|
/**
|
|
431
|
+
* Authenticates via email verification and upgrades the JWT scope with a valid MFA session.
|
|
427
432
|
* Upgrade JWT scope with valid MFA session
|
|
428
433
|
*/
|
|
429
434
|
authenticateMfaEmailRaw(requestParameters, initOverrides) {
|
|
@@ -455,6 +460,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
455
460
|
});
|
|
456
461
|
}
|
|
457
462
|
/**
|
|
463
|
+
* Authenticates via email verification and upgrades the JWT scope with a valid MFA session.
|
|
458
464
|
* Upgrade JWT scope with valid MFA session
|
|
459
465
|
*/
|
|
460
466
|
authenticateMfaEmail(requestParameters, initOverrides) {
|
|
@@ -464,6 +470,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
464
470
|
});
|
|
465
471
|
}
|
|
466
472
|
/**
|
|
473
|
+
* Authenticates via passkey and upgrades the JWT scope with a valid MFA session.
|
|
467
474
|
* Upgrade JWT scope with valid MFA session
|
|
468
475
|
*/
|
|
469
476
|
authenticateMfaPasskeyDeviceRaw(requestParameters, initOverrides) {
|
|
@@ -495,6 +502,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
495
502
|
});
|
|
496
503
|
}
|
|
497
504
|
/**
|
|
505
|
+
* Authenticates via passkey and upgrades the JWT scope with a valid MFA session.
|
|
498
506
|
* Upgrade JWT scope with valid MFA session
|
|
499
507
|
*/
|
|
500
508
|
authenticateMfaPasskeyDevice(requestParameters, initOverrides) {
|
|
@@ -534,7 +542,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
534
542
|
});
|
|
535
543
|
}
|
|
536
544
|
/**
|
|
537
|
-
*
|
|
545
|
+
* Backs up the client key shares for the specified WAAS wallet.
|
|
546
|
+
* Back up keyshares for a WAAS wallet
|
|
538
547
|
*/
|
|
539
548
|
backupKeySharesRaw(requestParameters, initOverrides) {
|
|
540
549
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -568,7 +577,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
568
577
|
});
|
|
569
578
|
}
|
|
570
579
|
/**
|
|
571
|
-
*
|
|
580
|
+
* Backs up the client key shares for the specified WAAS wallet.
|
|
581
|
+
* Back up keyshares for a WAAS wallet
|
|
572
582
|
*/
|
|
573
583
|
backupKeyShares(requestParameters, initOverrides) {
|
|
574
584
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -607,7 +617,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
607
617
|
});
|
|
608
618
|
}
|
|
609
619
|
/**
|
|
610
|
-
*
|
|
620
|
+
* Backs up the client key shares for the specified WAAS wallet to Google Drive.
|
|
621
|
+
* Back up keyshares to Google Drive
|
|
611
622
|
*/
|
|
612
623
|
backupKeySharesToGoogleDriveRaw(requestParameters, initOverrides) {
|
|
613
624
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -636,7 +647,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
636
647
|
});
|
|
637
648
|
}
|
|
638
649
|
/**
|
|
639
|
-
*
|
|
650
|
+
* Backs up the client key shares for the specified WAAS wallet to Google Drive.
|
|
651
|
+
* Back up keyshares to Google Drive
|
|
640
652
|
*/
|
|
641
653
|
backupKeySharesToGoogleDrive(requestParameters, initOverrides) {
|
|
642
654
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -675,6 +687,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
675
687
|
});
|
|
676
688
|
}
|
|
677
689
|
/**
|
|
690
|
+
* Records a backup action and event for the specified location without performing the actual backup.
|
|
678
691
|
* Create backup action and event for a specified location without performing actual backup
|
|
679
692
|
*/
|
|
680
693
|
backupKeySharesToLocationRaw(requestParameters, initOverrides) {
|
|
@@ -709,6 +722,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
709
722
|
});
|
|
710
723
|
}
|
|
711
724
|
/**
|
|
725
|
+
* Records a backup action and event for the specified location without performing the actual backup.
|
|
712
726
|
* Create backup action and event for a specified location without performing actual backup
|
|
713
727
|
*/
|
|
714
728
|
backupKeySharesToLocation(requestParameters, initOverrides) {
|
|
@@ -748,6 +762,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
748
762
|
});
|
|
749
763
|
}
|
|
750
764
|
/**
|
|
765
|
+
* Records backup actions and events for multiple locations without performing the actual backups.
|
|
751
766
|
* Create backup action and event for multiple locations without performing actual backup
|
|
752
767
|
*/
|
|
753
768
|
backupKeySharesToLocationsRaw(requestParameters, initOverrides) {
|
|
@@ -782,6 +797,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
782
797
|
});
|
|
783
798
|
}
|
|
784
799
|
/**
|
|
800
|
+
* Records backup actions and events for multiple locations without performing the actual backups.
|
|
785
801
|
* Create backup action and event for multiple locations without performing actual backup
|
|
786
802
|
*/
|
|
787
803
|
backupKeySharesToLocations(requestParameters, initOverrides) {
|
|
@@ -822,7 +838,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
822
838
|
}
|
|
823
839
|
/**
|
|
824
840
|
* This endpoint proxies requests to `/sdk/{environmentId}/providers/coinbasesocial/redirect` because Coinbase does not allow the string `coinbase` on the redirect URL path
|
|
825
|
-
*
|
|
841
|
+
* Handle Coinbase OAuth redirect
|
|
826
842
|
*/
|
|
827
843
|
cbOauthRedirectRaw(requestParameters, initOverrides) {
|
|
828
844
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -860,7 +876,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
860
876
|
}
|
|
861
877
|
/**
|
|
862
878
|
* This endpoint proxies requests to `/sdk/{environmentId}/providers/coinbasesocial/redirect` because Coinbase does not allow the string `coinbase` on the redirect URL path
|
|
863
|
-
*
|
|
879
|
+
* Handle Coinbase OAuth redirect
|
|
864
880
|
*/
|
|
865
881
|
cbOauthRedirect(requestParameters, initOverrides) {
|
|
866
882
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -1007,6 +1023,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
1007
1023
|
});
|
|
1008
1024
|
}
|
|
1009
1025
|
/**
|
|
1026
|
+
* Claims a pregenerated embedded wallet and associates it with the authenticated user.
|
|
1010
1027
|
* Claim a pregenerated embedded wallet
|
|
1011
1028
|
*/
|
|
1012
1029
|
claimEmbeddedWalletRaw(requestParameters, initOverrides) {
|
|
@@ -1038,6 +1055,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
1038
1055
|
});
|
|
1039
1056
|
}
|
|
1040
1057
|
/**
|
|
1058
|
+
* Claims a pregenerated embedded wallet and associates it with the authenticated user.
|
|
1041
1059
|
* Claim a pregenerated embedded wallet
|
|
1042
1060
|
*/
|
|
1043
1061
|
claimEmbeddedWallet(requestParameters, initOverrides) {
|
|
@@ -1156,7 +1174,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
1156
1174
|
}
|
|
1157
1175
|
/**
|
|
1158
1176
|
* Completes the passkey recovery process for a user\'s passkey embedded wallet
|
|
1159
|
-
*
|
|
1177
|
+
* Complete passkey recovery for an embedded wallet
|
|
1160
1178
|
*/
|
|
1161
1179
|
completePasskeyRecoveryRaw(requestParameters, initOverrides) {
|
|
1162
1180
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -1188,7 +1206,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
1188
1206
|
}
|
|
1189
1207
|
/**
|
|
1190
1208
|
* Completes the passkey recovery process for a user\'s passkey embedded wallet
|
|
1191
|
-
*
|
|
1209
|
+
* Complete passkey recovery for an embedded wallet
|
|
1192
1210
|
*/
|
|
1193
1211
|
completePasskeyRecovery(requestParameters, initOverrides) {
|
|
1194
1212
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -1197,6 +1215,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
1197
1215
|
});
|
|
1198
1216
|
}
|
|
1199
1217
|
/**
|
|
1218
|
+
* Creates a new Coinbase onramp order for the authenticated user.
|
|
1200
1219
|
* Create a Coinbase onramp order
|
|
1201
1220
|
*/
|
|
1202
1221
|
createCoinbaseOnrampOrderRaw(requestParameters, initOverrides) {
|
|
@@ -1228,6 +1247,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
1228
1247
|
});
|
|
1229
1248
|
}
|
|
1230
1249
|
/**
|
|
1250
|
+
* Creates a new Coinbase onramp order for the authenticated user.
|
|
1231
1251
|
* Create a Coinbase onramp order
|
|
1232
1252
|
*/
|
|
1233
1253
|
createCoinbaseOnrampOrder(requestParameters, initOverrides) {
|
|
@@ -1279,6 +1299,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
1279
1299
|
});
|
|
1280
1300
|
}
|
|
1281
1301
|
/**
|
|
1302
|
+
* Initiates the email verification process and sends a verification code.
|
|
1282
1303
|
* Initialize email verification process
|
|
1283
1304
|
*/
|
|
1284
1305
|
createEmailVerificationRaw(requestParameters, initOverrides) {
|
|
@@ -1303,6 +1324,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
1303
1324
|
});
|
|
1304
1325
|
}
|
|
1305
1326
|
/**
|
|
1327
|
+
* Initiates the email verification process and sends a verification code.
|
|
1306
1328
|
* Initialize email verification process
|
|
1307
1329
|
*/
|
|
1308
1330
|
createEmailVerification(requestParameters, initOverrides) {
|
|
@@ -1408,7 +1430,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
1408
1430
|
});
|
|
1409
1431
|
}
|
|
1410
1432
|
/**
|
|
1411
|
-
*
|
|
1433
|
+
* Creates a new global wallet connection for the authenticated user.
|
|
1434
|
+
* Create a global wallet connection
|
|
1412
1435
|
*/
|
|
1413
1436
|
createGlobalWalletConnectionRaw(requestParameters, initOverrides) {
|
|
1414
1437
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -1439,7 +1462,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
1439
1462
|
});
|
|
1440
1463
|
}
|
|
1441
1464
|
/**
|
|
1442
|
-
*
|
|
1465
|
+
* Creates a new global wallet connection for the authenticated user.
|
|
1466
|
+
* Create a global wallet connection
|
|
1443
1467
|
*/
|
|
1444
1468
|
createGlobalWalletConnection(requestParameters, initOverrides) {
|
|
1445
1469
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -1448,7 +1472,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
1448
1472
|
});
|
|
1449
1473
|
}
|
|
1450
1474
|
/**
|
|
1451
|
-
*
|
|
1475
|
+
* Generates a new set of MFA recovery codes, replacing any existing ones.
|
|
1476
|
+
* Generate new recovery codes
|
|
1452
1477
|
*/
|
|
1453
1478
|
createNewRecoveryCodesRaw(requestParameters, initOverrides) {
|
|
1454
1479
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -1474,7 +1499,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
1474
1499
|
});
|
|
1475
1500
|
}
|
|
1476
1501
|
/**
|
|
1477
|
-
*
|
|
1502
|
+
* Generates a new set of MFA recovery codes, replacing any existing ones.
|
|
1503
|
+
* Generate new recovery codes
|
|
1478
1504
|
*/
|
|
1479
1505
|
createNewRecoveryCodes(requestParameters, initOverrides) {
|
|
1480
1506
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -1483,6 +1509,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
1483
1509
|
});
|
|
1484
1510
|
}
|
|
1485
1511
|
/**
|
|
1512
|
+
* Creates MPC ceremony rooms for the specified WAAS wallet.
|
|
1486
1513
|
* Create rooms for a waas mpc ceremony
|
|
1487
1514
|
*/
|
|
1488
1515
|
createRoomsRaw(requestParameters, initOverrides) {
|
|
@@ -1517,6 +1544,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
1517
1544
|
});
|
|
1518
1545
|
}
|
|
1519
1546
|
/**
|
|
1547
|
+
* Creates MPC ceremony rooms for the specified WAAS wallet.
|
|
1520
1548
|
* Create rooms for a waas mpc ceremony
|
|
1521
1549
|
*/
|
|
1522
1550
|
createRooms(requestParameters, initOverrides) {
|
|
@@ -1556,6 +1584,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
1556
1584
|
});
|
|
1557
1585
|
}
|
|
1558
1586
|
/**
|
|
1587
|
+
* Creates MPC ceremony rooms without requiring an existing wallet ID.
|
|
1559
1588
|
* Create rooms for a waas mpc ceremony without a walletId
|
|
1560
1589
|
*/
|
|
1561
1590
|
createRoomsWithoutWalletIdRaw(requestParameters, initOverrides) {
|
|
@@ -1587,6 +1616,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
1587
1616
|
});
|
|
1588
1617
|
}
|
|
1589
1618
|
/**
|
|
1619
|
+
* Creates MPC ceremony rooms without requiring an existing wallet ID.
|
|
1590
1620
|
* Create rooms for a waas mpc ceremony without a walletId
|
|
1591
1621
|
*/
|
|
1592
1622
|
createRoomsWithoutWalletId(requestParameters, initOverrides) {
|
|
@@ -1623,7 +1653,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
1623
1653
|
});
|
|
1624
1654
|
}
|
|
1625
1655
|
/**
|
|
1626
|
-
*
|
|
1656
|
+
* Initiates the SMS verification process and sends a verification code.
|
|
1657
|
+
* Initialize SMS verification process
|
|
1627
1658
|
*/
|
|
1628
1659
|
createSmsVerificationRaw(requestParameters, initOverrides) {
|
|
1629
1660
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -1647,7 +1678,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
1647
1678
|
});
|
|
1648
1679
|
}
|
|
1649
1680
|
/**
|
|
1650
|
-
*
|
|
1681
|
+
* Initiates the SMS verification process and sends a verification code.
|
|
1682
|
+
* Initialize SMS verification process
|
|
1651
1683
|
*/
|
|
1652
1684
|
createSmsVerification(requestParameters, initOverrides) {
|
|
1653
1685
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -1718,7 +1750,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
1718
1750
|
}
|
|
1719
1751
|
/**
|
|
1720
1752
|
* Create a new waas account
|
|
1721
|
-
* Create a
|
|
1753
|
+
* Create a WAAS wallet
|
|
1722
1754
|
*/
|
|
1723
1755
|
createWaasAccountRaw(requestParameters, initOverrides) {
|
|
1724
1756
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -1750,7 +1782,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
1750
1782
|
}
|
|
1751
1783
|
/**
|
|
1752
1784
|
* Create a new waas account
|
|
1753
|
-
* Create a
|
|
1785
|
+
* Create a WAAS wallet
|
|
1754
1786
|
*/
|
|
1755
1787
|
createWaasAccount(requestParameters, initOverrides) {
|
|
1756
1788
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -1856,7 +1888,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
1856
1888
|
}
|
|
1857
1889
|
/**
|
|
1858
1890
|
* Deletes the embedded wallets for a user
|
|
1859
|
-
*
|
|
1891
|
+
* Delete embedded wallets for a user
|
|
1860
1892
|
*/
|
|
1861
1893
|
deleteEmbeddedWalletsRaw(requestParameters, initOverrides) {
|
|
1862
1894
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -1885,7 +1917,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
1885
1917
|
}
|
|
1886
1918
|
/**
|
|
1887
1919
|
* Deletes the embedded wallets for a user
|
|
1888
|
-
*
|
|
1920
|
+
* Delete embedded wallets for a user
|
|
1889
1921
|
*/
|
|
1890
1922
|
deleteEmbeddedWallets(requestParameters, initOverrides) {
|
|
1891
1923
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -1893,7 +1925,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
1893
1925
|
});
|
|
1894
1926
|
}
|
|
1895
1927
|
/**
|
|
1896
|
-
*
|
|
1928
|
+
* Permanently removes an MFA device from the authenticated user account.
|
|
1929
|
+
* Delete an MFA device
|
|
1897
1930
|
*/
|
|
1898
1931
|
deleteMfaDeviceRaw(requestParameters, initOverrides) {
|
|
1899
1932
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -1928,7 +1961,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
1928
1961
|
});
|
|
1929
1962
|
}
|
|
1930
1963
|
/**
|
|
1931
|
-
*
|
|
1964
|
+
* Permanently removes an MFA device from the authenticated user account.
|
|
1965
|
+
* Delete an MFA device
|
|
1932
1966
|
*/
|
|
1933
1967
|
deleteMfaDevice(requestParameters, initOverrides) {
|
|
1934
1968
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -1936,6 +1970,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
1936
1970
|
});
|
|
1937
1971
|
}
|
|
1938
1972
|
/**
|
|
1973
|
+
* Permanently removes a passkey from the authenticated user account.
|
|
1939
1974
|
* Delete a passkey
|
|
1940
1975
|
*/
|
|
1941
1976
|
deletePasskeyRaw(requestParameters, initOverrides) {
|
|
@@ -1967,6 +2002,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
1967
2002
|
});
|
|
1968
2003
|
}
|
|
1969
2004
|
/**
|
|
2005
|
+
* Permanently removes a passkey from the authenticated user account.
|
|
1970
2006
|
* Delete a passkey
|
|
1971
2007
|
*/
|
|
1972
2008
|
deletePasskey(requestParameters, initOverrides) {
|
|
@@ -2050,7 +2086,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
2050
2086
|
});
|
|
2051
2087
|
}
|
|
2052
2088
|
/**
|
|
2053
|
-
*
|
|
2089
|
+
* Disconnects the specified global wallet connection.
|
|
2090
|
+
* Disconnect a global wallet connection
|
|
2054
2091
|
*/
|
|
2055
2092
|
disconnectGlobalWalletConnectionRaw(requestParameters, initOverrides) {
|
|
2056
2093
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -2079,7 +2116,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
2079
2116
|
});
|
|
2080
2117
|
}
|
|
2081
2118
|
/**
|
|
2082
|
-
*
|
|
2119
|
+
* Disconnects the specified global wallet connection.
|
|
2120
|
+
* Disconnect a global wallet connection
|
|
2083
2121
|
*/
|
|
2084
2122
|
disconnectGlobalWalletConnection(requestParameters, initOverrides) {
|
|
2085
2123
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -2303,7 +2341,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
2303
2341
|
});
|
|
2304
2342
|
}
|
|
2305
2343
|
/**
|
|
2306
|
-
*
|
|
2344
|
+
* Exports the private key of a WAAS wallet through an MPC ceremony.
|
|
2345
|
+
* Export a WAAS wallet private key
|
|
2307
2346
|
*/
|
|
2308
2347
|
exportPrivateKeyRaw(requestParameters, initOverrides) {
|
|
2309
2348
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -2337,7 +2376,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
2337
2376
|
});
|
|
2338
2377
|
}
|
|
2339
2378
|
/**
|
|
2340
|
-
*
|
|
2379
|
+
* Exports the private key of a WAAS wallet through an MPC ceremony.
|
|
2380
|
+
* Export a WAAS wallet private key
|
|
2341
2381
|
*/
|
|
2342
2382
|
exportPrivateKey(requestParameters, initOverrides) {
|
|
2343
2383
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -2376,7 +2416,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
2376
2416
|
});
|
|
2377
2417
|
}
|
|
2378
2418
|
/**
|
|
2379
|
-
*
|
|
2419
|
+
* Authenticates a user using a token from an external auth provider.
|
|
2420
|
+
* Sign in with an external auth provider token
|
|
2380
2421
|
*/
|
|
2381
2422
|
externalAuthSigninRaw(requestParameters, initOverrides) {
|
|
2382
2423
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -2407,7 +2448,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
2407
2448
|
});
|
|
2408
2449
|
}
|
|
2409
2450
|
/**
|
|
2410
|
-
*
|
|
2451
|
+
* Authenticates a user using a token from an external auth provider.
|
|
2452
|
+
* Sign in with an external auth provider token
|
|
2411
2453
|
*/
|
|
2412
2454
|
externalAuthSignin(requestParameters, initOverrides) {
|
|
2413
2455
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -2443,6 +2485,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
2443
2485
|
});
|
|
2444
2486
|
}
|
|
2445
2487
|
/**
|
|
2488
|
+
* [DEPRECATED] Please use /externalAuth/signin instead.
|
|
2446
2489
|
* [DEPRECATED] Please use /externalAuth/signin instead
|
|
2447
2490
|
*/
|
|
2448
2491
|
externalAuthVerifyRaw(requestParameters, initOverrides) {
|
|
@@ -2474,6 +2517,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
2474
2517
|
});
|
|
2475
2518
|
}
|
|
2476
2519
|
/**
|
|
2520
|
+
* [DEPRECATED] Please use /externalAuth/signin instead.
|
|
2477
2521
|
* [DEPRECATED] Please use /externalAuth/signin instead
|
|
2478
2522
|
*/
|
|
2479
2523
|
externalAuthVerify(requestParameters, initOverrides) {
|
|
@@ -2510,7 +2554,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
2510
2554
|
}
|
|
2511
2555
|
/**
|
|
2512
2556
|
* Farcaster SignIn endpoint to exchange SIWF data
|
|
2513
|
-
*
|
|
2557
|
+
* Sign in with Farcaster
|
|
2514
2558
|
*/
|
|
2515
2559
|
farcasterSignInRaw(requestParameters, initOverrides) {
|
|
2516
2560
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -2532,7 +2576,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
2532
2576
|
}
|
|
2533
2577
|
/**
|
|
2534
2578
|
* Farcaster SignIn endpoint to exchange SIWF data
|
|
2535
|
-
*
|
|
2579
|
+
* Sign in with Farcaster
|
|
2536
2580
|
*/
|
|
2537
2581
|
farcasterSignIn(requestParameters, initOverrides) {
|
|
2538
2582
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -2569,7 +2613,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
2569
2613
|
}
|
|
2570
2614
|
/**
|
|
2571
2615
|
* Farcaster Verify endpoint to exchange SIWF data
|
|
2572
|
-
* Farcaster
|
|
2616
|
+
* Verify Farcaster account linking
|
|
2573
2617
|
*/
|
|
2574
2618
|
farcasterVerifyRaw(requestParameters, initOverrides) {
|
|
2575
2619
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -2598,7 +2642,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
2598
2642
|
}
|
|
2599
2643
|
/**
|
|
2600
2644
|
* Farcaster Verify endpoint to exchange SIWF data
|
|
2601
|
-
* Farcaster
|
|
2645
|
+
* Verify Farcaster account linking
|
|
2602
2646
|
*/
|
|
2603
2647
|
farcasterVerify(requestParameters, initOverrides) {
|
|
2604
2648
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -2634,6 +2678,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
2634
2678
|
});
|
|
2635
2679
|
}
|
|
2636
2680
|
/**
|
|
2681
|
+
* Generates a Coinbase onramp buy URL for purchasing crypto.
|
|
2637
2682
|
* Generate a Coinbase onramp buy URL
|
|
2638
2683
|
*/
|
|
2639
2684
|
generateCoinbaseOnrampBuyUrlRaw(requestParameters, initOverrides) {
|
|
@@ -2658,6 +2703,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
2658
2703
|
});
|
|
2659
2704
|
}
|
|
2660
2705
|
/**
|
|
2706
|
+
* Generates a Coinbase onramp buy URL for purchasing crypto.
|
|
2661
2707
|
* Generate a Coinbase onramp buy URL
|
|
2662
2708
|
*/
|
|
2663
2709
|
generateCoinbaseOnrampBuyUrl(requestParameters, initOverrides) {
|
|
@@ -2667,7 +2713,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
2667
2713
|
});
|
|
2668
2714
|
}
|
|
2669
2715
|
/**
|
|
2670
|
-
*
|
|
2716
|
+
* Returns the token balances for a specific account address on a given chain.
|
|
2717
|
+
* Get token balances for an account
|
|
2671
2718
|
*/
|
|
2672
2719
|
getAccountBalancesRaw(requestParameters, initOverrides) {
|
|
2673
2720
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -2713,7 +2760,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
2713
2760
|
});
|
|
2714
2761
|
}
|
|
2715
2762
|
/**
|
|
2716
|
-
*
|
|
2763
|
+
* Returns the token balances for a specific account address on a given chain.
|
|
2764
|
+
* Get token balances for an account
|
|
2717
2765
|
*/
|
|
2718
2766
|
getAccountBalances(requestParameters, initOverrides) {
|
|
2719
2767
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -2767,7 +2815,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
2767
2815
|
});
|
|
2768
2816
|
}
|
|
2769
2817
|
/**
|
|
2770
|
-
*
|
|
2818
|
+
* Returns an auth token for the specified embedded wallet type.
|
|
2819
|
+
* Get an auth token for an embedded wallet type
|
|
2771
2820
|
*/
|
|
2772
2821
|
getAuthTokenRaw(requestParameters, initOverrides) {
|
|
2773
2822
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -2796,7 +2845,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
2796
2845
|
});
|
|
2797
2846
|
}
|
|
2798
2847
|
/**
|
|
2799
|
-
*
|
|
2848
|
+
* Returns an auth token for the specified embedded wallet type.
|
|
2849
|
+
* Get an auth token for an embedded wallet type
|
|
2800
2850
|
*/
|
|
2801
2851
|
getAuthToken(requestParameters, initOverrides) {
|
|
2802
2852
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -2832,7 +2882,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
2832
2882
|
});
|
|
2833
2883
|
}
|
|
2834
2884
|
/**
|
|
2835
|
-
*
|
|
2885
|
+
* Returns the full profile of the currently authenticated user.
|
|
2886
|
+
* Get the current user\'s profile
|
|
2836
2887
|
*/
|
|
2837
2888
|
getAuthenticatedUserRaw(requestParameters, initOverrides) {
|
|
2838
2889
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -2858,7 +2909,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
2858
2909
|
});
|
|
2859
2910
|
}
|
|
2860
2911
|
/**
|
|
2861
|
-
*
|
|
2912
|
+
* Returns the full profile of the currently authenticated user.
|
|
2913
|
+
* Get the current user\'s profile
|
|
2862
2914
|
*/
|
|
2863
2915
|
getAuthenticatedUser(requestParameters, initOverrides) {
|
|
2864
2916
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -2955,7 +3007,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
2955
3007
|
}
|
|
2956
3008
|
/**
|
|
2957
3009
|
* Generates the request body for a user\'s create V2 wallet account request
|
|
2958
|
-
*
|
|
3010
|
+
* Generate the create wallet account request body
|
|
2959
3011
|
*/
|
|
2960
3012
|
getCreateWalletAccountRequestRaw(requestParameters, initOverrides) {
|
|
2961
3013
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -2988,7 +3040,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
2988
3040
|
}
|
|
2989
3041
|
/**
|
|
2990
3042
|
* Generates the request body for a user\'s create V2 wallet account request
|
|
2991
|
-
*
|
|
3043
|
+
* Generate the create wallet account request body
|
|
2992
3044
|
*/
|
|
2993
3045
|
getCreateWalletAccountRequest(requestParameters, initOverrides) {
|
|
2994
3046
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -2998,6 +3050,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
2998
3050
|
}
|
|
2999
3051
|
/**
|
|
3000
3052
|
* Exchange rates for the given currency
|
|
3053
|
+
* Get currency exchange rates
|
|
3001
3054
|
*/
|
|
3002
3055
|
getCurrencyExchangeRatesRaw(requestParameters, initOverrides) {
|
|
3003
3056
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3017,6 +3070,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3017
3070
|
}
|
|
3018
3071
|
/**
|
|
3019
3072
|
* Exchange rates for the given currency
|
|
3073
|
+
* Get currency exchange rates
|
|
3020
3074
|
*/
|
|
3021
3075
|
getCurrencyExchangeRates(requestParameters, initOverrides) {
|
|
3022
3076
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3053,7 +3107,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3053
3107
|
}
|
|
3054
3108
|
/**
|
|
3055
3109
|
* 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.
|
|
3056
|
-
* Get
|
|
3110
|
+
* Get the sign-in email provider
|
|
3057
3111
|
*/
|
|
3058
3112
|
getEmailProviderRaw(requestParameters, initOverrides) {
|
|
3059
3113
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3079,7 +3133,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3079
3133
|
}
|
|
3080
3134
|
/**
|
|
3081
3135
|
* 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.
|
|
3082
|
-
* Get
|
|
3136
|
+
* Get the sign-in email provider
|
|
3083
3137
|
*/
|
|
3084
3138
|
getEmailProvider(requestParameters, initOverrides) {
|
|
3085
3139
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3115,7 +3169,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3115
3169
|
});
|
|
3116
3170
|
}
|
|
3117
3171
|
/**
|
|
3118
|
-
*
|
|
3172
|
+
* Returns the backup key for an embedded wallet.
|
|
3173
|
+
* Get the backup key for an embedded wallet
|
|
3119
3174
|
*/
|
|
3120
3175
|
getEmbeddedWalletBackupsRaw(requestParameters, initOverrides) {
|
|
3121
3176
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3141,7 +3196,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3141
3196
|
});
|
|
3142
3197
|
}
|
|
3143
3198
|
/**
|
|
3144
|
-
*
|
|
3199
|
+
* Returns the backup key for an embedded wallet.
|
|
3200
|
+
* Get the backup key for an embedded wallet
|
|
3145
3201
|
*/
|
|
3146
3202
|
getEmbeddedWalletBackups(requestParameters, initOverrides) {
|
|
3147
3203
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3150,7 +3206,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3150
3206
|
});
|
|
3151
3207
|
}
|
|
3152
3208
|
/**
|
|
3153
|
-
*
|
|
3209
|
+
* Returns the passcode for a pregenerated embedded wallet.
|
|
3210
|
+
* Get the passcode for a pregenerated embedded wallet
|
|
3154
3211
|
*/
|
|
3155
3212
|
getEmbeddedWalletPasscodeRaw(requestParameters, initOverrides) {
|
|
3156
3213
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3176,7 +3233,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3176
3233
|
});
|
|
3177
3234
|
}
|
|
3178
3235
|
/**
|
|
3179
|
-
*
|
|
3236
|
+
* Returns the passcode for a pregenerated embedded wallet.
|
|
3237
|
+
* Get the passcode for a pregenerated embedded wallet
|
|
3180
3238
|
*/
|
|
3181
3239
|
getEmbeddedWalletPasscode(requestParameters, initOverrides) {
|
|
3182
3240
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3213,7 +3271,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3213
3271
|
}
|
|
3214
3272
|
/**
|
|
3215
3273
|
* Generates the request body for a user\'s delete V2 wallets request
|
|
3216
|
-
*
|
|
3274
|
+
* Generate the delete wallets request body
|
|
3217
3275
|
*/
|
|
3218
3276
|
getEmbeddedWalletsDeleteRequestRaw(requestParameters, initOverrides) {
|
|
3219
3277
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3243,7 +3301,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3243
3301
|
}
|
|
3244
3302
|
/**
|
|
3245
3303
|
* Generates the request body for a user\'s delete V2 wallets request
|
|
3246
|
-
*
|
|
3304
|
+
* Generate the delete wallets request body
|
|
3247
3305
|
*/
|
|
3248
3306
|
getEmbeddedWalletsDeleteRequest(requestParameters, initOverrides) {
|
|
3249
3307
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3252,6 +3310,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3252
3310
|
});
|
|
3253
3311
|
}
|
|
3254
3312
|
/**
|
|
3313
|
+
* Returns the OAuth access token for the specified user OAuth account.
|
|
3255
3314
|
* Get the access token for a user OAuth account
|
|
3256
3315
|
*/
|
|
3257
3316
|
getEndUserOauthAccessTokenRaw(requestParameters, initOverrides) {
|
|
@@ -3274,6 +3333,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3274
3333
|
});
|
|
3275
3334
|
}
|
|
3276
3335
|
/**
|
|
3336
|
+
* Returns the OAuth access token for the specified user OAuth account.
|
|
3277
3337
|
* Get the access token for a user OAuth account
|
|
3278
3338
|
*/
|
|
3279
3339
|
getEndUserOauthAccessToken(requestParameters, initOverrides) {
|
|
@@ -3313,7 +3373,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3313
3373
|
});
|
|
3314
3374
|
}
|
|
3315
3375
|
/**
|
|
3316
|
-
*
|
|
3376
|
+
* Returns the project settings and configuration for the specified environment.
|
|
3377
|
+
* Get environment settings
|
|
3317
3378
|
*/
|
|
3318
3379
|
getEnvironmentSettingsRaw(requestParameters, initOverrides) {
|
|
3319
3380
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3335,7 +3396,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3335
3396
|
});
|
|
3336
3397
|
}
|
|
3337
3398
|
/**
|
|
3338
|
-
*
|
|
3399
|
+
* Returns the project settings and configuration for the specified environment.
|
|
3400
|
+
* Get environment settings
|
|
3339
3401
|
*/
|
|
3340
3402
|
getEnvironmentSettings(requestParameters, initOverrides) {
|
|
3341
3403
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3345,6 +3407,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3345
3407
|
}
|
|
3346
3408
|
/**
|
|
3347
3409
|
* Exchange rates for the given currency
|
|
3410
|
+
* Get exchange rates
|
|
3348
3411
|
*/
|
|
3349
3412
|
getExchangeRatesRaw(initOverrides) {
|
|
3350
3413
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3361,6 +3424,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3361
3424
|
}
|
|
3362
3425
|
/**
|
|
3363
3426
|
* Exchange rates for the given currency
|
|
3427
|
+
* Get exchange rates
|
|
3364
3428
|
*/
|
|
3365
3429
|
getExchangeRates(initOverrides) {
|
|
3366
3430
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3393,6 +3457,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3393
3457
|
});
|
|
3394
3458
|
}
|
|
3395
3459
|
/**
|
|
3460
|
+
* Returns the exchange account transactions for the authenticated user.
|
|
3396
3461
|
* Get the exchange account transactions for a given dynamic user
|
|
3397
3462
|
*/
|
|
3398
3463
|
getExchangeTransactionsRaw(requestParameters, initOverrides) {
|
|
@@ -3425,6 +3490,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3425
3490
|
});
|
|
3426
3491
|
}
|
|
3427
3492
|
/**
|
|
3493
|
+
* Returns the exchange account transactions for the authenticated user.
|
|
3428
3494
|
* Get the exchange account transactions for a given dynamic user
|
|
3429
3495
|
*/
|
|
3430
3496
|
getExchangeTransactions(requestParameters, initOverrides) {
|
|
@@ -3464,6 +3530,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3464
3530
|
});
|
|
3465
3531
|
}
|
|
3466
3532
|
/**
|
|
3533
|
+
* Returns the available transfer destinations for exchange account transactions.
|
|
3467
3534
|
* Get the available exchange transfer destinations for account transactions for a given dynamic user
|
|
3468
3535
|
*/
|
|
3469
3536
|
getExchangeTransferDestinationsRaw(requestParameters, initOverrides) {
|
|
@@ -3493,6 +3560,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3493
3560
|
});
|
|
3494
3561
|
}
|
|
3495
3562
|
/**
|
|
3563
|
+
* Returns the available transfer destinations for exchange account transactions.
|
|
3496
3564
|
* Get the available exchange transfer destinations for account transactions for a given dynamic user
|
|
3497
3565
|
*/
|
|
3498
3566
|
getExchangeTransferDestinations(requestParameters, initOverrides) {
|
|
@@ -3532,6 +3600,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3532
3600
|
});
|
|
3533
3601
|
}
|
|
3534
3602
|
/**
|
|
3603
|
+
* Returns the global wallet settings configured for the specified environment.
|
|
3535
3604
|
* Get the global wallet settings for the environment
|
|
3536
3605
|
*/
|
|
3537
3606
|
getGlobalWalletsSettingsRaw(requestParameters, initOverrides) {
|
|
@@ -3551,6 +3620,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3551
3620
|
});
|
|
3552
3621
|
}
|
|
3553
3622
|
/**
|
|
3623
|
+
* Returns the global wallet settings configured for the specified environment.
|
|
3554
3624
|
* Get the global wallet settings for the environment
|
|
3555
3625
|
*/
|
|
3556
3626
|
getGlobalWalletsSettings(requestParameters, initOverrides) {
|
|
@@ -3561,6 +3631,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3561
3631
|
}
|
|
3562
3632
|
/**
|
|
3563
3633
|
* Health check endpoint to check for uptime of API.
|
|
3634
|
+
* Check API health
|
|
3564
3635
|
*/
|
|
3565
3636
|
getHealthcheckRaw(requestParameters, initOverrides) {
|
|
3566
3637
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3580,6 +3651,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3580
3651
|
}
|
|
3581
3652
|
/**
|
|
3582
3653
|
* Health check endpoint to check for uptime of API.
|
|
3654
|
+
* Check API health
|
|
3583
3655
|
*/
|
|
3584
3656
|
getHealthcheck(requestParameters, initOverrides) {
|
|
3585
3657
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3615,7 +3687,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3615
3687
|
});
|
|
3616
3688
|
}
|
|
3617
3689
|
/**
|
|
3618
|
-
*
|
|
3690
|
+
* Returns the JSON Web Key Set (JWKS) for the specified environment.
|
|
3691
|
+
* Get JWKS for the environment
|
|
3619
3692
|
*/
|
|
3620
3693
|
getJwksByEnvironmentIdRaw(requestParameters, initOverrides) {
|
|
3621
3694
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3634,7 +3707,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3634
3707
|
});
|
|
3635
3708
|
}
|
|
3636
3709
|
/**
|
|
3637
|
-
*
|
|
3710
|
+
* Returns the JSON Web Key Set (JWKS) for the specified environment.
|
|
3711
|
+
* Get JWKS for the environment
|
|
3638
3712
|
*/
|
|
3639
3713
|
getJwksByEnvironmentId(requestParameters, initOverrides) {
|
|
3640
3714
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3643,7 +3717,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3643
3717
|
});
|
|
3644
3718
|
}
|
|
3645
3719
|
/**
|
|
3646
|
-
*
|
|
3720
|
+
* Returns the JSON Web Key Set (JWKS) in JSON format for the specified environment.
|
|
3721
|
+
* Get JWKS for the environment (JSON format)
|
|
3647
3722
|
*/
|
|
3648
3723
|
getJwksJsonByEnvironmentIdRaw(requestParameters, initOverrides) {
|
|
3649
3724
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3662,7 +3737,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3662
3737
|
});
|
|
3663
3738
|
}
|
|
3664
3739
|
/**
|
|
3665
|
-
*
|
|
3740
|
+
* Returns the JSON Web Key Set (JWKS) in JSON format for the specified environment.
|
|
3741
|
+
* Get JWKS for the environment (JSON format)
|
|
3666
3742
|
*/
|
|
3667
3743
|
getJwksJsonByEnvironmentId(requestParameters, initOverrides) {
|
|
3668
3744
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3671,7 +3747,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3671
3747
|
});
|
|
3672
3748
|
}
|
|
3673
3749
|
/**
|
|
3674
|
-
*
|
|
3750
|
+
* Returns details of a specific MFA device by its ID.
|
|
3751
|
+
* Get an MFA device by ID
|
|
3675
3752
|
*/
|
|
3676
3753
|
getMfaDeviceRaw(requestParameters, initOverrides) {
|
|
3677
3754
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3700,7 +3777,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3700
3777
|
});
|
|
3701
3778
|
}
|
|
3702
3779
|
/**
|
|
3703
|
-
*
|
|
3780
|
+
* Returns details of a specific MFA device by its ID.
|
|
3781
|
+
* Get an MFA device by ID
|
|
3704
3782
|
*/
|
|
3705
3783
|
getMfaDevice(requestParameters, initOverrides) {
|
|
3706
3784
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3739,7 +3817,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3739
3817
|
});
|
|
3740
3818
|
}
|
|
3741
3819
|
/**
|
|
3742
|
-
*
|
|
3820
|
+
* Returns the network configurations enabled for the specified environment.
|
|
3821
|
+
* Get network configurations for the environment
|
|
3743
3822
|
*/
|
|
3744
3823
|
getNetworksConfigurationByEnvIdRaw(requestParameters, initOverrides) {
|
|
3745
3824
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3758,7 +3837,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3758
3837
|
});
|
|
3759
3838
|
}
|
|
3760
3839
|
/**
|
|
3761
|
-
*
|
|
3840
|
+
* Returns the network configurations enabled for the specified environment.
|
|
3841
|
+
* Get network configurations for the environment
|
|
3762
3842
|
*/
|
|
3763
3843
|
getNetworksConfigurationByEnvId(requestParameters, initOverrides) {
|
|
3764
3844
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3767,6 +3847,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3767
3847
|
});
|
|
3768
3848
|
}
|
|
3769
3849
|
/**
|
|
3850
|
+
* Creates and returns a nonce for use in the wallet authentication flow.
|
|
3770
3851
|
* Create nonce for authentication flow
|
|
3771
3852
|
*/
|
|
3772
3853
|
getNonceRaw(requestParameters, initOverrides) {
|
|
@@ -3786,6 +3867,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3786
3867
|
});
|
|
3787
3868
|
}
|
|
3788
3869
|
/**
|
|
3870
|
+
* Creates and returns a nonce for use in the wallet authentication flow.
|
|
3789
3871
|
* Create nonce for authentication flow
|
|
3790
3872
|
*/
|
|
3791
3873
|
getNonce(requestParameters, initOverrides) {
|
|
@@ -3795,7 +3877,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3795
3877
|
});
|
|
3796
3878
|
}
|
|
3797
3879
|
/**
|
|
3798
|
-
*
|
|
3880
|
+
* Returns the WebAuthn authentication options for passkey verification.
|
|
3881
|
+
* Get passkey authentication options
|
|
3799
3882
|
*/
|
|
3800
3883
|
getPasskeyAuthenticationOptionsRaw(requestParameters, initOverrides) {
|
|
3801
3884
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3824,7 +3907,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3824
3907
|
});
|
|
3825
3908
|
}
|
|
3826
3909
|
/**
|
|
3827
|
-
*
|
|
3910
|
+
* Returns the WebAuthn authentication options for passkey verification.
|
|
3911
|
+
* Get passkey authentication options
|
|
3828
3912
|
*/
|
|
3829
3913
|
getPasskeyAuthenticationOptions(requestParameters, initOverrides) {
|
|
3830
3914
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3863,7 +3947,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3863
3947
|
});
|
|
3864
3948
|
}
|
|
3865
3949
|
/**
|
|
3866
|
-
*
|
|
3950
|
+
* Returns the WebAuthn authentication options for passkey sign-in.
|
|
3951
|
+
* Get passkey sign-in options
|
|
3867
3952
|
*/
|
|
3868
3953
|
getPasskeyAuthenticationSigninOptionsRaw(requestParameters, initOverrides) {
|
|
3869
3954
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3885,7 +3970,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3885
3970
|
});
|
|
3886
3971
|
}
|
|
3887
3972
|
/**
|
|
3888
|
-
*
|
|
3973
|
+
* Returns the WebAuthn authentication options for passkey sign-in.
|
|
3974
|
+
* Get passkey sign-in options
|
|
3889
3975
|
*/
|
|
3890
3976
|
getPasskeyAuthenticationSigninOptions(requestParameters, initOverrides) {
|
|
3891
3977
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3894,7 +3980,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3894
3980
|
});
|
|
3895
3981
|
}
|
|
3896
3982
|
/**
|
|
3897
|
-
*
|
|
3983
|
+
* Returns the WebAuthn registration options needed to register a new passkey.
|
|
3984
|
+
* Get user passkeys
|
|
3898
3985
|
*/
|
|
3899
3986
|
getPasskeyRegistrationOptionsRaw(requestParameters, initOverrides) {
|
|
3900
3987
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3913,7 +4000,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3913
4000
|
});
|
|
3914
4001
|
}
|
|
3915
4002
|
/**
|
|
3916
|
-
*
|
|
4003
|
+
* Returns the WebAuthn registration options needed to register a new passkey.
|
|
4004
|
+
* Get user passkeys
|
|
3917
4005
|
*/
|
|
3918
4006
|
getPasskeyRegistrationOptions(requestParameters, initOverrides) {
|
|
3919
4007
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -3949,6 +4037,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3949
4037
|
});
|
|
3950
4038
|
}
|
|
3951
4039
|
/**
|
|
4040
|
+
* Returns the MFA recovery codes for the authenticated user.
|
|
3952
4041
|
* Get recovery codes
|
|
3953
4042
|
*/
|
|
3954
4043
|
getRecoveryCodesRaw(requestParameters, initOverrides) {
|
|
@@ -3975,6 +4064,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3975
4064
|
});
|
|
3976
4065
|
}
|
|
3977
4066
|
/**
|
|
4067
|
+
* Returns the MFA recovery codes for the authenticated user.
|
|
3978
4068
|
* Get recovery codes
|
|
3979
4069
|
*/
|
|
3980
4070
|
getRecoveryCodes(requestParameters, initOverrides) {
|
|
@@ -3985,7 +4075,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
3985
4075
|
}
|
|
3986
4076
|
/**
|
|
3987
4077
|
* Find the configuration for the enabled offramps associated to an environment
|
|
3988
|
-
*
|
|
4078
|
+
* Get enabled offramps for the environment
|
|
3989
4079
|
*/
|
|
3990
4080
|
getSupportedOfframpsRaw(requestParameters, initOverrides) {
|
|
3991
4081
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -4023,7 +4113,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
4023
4113
|
}
|
|
4024
4114
|
/**
|
|
4025
4115
|
* Find the configuration for the enabled offramps associated to an environment
|
|
4026
|
-
*
|
|
4116
|
+
* Get enabled offramps for the environment
|
|
4027
4117
|
*/
|
|
4028
4118
|
getSupportedOfframps(requestParameters, initOverrides) {
|
|
4029
4119
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -4033,7 +4123,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
4033
4123
|
}
|
|
4034
4124
|
/**
|
|
4035
4125
|
* Find the configuration for the enabled onramps associated to an environment
|
|
4036
|
-
*
|
|
4126
|
+
* Get enabled onramps for the environment
|
|
4037
4127
|
*/
|
|
4038
4128
|
getSupportedOnrampsRaw(requestParameters, initOverrides) {
|
|
4039
4129
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -4083,7 +4173,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
4083
4173
|
}
|
|
4084
4174
|
/**
|
|
4085
4175
|
* Find the configuration for the enabled onramps associated to an environment
|
|
4086
|
-
*
|
|
4176
|
+
* Get enabled onramps for the environment
|
|
4087
4177
|
*/
|
|
4088
4178
|
getSupportedOnramps(requestParameters, initOverrides) {
|
|
4089
4179
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -4092,7 +4182,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
4092
4182
|
});
|
|
4093
4183
|
}
|
|
4094
4184
|
/**
|
|
4095
|
-
*
|
|
4185
|
+
* Returns the HTML content for the Telegram login widget.
|
|
4186
|
+
* Get Telegram login widget HTML
|
|
4096
4187
|
*/
|
|
4097
4188
|
getTelegramAuthRaw(requestParameters, initOverrides) {
|
|
4098
4189
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -4117,7 +4208,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
4117
4208
|
});
|
|
4118
4209
|
}
|
|
4119
4210
|
/**
|
|
4120
|
-
*
|
|
4211
|
+
* Returns the HTML content for the Telegram login widget.
|
|
4212
|
+
* Get Telegram login widget HTML
|
|
4121
4213
|
*/
|
|
4122
4214
|
getTelegramAuth(requestParameters, initOverrides) {
|
|
4123
4215
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -4126,6 +4218,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
4126
4218
|
});
|
|
4127
4219
|
}
|
|
4128
4220
|
/**
|
|
4221
|
+
* Returns account balances for the specified user addresses.
|
|
4129
4222
|
* Get account balances for multiple addresses
|
|
4130
4223
|
*/
|
|
4131
4224
|
getUserAccountBalancesRaw(requestParameters, initOverrides) {
|
|
@@ -4153,6 +4246,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
4153
4246
|
});
|
|
4154
4247
|
}
|
|
4155
4248
|
/**
|
|
4249
|
+
* Returns account balances for the specified user addresses.
|
|
4156
4250
|
* Get account balances for multiple addresses
|
|
4157
4251
|
*/
|
|
4158
4252
|
getUserAccountBalances(requestParameters, initOverrides) {
|
|
@@ -4162,6 +4256,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
4162
4256
|
});
|
|
4163
4257
|
}
|
|
4164
4258
|
/**
|
|
4259
|
+
* Returns the exchange accounts for the authenticated user on the specified exchange.
|
|
4165
4260
|
* Get the exchange accounts for a given dynamic user
|
|
4166
4261
|
*/
|
|
4167
4262
|
getUserAccountsRaw(requestParameters, initOverrides) {
|
|
@@ -4197,6 +4292,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
4197
4292
|
});
|
|
4198
4293
|
}
|
|
4199
4294
|
/**
|
|
4295
|
+
* Returns the exchange accounts for the authenticated user on the specified exchange.
|
|
4200
4296
|
* Get the exchange accounts for a given dynamic user
|
|
4201
4297
|
*/
|
|
4202
4298
|
getUserAccounts(requestParameters, initOverrides) {
|
|
@@ -4303,7 +4399,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
4303
4399
|
});
|
|
4304
4400
|
}
|
|
4305
4401
|
/**
|
|
4306
|
-
*
|
|
4402
|
+
* Returns the list of MFA devices registered for the authenticated user.
|
|
4403
|
+
* Get the current user\'s MFA devices
|
|
4307
4404
|
*/
|
|
4308
4405
|
getUserMfaDevicesRaw(requestParameters, initOverrides) {
|
|
4309
4406
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -4329,7 +4426,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
4329
4426
|
});
|
|
4330
4427
|
}
|
|
4331
4428
|
/**
|
|
4332
|
-
*
|
|
4429
|
+
* Returns the list of MFA devices registered for the authenticated user.
|
|
4430
|
+
* Get the current user\'s MFA devices
|
|
4333
4431
|
*/
|
|
4334
4432
|
getUserMfaDevices(requestParameters, initOverrides) {
|
|
4335
4433
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -4338,7 +4436,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
4338
4436
|
});
|
|
4339
4437
|
}
|
|
4340
4438
|
/**
|
|
4341
|
-
*
|
|
4439
|
+
* Returns the available MFA methods for the authenticated user.
|
|
4440
|
+
* Get the current user\'s MFA methods
|
|
4342
4441
|
*/
|
|
4343
4442
|
getUserMfaMethodsRaw(requestParameters, initOverrides) {
|
|
4344
4443
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -4367,7 +4466,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
4367
4466
|
});
|
|
4368
4467
|
}
|
|
4369
4468
|
/**
|
|
4370
|
-
*
|
|
4469
|
+
* Returns the available MFA methods for the authenticated user.
|
|
4470
|
+
* Get the current user\'s MFA methods
|
|
4371
4471
|
*/
|
|
4372
4472
|
getUserMfaMethods(requestParameters, initOverrides) {
|
|
4373
4473
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -4376,7 +4476,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
4376
4476
|
});
|
|
4377
4477
|
}
|
|
4378
4478
|
/**
|
|
4379
|
-
*
|
|
4479
|
+
* Returns the list of passkeys registered for the authenticated user.
|
|
4480
|
+
* Get user passkeys
|
|
4380
4481
|
*/
|
|
4381
4482
|
getUserPasskeysRaw(requestParameters, initOverrides) {
|
|
4382
4483
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -4402,7 +4503,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
4402
4503
|
});
|
|
4403
4504
|
}
|
|
4404
4505
|
/**
|
|
4405
|
-
*
|
|
4506
|
+
* Returns the list of passkeys registered for the authenticated user.
|
|
4507
|
+
* Get user passkeys
|
|
4406
4508
|
*/
|
|
4407
4509
|
getUserPasskeys(requestParameters, initOverrides) {
|
|
4408
4510
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -4412,7 +4514,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
4412
4514
|
}
|
|
4413
4515
|
/**
|
|
4414
4516
|
* 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.
|
|
4415
|
-
*
|
|
4517
|
+
* Get a WAAS wallet by address
|
|
4416
4518
|
*/
|
|
4417
4519
|
getWaasWalletWithVerifiedCredentialsRaw(requestParameters, initOverrides) {
|
|
4418
4520
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -4442,7 +4544,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
4442
4544
|
}
|
|
4443
4545
|
/**
|
|
4444
4546
|
* 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.
|
|
4445
|
-
*
|
|
4547
|
+
* Get a WAAS wallet by address
|
|
4446
4548
|
*/
|
|
4447
4549
|
getWaasWalletWithVerifiedCredentials(requestParameters, initOverrides) {
|
|
4448
4550
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -4636,7 +4738,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
4636
4738
|
}
|
|
4637
4739
|
/**
|
|
4638
4740
|
* Hard delete the authenticated user
|
|
4639
|
-
*
|
|
4741
|
+
* Delete the current user
|
|
4640
4742
|
*/
|
|
4641
4743
|
hardDeleteUserRaw(requestParameters, initOverrides) {
|
|
4642
4744
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -4663,7 +4765,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
4663
4765
|
}
|
|
4664
4766
|
/**
|
|
4665
4767
|
* Hard delete the authenticated user
|
|
4666
|
-
*
|
|
4768
|
+
* Delete the current user
|
|
4667
4769
|
*/
|
|
4668
4770
|
hardDeleteUser(requestParameters, initOverrides) {
|
|
4669
4771
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -4672,7 +4774,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
4672
4774
|
}
|
|
4673
4775
|
/**
|
|
4674
4776
|
* Import a private key to create a waas account
|
|
4675
|
-
* Import
|
|
4777
|
+
* Import a private key to create a WAAS wallet
|
|
4676
4778
|
*/
|
|
4677
4779
|
importPrivateKeyRaw(requestParameters, initOverrides) {
|
|
4678
4780
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -4704,7 +4806,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
4704
4806
|
}
|
|
4705
4807
|
/**
|
|
4706
4808
|
* Import a private key to create a waas account
|
|
4707
|
-
* Import
|
|
4809
|
+
* Import a private key to create a WAAS wallet
|
|
4708
4810
|
*/
|
|
4709
4811
|
importPrivateKey(requestParameters, initOverrides) {
|
|
4710
4812
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -4741,7 +4843,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
4741
4843
|
}
|
|
4742
4844
|
/**
|
|
4743
4845
|
* This endpoint initializes a secure oauth authentication sequence by providing the state and current url path to the API.
|
|
4744
|
-
* Initialize
|
|
4846
|
+
* Initialize an OAuth authentication sequence
|
|
4745
4847
|
*/
|
|
4746
4848
|
initAuthRaw(requestParameters, initOverrides) {
|
|
4747
4849
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -4769,7 +4871,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
4769
4871
|
}
|
|
4770
4872
|
/**
|
|
4771
4873
|
* This endpoint initializes a secure oauth authentication sequence by providing the state and current url path to the API.
|
|
4772
|
-
* Initialize
|
|
4874
|
+
* Initialize an OAuth authentication sequence
|
|
4773
4875
|
*/
|
|
4774
4876
|
initAuth(requestParameters, initOverrides) {
|
|
4775
4877
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -4946,7 +5048,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
4946
5048
|
}
|
|
4947
5049
|
/**
|
|
4948
5050
|
* Generates the turnkey request body for a user\'s delete wallets request
|
|
4949
|
-
*
|
|
5051
|
+
* Generate the delete wallets request body
|
|
4950
5052
|
*/
|
|
4951
5053
|
legacyGetEmbeddedWalletsDeleteRequestRaw(requestParameters, initOverrides) {
|
|
4952
5054
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -4973,7 +5075,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
4973
5075
|
}
|
|
4974
5076
|
/**
|
|
4975
5077
|
* Generates the turnkey request body for a user\'s delete wallets request
|
|
4976
|
-
*
|
|
5078
|
+
* Generate the delete wallets request body
|
|
4977
5079
|
*/
|
|
4978
5080
|
legacyGetEmbeddedWalletsDeleteRequest(requestParameters, initOverrides) {
|
|
4979
5081
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -5039,7 +5141,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
5039
5141
|
});
|
|
5040
5142
|
}
|
|
5041
5143
|
/**
|
|
5042
|
-
*
|
|
5144
|
+
* Logs the SDK settings being used by the client for the environment.
|
|
5145
|
+
* Update SDK settings for the environment
|
|
5043
5146
|
*/
|
|
5044
5147
|
logDynamicSdkSettingsRaw(requestParameters, initOverrides) {
|
|
5045
5148
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -5063,7 +5166,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
5063
5166
|
});
|
|
5064
5167
|
}
|
|
5065
5168
|
/**
|
|
5066
|
-
*
|
|
5169
|
+
* Logs the SDK settings being used by the client for the environment.
|
|
5170
|
+
* Update SDK settings for the environment
|
|
5067
5171
|
*/
|
|
5068
5172
|
logDynamicSdkSettings(requestParameters, initOverrides) {
|
|
5069
5173
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -5072,7 +5176,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
5072
5176
|
}
|
|
5073
5177
|
/**
|
|
5074
5178
|
* Used to merge two owned accounts connected by email address
|
|
5075
|
-
*
|
|
5179
|
+
* Merge two owned accounts
|
|
5076
5180
|
*/
|
|
5077
5181
|
mergeUsersRaw(requestParameters, initOverrides) {
|
|
5078
5182
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -5099,7 +5203,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
5099
5203
|
}
|
|
5100
5204
|
/**
|
|
5101
5205
|
* Used to merge two owned accounts connected by email address
|
|
5102
|
-
*
|
|
5206
|
+
* Merge two owned accounts
|
|
5103
5207
|
*/
|
|
5104
5208
|
mergeUsers(requestParameters, initOverrides) {
|
|
5105
5209
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -5190,7 +5294,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
5190
5294
|
}
|
|
5191
5295
|
/**
|
|
5192
5296
|
* Endpoint where an oauth provider would return authorization HTML used for mobile-friendly login, such as Apple ID with Touch ID on enabled devices.
|
|
5193
|
-
*
|
|
5297
|
+
* Get OAuth provider authorization HTML
|
|
5194
5298
|
*/
|
|
5195
5299
|
oauthAuthorizeHtmlRaw(requestParameters, initOverrides) {
|
|
5196
5300
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -5222,7 +5326,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
5222
5326
|
}
|
|
5223
5327
|
/**
|
|
5224
5328
|
* Endpoint where an oauth provider would return authorization HTML used for mobile-friendly login, such as Apple ID with Touch ID on enabled devices.
|
|
5225
|
-
*
|
|
5329
|
+
* Get OAuth provider authorization HTML
|
|
5226
5330
|
*/
|
|
5227
5331
|
oauthAuthorizeHtml(requestParameters, initOverrides) {
|
|
5228
5332
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -5261,7 +5365,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
5261
5365
|
});
|
|
5262
5366
|
}
|
|
5263
5367
|
/**
|
|
5264
|
-
*
|
|
5368
|
+
* Redirects the user to the specified OAuth provider login page.
|
|
5369
|
+
* Redirect to OAuth provider login
|
|
5265
5370
|
*/
|
|
5266
5371
|
oauthLoginRaw(requestParameters, initOverrides) {
|
|
5267
5372
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -5283,7 +5388,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
5283
5388
|
});
|
|
5284
5389
|
}
|
|
5285
5390
|
/**
|
|
5286
|
-
*
|
|
5391
|
+
* Redirects the user to the specified OAuth provider login page.
|
|
5392
|
+
* Redirect to OAuth provider login
|
|
5287
5393
|
*/
|
|
5288
5394
|
oauthLogin(requestParameters, initOverrides) {
|
|
5289
5395
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -5321,7 +5427,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
5321
5427
|
});
|
|
5322
5428
|
}
|
|
5323
5429
|
/**
|
|
5324
|
-
*
|
|
5430
|
+
* Returns the login URL for the specified OAuth provider.
|
|
5431
|
+
* Get the OAuth provider login URL
|
|
5325
5432
|
*/
|
|
5326
5433
|
oauthLoginUrlRaw(requestParameters, initOverrides) {
|
|
5327
5434
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -5343,7 +5450,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
5343
5450
|
});
|
|
5344
5451
|
}
|
|
5345
5452
|
/**
|
|
5346
|
-
*
|
|
5453
|
+
* Returns the login URL for the specified OAuth provider.
|
|
5454
|
+
* Get the OAuth provider login URL
|
|
5347
5455
|
*/
|
|
5348
5456
|
oauthLoginUrl(requestParameters, initOverrides) {
|
|
5349
5457
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -5383,7 +5491,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
5383
5491
|
}
|
|
5384
5492
|
/**
|
|
5385
5493
|
* Endpoint where an oauth provider would redirect after a successful user authorizing the oauth application.
|
|
5386
|
-
*
|
|
5494
|
+
* Handle Apple ID OAuth redirect
|
|
5387
5495
|
*/
|
|
5388
5496
|
oauthRedirectAppleRaw(requestParameters, initOverrides) {
|
|
5389
5497
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -5425,7 +5533,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
5425
5533
|
}
|
|
5426
5534
|
/**
|
|
5427
5535
|
* Endpoint where an oauth provider would redirect after a successful user authorizing the oauth application.
|
|
5428
|
-
*
|
|
5536
|
+
* Handle Apple ID OAuth redirect
|
|
5429
5537
|
*/
|
|
5430
5538
|
oauthRedirectApple(requestParameters, initOverrides) {
|
|
5431
5539
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -5462,7 +5570,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
5462
5570
|
}
|
|
5463
5571
|
/**
|
|
5464
5572
|
* Endpoint where an oauth provider would redirect after a successful user authorizing the oauth application.
|
|
5465
|
-
*
|
|
5573
|
+
* Handle OAuth provider redirect
|
|
5466
5574
|
*/
|
|
5467
5575
|
oauthRedirectCodeRaw(requestParameters, initOverrides) {
|
|
5468
5576
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -5503,7 +5611,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
5503
5611
|
}
|
|
5504
5612
|
/**
|
|
5505
5613
|
* Endpoint where an oauth provider would redirect after a successful user authorizing the oauth application.
|
|
5506
|
-
*
|
|
5614
|
+
* Handle OAuth provider redirect
|
|
5507
5615
|
*/
|
|
5508
5616
|
oauthRedirectCode(requestParameters, initOverrides) {
|
|
5509
5617
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -5542,7 +5650,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
5542
5650
|
});
|
|
5543
5651
|
}
|
|
5544
5652
|
/**
|
|
5545
|
-
* Returns the authorization
|
|
5653
|
+
* Returns the OAuth authorization result for the given state.
|
|
5654
|
+
* Get the OAuth provider authorization result
|
|
5546
5655
|
*/
|
|
5547
5656
|
oauthResultRaw(requestParameters, initOverrides) {
|
|
5548
5657
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -5569,7 +5678,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
5569
5678
|
});
|
|
5570
5679
|
}
|
|
5571
5680
|
/**
|
|
5572
|
-
* Returns the authorization
|
|
5681
|
+
* Returns the OAuth authorization result for the given state.
|
|
5682
|
+
* Get the OAuth provider authorization result
|
|
5573
5683
|
*/
|
|
5574
5684
|
oauthResult(requestParameters, initOverrides) {
|
|
5575
5685
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -5608,8 +5718,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
5608
5718
|
});
|
|
5609
5719
|
}
|
|
5610
5720
|
/**
|
|
5611
|
-
* Standard OAuth SignIn callback to exchange
|
|
5612
|
-
*
|
|
5721
|
+
* Standard OAuth SignIn callback to exchange temporary code for oauth access and return a valid Dynamic JWT and user
|
|
5722
|
+
* Sign in with OAuth provider
|
|
5613
5723
|
*/
|
|
5614
5724
|
oauthSignInRaw(requestParameters, initOverrides) {
|
|
5615
5725
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -5636,8 +5746,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
5636
5746
|
});
|
|
5637
5747
|
}
|
|
5638
5748
|
/**
|
|
5639
|
-
* Standard OAuth SignIn callback to exchange
|
|
5640
|
-
*
|
|
5749
|
+
* Standard OAuth SignIn callback to exchange temporary code for oauth access and return a valid Dynamic JWT and user
|
|
5750
|
+
* Sign in with OAuth provider
|
|
5641
5751
|
*/
|
|
5642
5752
|
oauthSignIn(requestParameters, initOverrides) {
|
|
5643
5753
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -5676,8 +5786,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
5676
5786
|
});
|
|
5677
5787
|
}
|
|
5678
5788
|
/**
|
|
5679
|
-
* Standard OAuth verify callback to exchange
|
|
5680
|
-
*
|
|
5789
|
+
* Standard OAuth verify callback to exchange temporary code for oauth access
|
|
5790
|
+
* Verify OAuth provider authorization
|
|
5681
5791
|
*/
|
|
5682
5792
|
oauthVerifyRaw(requestParameters, initOverrides) {
|
|
5683
5793
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -5704,8 +5814,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
5704
5814
|
});
|
|
5705
5815
|
}
|
|
5706
5816
|
/**
|
|
5707
|
-
* Standard OAuth verify callback to exchange
|
|
5708
|
-
*
|
|
5817
|
+
* Standard OAuth verify callback to exchange temporary code for oauth access
|
|
5818
|
+
* Verify OAuth provider authorization
|
|
5709
5819
|
*/
|
|
5710
5820
|
oauthVerify(requestParameters, initOverrides) {
|
|
5711
5821
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -5798,6 +5908,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
5798
5908
|
});
|
|
5799
5909
|
}
|
|
5800
5910
|
/**
|
|
5911
|
+
* Adds priority fees and compute unit limits to a Solana transaction for optimization.
|
|
5801
5912
|
* Add fees to a Solana transaction
|
|
5802
5913
|
*/
|
|
5803
5914
|
optimizeTransactionRaw(requestParameters, initOverrides) {
|
|
@@ -5822,6 +5933,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
5822
5933
|
});
|
|
5823
5934
|
}
|
|
5824
5935
|
/**
|
|
5936
|
+
* Adds priority fees and compute unit limits to a Solana transaction for optimization.
|
|
5825
5937
|
* Add fees to a Solana transaction
|
|
5826
5938
|
*/
|
|
5827
5939
|
optimizeTransaction(requestParameters, initOverrides) {
|
|
@@ -5912,6 +6024,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
5912
6024
|
});
|
|
5913
6025
|
}
|
|
5914
6026
|
/**
|
|
6027
|
+
* Transfers funds from an exchange account to an external address or another account.
|
|
5915
6028
|
* Transfer funds from an exchange account to an external address or another Coinbase account
|
|
5916
6029
|
*/
|
|
5917
6030
|
postExchangeAccountTransferRaw(requestParameters, initOverrides) {
|
|
@@ -5949,6 +6062,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
5949
6062
|
});
|
|
5950
6063
|
}
|
|
5951
6064
|
/**
|
|
6065
|
+
* Transfers funds from an exchange account to an external address or another account.
|
|
5952
6066
|
* Transfer funds from an exchange account to an external address or another Coinbase account
|
|
5953
6067
|
*/
|
|
5954
6068
|
postExchangeAccountTransfer(requestParameters, initOverrides) {
|
|
@@ -5991,6 +6105,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
5991
6105
|
});
|
|
5992
6106
|
}
|
|
5993
6107
|
/**
|
|
6108
|
+
* Returns token balances for multiple account addresses across different chains.
|
|
5994
6109
|
* Get account balances for multiple addresses
|
|
5995
6110
|
*/
|
|
5996
6111
|
postMultichainAccountBalancesRaw(requestParameters, initOverrides) {
|
|
@@ -6015,6 +6130,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6015
6130
|
});
|
|
6016
6131
|
}
|
|
6017
6132
|
/**
|
|
6133
|
+
* Returns token balances for multiple account addresses across different chains.
|
|
6018
6134
|
* Get account balances for multiple addresses
|
|
6019
6135
|
*/
|
|
6020
6136
|
postMultichainAccountBalances(requestParameters, initOverrides) {
|
|
@@ -6056,6 +6172,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6056
6172
|
});
|
|
6057
6173
|
}
|
|
6058
6174
|
/**
|
|
6175
|
+
* Handles the Telegram authentication callback after user authorization.
|
|
6059
6176
|
* Handle Telegram authentication
|
|
6060
6177
|
*/
|
|
6061
6178
|
postTelegramAuthRaw(requestParameters, initOverrides) {
|
|
@@ -6080,6 +6197,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6080
6197
|
});
|
|
6081
6198
|
}
|
|
6082
6199
|
/**
|
|
6200
|
+
* Handles the Telegram authentication callback after user authorization.
|
|
6083
6201
|
* Handle Telegram authentication
|
|
6084
6202
|
*/
|
|
6085
6203
|
postTelegramAuth(requestParameters, initOverrides) {
|
|
@@ -6089,7 +6207,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6089
6207
|
}
|
|
6090
6208
|
/**
|
|
6091
6209
|
* Endpoint to send minimal wallet information to the API to prefetch name service information for an address.
|
|
6092
|
-
*
|
|
6210
|
+
* Prefetch information for a wallet address
|
|
6093
6211
|
*/
|
|
6094
6212
|
prefetchRaw(requestParameters, initOverrides) {
|
|
6095
6213
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -6114,7 +6232,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6114
6232
|
}
|
|
6115
6233
|
/**
|
|
6116
6234
|
* Endpoint to send minimal wallet information to the API to prefetch name service information for an address.
|
|
6117
|
-
*
|
|
6235
|
+
* Prefetch information for a wallet address
|
|
6118
6236
|
*/
|
|
6119
6237
|
prefetch(requestParameters, initOverrides) {
|
|
6120
6238
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -6122,7 +6240,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6122
6240
|
});
|
|
6123
6241
|
}
|
|
6124
6242
|
/**
|
|
6125
|
-
*
|
|
6243
|
+
* Publishes SDK analytics events for the given environment.
|
|
6244
|
+
* Publish SDK events
|
|
6126
6245
|
*/
|
|
6127
6246
|
publishEventRaw(requestParameters, initOverrides) {
|
|
6128
6247
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -6146,7 +6265,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6146
6265
|
});
|
|
6147
6266
|
}
|
|
6148
6267
|
/**
|
|
6149
|
-
*
|
|
6268
|
+
* Publishes SDK analytics events for the given environment.
|
|
6269
|
+
* Publish SDK events
|
|
6150
6270
|
*/
|
|
6151
6271
|
publishEvent(requestParameters, initOverrides) {
|
|
6152
6272
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -6154,7 +6274,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6154
6274
|
});
|
|
6155
6275
|
}
|
|
6156
6276
|
/**
|
|
6157
|
-
*
|
|
6277
|
+
* Recovers the client key shares for the specified WAAS wallet from backup.
|
|
6278
|
+
* Recover WAAS keyshares
|
|
6158
6279
|
*/
|
|
6159
6280
|
recoverKeySharesRaw(requestParameters, initOverrides) {
|
|
6160
6281
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -6185,7 +6306,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6185
6306
|
});
|
|
6186
6307
|
}
|
|
6187
6308
|
/**
|
|
6188
|
-
*
|
|
6309
|
+
* Recovers the client key shares for the specified WAAS wallet from backup.
|
|
6310
|
+
* Recover WAAS keyshares
|
|
6189
6311
|
*/
|
|
6190
6312
|
recoverKeyShares(requestParameters, initOverrides) {
|
|
6191
6313
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -6278,7 +6400,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6278
6400
|
});
|
|
6279
6401
|
}
|
|
6280
6402
|
/**
|
|
6281
|
-
*
|
|
6403
|
+
* Refreshes the JWT auth token and returns a new token with updated claims.
|
|
6404
|
+
* Refresh the JWT auth token
|
|
6282
6405
|
*/
|
|
6283
6406
|
refreshAuthRaw(requestParameters, initOverrides) {
|
|
6284
6407
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -6304,7 +6427,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6304
6427
|
});
|
|
6305
6428
|
}
|
|
6306
6429
|
/**
|
|
6307
|
-
*
|
|
6430
|
+
* Refreshes the JWT auth token and returns a new token with updated claims.
|
|
6431
|
+
* Refresh the JWT auth token
|
|
6308
6432
|
*/
|
|
6309
6433
|
refreshAuth(requestParameters, initOverrides) {
|
|
6310
6434
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -6313,7 +6437,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6313
6437
|
});
|
|
6314
6438
|
}
|
|
6315
6439
|
/**
|
|
6316
|
-
*
|
|
6440
|
+
* Refreshes the MPC key shares for the specified WAAS wallet.
|
|
6441
|
+
* Refresh WAAS keyshares
|
|
6317
6442
|
*/
|
|
6318
6443
|
refreshKeySharesRaw(requestParameters, initOverrides) {
|
|
6319
6444
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -6342,7 +6467,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6342
6467
|
});
|
|
6343
6468
|
}
|
|
6344
6469
|
/**
|
|
6345
|
-
*
|
|
6470
|
+
* Refreshes the MPC key shares for the specified WAAS wallet.
|
|
6471
|
+
* Refresh WAAS keyshares
|
|
6346
6472
|
*/
|
|
6347
6473
|
refreshKeyShares(requestParameters, initOverrides) {
|
|
6348
6474
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -6408,6 +6534,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6408
6534
|
});
|
|
6409
6535
|
}
|
|
6410
6536
|
/**
|
|
6537
|
+
* Registers a new passkey for the authenticated user using WebAuthn credentials.
|
|
6411
6538
|
* Register a new passkey
|
|
6412
6539
|
*/
|
|
6413
6540
|
registerPasskeyRaw(requestParameters, initOverrides) {
|
|
@@ -6439,6 +6566,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6439
6566
|
});
|
|
6440
6567
|
}
|
|
6441
6568
|
/**
|
|
6569
|
+
* Registers a new passkey for the authenticated user using WebAuthn credentials.
|
|
6442
6570
|
* Register a new passkey
|
|
6443
6571
|
*/
|
|
6444
6572
|
registerPasskey(requestParameters, initOverrides) {
|
|
@@ -6448,7 +6576,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6448
6576
|
});
|
|
6449
6577
|
}
|
|
6450
6578
|
/**
|
|
6451
|
-
*
|
|
6579
|
+
* Initiates passkey MFA device registration and returns the setup details.
|
|
6580
|
+
* Register a passkey MFA device
|
|
6452
6581
|
*/
|
|
6453
6582
|
registerPasskeyMfaDeviceRaw(requestParameters, initOverrides) {
|
|
6454
6583
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -6474,7 +6603,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6474
6603
|
});
|
|
6475
6604
|
}
|
|
6476
6605
|
/**
|
|
6477
|
-
*
|
|
6606
|
+
* Initiates passkey MFA device registration and returns the setup details.
|
|
6607
|
+
* Register a passkey MFA device
|
|
6478
6608
|
*/
|
|
6479
6609
|
registerPasskeyMfaDevice(requestParameters, initOverrides) {
|
|
6480
6610
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -6510,6 +6640,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6510
6640
|
});
|
|
6511
6641
|
}
|
|
6512
6642
|
/**
|
|
6643
|
+
* Verifies the passkey credential to complete MFA device registration.
|
|
6513
6644
|
* Verify Passkey MFA device
|
|
6514
6645
|
*/
|
|
6515
6646
|
registerPasskeyMfaDeviceVerifyRaw(requestParameters, initOverrides) {
|
|
@@ -6541,6 +6672,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6541
6672
|
});
|
|
6542
6673
|
}
|
|
6543
6674
|
/**
|
|
6675
|
+
* Verifies the passkey credential to complete MFA device registration.
|
|
6544
6676
|
* Verify Passkey MFA device
|
|
6545
6677
|
*/
|
|
6546
6678
|
registerPasskeyMfaDeviceVerify(requestParameters, initOverrides) {
|
|
@@ -6592,7 +6724,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6592
6724
|
});
|
|
6593
6725
|
}
|
|
6594
6726
|
/**
|
|
6595
|
-
*
|
|
6727
|
+
* Initiates TOTP MFA device registration and returns the setup details.
|
|
6728
|
+
* Register a TOTP MFA device
|
|
6596
6729
|
*/
|
|
6597
6730
|
registerTotpMfaDeviceRaw(requestParameters, initOverrides) {
|
|
6598
6731
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -6618,7 +6751,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6618
6751
|
});
|
|
6619
6752
|
}
|
|
6620
6753
|
/**
|
|
6621
|
-
*
|
|
6754
|
+
* Initiates TOTP MFA device registration and returns the setup details.
|
|
6755
|
+
* Register a TOTP MFA device
|
|
6622
6756
|
*/
|
|
6623
6757
|
registerTotpMfaDevice(requestParameters, initOverrides) {
|
|
6624
6758
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -6654,6 +6788,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6654
6788
|
});
|
|
6655
6789
|
}
|
|
6656
6790
|
/**
|
|
6791
|
+
* Verifies the TOTP code to complete MFA device registration.
|
|
6657
6792
|
* Verify TOTP MFA device
|
|
6658
6793
|
*/
|
|
6659
6794
|
registerTotpMfaDeviceVerifyRaw(requestParameters, initOverrides) {
|
|
@@ -6685,6 +6820,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6685
6820
|
});
|
|
6686
6821
|
}
|
|
6687
6822
|
/**
|
|
6823
|
+
* Verifies the TOTP code to complete MFA device registration.
|
|
6688
6824
|
* Verify TOTP MFA device
|
|
6689
6825
|
*/
|
|
6690
6826
|
registerTotpMfaDeviceVerify(requestParameters, initOverrides) {
|
|
@@ -6694,7 +6830,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6694
6830
|
});
|
|
6695
6831
|
}
|
|
6696
6832
|
/**
|
|
6697
|
-
*
|
|
6833
|
+
* Reshares the MPC secret shares for the specified WAAS wallet.
|
|
6834
|
+
* Reshare WAAS secret shares
|
|
6698
6835
|
*/
|
|
6699
6836
|
reshareRaw(requestParameters, initOverrides) {
|
|
6700
6837
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -6728,7 +6865,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6728
6865
|
});
|
|
6729
6866
|
}
|
|
6730
6867
|
/**
|
|
6731
|
-
*
|
|
6868
|
+
* Reshares the MPC secret shares for the specified WAAS wallet.
|
|
6869
|
+
* Reshare WAAS secret shares
|
|
6732
6870
|
*/
|
|
6733
6871
|
reshare(requestParameters, initOverrides) {
|
|
6734
6872
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -6836,7 +6974,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6836
6974
|
});
|
|
6837
6975
|
}
|
|
6838
6976
|
/**
|
|
6839
|
-
*
|
|
6977
|
+
* Resends the email verification code to the email address on file.
|
|
6978
|
+
* Resend email verification code
|
|
6840
6979
|
*/
|
|
6841
6980
|
retryEmailVerificationRaw(requestParameters, initOverrides) {
|
|
6842
6981
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -6860,7 +6999,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6860
6999
|
});
|
|
6861
7000
|
}
|
|
6862
7001
|
/**
|
|
6863
|
-
*
|
|
7002
|
+
* Resends the email verification code to the email address on file.
|
|
7003
|
+
* Resend email verification code
|
|
6864
7004
|
*/
|
|
6865
7005
|
retryEmailVerification(requestParameters, initOverrides) {
|
|
6866
7006
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -6896,7 +7036,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6896
7036
|
});
|
|
6897
7037
|
}
|
|
6898
7038
|
/**
|
|
6899
|
-
*
|
|
7039
|
+
* Resends the SMS verification code to the phone number on file.
|
|
7040
|
+
* Resend SMS verification code
|
|
6900
7041
|
*/
|
|
6901
7042
|
retrySmsVerificationRaw(requestParameters, initOverrides) {
|
|
6902
7043
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -6920,7 +7061,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6920
7061
|
});
|
|
6921
7062
|
}
|
|
6922
7063
|
/**
|
|
6923
|
-
*
|
|
7064
|
+
* Resends the SMS verification code to the phone number on file.
|
|
7065
|
+
* Resend SMS verification code
|
|
6924
7066
|
*/
|
|
6925
7067
|
retrySmsVerification(requestParameters, initOverrides) {
|
|
6926
7068
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -6956,6 +7098,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6956
7098
|
});
|
|
6957
7099
|
}
|
|
6958
7100
|
/**
|
|
7101
|
+
* Revokes the current user session and invalidates the JWT.
|
|
6959
7102
|
* Revoke a session
|
|
6960
7103
|
*/
|
|
6961
7104
|
revokeSessionRaw(requestParameters, initOverrides) {
|
|
@@ -6982,6 +7125,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
6982
7125
|
});
|
|
6983
7126
|
}
|
|
6984
7127
|
/**
|
|
7128
|
+
* Revokes the current user session and invalidates the JWT.
|
|
6985
7129
|
* Revoke a session
|
|
6986
7130
|
*/
|
|
6987
7131
|
revokeSession(requestParameters, initOverrides) {
|
|
@@ -7017,6 +7161,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
7017
7161
|
});
|
|
7018
7162
|
}
|
|
7019
7163
|
/**
|
|
7164
|
+
* Scans a URL for potential phishing or malicious activity and returns the result.
|
|
7020
7165
|
* Scan a URL for potential malicious activity
|
|
7021
7166
|
*/
|
|
7022
7167
|
scanUrlRaw(requestParameters, initOverrides) {
|
|
@@ -7041,6 +7186,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
7041
7186
|
});
|
|
7042
7187
|
}
|
|
7043
7188
|
/**
|
|
7189
|
+
* Scans a URL for potential phishing or malicious activity and returns the result.
|
|
7044
7190
|
* Scan a URL for potential malicious activity
|
|
7045
7191
|
*/
|
|
7046
7192
|
scanUrl(requestParameters, initOverrides) {
|
|
@@ -7103,7 +7249,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
7103
7249
|
}
|
|
7104
7250
|
/**
|
|
7105
7251
|
* 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.
|
|
7106
|
-
* Update
|
|
7252
|
+
* Update primary wallet selection
|
|
7107
7253
|
*/
|
|
7108
7254
|
selectUserWalletRaw(requestParameters, initOverrides) {
|
|
7109
7255
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -7135,7 +7281,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
7135
7281
|
}
|
|
7136
7282
|
/**
|
|
7137
7283
|
* 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.
|
|
7138
|
-
* Update
|
|
7284
|
+
* Update primary wallet selection
|
|
7139
7285
|
*/
|
|
7140
7286
|
selectUserWallet(requestParameters, initOverrides) {
|
|
7141
7287
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -7171,7 +7317,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
7171
7317
|
});
|
|
7172
7318
|
}
|
|
7173
7319
|
/**
|
|
7174
|
-
*
|
|
7320
|
+
* Checks whether the current user session is still valid.
|
|
7321
|
+
* Check session validity
|
|
7175
7322
|
*/
|
|
7176
7323
|
sessionCheckRaw(requestParameters, initOverrides) {
|
|
7177
7324
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -7197,7 +7344,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
7197
7344
|
});
|
|
7198
7345
|
}
|
|
7199
7346
|
/**
|
|
7200
|
-
*
|
|
7347
|
+
* Checks whether the current user session is still valid.
|
|
7348
|
+
* Check session validity
|
|
7201
7349
|
*/
|
|
7202
7350
|
sessionCheck(requestParameters, initOverrides) {
|
|
7203
7351
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -7286,7 +7434,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
7286
7434
|
});
|
|
7287
7435
|
}
|
|
7288
7436
|
/**
|
|
7289
|
-
*
|
|
7437
|
+
* Verifies the email code and authenticates the user, returning a JWT.
|
|
7438
|
+
* Verify email and sign in
|
|
7290
7439
|
*/
|
|
7291
7440
|
signInWithEmailVerificationRaw(requestParameters, initOverrides) {
|
|
7292
7441
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -7310,7 +7459,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
7310
7459
|
});
|
|
7311
7460
|
}
|
|
7312
7461
|
/**
|
|
7313
|
-
*
|
|
7462
|
+
* Verifies the email code and authenticates the user, returning a JWT.
|
|
7463
|
+
* Verify email and sign in
|
|
7314
7464
|
*/
|
|
7315
7465
|
signInWithEmailVerification(requestParameters, initOverrides) {
|
|
7316
7466
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -7346,7 +7496,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
7346
7496
|
});
|
|
7347
7497
|
}
|
|
7348
7498
|
/**
|
|
7349
|
-
*
|
|
7499
|
+
* Verifies the SMS code and authenticates the user, returning a JWT.
|
|
7500
|
+
* Verify SMS and sign in
|
|
7350
7501
|
*/
|
|
7351
7502
|
signInWithSmsVerificationRaw(requestParameters, initOverrides) {
|
|
7352
7503
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -7370,7 +7521,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
7370
7521
|
});
|
|
7371
7522
|
}
|
|
7372
7523
|
/**
|
|
7373
|
-
*
|
|
7524
|
+
* Verifies the SMS code and authenticates the user, returning a JWT.
|
|
7525
|
+
* Verify SMS and sign in
|
|
7374
7526
|
*/
|
|
7375
7527
|
signInWithSmsVerification(requestParameters, initOverrides) {
|
|
7376
7528
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -7406,7 +7558,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
7406
7558
|
});
|
|
7407
7559
|
}
|
|
7408
7560
|
/**
|
|
7409
|
-
*
|
|
7561
|
+
* Signs a message using the specified WAAS wallet through an MPC ceremony.
|
|
7562
|
+
* Sign a message with a WAAS wallet
|
|
7410
7563
|
*/
|
|
7411
7564
|
signMessageRaw(requestParameters, initOverrides) {
|
|
7412
7565
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -7440,7 +7593,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
7440
7593
|
});
|
|
7441
7594
|
}
|
|
7442
7595
|
/**
|
|
7443
|
-
*
|
|
7596
|
+
* Signs a message using the specified WAAS wallet through an MPC ceremony.
|
|
7597
|
+
* Sign a message with a WAAS wallet
|
|
7444
7598
|
*/
|
|
7445
7599
|
signMessage(requestParameters, initOverrides) {
|
|
7446
7600
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -7479,6 +7633,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
7479
7633
|
});
|
|
7480
7634
|
}
|
|
7481
7635
|
/**
|
|
7636
|
+
* Authenticates a user using a passkey and returns a JWT.
|
|
7482
7637
|
* Authenticate a passkey
|
|
7483
7638
|
*/
|
|
7484
7639
|
signinWithPasskeyRaw(requestParameters, initOverrides) {
|
|
@@ -7503,6 +7658,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
7503
7658
|
});
|
|
7504
7659
|
}
|
|
7505
7660
|
/**
|
|
7661
|
+
* Authenticates a user using a passkey and returns a JWT.
|
|
7506
7662
|
* Authenticate a passkey
|
|
7507
7663
|
*/
|
|
7508
7664
|
signinWithPasskey(requestParameters, initOverrides) {
|
|
@@ -7512,6 +7668,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
7512
7668
|
});
|
|
7513
7669
|
}
|
|
7514
7670
|
/**
|
|
7671
|
+
* Simulates an EVM transaction and returns the expected outcome.
|
|
7515
7672
|
* Simulate an EVM transaction
|
|
7516
7673
|
*/
|
|
7517
7674
|
simulateEVMTransactionRaw(requestParameters, initOverrides) {
|
|
@@ -7536,6 +7693,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
7536
7693
|
});
|
|
7537
7694
|
}
|
|
7538
7695
|
/**
|
|
7696
|
+
* Simulates an EVM transaction and returns the expected outcome.
|
|
7539
7697
|
* Simulate an EVM transaction
|
|
7540
7698
|
*/
|
|
7541
7699
|
simulateEVMTransaction(requestParameters, initOverrides) {
|
|
@@ -7572,6 +7730,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
7572
7730
|
});
|
|
7573
7731
|
}
|
|
7574
7732
|
/**
|
|
7733
|
+
* Simulates a Solana transaction and returns the expected outcome.
|
|
7575
7734
|
* Simulate a Solana transaction
|
|
7576
7735
|
*/
|
|
7577
7736
|
simulateSVMTransactionRaw(requestParameters, initOverrides) {
|
|
@@ -7596,6 +7755,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
7596
7755
|
});
|
|
7597
7756
|
}
|
|
7598
7757
|
/**
|
|
7758
|
+
* Simulates a Solana transaction and returns the expected outcome.
|
|
7599
7759
|
* Simulate a Solana transaction
|
|
7600
7760
|
*/
|
|
7601
7761
|
simulateSVMTransaction(requestParameters, initOverrides) {
|
|
@@ -7632,6 +7792,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
7632
7792
|
});
|
|
7633
7793
|
}
|
|
7634
7794
|
/**
|
|
7795
|
+
* Simulates an EVM Account Abstraction UserOp and returns the expected outcome.
|
|
7635
7796
|
* Simulate an EVM AA UserOp
|
|
7636
7797
|
*/
|
|
7637
7798
|
simulateUserOpRaw(requestParameters, initOverrides) {
|
|
@@ -7656,6 +7817,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
7656
7817
|
});
|
|
7657
7818
|
}
|
|
7658
7819
|
/**
|
|
7820
|
+
* Simulates an EVM Account Abstraction UserOp and returns the expected outcome.
|
|
7659
7821
|
* Simulate an EVM AA UserOp
|
|
7660
7822
|
*/
|
|
7661
7823
|
simulateUserOp(requestParameters, initOverrides) {
|
|
@@ -7850,7 +8012,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
7850
8012
|
});
|
|
7851
8013
|
}
|
|
7852
8014
|
/**
|
|
7853
|
-
* Telegram
|
|
8015
|
+
* Checks if a Telegram authentication attempt has been completed.
|
|
8016
|
+
* Check Telegram authentication status
|
|
7854
8017
|
*/
|
|
7855
8018
|
telegramCheckAuthRaw(requestParameters, initOverrides) {
|
|
7856
8019
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -7871,7 +8034,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
7871
8034
|
});
|
|
7872
8035
|
}
|
|
7873
8036
|
/**
|
|
7874
|
-
* Telegram
|
|
8037
|
+
* Checks if a Telegram authentication attempt has been completed.
|
|
8038
|
+
* Check Telegram authentication status
|
|
7875
8039
|
*/
|
|
7876
8040
|
telegramCheckAuth(requestParameters, initOverrides) {
|
|
7877
8041
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -7906,7 +8070,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
7906
8070
|
});
|
|
7907
8071
|
}
|
|
7908
8072
|
/**
|
|
7909
|
-
* Telegram
|
|
8073
|
+
* Authenticates a user using their Telegram account credentials.
|
|
8074
|
+
* Sign in with Telegram
|
|
7910
8075
|
*/
|
|
7911
8076
|
telegramSignInRaw(requestParameters, initOverrides) {
|
|
7912
8077
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -7927,7 +8092,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
7927
8092
|
});
|
|
7928
8093
|
}
|
|
7929
8094
|
/**
|
|
7930
|
-
* Telegram
|
|
8095
|
+
* Authenticates a user using their Telegram account credentials.
|
|
8096
|
+
* Sign in with Telegram
|
|
7931
8097
|
*/
|
|
7932
8098
|
telegramSignIn(requestParameters, initOverrides) {
|
|
7933
8099
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -7963,7 +8129,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
7963
8129
|
});
|
|
7964
8130
|
}
|
|
7965
8131
|
/**
|
|
7966
|
-
* Telegram
|
|
8132
|
+
* Verifies and links a Telegram account to the authenticated user.
|
|
8133
|
+
* Verify Telegram account linking
|
|
7967
8134
|
*/
|
|
7968
8135
|
telegramVerifyRaw(requestParameters, initOverrides) {
|
|
7969
8136
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -7991,7 +8158,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
7991
8158
|
});
|
|
7992
8159
|
}
|
|
7993
8160
|
/**
|
|
7994
|
-
* Telegram
|
|
8161
|
+
* Verifies and links a Telegram account to the authenticated user.
|
|
8162
|
+
* Verify Telegram account linking
|
|
7995
8163
|
*/
|
|
7996
8164
|
telegramVerify(requestParameters, initOverrides) {
|
|
7997
8165
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -8027,6 +8195,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
8027
8195
|
});
|
|
8028
8196
|
}
|
|
8029
8197
|
/**
|
|
8198
|
+
* Updates the V2 recovery email address for the authenticated user.
|
|
8030
8199
|
* Update a user\'s V2 recovery email
|
|
8031
8200
|
*/
|
|
8032
8201
|
updateEmbeddedWalletRecoveryEmailRaw(requestParameters, initOverrides) {
|
|
@@ -8058,6 +8227,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
8058
8227
|
});
|
|
8059
8228
|
}
|
|
8060
8229
|
/**
|
|
8230
|
+
* Updates the V2 recovery email address for the authenticated user.
|
|
8061
8231
|
* Update a user\'s V2 recovery email
|
|
8062
8232
|
*/
|
|
8063
8233
|
updateEmbeddedWalletRecoveryEmail(requestParameters, initOverrides) {
|
|
@@ -8066,7 +8236,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
8066
8236
|
});
|
|
8067
8237
|
}
|
|
8068
8238
|
/**
|
|
8069
|
-
*
|
|
8239
|
+
* Updates the specified passkey for the authenticated user.
|
|
8240
|
+
* Update a passkey
|
|
8070
8241
|
*/
|
|
8071
8242
|
updatePasskeyRaw(requestParameters, initOverrides) {
|
|
8072
8243
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -8097,7 +8268,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
8097
8268
|
});
|
|
8098
8269
|
}
|
|
8099
8270
|
/**
|
|
8100
|
-
*
|
|
8271
|
+
* Updates the specified passkey for the authenticated user.
|
|
8272
|
+
* Update a passkey
|
|
8101
8273
|
*/
|
|
8102
8274
|
updatePasskey(requestParameters, initOverrides) {
|
|
8103
8275
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -8106,7 +8278,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
8106
8278
|
});
|
|
8107
8279
|
}
|
|
8108
8280
|
/**
|
|
8109
|
-
*
|
|
8281
|
+
* Updates the authenticated user profile fields.
|
|
8282
|
+
* Update user fields
|
|
8110
8283
|
*/
|
|
8111
8284
|
updateSelfRaw(requestParameters, initOverrides) {
|
|
8112
8285
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -8137,7 +8310,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
8137
8310
|
});
|
|
8138
8311
|
}
|
|
8139
8312
|
/**
|
|
8140
|
-
*
|
|
8313
|
+
* Updates the authenticated user profile fields.
|
|
8314
|
+
* Update user fields
|
|
8141
8315
|
*/
|
|
8142
8316
|
updateSelf(requestParameters, initOverrides) {
|
|
8143
8317
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -8146,7 +8320,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
8146
8320
|
});
|
|
8147
8321
|
}
|
|
8148
8322
|
/**
|
|
8149
|
-
*
|
|
8323
|
+
* Updates the specified MFA device for the authenticated user.
|
|
8324
|
+
* Update an MFA device
|
|
8150
8325
|
*/
|
|
8151
8326
|
updateUserMfaDeviceRaw(requestParameters, initOverrides) {
|
|
8152
8327
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -8177,7 +8352,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
8177
8352
|
});
|
|
8178
8353
|
}
|
|
8179
8354
|
/**
|
|
8180
|
-
*
|
|
8355
|
+
* Updates the specified MFA device for the authenticated user.
|
|
8356
|
+
* Update an MFA device
|
|
8181
8357
|
*/
|
|
8182
8358
|
updateUserMfaDevice(requestParameters, initOverrides) {
|
|
8183
8359
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -8186,7 +8362,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
8186
8362
|
}
|
|
8187
8363
|
/**
|
|
8188
8364
|
* Updates the settings for a WAAS wallet
|
|
8189
|
-
* Update
|
|
8365
|
+
* Update WAAS wallet settings
|
|
8190
8366
|
*/
|
|
8191
8367
|
updateWaasWalletSettingsRaw(requestParameters, initOverrides) {
|
|
8192
8368
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -8221,7 +8397,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
8221
8397
|
}
|
|
8222
8398
|
/**
|
|
8223
8399
|
* Updates the settings for a WAAS wallet
|
|
8224
|
-
* Update
|
|
8400
|
+
* Update WAAS wallet settings
|
|
8225
8401
|
*/
|
|
8226
8402
|
updateWaasWalletSettings(requestParameters, initOverrides) {
|
|
8227
8403
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -8230,6 +8406,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
8230
8406
|
});
|
|
8231
8407
|
}
|
|
8232
8408
|
/**
|
|
8409
|
+
* Upgrades a V1 embedded wallet to V2 and returns a refreshed JWT.
|
|
8233
8410
|
* Update V1 embedded wallet to V2
|
|
8234
8411
|
*/
|
|
8235
8412
|
upgradeEmbeddedWalletToV2Raw(requestParameters, initOverrides) {
|
|
@@ -8254,6 +8431,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
8254
8431
|
});
|
|
8255
8432
|
}
|
|
8256
8433
|
/**
|
|
8434
|
+
* Upgrades a V1 embedded wallet to V2 and returns a refreshed JWT.
|
|
8257
8435
|
* Update V1 embedded wallet to V2
|
|
8258
8436
|
*/
|
|
8259
8437
|
upgradeEmbeddedWalletToV2(requestParameters, initOverrides) {
|
|
@@ -8344,6 +8522,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
8344
8522
|
});
|
|
8345
8523
|
}
|
|
8346
8524
|
/**
|
|
8525
|
+
* Verifies the signed payload and returns a JWT authentication token.
|
|
8347
8526
|
* Verify payload and return JWT
|
|
8348
8527
|
*/
|
|
8349
8528
|
verifyRaw(requestParameters, initOverrides) {
|
|
@@ -8368,6 +8547,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
8368
8547
|
});
|
|
8369
8548
|
}
|
|
8370
8549
|
/**
|
|
8550
|
+
* Verifies the signed payload and returns a JWT authentication token.
|
|
8371
8551
|
* Verify payload and return JWT
|
|
8372
8552
|
*/
|
|
8373
8553
|
verify(requestParameters, initOverrides) {
|
|
@@ -8377,7 +8557,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
8377
8557
|
});
|
|
8378
8558
|
}
|
|
8379
8559
|
/**
|
|
8380
|
-
*
|
|
8560
|
+
* Verifies the email code and completes the email verification process.
|
|
8561
|
+
* Verify email verification code
|
|
8381
8562
|
*/
|
|
8382
8563
|
verifyEmailVerificationRaw(requestParameters, initOverrides) {
|
|
8383
8564
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -8408,7 +8589,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
8408
8589
|
});
|
|
8409
8590
|
}
|
|
8410
8591
|
/**
|
|
8411
|
-
*
|
|
8592
|
+
* Verifies the email code and completes the email verification process.
|
|
8593
|
+
* Verify email verification code
|
|
8412
8594
|
*/
|
|
8413
8595
|
verifyEmailVerification(requestParameters, initOverrides) {
|
|
8414
8596
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -8445,7 +8627,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
8445
8627
|
}
|
|
8446
8628
|
/**
|
|
8447
8629
|
* Link a wallet to a valid environment user, and return an updated JWT
|
|
8448
|
-
* Link wallet to user
|
|
8630
|
+
* Link a wallet to a user
|
|
8449
8631
|
*/
|
|
8450
8632
|
verifyLinkRaw(requestParameters, initOverrides) {
|
|
8451
8633
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -8477,7 +8659,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
8477
8659
|
}
|
|
8478
8660
|
/**
|
|
8479
8661
|
* Link a wallet to a valid environment user, and return an updated JWT
|
|
8480
|
-
* Link wallet to user
|
|
8662
|
+
* Link a wallet to a user
|
|
8481
8663
|
*/
|
|
8482
8664
|
verifyLink(requestParameters, initOverrides) {
|
|
8483
8665
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -8636,7 +8818,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
8636
8818
|
});
|
|
8637
8819
|
}
|
|
8638
8820
|
/**
|
|
8639
|
-
*
|
|
8821
|
+
* Verifies the SMS code and completes the phone number verification process.
|
|
8822
|
+
* Verify SMS verification code
|
|
8640
8823
|
*/
|
|
8641
8824
|
verifySmsVerificationRaw(requestParameters, initOverrides) {
|
|
8642
8825
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -8667,7 +8850,8 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
8667
8850
|
});
|
|
8668
8851
|
}
|
|
8669
8852
|
/**
|
|
8670
|
-
*
|
|
8853
|
+
* Verifies the SMS code and completes the phone number verification process.
|
|
8854
|
+
* Verify SMS verification code
|
|
8671
8855
|
*/
|
|
8672
8856
|
verifySmsVerification(requestParameters, initOverrides) {
|
|
8673
8857
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -8704,7 +8888,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
8704
8888
|
}
|
|
8705
8889
|
/**
|
|
8706
8890
|
* Used to link a wallet after user has confirmed transfer to the new account
|
|
8707
|
-
* Verify wallet transfer
|
|
8891
|
+
* Verify a wallet transfer
|
|
8708
8892
|
*/
|
|
8709
8893
|
verifyTransferRaw(requestParameters, initOverrides) {
|
|
8710
8894
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -8736,7 +8920,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
8736
8920
|
}
|
|
8737
8921
|
/**
|
|
8738
8922
|
* Used to link a wallet after user has confirmed transfer to the new account
|
|
8739
|
-
* Verify wallet transfer
|
|
8923
|
+
* Verify a wallet transfer
|
|
8740
8924
|
*/
|
|
8741
8925
|
verifyTransfer(requestParameters, initOverrides) {
|
|
8742
8926
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -8773,7 +8957,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
8773
8957
|
}
|
|
8774
8958
|
/**
|
|
8775
8959
|
* Remove a link from to a valid environment user, and return an updated JWT
|
|
8776
|
-
*
|
|
8960
|
+
* Unlink a wallet from a user
|
|
8777
8961
|
*/
|
|
8778
8962
|
verifyUnlinkRaw(requestParameters, initOverrides) {
|
|
8779
8963
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -8805,7 +8989,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
8805
8989
|
}
|
|
8806
8990
|
/**
|
|
8807
8991
|
* Remove a link from to a valid environment user, and return an updated JWT
|
|
8808
|
-
*
|
|
8992
|
+
* Unlink a wallet from a user
|
|
8809
8993
|
*/
|
|
8810
8994
|
verifyUnlink(requestParameters, initOverrides) {
|
|
8811
8995
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -8925,6 +9109,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
8925
9109
|
});
|
|
8926
9110
|
}
|
|
8927
9111
|
/**
|
|
9112
|
+
* Authenticates a user by verifying their wallet signature.
|
|
8928
9113
|
* Sign in with wallet
|
|
8929
9114
|
*/
|
|
8930
9115
|
walletsSigninRaw(requestParameters, initOverrides) {
|
|
@@ -8949,6 +9134,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
8949
9134
|
});
|
|
8950
9135
|
}
|
|
8951
9136
|
/**
|
|
9137
|
+
* Authenticates a user by verifying their wallet signature.
|
|
8952
9138
|
* Sign in with wallet
|
|
8953
9139
|
*/
|
|
8954
9140
|
walletsSignin(requestParameters, initOverrides) {
|
|
@@ -8986,7 +9172,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
8986
9172
|
}
|
|
8987
9173
|
/**
|
|
8988
9174
|
* Verify a wallet, and return an updated JWT
|
|
8989
|
-
* Verify wallet
|
|
9175
|
+
* Verify a wallet
|
|
8990
9176
|
*/
|
|
8991
9177
|
walletsVerifyRaw(requestParameters, initOverrides) {
|
|
8992
9178
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -9018,7 +9204,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
9018
9204
|
}
|
|
9019
9205
|
/**
|
|
9020
9206
|
* Verify a wallet, and return an updated JWT
|
|
9021
|
-
* Verify wallet
|
|
9207
|
+
* Verify a wallet
|
|
9022
9208
|
*/
|
|
9023
9209
|
walletsVerify(requestParameters, initOverrides) {
|
|
9024
9210
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|