@dynamic-labs/sdk-api-core 0.0.593 → 0.0.595
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/apis/SDKApi.cjs +595 -0
- package/src/apis/SDKApi.d.ts +204 -1
- package/src/apis/SDKApi.js +595 -0
- package/src/index.cjs +56 -0
- package/src/index.js +13 -0
- package/src/models/BackupKeyshareRequest.cjs +43 -0
- package/src/models/BackupKeyshareRequest.d.ts +27 -0
- package/src/models/BackupKeyshareRequest.js +37 -0
- package/src/models/BackupKeyshareResponse.cjs +43 -0
- package/src/models/BackupKeyshareResponse.d.ts +27 -0
- package/src/models/BackupKeyshareResponse.js +37 -0
- package/src/models/CreateWaasAccountRequest.cjs +39 -0
- package/src/models/CreateWaasAccountRequest.d.ts +41 -0
- package/src/models/CreateWaasAccountRequest.js +33 -0
- package/src/models/ExportWaasWalletPrivateKeyRequest.cjs +43 -0
- package/src/models/ExportWaasWalletPrivateKeyRequest.d.ts +27 -0
- package/src/models/ExportWaasWalletPrivateKeyRequest.js +37 -0
- package/src/models/ImportWaasPrivateKeyRequest.cjs +35 -0
- package/src/models/ImportWaasPrivateKeyRequest.d.ts +34 -0
- package/src/models/ImportWaasPrivateKeyRequest.js +29 -0
- package/src/models/OpenRoomResponse.cjs +35 -0
- package/src/models/OpenRoomResponse.d.ts +33 -0
- package/src/models/OpenRoomResponse.js +29 -0
- package/src/models/OpenRoomResponseWithServerKeygenIds.cjs +45 -0
- package/src/models/OpenRoomResponseWithServerKeygenIds.d.ts +33 -0
- package/src/models/OpenRoomResponseWithServerKeygenIds.js +39 -0
- package/src/models/RecoverKeyshareResponse.cjs +43 -0
- package/src/models/RecoverKeyshareResponse.d.ts +27 -0
- package/src/models/RecoverKeyshareResponse.js +37 -0
- package/src/models/RefreshKeySharesRequest.cjs +43 -0
- package/src/models/RefreshKeySharesRequest.d.ts +27 -0
- package/src/models/RefreshKeySharesRequest.js +37 -0
- package/src/models/ReshareRequest.cjs +36 -0
- package/src/models/ReshareRequest.d.ts +34 -0
- package/src/models/ReshareRequest.js +30 -0
- package/src/models/SignMessageWithWaasRequest.cjs +43 -0
- package/src/models/SignMessageWithWaasRequest.d.ts +27 -0
- package/src/models/SignMessageWithWaasRequest.js +37 -0
- package/src/models/SignTransactionWithWaasRequest.cjs +43 -0
- package/src/models/SignTransactionWithWaasRequest.d.ts +27 -0
- package/src/models/SignTransactionWithWaasRequest.js +37 -0
- package/src/models/ThresholdSignatureScheme.cjs +41 -0
- package/src/models/ThresholdSignatureScheme.d.ts +24 -0
- package/src/models/ThresholdSignatureScheme.js +35 -0
- package/src/models/UnprocessableEntityErrorCode.cjs +1 -0
- package/src/models/UnprocessableEntityErrorCode.d.ts +2 -1
- package/src/models/UnprocessableEntityErrorCode.js +1 -0
- package/src/models/index.d.ts +13 -0
package/src/apis/SDKApi.d.ts
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import { CompletePasskeyRecoveryRequest, ConnectRequest, CreateEmbeddedWalletsRequest, CreateWalletAccountRequest, DeleteEmbeddedWalletsRequest, EmailProviderResponse, EmailVerificationCreateRequest, EmailVerificationCreateResponse, EmailVerificationRetryRequest, EmailVerificationVerifyRequest, EmbeddedWalletAuthToken, EmbeddedWalletAuthType, EmbeddedWalletChainEnum, EmbeddedWalletPasscodeClaimRequest, EmbeddedWalletSecret, ExportEmbeddedWalletResponse, ExternalAuthSigninRequest, FarcasterSignInRequest, GetUserPasskeysResponse, HealthcheckResponse, InitEmailAuthRequest, InitEmailAuthResponse, InitPasskeyRecoveryRequest, InitPasskeyRecoveryResponse, JwksResponse, MFAAuthPasskeyDeviceGetResponse, MFAAuthPasskeyDevicePostRequest, MFAAuthRecoveryDevicePostRequest, MFAAuthTotpDevicePostRequest, MFADevice, MFAGetRecoveryCodesResponse, MFAListDevicesResponse, MFARegenRecoveryCodesResponse, MFARegisterPasskeyDeviceGetResponse, MFARegisterPasskeyDevicePostRequest, MFARegisterTotpDeviceGetResponse, MFARegisterTotpDevicePostRequest, MFAUpdateDeviceRequest, MergeUserConflictResolutions, NetworkConfigurationResponse, NonceResponse, OauthInitAuthRequest, OauthProviderLoginUrl, OauthRequest, OauthResultRequest, OauthResultResponse, PrefetchRequest, ProjectSettings, ProviderEnum, PublishEvents, RegisterEmbeddedWalletSessionKeyResponse, RegisterSessionKeyRequest, ScanWebsiteUrlRequest, ScanWebsiteUrlResponse, SdkSettingsRequest, SdkUser, SimulateEVMTransactionRequest, SimulateSVMTransactionRequest, SimulateTransactionResponse, SimulateUserOpRequest, SmsVerificationCreateRequest, SmsVerificationCreateResponse, SmsVerificationRetryRequest, SmsVerificationVerifyRequest, SolanaTransactionOptimizationRequest, SolanaTransactionOptimizationResponse, SupportedOnrampsResponse, TelegramPostRequest, TokenBalance, TurnkeyCreateWalletAccountsRequestBody, TurnkeyDeleteEmbeddedWalletsRequestBody, UpdateRecoveryEmailRequest, UpdateSelfResponse, UpdateUserPasskeyRequest, UpgradeEmbeddedWalletToV2Request, UserFields, UserFieldsCheckParams, UserFieldsCheckResponse, UserPasskey, UserWalletSelectionRequest, VerifyRequest, VerifyResponse, VerifyUnlinkRequest } from '../models';
|
|
13
|
+
import { BackupKeyshareRequest, BackupKeyshareResponse, CompletePasskeyRecoveryRequest, ConnectRequest, CreateEmbeddedWalletsRequest, CreateWaasAccountRequest, CreateWalletAccountRequest, DeleteEmbeddedWalletsRequest, EmailProviderResponse, EmailVerificationCreateRequest, EmailVerificationCreateResponse, EmailVerificationRetryRequest, EmailVerificationVerifyRequest, EmbeddedWalletAuthToken, EmbeddedWalletAuthType, EmbeddedWalletChainEnum, EmbeddedWalletPasscodeClaimRequest, EmbeddedWalletSecret, ExportEmbeddedWalletResponse, ExportWaasWalletPrivateKeyRequest, ExternalAuthSigninRequest, FarcasterSignInRequest, GetUserPasskeysResponse, HealthcheckResponse, ImportWaasPrivateKeyRequest, InitEmailAuthRequest, InitEmailAuthResponse, InitPasskeyRecoveryRequest, InitPasskeyRecoveryResponse, JwksResponse, MFAAuthPasskeyDeviceGetResponse, MFAAuthPasskeyDevicePostRequest, MFAAuthRecoveryDevicePostRequest, MFAAuthTotpDevicePostRequest, MFADevice, MFAGetRecoveryCodesResponse, MFAListDevicesResponse, MFARegenRecoveryCodesResponse, MFARegisterPasskeyDeviceGetResponse, MFARegisterPasskeyDevicePostRequest, MFARegisterTotpDeviceGetResponse, MFARegisterTotpDevicePostRequest, MFAUpdateDeviceRequest, MergeUserConflictResolutions, NetworkConfigurationResponse, NonceResponse, OauthInitAuthRequest, OauthProviderLoginUrl, OauthRequest, OauthResultRequest, OauthResultResponse, OpenRoomResponse, OpenRoomResponseWithServerKeygenIds, PrefetchRequest, ProjectSettings, ProviderEnum, PublishEvents, RecoverKeyshareResponse, RefreshKeySharesRequest, RegisterEmbeddedWalletSessionKeyResponse, RegisterSessionKeyRequest, ReshareRequest, ScanWebsiteUrlRequest, ScanWebsiteUrlResponse, SdkSettingsRequest, SdkUser, SignMessageWithWaasRequest, SimulateEVMTransactionRequest, SimulateSVMTransactionRequest, SimulateTransactionResponse, SimulateUserOpRequest, SmsVerificationCreateRequest, SmsVerificationCreateResponse, SmsVerificationRetryRequest, SmsVerificationVerifyRequest, SolanaTransactionOptimizationRequest, SolanaTransactionOptimizationResponse, SupportedOnrampsResponse, TelegramPostRequest, TokenBalance, TurnkeyCreateWalletAccountsRequestBody, TurnkeyDeleteEmbeddedWalletsRequestBody, UpdateRecoveryEmailRequest, UpdateSelfResponse, UpdateUserPasskeyRequest, UpgradeEmbeddedWalletToV2Request, UserFields, UserFieldsCheckParams, UserFieldsCheckResponse, UserPasskey, UserWalletSelectionRequest, VerifyRequest, VerifyResponse, VerifyUnlinkRequest } from '../models';
|
|
14
14
|
export interface AuthMfaPasskeyDeviceRequest {
|
|
15
15
|
environmentId: string;
|
|
16
16
|
mFAAuthPasskeyDevicePostRequest: MFAAuthPasskeyDevicePostRequest;
|
|
@@ -35,6 +35,15 @@ export interface AuthMfaTotpDeviceRequest {
|
|
|
35
35
|
export interface AuthMfaTotpDeviceOptionsRequest {
|
|
36
36
|
environmentId: string;
|
|
37
37
|
}
|
|
38
|
+
export interface BackupKeyshareOperationRequest {
|
|
39
|
+
environmentId: string;
|
|
40
|
+
walletId: string;
|
|
41
|
+
backupKeyshareRequest: BackupKeyshareRequest;
|
|
42
|
+
}
|
|
43
|
+
export interface BackupKeyshareOptionsRequest {
|
|
44
|
+
environmentId: string;
|
|
45
|
+
walletId: string;
|
|
46
|
+
}
|
|
38
47
|
export interface ClaimEmbeddedWalletRequest {
|
|
39
48
|
environmentId: string;
|
|
40
49
|
embeddedWalletPasscodeClaimRequest: EmbeddedWalletPasscodeClaimRequest;
|
|
@@ -74,6 +83,13 @@ export interface CreateVisitRequest {
|
|
|
74
83
|
environmentId: string;
|
|
75
84
|
connectRequest: ConnectRequest;
|
|
76
85
|
}
|
|
86
|
+
export interface CreateWaasAccountOperationRequest {
|
|
87
|
+
environmentId: string;
|
|
88
|
+
createWaasAccountRequest: CreateWaasAccountRequest;
|
|
89
|
+
}
|
|
90
|
+
export interface CreateWaasAccountOptionsRequest {
|
|
91
|
+
environmentId: string;
|
|
92
|
+
}
|
|
77
93
|
export interface CreateWalletAccountOperationRequest {
|
|
78
94
|
environmentId: string;
|
|
79
95
|
createWalletAccountRequest: CreateWalletAccountRequest;
|
|
@@ -109,6 +125,15 @@ export interface EmbeddedWalletExportOptionsRequest {
|
|
|
109
125
|
export interface EventsOptionsRequest {
|
|
110
126
|
environmentId: string;
|
|
111
127
|
}
|
|
128
|
+
export interface ExportPrivateKeyRequest {
|
|
129
|
+
environmentId: string;
|
|
130
|
+
walletId: string;
|
|
131
|
+
exportWaasWalletPrivateKeyRequest: ExportWaasWalletPrivateKeyRequest;
|
|
132
|
+
}
|
|
133
|
+
export interface ExportPrivateKeyOptionsRequest {
|
|
134
|
+
environmentId: string;
|
|
135
|
+
walletId: string;
|
|
136
|
+
}
|
|
112
137
|
export interface ExternalAuthSigninOperationRequest {
|
|
113
138
|
environmentId: string;
|
|
114
139
|
externalAuthSigninRequest: ExternalAuthSigninRequest;
|
|
@@ -238,6 +263,15 @@ export interface GetUserMfaDevicesRequest {
|
|
|
238
263
|
export interface GetUserPasskeysRequest {
|
|
239
264
|
environmentId: string;
|
|
240
265
|
}
|
|
266
|
+
export interface ImportPrivateKeyRequest {
|
|
267
|
+
environmentId: string;
|
|
268
|
+
walletId: string;
|
|
269
|
+
importWaasPrivateKeyRequest: ImportWaasPrivateKeyRequest;
|
|
270
|
+
}
|
|
271
|
+
export interface ImportPrivateKeyOptionsRequest {
|
|
272
|
+
environmentId: string;
|
|
273
|
+
walletId: string;
|
|
274
|
+
}
|
|
241
275
|
export interface InitAuthRequest {
|
|
242
276
|
environmentId: string;
|
|
243
277
|
providerType: ProviderEnum;
|
|
@@ -383,6 +417,16 @@ export interface PublishEventRequest {
|
|
|
383
417
|
environmentId: string;
|
|
384
418
|
publishEvents: PublishEvents;
|
|
385
419
|
}
|
|
420
|
+
export interface RecoverKeyshareRequest {
|
|
421
|
+
environmentId: string;
|
|
422
|
+
walletId: string;
|
|
423
|
+
keyShareId: string;
|
|
424
|
+
}
|
|
425
|
+
export interface RecoverKeyshareOptionsRequest {
|
|
426
|
+
environmentId: string;
|
|
427
|
+
walletId: string;
|
|
428
|
+
keyShareId: string;
|
|
429
|
+
}
|
|
386
430
|
export interface RecoveryCodesOptionsRequest {
|
|
387
431
|
environmentId: string;
|
|
388
432
|
}
|
|
@@ -392,6 +436,15 @@ export interface RecoveryEmailOptionsRequest {
|
|
|
392
436
|
export interface RefreshAuthRequest {
|
|
393
437
|
environmentId: string;
|
|
394
438
|
}
|
|
439
|
+
export interface RefreshKeySharesOperationRequest {
|
|
440
|
+
environmentId: string;
|
|
441
|
+
walletId: string;
|
|
442
|
+
refreshKeySharesRequest: RefreshKeySharesRequest;
|
|
443
|
+
}
|
|
444
|
+
export interface RefreshKeySharesOptionsRequest {
|
|
445
|
+
environmentId: string;
|
|
446
|
+
walletId: string;
|
|
447
|
+
}
|
|
395
448
|
export interface RefreshOptionsRequest {
|
|
396
449
|
environmentId: string;
|
|
397
450
|
}
|
|
@@ -419,6 +472,15 @@ export interface RegisterTotpMfaDeviceVerifyRequest {
|
|
|
419
472
|
environmentId: string;
|
|
420
473
|
mFARegisterTotpDevicePostRequest: MFARegisterTotpDevicePostRequest;
|
|
421
474
|
}
|
|
475
|
+
export interface ReshareOperationRequest {
|
|
476
|
+
environmentId: string;
|
|
477
|
+
walletId: string;
|
|
478
|
+
reshareRequest: ReshareRequest;
|
|
479
|
+
}
|
|
480
|
+
export interface ReshareOptionsRequest {
|
|
481
|
+
environmentId: string;
|
|
482
|
+
walletId: string;
|
|
483
|
+
}
|
|
422
484
|
export interface RetryEmailVerificationRequest {
|
|
423
485
|
environmentId: string;
|
|
424
486
|
emailVerificationRetryRequest: EmailVerificationRetryRequest;
|
|
@@ -482,6 +544,15 @@ export interface SignInWithSmsVerificationRequest {
|
|
|
482
544
|
export interface SignInWithSmsVerificationOptionsRequest {
|
|
483
545
|
environmentId: string;
|
|
484
546
|
}
|
|
547
|
+
export interface SignMessageRequest {
|
|
548
|
+
environmentId: string;
|
|
549
|
+
walletId: string;
|
|
550
|
+
signMessageWithWaasRequest: SignMessageWithWaasRequest;
|
|
551
|
+
}
|
|
552
|
+
export interface SignMessageOptionsRequest {
|
|
553
|
+
environmentId: string;
|
|
554
|
+
walletId: string;
|
|
555
|
+
}
|
|
485
556
|
export interface SimulateEVMTransactionOperationRequest {
|
|
486
557
|
environmentId: string;
|
|
487
558
|
simulateEVMTransactionRequest: SimulateEVMTransactionRequest;
|
|
@@ -675,6 +746,22 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
675
746
|
* Options call for this endpoint
|
|
676
747
|
*/
|
|
677
748
|
authMfaTotpDeviceOptions(requestParameters: AuthMfaTotpDeviceOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
749
|
+
/**
|
|
750
|
+
* Backup Keyshare
|
|
751
|
+
*/
|
|
752
|
+
backupKeyshareRaw(requestParameters: BackupKeyshareOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<BackupKeyshareResponse>>;
|
|
753
|
+
/**
|
|
754
|
+
* Backup Keyshare
|
|
755
|
+
*/
|
|
756
|
+
backupKeyshare(requestParameters: BackupKeyshareOperationRequest, initOverrides?: RequestInit): Promise<BackupKeyshareResponse>;
|
|
757
|
+
/**
|
|
758
|
+
* Options call for this endpoint
|
|
759
|
+
*/
|
|
760
|
+
backupKeyshareOptionsRaw(requestParameters: BackupKeyshareOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
761
|
+
/**
|
|
762
|
+
* Options call for this endpoint
|
|
763
|
+
*/
|
|
764
|
+
backupKeyshareOptions(requestParameters: BackupKeyshareOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
678
765
|
/**
|
|
679
766
|
* Claim a pregenerated embedded wallet
|
|
680
767
|
*/
|
|
@@ -769,6 +856,24 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
769
856
|
* Create a visit
|
|
770
857
|
*/
|
|
771
858
|
createVisit(requestParameters: CreateVisitRequest, initOverrides?: RequestInit): Promise<void>;
|
|
859
|
+
/**
|
|
860
|
+
* Create a new waas account
|
|
861
|
+
* Create a new waas account
|
|
862
|
+
*/
|
|
863
|
+
createWaasAccountRaw(requestParameters: CreateWaasAccountOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponseWithServerKeygenIds>>;
|
|
864
|
+
/**
|
|
865
|
+
* Create a new waas account
|
|
866
|
+
* Create a new waas account
|
|
867
|
+
*/
|
|
868
|
+
createWaasAccount(requestParameters: CreateWaasAccountOperationRequest, initOverrides?: RequestInit): Promise<OpenRoomResponseWithServerKeygenIds>;
|
|
869
|
+
/**
|
|
870
|
+
* Options call for this endpoint
|
|
871
|
+
*/
|
|
872
|
+
createWaasAccountOptionsRaw(requestParameters: CreateWaasAccountOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
873
|
+
/**
|
|
874
|
+
* Options call for this endpoint
|
|
875
|
+
*/
|
|
876
|
+
createWaasAccountOptions(requestParameters: CreateWaasAccountOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
772
877
|
/**
|
|
773
878
|
* Add a wallet account to a user\'s existing Turnkey HD wallet
|
|
774
879
|
* Add a wallet account to a user\'s existing Turnkey HD wallet
|
|
@@ -845,6 +950,22 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
845
950
|
/**
|
|
846
951
|
*/
|
|
847
952
|
eventsOptions(requestParameters: EventsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
953
|
+
/**
|
|
954
|
+
* Export private Key of a waas account
|
|
955
|
+
*/
|
|
956
|
+
exportPrivateKeyRaw(requestParameters: ExportPrivateKeyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponseWithServerKeygenIds>>;
|
|
957
|
+
/**
|
|
958
|
+
* Export private Key of a waas account
|
|
959
|
+
*/
|
|
960
|
+
exportPrivateKey(requestParameters: ExportPrivateKeyRequest, initOverrides?: RequestInit): Promise<OpenRoomResponseWithServerKeygenIds>;
|
|
961
|
+
/**
|
|
962
|
+
* Options call for this endpoint
|
|
963
|
+
*/
|
|
964
|
+
exportPrivateKeyOptionsRaw(requestParameters: ExportPrivateKeyOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
965
|
+
/**
|
|
966
|
+
* Options call for this endpoint
|
|
967
|
+
*/
|
|
968
|
+
exportPrivateKeyOptions(requestParameters: ExportPrivateKeyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
848
969
|
/**
|
|
849
970
|
* Endpoint to sign-in using a token issued by an external auth provider
|
|
850
971
|
*/
|
|
@@ -1139,6 +1260,24 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1139
1260
|
* Gets passkey data associated with a user
|
|
1140
1261
|
*/
|
|
1141
1262
|
getUserPasskeys(requestParameters: GetUserPasskeysRequest, initOverrides?: RequestInit): Promise<GetUserPasskeysResponse>;
|
|
1263
|
+
/**
|
|
1264
|
+
* Import a private key to create a waas account
|
|
1265
|
+
* Import an existing private key to create a waas account
|
|
1266
|
+
*/
|
|
1267
|
+
importPrivateKeyRaw(requestParameters: ImportPrivateKeyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponseWithServerKeygenIds>>;
|
|
1268
|
+
/**
|
|
1269
|
+
* Import a private key to create a waas account
|
|
1270
|
+
* Import an existing private key to create a waas account
|
|
1271
|
+
*/
|
|
1272
|
+
importPrivateKey(requestParameters: ImportPrivateKeyRequest, initOverrides?: RequestInit): Promise<OpenRoomResponseWithServerKeygenIds>;
|
|
1273
|
+
/**
|
|
1274
|
+
* Options call for this endpoint
|
|
1275
|
+
*/
|
|
1276
|
+
importPrivateKeyOptionsRaw(requestParameters: ImportPrivateKeyOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1277
|
+
/**
|
|
1278
|
+
* Options call for this endpoint
|
|
1279
|
+
*/
|
|
1280
|
+
importPrivateKeyOptions(requestParameters: ImportPrivateKeyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1142
1281
|
/**
|
|
1143
1282
|
* This endpoint initializes a secure oauth authentication sequence by providing the state and current url path to the API.
|
|
1144
1283
|
* Initialize oauth auth sequence
|
|
@@ -1439,6 +1578,22 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1439
1578
|
* Publish events for SDK
|
|
1440
1579
|
*/
|
|
1441
1580
|
publishEvent(requestParameters: PublishEventRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1581
|
+
/**
|
|
1582
|
+
* Recover keyshare
|
|
1583
|
+
*/
|
|
1584
|
+
recoverKeyshareRaw(requestParameters: RecoverKeyshareRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<RecoverKeyshareResponse>>;
|
|
1585
|
+
/**
|
|
1586
|
+
* Recover keyshare
|
|
1587
|
+
*/
|
|
1588
|
+
recoverKeyshare(requestParameters: RecoverKeyshareRequest, initOverrides?: RequestInit): Promise<RecoverKeyshareResponse>;
|
|
1589
|
+
/**
|
|
1590
|
+
* Options call for this endpoint
|
|
1591
|
+
*/
|
|
1592
|
+
recoverKeyshareOptionsRaw(requestParameters: RecoverKeyshareOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1593
|
+
/**
|
|
1594
|
+
* Options call for this endpoint
|
|
1595
|
+
*/
|
|
1596
|
+
recoverKeyshareOptions(requestParameters: RecoverKeyshareOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1442
1597
|
/**
|
|
1443
1598
|
* Options call for this endpoint
|
|
1444
1599
|
*/
|
|
@@ -1463,6 +1618,22 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1463
1618
|
* Endpoint to refresh the JWT auth token using the current valid JWT auth token in the authorization header
|
|
1464
1619
|
*/
|
|
1465
1620
|
refreshAuth(requestParameters: RefreshAuthRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
1621
|
+
/**
|
|
1622
|
+
* Refresh keyshares
|
|
1623
|
+
*/
|
|
1624
|
+
refreshKeySharesRaw(requestParameters: RefreshKeySharesOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponseWithServerKeygenIds>>;
|
|
1625
|
+
/**
|
|
1626
|
+
* Refresh keyshares
|
|
1627
|
+
*/
|
|
1628
|
+
refreshKeyShares(requestParameters: RefreshKeySharesOperationRequest, initOverrides?: RequestInit): Promise<OpenRoomResponseWithServerKeygenIds>;
|
|
1629
|
+
/**
|
|
1630
|
+
* Options call for this endpoint
|
|
1631
|
+
*/
|
|
1632
|
+
refreshKeySharesOptionsRaw(requestParameters: RefreshKeySharesOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1633
|
+
/**
|
|
1634
|
+
* Options call for this endpoint
|
|
1635
|
+
*/
|
|
1636
|
+
refreshKeySharesOptions(requestParameters: RefreshKeySharesOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1466
1637
|
/**
|
|
1467
1638
|
* Options call for this endpoint
|
|
1468
1639
|
*/
|
|
@@ -1529,6 +1700,22 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1529
1700
|
* Verify TOTP MFA device
|
|
1530
1701
|
*/
|
|
1531
1702
|
registerTotpMfaDeviceVerify(requestParameters: RegisterTotpMfaDeviceVerifyRequest, initOverrides?: RequestInit): Promise<MFADevice>;
|
|
1703
|
+
/**
|
|
1704
|
+
* Reshare secret shares and update the threshold
|
|
1705
|
+
*/
|
|
1706
|
+
reshareRaw(requestParameters: ReshareOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponseWithServerKeygenIds>>;
|
|
1707
|
+
/**
|
|
1708
|
+
* Reshare secret shares and update the threshold
|
|
1709
|
+
*/
|
|
1710
|
+
reshare(requestParameters: ReshareOperationRequest, initOverrides?: RequestInit): Promise<OpenRoomResponseWithServerKeygenIds>;
|
|
1711
|
+
/**
|
|
1712
|
+
* Options call for this endpoint
|
|
1713
|
+
*/
|
|
1714
|
+
reshareOptionsRaw(requestParameters: ReshareOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1715
|
+
/**
|
|
1716
|
+
* Options call for this endpoint
|
|
1717
|
+
*/
|
|
1718
|
+
reshareOptions(requestParameters: ReshareOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1532
1719
|
/**
|
|
1533
1720
|
* Send new code for email verification
|
|
1534
1721
|
*/
|
|
@@ -1681,6 +1868,22 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1681
1868
|
* Options call for this endpoint
|
|
1682
1869
|
*/
|
|
1683
1870
|
signInWithSmsVerificationOptions(requestParameters: SignInWithSmsVerificationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1871
|
+
/**
|
|
1872
|
+
* Sign a message with a waas account
|
|
1873
|
+
*/
|
|
1874
|
+
signMessageRaw(requestParameters: SignMessageRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponse>>;
|
|
1875
|
+
/**
|
|
1876
|
+
* Sign a message with a waas account
|
|
1877
|
+
*/
|
|
1878
|
+
signMessage(requestParameters: SignMessageRequest, initOverrides?: RequestInit): Promise<OpenRoomResponse>;
|
|
1879
|
+
/**
|
|
1880
|
+
* Options call for this endpoint
|
|
1881
|
+
*/
|
|
1882
|
+
signMessageOptionsRaw(requestParameters: SignMessageOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1883
|
+
/**
|
|
1884
|
+
* Options call for this endpoint
|
|
1885
|
+
*/
|
|
1886
|
+
signMessageOptions(requestParameters: SignMessageOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1684
1887
|
/**
|
|
1685
1888
|
* Simulate an EVM transaction
|
|
1686
1889
|
*/
|