@dynamic-labs/sdk-api 0.0.1038 → 0.0.1040
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/AdminActionsApi.cjs +1 -1
- package/src/apis/AdminActionsApi.js +1 -1
- package/src/apis/AllowlistsApi.cjs +1 -1
- package/src/apis/AllowlistsApi.js +1 -1
- package/src/apis/AnalyticsApi.cjs +1 -1
- package/src/apis/AnalyticsApi.js +1 -1
- package/src/apis/AuthorizedClientsApi.cjs +1 -1
- package/src/apis/AuthorizedClientsApi.js +1 -1
- package/src/apis/ChainalysisApi.cjs +1 -1
- package/src/apis/ChainalysisApi.js +1 -1
- package/src/apis/ChainsApi.cjs +1 -1
- package/src/apis/ChainsApi.js +1 -1
- package/src/apis/CheckoutApi.cjs +128 -5
- package/src/apis/CheckoutApi.d.ts +61 -4
- package/src/apis/CheckoutApi.js +128 -5
- package/src/apis/ClientGrantApi.cjs +1 -1
- package/src/apis/ClientGrantApi.js +1 -1
- package/src/apis/CustomFieldsApi.cjs +1 -1
- package/src/apis/CustomFieldsApi.js +1 -1
- package/src/apis/CustomHostnamesApi.cjs +1 -1
- package/src/apis/CustomHostnamesApi.js +1 -1
- package/src/apis/CustomNetworksApi.cjs +1 -1
- package/src/apis/CustomNetworksApi.js +1 -1
- package/src/apis/DeeplinkUrlsApi.cjs +1 -1
- package/src/apis/DeeplinkUrlsApi.js +1 -1
- package/src/apis/EnvironmentsApi.cjs +1 -1
- package/src/apis/EnvironmentsApi.js +1 -1
- package/src/apis/EventsApi.cjs +1 -1
- package/src/apis/EventsApi.js +1 -1
- package/src/apis/ExchangesApi.cjs +1 -1
- package/src/apis/ExchangesApi.js +1 -1
- package/src/apis/ExportsApi.cjs +1 -1
- package/src/apis/ExportsApi.js +1 -1
- package/src/apis/ExternalJwtApi.cjs +1 -1
- package/src/apis/ExternalJwtApi.js +1 -1
- package/src/apis/GatesApi.cjs +1 -1
- package/src/apis/GatesApi.js +1 -1
- package/src/apis/GlobalWalletAccessControlApi.cjs +1 -1
- package/src/apis/GlobalWalletAccessControlApi.js +1 -1
- package/src/apis/GlobalWalletConnectionsApi.cjs +1 -1
- package/src/apis/GlobalWalletConnectionsApi.js +1 -1
- package/src/apis/GlobalWalletsApi.cjs +1 -1
- package/src/apis/GlobalWalletsApi.js +1 -1
- package/src/apis/InvitesApi.cjs +1 -1
- package/src/apis/InvitesApi.js +1 -1
- package/src/apis/MembersApi.cjs +1 -1
- package/src/apis/MembersApi.js +1 -1
- package/src/apis/MfaSettingsApi.cjs +1 -1
- package/src/apis/MfaSettingsApi.js +1 -1
- package/src/apis/NameServicesApi.cjs +1 -1
- package/src/apis/NameServicesApi.js +1 -1
- package/src/apis/OrganizationSettingsApi.cjs +1 -1
- package/src/apis/OrganizationSettingsApi.js +1 -1
- package/src/apis/OrganizationsApi.cjs +1 -1
- package/src/apis/OrganizationsApi.js +1 -1
- package/src/apis/OriginsApi.cjs +1 -1
- package/src/apis/OriginsApi.js +1 -1
- package/src/apis/ProjectsApi.cjs +1 -1
- package/src/apis/ProjectsApi.js +1 -1
- package/src/apis/ProvidersApi.cjs +1 -1
- package/src/apis/ProvidersApi.js +1 -1
- package/src/apis/SDKApi.cjs +434 -129
- package/src/apis/SDKApi.d.ts +202 -63
- package/src/apis/SDKApi.js +434 -129
- package/src/apis/SDKViewsApi.cjs +1 -1
- package/src/apis/SDKViewsApi.js +1 -1
- package/src/apis/SessionsApi.cjs +1 -1
- package/src/apis/SessionsApi.js +1 -1
- package/src/apis/TestAccountApi.cjs +1 -1
- package/src/apis/TestAccountApi.js +1 -1
- package/src/apis/TokensApi.cjs +1 -1
- package/src/apis/TokensApi.js +1 -1
- package/src/apis/UserApiTokensApi.cjs +1 -1
- package/src/apis/UserApiTokensApi.js +1 -1
- package/src/apis/UsersApi.cjs +1 -1
- package/src/apis/UsersApi.js +1 -1
- package/src/apis/VisitsApi.cjs +1 -1
- package/src/apis/VisitsApi.js +1 -1
- package/src/apis/WaasApi.cjs +1 -1
- package/src/apis/WaasApi.js +1 -1
- package/src/apis/WalletConnectApi.cjs +1 -1
- package/src/apis/WalletConnectApi.js +1 -1
- package/src/apis/WalletsApi.cjs +1 -1
- package/src/apis/WalletsApi.js +1 -1
- package/src/apis/WebhooksApi.cjs +1 -1
- package/src/apis/WebhooksApi.js +1 -1
- package/src/index.cjs +0 -12
- package/src/index.js +0 -3
- package/src/models/SanctionsWalletBlockedEventPayload.cjs +1 -0
- package/src/models/SanctionsWalletBlockedEventPayload.d.ts +2 -1
- package/src/models/SanctionsWalletBlockedEventPayload.js +1 -0
- package/src/models/index.d.ts +0 -3
- package/src/models/BackupKeySharesToLocationRequest.cjs +0 -33
- package/src/models/BackupKeySharesToLocationRequest.d.ts +0 -28
- package/src/models/BackupKeySharesToLocationRequest.js +0 -27
- package/src/models/BackupKeySharesToLocationResponse.cjs +0 -37
- package/src/models/BackupKeySharesToLocationResponse.d.ts +0 -40
- package/src/models/BackupKeySharesToLocationResponse.js +0 -31
- package/src/models/BackupMultipleClientKeySharesResponse.cjs +0 -33
- package/src/models/BackupMultipleClientKeySharesResponse.d.ts +0 -28
- package/src/models/BackupMultipleClientKeySharesResponse.js +0 -27
package/src/apis/SDKApi.d.ts
CHANGED
|
@@ -10,7 +10,17 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import { Account, AleoCuratedPricesResponse, AleoProverEncryptedRequest, AleoProverPubkeyResponse, AttachSourceRequest,
|
|
13
|
+
import { Account, AleoCuratedPricesResponse, AleoProverEncryptedRequest, AleoProverPubkeyResponse, AttachSourceRequest, BackupKeySharesToLocationsRequest, BackupKeySharesToLocationsResponse, ChainEnum, CheckoutTransaction, CheckoutTransactionCreateRequest, CheckoutTransactionCreateResponse, CoinbaseOnrampGetBuyUrlRequest, CoinbaseOnrampGetBuyUrlResponse, CoinbaseOnrampOrderCreateRequest, CoinbaseOnrampOrderResponse, CompletePasskeyRecoveryRequest, ConnectRequest, CreateEmbeddedWalletsRequest, CreateExchangeTransferRequest, CreateRoomsRequest, CreateRoomsResponse, CreateRoomsWithoutWalletIdRequest, CreateRoomsWithoutWalletIdResponse, CreateWaasAccountRequest, CreateWalletAccountRequest, CryptoDotComPaymentCreateRequest, CryptoDotComPaymentResponse, Currency, DelegatedShareDeliveryRequest, DelegatedShareDeliveryResponse, DeleteDeviceRegistrationResponse, DeleteEmbeddedWalletsRequest, DeleteUserPasskeyRequest, DeviceRegistrationsResponse, EmailProviderResponse, EmailVerificationCreateRequest, EmailVerificationCreateResponse, EmailVerificationMfaRequest, EmailVerificationRetryRequest, EmailVerificationVerifyRequest, EmbeddedWalletAuthToken, EmbeddedWalletAuthType, EmbeddedWalletChainEnum, EmbeddedWalletPasscodeClaimRequest, EmbeddedWalletSecret, ExchangeKeyEnum, ExchangeTransaction, ExchangeTransferResponse, ExportAleoViewKeyRequest, ExportEmbeddedWalletResponse, ExportWaasWalletPrivateKeyRequest, ExternalAuthAssertionResponse, ExternalAuthSigninRequest, FarcasterSignInRequest, GeneratedTokenResponse, GetAvailableEVMGaslessRelayerResponse, GetEVMSponsoredTransactionStatusResponse, GetPasskeyAuthenticationOptionsResponse, GetPasskeyRegistrationOptionsResponse, GetUserPasskeysResponse, GlobalWalletConnection, GlobalWalletConnectionCreateRequest, GlobalWalletSettings, HealthcheckResponse, ImportWaasPrivateKeyRequest, InitEmailAuthRequest, InitEmailAuthResponse, InitPasskeyRecoveryRequest, InitPasskeyRecoveryResponse, InlineObject1, InlineObject2, InlineObject3, InlineObject4, InlineObject5, InlineResponse2001, InlineResponse2002, InlineResponse2003, InlineResponse2004, InlineResponse2005, InlineResponse2006, InlineResponse2007, JwksResponse, MFAAuthRecoveryDevicePostRequest, MFAAuthTotpDevicePostRequest, MFADevice, MFAGetRecoveryCodesResponse, MFAListDevicesResponse, MFAMethodsResponse, MFARegenRecoveryCodesResponse, MFARegisterPasskeyDeviceGetResponse, MFARegisterPasskeyDevicePostRequest, MFARegisterTotpDeviceGetResponse, MFARegisterTotpDevicePostRequest, MFAUpdateDeviceRequest, MergeUserConflictResolutions, MoonPayCurrenciesResponse, MultichainAccountBalanceResponse, MultichainAccountBalancesRequest, NetworkConfigurationResponse, NonceResponse, NoncesResponse, OauthInitAuthRequest, OauthProviderLoginUrl, OauthRequest, OauthResultRequest, OauthResultResponse, OpenRoomResponse, OpenRoomResponseForReshare, OpenRoomResponseWithServerKeygenIds, PasskeyAuthRequest, PasskeyRegisterRequest, PrefetchRequest, PrepareSigningRequest, ProjectSettings, ProviderEnum, PublishEvents, QuoteRequest, RealtimeAuthTokenResponse, RecordBroadcastRequest, RecoverMultipleClientKeySharesRequest, RecoverMultipleClientKeySharesResponse, RefreshKeySharesRequest, RefreshKeySharesResponse, RegisterEmbeddedWalletSessionKeyResponse, RegisterSessionKeyRequest, ReshareRequest, ScanWebsiteUrlRequest, ScanWebsiteUrlResponse, SdkSettingsRequest, SdkUser, SignAleoRequestWithWaasRequest, SignMessageWithWaasRequest, SimulateEVMTransactionRequest, SimulateSVMTransactionRequest, SimulateTransactionResponse, SimulateUserOpRequest, SmsVerificationCreateRequest, SmsVerificationCreateResponse, SmsVerificationRetryRequest, SmsVerificationVerifyRequest, SolanaTransactionOptimizationRequest, SolanaTransactionOptimizationResponse, SponsorEVMTransactionRequest, SponsorEVMTransactionResponse, SponsorSVMTransactionRequest, SponsorSVMTransactionResponse, SsoProviderCheckRequest, SsoProviderCheckResponse, StepUpCheckRequest, StepUpCheckResponse, SupportedOfframpsResponse, SupportedOnrampsResponse, SwapQuoteRequest, SwapQuoteResponse, SwapStatusRequest, SwapStatusResponse, TelegramPostRequest, TokenBalance, TransactionFeeEstimateRequest, TransactionFeeEstimateResponse, TransferDestinationResponse, TurnkeyCreateWalletAccountsRequestBody, TurnkeyDeleteEmbeddedWalletsRequestBody, UpdateRecoveryEmailRequest, UpdateSelfResponse, UpdateUserPasskeyRequest, UpdateWaasWalletSettingsRequest, UpdateWaasWalletSettingsResponse, UpgradeEmbeddedWalletToV2Request, UserFields, UserFieldsCheckParams, UserFieldsCheckResponse, UserOauthAccessTokenResponse, UserPasskey, UserWalletSelectionRequest, VerifyRequest, VerifyResponse, VerifyUnlinkRequest, WalletSanctionsResponse, WalletTransactionsResponse } from '../models';
|
|
14
|
+
export interface AttachFlowSourceRequest {
|
|
15
|
+
environmentId: string;
|
|
16
|
+
transactionId: string;
|
|
17
|
+
xDynamicCheckoutSessionToken: string;
|
|
18
|
+
attachSourceRequest: AttachSourceRequest;
|
|
19
|
+
}
|
|
20
|
+
export interface AttachFlowSourceOptionsRequest {
|
|
21
|
+
environmentId: string;
|
|
22
|
+
transactionId: string;
|
|
23
|
+
}
|
|
14
24
|
export interface AttachSourceOperationRequest {
|
|
15
25
|
environmentId: string;
|
|
16
26
|
transactionId: string;
|
|
@@ -53,23 +63,6 @@ export interface AuthenticatePasskeyOptionsRequest {
|
|
|
53
63
|
environmentId: string;
|
|
54
64
|
relatedOriginRpId?: string;
|
|
55
65
|
}
|
|
56
|
-
export interface BackupKeySharesToGoogleDriveRequest {
|
|
57
|
-
environmentId: string;
|
|
58
|
-
walletId: string;
|
|
59
|
-
}
|
|
60
|
-
export interface BackupKeySharesToGoogleDriveOptionsRequest {
|
|
61
|
-
environmentId: string;
|
|
62
|
-
walletId: string;
|
|
63
|
-
}
|
|
64
|
-
export interface BackupKeySharesToLocationOperationRequest {
|
|
65
|
-
environmentId: string;
|
|
66
|
-
walletId: string;
|
|
67
|
-
backupKeySharesToLocationRequest: BackupKeySharesToLocationRequest;
|
|
68
|
-
}
|
|
69
|
-
export interface BackupKeySharesToLocationOptionsRequest {
|
|
70
|
-
environmentId: string;
|
|
71
|
-
walletId: string;
|
|
72
|
-
}
|
|
73
66
|
export interface BackupKeySharesToLocationsOperationRequest {
|
|
74
67
|
environmentId: string;
|
|
75
68
|
walletId: string;
|
|
@@ -83,6 +76,10 @@ export interface BroadcastCheckoutTransactionOptionsRequest {
|
|
|
83
76
|
environmentId: string;
|
|
84
77
|
transactionId: string;
|
|
85
78
|
}
|
|
79
|
+
export interface BroadcastFlowTransactionOptionsRequest {
|
|
80
|
+
environmentId: string;
|
|
81
|
+
transactionId: string;
|
|
82
|
+
}
|
|
86
83
|
export interface CancelCheckoutTransactionRequest {
|
|
87
84
|
environmentId: string;
|
|
88
85
|
transactionId: string;
|
|
@@ -92,6 +89,15 @@ export interface CancelCheckoutTransactionOptionsRequest {
|
|
|
92
89
|
environmentId: string;
|
|
93
90
|
transactionId: string;
|
|
94
91
|
}
|
|
92
|
+
export interface CancelFlowTransactionRequest {
|
|
93
|
+
environmentId: string;
|
|
94
|
+
transactionId: string;
|
|
95
|
+
xDynamicCheckoutSessionToken: string;
|
|
96
|
+
}
|
|
97
|
+
export interface CancelFlowTransactionOptionsRequest {
|
|
98
|
+
environmentId: string;
|
|
99
|
+
transactionId: string;
|
|
100
|
+
}
|
|
95
101
|
export interface CbOauthRedirectRequest {
|
|
96
102
|
environmentId: string;
|
|
97
103
|
code?: string;
|
|
@@ -167,6 +173,15 @@ export interface CreateEmbeddedWalletsOperationRequest {
|
|
|
167
173
|
export interface CreateEmbeddedWalletsOptionsRequest {
|
|
168
174
|
environmentId: string;
|
|
169
175
|
}
|
|
176
|
+
export interface CreateFlowCheckoutTransactionRequest {
|
|
177
|
+
environmentId: string;
|
|
178
|
+
checkoutId: string;
|
|
179
|
+
checkoutTransactionCreateRequest: CheckoutTransactionCreateRequest;
|
|
180
|
+
}
|
|
181
|
+
export interface CreateFlowCheckoutTransactionOptionsRequest {
|
|
182
|
+
environmentId: string;
|
|
183
|
+
checkoutId: string;
|
|
184
|
+
}
|
|
170
185
|
export interface CreateGlobalWalletConnectionRequest {
|
|
171
186
|
environmentId: string;
|
|
172
187
|
globalWalletConnectionCreateRequest: GlobalWalletConnectionCreateRequest;
|
|
@@ -505,6 +520,14 @@ export interface GetExchangeTransferDestinationsOptionsRequest {
|
|
|
505
520
|
environmentId: string;
|
|
506
521
|
exchangeKey: ExchangeKeyEnum;
|
|
507
522
|
}
|
|
523
|
+
export interface GetFlowCheckoutTransactionRequest {
|
|
524
|
+
environmentId: string;
|
|
525
|
+
transactionId: string;
|
|
526
|
+
}
|
|
527
|
+
export interface GetFlowCheckoutTransactionOptionsRequest {
|
|
528
|
+
environmentId: string;
|
|
529
|
+
transactionId: string;
|
|
530
|
+
}
|
|
508
531
|
export interface GetGlobalWalletsSettingsRequest {
|
|
509
532
|
environmentId: string;
|
|
510
533
|
}
|
|
@@ -867,6 +890,16 @@ export interface PrepareCheckoutTransactionOptionsRequest {
|
|
|
867
890
|
environmentId: string;
|
|
868
891
|
transactionId: string;
|
|
869
892
|
}
|
|
893
|
+
export interface PrepareFlowTransactionRequest {
|
|
894
|
+
environmentId: string;
|
|
895
|
+
transactionId: string;
|
|
896
|
+
xDynamicCheckoutSessionToken: string;
|
|
897
|
+
prepareSigningRequest?: PrepareSigningRequest;
|
|
898
|
+
}
|
|
899
|
+
export interface PrepareFlowTransactionOptionsRequest {
|
|
900
|
+
environmentId: string;
|
|
901
|
+
transactionId: string;
|
|
902
|
+
}
|
|
870
903
|
export interface PublishEventRequest {
|
|
871
904
|
environmentId: string;
|
|
872
905
|
publishEvents: PublishEvents;
|
|
@@ -881,6 +914,16 @@ export interface QuoteCheckoutTransactionOptionsRequest {
|
|
|
881
914
|
environmentId: string;
|
|
882
915
|
transactionId: string;
|
|
883
916
|
}
|
|
917
|
+
export interface QuoteFlowTransactionRequest {
|
|
918
|
+
environmentId: string;
|
|
919
|
+
transactionId: string;
|
|
920
|
+
xDynamicCheckoutSessionToken: string;
|
|
921
|
+
quoteRequest: QuoteRequest;
|
|
922
|
+
}
|
|
923
|
+
export interface QuoteFlowTransactionOptionsRequest {
|
|
924
|
+
environmentId: string;
|
|
925
|
+
transactionId: string;
|
|
926
|
+
}
|
|
884
927
|
export interface RealtimeAuthOptionsRequest {
|
|
885
928
|
environmentId: string;
|
|
886
929
|
}
|
|
@@ -890,6 +933,12 @@ export interface RecordCheckoutBroadcastRequest {
|
|
|
890
933
|
xDynamicCheckoutSessionToken: string;
|
|
891
934
|
recordBroadcastRequest: RecordBroadcastRequest;
|
|
892
935
|
}
|
|
936
|
+
export interface RecordFlowBroadcastRequest {
|
|
937
|
+
environmentId: string;
|
|
938
|
+
transactionId: string;
|
|
939
|
+
xDynamicCheckoutSessionToken: string;
|
|
940
|
+
recordBroadcastRequest: RecordBroadcastRequest;
|
|
941
|
+
}
|
|
893
942
|
export interface RecoverKeySharesRequest {
|
|
894
943
|
environmentId: string;
|
|
895
944
|
walletId: string;
|
|
@@ -1306,11 +1355,29 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1306
1355
|
* Sets the source wallet address and chain for an initiated transaction.
|
|
1307
1356
|
* Attach a source to a checkout transaction
|
|
1308
1357
|
*/
|
|
1309
|
-
|
|
1358
|
+
attachFlowSourceRaw(requestParameters: AttachFlowSourceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CheckoutTransaction>>;
|
|
1310
1359
|
/**
|
|
1311
1360
|
* Sets the source wallet address and chain for an initiated transaction.
|
|
1312
1361
|
* Attach a source to a checkout transaction
|
|
1313
1362
|
*/
|
|
1363
|
+
attachFlowSource(requestParameters: AttachFlowSourceRequest, initOverrides?: RequestInit): Promise<CheckoutTransaction>;
|
|
1364
|
+
/**
|
|
1365
|
+
* Options call for this endpoint
|
|
1366
|
+
*/
|
|
1367
|
+
attachFlowSourceOptionsRaw(requestParameters: AttachFlowSourceOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1368
|
+
/**
|
|
1369
|
+
* Options call for this endpoint
|
|
1370
|
+
*/
|
|
1371
|
+
attachFlowSourceOptions(requestParameters: AttachFlowSourceOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1372
|
+
/**
|
|
1373
|
+
* Deprecated: use POST /sdk/{environmentId}/flow/transactions/{transactionId}/source instead. Sets the source wallet address and chain for an initiated transaction.
|
|
1374
|
+
* Attach a source to a checkout transaction
|
|
1375
|
+
*/
|
|
1376
|
+
attachSourceRaw(requestParameters: AttachSourceOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CheckoutTransaction>>;
|
|
1377
|
+
/**
|
|
1378
|
+
* Deprecated: use POST /sdk/{environmentId}/flow/transactions/{transactionId}/source instead. Sets the source wallet address and chain for an initiated transaction.
|
|
1379
|
+
* Attach a source to a checkout transaction
|
|
1380
|
+
*/
|
|
1314
1381
|
attachSource(requestParameters: AttachSourceOperationRequest, initOverrides?: RequestInit): Promise<CheckoutTransaction>;
|
|
1315
1382
|
/**
|
|
1316
1383
|
* Options call for this endpoint
|
|
@@ -1401,85 +1468,75 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1401
1468
|
*/
|
|
1402
1469
|
authenticatePasskeyOptions(requestParameters: AuthenticatePasskeyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1403
1470
|
/**
|
|
1404
|
-
*
|
|
1405
|
-
*
|
|
1471
|
+
* Records backup actions and events for multiple locations without performing the actual backups.
|
|
1472
|
+
* Create backup action and event for multiple locations without performing actual backup
|
|
1406
1473
|
*/
|
|
1407
|
-
|
|
1474
|
+
backupKeySharesToLocationsRaw(requestParameters: BackupKeySharesToLocationsOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<BackupKeySharesToLocationsResponse>>;
|
|
1408
1475
|
/**
|
|
1409
|
-
*
|
|
1410
|
-
*
|
|
1476
|
+
* Records backup actions and events for multiple locations without performing the actual backups.
|
|
1477
|
+
* Create backup action and event for multiple locations without performing actual backup
|
|
1411
1478
|
*/
|
|
1412
|
-
|
|
1479
|
+
backupKeySharesToLocations(requestParameters: BackupKeySharesToLocationsOperationRequest, initOverrides?: RequestInit): Promise<BackupKeySharesToLocationsResponse>;
|
|
1413
1480
|
/**
|
|
1414
1481
|
* Options call for this endpoint
|
|
1415
1482
|
*/
|
|
1416
|
-
|
|
1483
|
+
backupKeySharesToLocationsOptionsRaw(requestParameters: BackupKeySharesToLocationsOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1417
1484
|
/**
|
|
1418
1485
|
* Options call for this endpoint
|
|
1419
1486
|
*/
|
|
1420
|
-
|
|
1421
|
-
/**
|
|
1422
|
-
* Records a backup action and event for the specified location without performing the actual backup.
|
|
1423
|
-
* Create backup action and event for a specified location without performing actual backup
|
|
1424
|
-
*/
|
|
1425
|
-
backupKeySharesToLocationRaw(requestParameters: BackupKeySharesToLocationOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<BackupKeySharesToLocationResponse>>;
|
|
1426
|
-
/**
|
|
1427
|
-
* Records a backup action and event for the specified location without performing the actual backup.
|
|
1428
|
-
* Create backup action and event for a specified location without performing actual backup
|
|
1429
|
-
*/
|
|
1430
|
-
backupKeySharesToLocation(requestParameters: BackupKeySharesToLocationOperationRequest, initOverrides?: RequestInit): Promise<BackupKeySharesToLocationResponse>;
|
|
1487
|
+
backupKeySharesToLocationsOptions(requestParameters: BackupKeySharesToLocationsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1431
1488
|
/**
|
|
1432
1489
|
* Options call for this endpoint
|
|
1433
1490
|
*/
|
|
1434
|
-
|
|
1491
|
+
broadcastCheckoutTransactionOptionsRaw(requestParameters: BroadcastCheckoutTransactionOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1435
1492
|
/**
|
|
1436
1493
|
* Options call for this endpoint
|
|
1437
1494
|
*/
|
|
1438
|
-
|
|
1495
|
+
broadcastCheckoutTransactionOptions(requestParameters: BroadcastCheckoutTransactionOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1439
1496
|
/**
|
|
1440
|
-
*
|
|
1441
|
-
* Create backup action and event for multiple locations without performing actual backup
|
|
1497
|
+
* Options call for this endpoint
|
|
1442
1498
|
*/
|
|
1443
|
-
|
|
1499
|
+
broadcastFlowTransactionOptionsRaw(requestParameters: BroadcastFlowTransactionOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1444
1500
|
/**
|
|
1445
|
-
*
|
|
1446
|
-
* Create backup action and event for multiple locations without performing actual backup
|
|
1501
|
+
* Options call for this endpoint
|
|
1447
1502
|
*/
|
|
1448
|
-
|
|
1503
|
+
broadcastFlowTransactionOptions(requestParameters: BroadcastFlowTransactionOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1449
1504
|
/**
|
|
1450
|
-
*
|
|
1505
|
+
* Deprecated: use POST /sdk/{environmentId}/flow/transactions/{transactionId}/cancel instead. Cancels a pre-broadcast transaction. Only allowed before the transaction is broadcasted.
|
|
1506
|
+
* Cancel a checkout transaction
|
|
1451
1507
|
*/
|
|
1452
|
-
|
|
1508
|
+
cancelCheckoutTransactionRaw(requestParameters: CancelCheckoutTransactionRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CheckoutTransaction>>;
|
|
1453
1509
|
/**
|
|
1454
|
-
*
|
|
1510
|
+
* Deprecated: use POST /sdk/{environmentId}/flow/transactions/{transactionId}/cancel instead. Cancels a pre-broadcast transaction. Only allowed before the transaction is broadcasted.
|
|
1511
|
+
* Cancel a checkout transaction
|
|
1455
1512
|
*/
|
|
1456
|
-
|
|
1513
|
+
cancelCheckoutTransaction(requestParameters: CancelCheckoutTransactionRequest, initOverrides?: RequestInit): Promise<CheckoutTransaction>;
|
|
1457
1514
|
/**
|
|
1458
1515
|
* Options call for this endpoint
|
|
1459
1516
|
*/
|
|
1460
|
-
|
|
1517
|
+
cancelCheckoutTransactionOptionsRaw(requestParameters: CancelCheckoutTransactionOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1461
1518
|
/**
|
|
1462
1519
|
* Options call for this endpoint
|
|
1463
1520
|
*/
|
|
1464
|
-
|
|
1521
|
+
cancelCheckoutTransactionOptions(requestParameters: CancelCheckoutTransactionOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1465
1522
|
/**
|
|
1466
1523
|
* Cancels a pre-broadcast transaction. Only allowed before the transaction is broadcasted.
|
|
1467
1524
|
* Cancel a checkout transaction
|
|
1468
1525
|
*/
|
|
1469
|
-
|
|
1526
|
+
cancelFlowTransactionRaw(requestParameters: CancelFlowTransactionRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CheckoutTransaction>>;
|
|
1470
1527
|
/**
|
|
1471
1528
|
* Cancels a pre-broadcast transaction. Only allowed before the transaction is broadcasted.
|
|
1472
1529
|
* Cancel a checkout transaction
|
|
1473
1530
|
*/
|
|
1474
|
-
|
|
1531
|
+
cancelFlowTransaction(requestParameters: CancelFlowTransactionRequest, initOverrides?: RequestInit): Promise<CheckoutTransaction>;
|
|
1475
1532
|
/**
|
|
1476
1533
|
* Options call for this endpoint
|
|
1477
1534
|
*/
|
|
1478
|
-
|
|
1535
|
+
cancelFlowTransactionOptionsRaw(requestParameters: CancelFlowTransactionOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1479
1536
|
/**
|
|
1480
1537
|
* Options call for this endpoint
|
|
1481
1538
|
*/
|
|
1482
|
-
|
|
1539
|
+
cancelFlowTransactionOptions(requestParameters: CancelFlowTransactionOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1483
1540
|
/**
|
|
1484
1541
|
* This endpoint proxies requests to `/sdk/{environmentId}/providers/coinbasesocial/redirect` because Coinbase does not allow the string `coinbase` on the redirect URL path
|
|
1485
1542
|
* Handle Coinbase OAuth redirect
|
|
@@ -1579,12 +1636,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1579
1636
|
*/
|
|
1580
1637
|
completePasskeyRecovery(requestParameters: CompletePasskeyRecoveryOperationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
1581
1638
|
/**
|
|
1582
|
-
* Creates a new checkout transaction for the specified checkout.
|
|
1639
|
+
* Deprecated: use POST /sdk/{environmentId}/flow/checkouts/{checkoutId}/transactions instead. Creates a new checkout transaction for the specified checkout.
|
|
1583
1640
|
* Create a checkout transaction
|
|
1584
1641
|
*/
|
|
1585
1642
|
createCheckoutTransactionRaw(requestParameters: CreateCheckoutTransactionRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CheckoutTransactionCreateResponse>>;
|
|
1586
1643
|
/**
|
|
1587
|
-
* Creates a new checkout transaction for the specified checkout.
|
|
1644
|
+
* Deprecated: use POST /sdk/{environmentId}/flow/checkouts/{checkoutId}/transactions instead. Creates a new checkout transaction for the specified checkout.
|
|
1588
1645
|
* Create a checkout transaction
|
|
1589
1646
|
*/
|
|
1590
1647
|
createCheckoutTransaction(requestParameters: CreateCheckoutTransactionRequest, initOverrides?: RequestInit): Promise<CheckoutTransactionCreateResponse>;
|
|
@@ -1652,6 +1709,24 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1652
1709
|
* Options call for this endpoint
|
|
1653
1710
|
*/
|
|
1654
1711
|
createEmbeddedWalletsOptions(requestParameters: CreateEmbeddedWalletsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1712
|
+
/**
|
|
1713
|
+
* Creates a new checkout transaction for the specified checkout.
|
|
1714
|
+
* Create a checkout transaction
|
|
1715
|
+
*/
|
|
1716
|
+
createFlowCheckoutTransactionRaw(requestParameters: CreateFlowCheckoutTransactionRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CheckoutTransactionCreateResponse>>;
|
|
1717
|
+
/**
|
|
1718
|
+
* Creates a new checkout transaction for the specified checkout.
|
|
1719
|
+
* Create a checkout transaction
|
|
1720
|
+
*/
|
|
1721
|
+
createFlowCheckoutTransaction(requestParameters: CreateFlowCheckoutTransactionRequest, initOverrides?: RequestInit): Promise<CheckoutTransactionCreateResponse>;
|
|
1722
|
+
/**
|
|
1723
|
+
* Options call for this endpoint
|
|
1724
|
+
*/
|
|
1725
|
+
createFlowCheckoutTransactionOptionsRaw(requestParameters: CreateFlowCheckoutTransactionOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
1726
|
+
/**
|
|
1727
|
+
* Options call for this endpoint
|
|
1728
|
+
*/
|
|
1729
|
+
createFlowCheckoutTransactionOptions(requestParameters: CreateFlowCheckoutTransactionOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
1655
1730
|
/**
|
|
1656
1731
|
* Creates a new global wallet connection for the authenticated user.
|
|
1657
1732
|
* Create a global wallet connection
|
|
@@ -2249,10 +2324,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2249
2324
|
*/
|
|
2250
2325
|
getBackupTokenOptions(requestParameters: GetBackupTokenOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2251
2326
|
/**
|
|
2327
|
+
* Deprecated: use GET /sdk/{environmentId}/flow/transactions/{transactionId} instead.
|
|
2252
2328
|
* Get a checkout transaction by ID
|
|
2253
2329
|
*/
|
|
2254
2330
|
getCheckoutTransactionRaw(requestParameters: GetCheckoutTransactionRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CheckoutTransaction>>;
|
|
2255
2331
|
/**
|
|
2332
|
+
* Deprecated: use GET /sdk/{environmentId}/flow/transactions/{transactionId} instead.
|
|
2256
2333
|
* Get a checkout transaction by ID
|
|
2257
2334
|
*/
|
|
2258
2335
|
getCheckoutTransaction(requestParameters: GetCheckoutTransactionRequest, initOverrides?: RequestInit): Promise<CheckoutTransaction>;
|
|
@@ -2458,6 +2535,22 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
2458
2535
|
* Options call for this endpoint
|
|
2459
2536
|
*/
|
|
2460
2537
|
getExchangeTransferDestinationsOptions(requestParameters: GetExchangeTransferDestinationsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2538
|
+
/**
|
|
2539
|
+
* Get a checkout transaction by ID
|
|
2540
|
+
*/
|
|
2541
|
+
getFlowCheckoutTransactionRaw(requestParameters: GetFlowCheckoutTransactionRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CheckoutTransaction>>;
|
|
2542
|
+
/**
|
|
2543
|
+
* Get a checkout transaction by ID
|
|
2544
|
+
*/
|
|
2545
|
+
getFlowCheckoutTransaction(requestParameters: GetFlowCheckoutTransactionRequest, initOverrides?: RequestInit): Promise<CheckoutTransaction>;
|
|
2546
|
+
/**
|
|
2547
|
+
* Options call for this endpoint
|
|
2548
|
+
*/
|
|
2549
|
+
getFlowCheckoutTransactionOptionsRaw(requestParameters: GetFlowCheckoutTransactionOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
2550
|
+
/**
|
|
2551
|
+
* Options call for this endpoint
|
|
2552
|
+
*/
|
|
2553
|
+
getFlowCheckoutTransactionOptions(requestParameters: GetFlowCheckoutTransactionOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
2461
2554
|
/**
|
|
2462
2555
|
* Returns the global wallet settings configured for the specified environment.
|
|
2463
2556
|
* Get the global wallet settings for the environment
|
|
@@ -3235,12 +3328,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3235
3328
|
*/
|
|
3236
3329
|
prefetch(requestParameters: PrefetchOperationRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3237
3330
|
/**
|
|
3238
|
-
* Validates quote freshness and risk clearance, then transitions the transaction to signing state.
|
|
3331
|
+
* Deprecated: use POST /sdk/{environmentId}/flow/transactions/{transactionId}/prepare instead. Validates quote freshness and risk clearance, then transitions the transaction to signing state.
|
|
3239
3332
|
* Prepare a checkout transaction for signing
|
|
3240
3333
|
*/
|
|
3241
3334
|
prepareCheckoutTransactionRaw(requestParameters: PrepareCheckoutTransactionRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CheckoutTransaction>>;
|
|
3242
3335
|
/**
|
|
3243
|
-
* Validates quote freshness and risk clearance, then transitions the transaction to signing state.
|
|
3336
|
+
* Deprecated: use POST /sdk/{environmentId}/flow/transactions/{transactionId}/prepare instead. Validates quote freshness and risk clearance, then transitions the transaction to signing state.
|
|
3244
3337
|
* Prepare a checkout transaction for signing
|
|
3245
3338
|
*/
|
|
3246
3339
|
prepareCheckoutTransaction(requestParameters: PrepareCheckoutTransactionRequest, initOverrides?: RequestInit): Promise<CheckoutTransaction>;
|
|
@@ -3252,6 +3345,24 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3252
3345
|
* Options call for this endpoint
|
|
3253
3346
|
*/
|
|
3254
3347
|
prepareCheckoutTransactionOptions(requestParameters: PrepareCheckoutTransactionOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3348
|
+
/**
|
|
3349
|
+
* Validates quote freshness and risk clearance, then transitions the transaction to signing state.
|
|
3350
|
+
* Prepare a checkout transaction for signing
|
|
3351
|
+
*/
|
|
3352
|
+
prepareFlowTransactionRaw(requestParameters: PrepareFlowTransactionRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CheckoutTransaction>>;
|
|
3353
|
+
/**
|
|
3354
|
+
* Validates quote freshness and risk clearance, then transitions the transaction to signing state.
|
|
3355
|
+
* Prepare a checkout transaction for signing
|
|
3356
|
+
*/
|
|
3357
|
+
prepareFlowTransaction(requestParameters: PrepareFlowTransactionRequest, initOverrides?: RequestInit): Promise<CheckoutTransaction>;
|
|
3358
|
+
/**
|
|
3359
|
+
* Options call for this endpoint
|
|
3360
|
+
*/
|
|
3361
|
+
prepareFlowTransactionOptionsRaw(requestParameters: PrepareFlowTransactionOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
3362
|
+
/**
|
|
3363
|
+
* Options call for this endpoint
|
|
3364
|
+
*/
|
|
3365
|
+
prepareFlowTransactionOptions(requestParameters: PrepareFlowTransactionOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3255
3366
|
/**
|
|
3256
3367
|
* Publishes SDK analytics events for the given environment.
|
|
3257
3368
|
* Publish SDK events
|
|
@@ -3263,12 +3374,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3263
3374
|
*/
|
|
3264
3375
|
publishEvent(requestParameters: PublishEventRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3265
3376
|
/**
|
|
3266
|
-
* Fetches a swap quote and stores a snapshot on the transaction.
|
|
3377
|
+
* Deprecated: use POST /sdk/{environmentId}/flow/transactions/{transactionId}/quote instead. Fetches a swap quote and stores a snapshot on the transaction.
|
|
3267
3378
|
* Get a quote for a checkout transaction
|
|
3268
3379
|
*/
|
|
3269
3380
|
quoteCheckoutTransactionRaw(requestParameters: QuoteCheckoutTransactionRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CheckoutTransaction>>;
|
|
3270
3381
|
/**
|
|
3271
|
-
* Fetches a swap quote and stores a snapshot on the transaction.
|
|
3382
|
+
* Deprecated: use POST /sdk/{environmentId}/flow/transactions/{transactionId}/quote instead. Fetches a swap quote and stores a snapshot on the transaction.
|
|
3272
3383
|
* Get a quote for a checkout transaction
|
|
3273
3384
|
*/
|
|
3274
3385
|
quoteCheckoutTransaction(requestParameters: QuoteCheckoutTransactionRequest, initOverrides?: RequestInit): Promise<CheckoutTransaction>;
|
|
@@ -3280,6 +3391,24 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3280
3391
|
* Options call for this endpoint
|
|
3281
3392
|
*/
|
|
3282
3393
|
quoteCheckoutTransactionOptions(requestParameters: QuoteCheckoutTransactionOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3394
|
+
/**
|
|
3395
|
+
* Fetches a swap quote and stores a snapshot on the transaction.
|
|
3396
|
+
* Get a quote for a checkout transaction
|
|
3397
|
+
*/
|
|
3398
|
+
quoteFlowTransactionRaw(requestParameters: QuoteFlowTransactionRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CheckoutTransaction>>;
|
|
3399
|
+
/**
|
|
3400
|
+
* Fetches a swap quote and stores a snapshot on the transaction.
|
|
3401
|
+
* Get a quote for a checkout transaction
|
|
3402
|
+
*/
|
|
3403
|
+
quoteFlowTransaction(requestParameters: QuoteFlowTransactionRequest, initOverrides?: RequestInit): Promise<CheckoutTransaction>;
|
|
3404
|
+
/**
|
|
3405
|
+
* Options call for this endpoint
|
|
3406
|
+
*/
|
|
3407
|
+
quoteFlowTransactionOptionsRaw(requestParameters: QuoteFlowTransactionOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
3408
|
+
/**
|
|
3409
|
+
* Options call for this endpoint
|
|
3410
|
+
*/
|
|
3411
|
+
quoteFlowTransactionOptions(requestParameters: QuoteFlowTransactionOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3283
3412
|
/**
|
|
3284
3413
|
* Options call for this endpoint
|
|
3285
3414
|
*/
|
|
@@ -3289,15 +3418,25 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3289
3418
|
*/
|
|
3290
3419
|
realtimeAuthOptions(requestParameters: RealtimeAuthOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3291
3420
|
/**
|
|
3292
|
-
* Records the on-chain transaction hash and transitions the transaction to broadcasted state. This is the point of no return.
|
|
3421
|
+
* Deprecated: use POST /sdk/{environmentId}/flow/transactions/{transactionId}/broadcast instead. Records the on-chain transaction hash and transitions the transaction to broadcasted state. This is the point of no return.
|
|
3293
3422
|
* Record a broadcast for a checkout transaction
|
|
3294
3423
|
*/
|
|
3295
3424
|
recordCheckoutBroadcastRaw(requestParameters: RecordCheckoutBroadcastRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CheckoutTransaction>>;
|
|
3296
3425
|
/**
|
|
3297
|
-
* Records the on-chain transaction hash and transitions the transaction to broadcasted state. This is the point of no return.
|
|
3426
|
+
* Deprecated: use POST /sdk/{environmentId}/flow/transactions/{transactionId}/broadcast instead. Records the on-chain transaction hash and transitions the transaction to broadcasted state. This is the point of no return.
|
|
3298
3427
|
* Record a broadcast for a checkout transaction
|
|
3299
3428
|
*/
|
|
3300
3429
|
recordCheckoutBroadcast(requestParameters: RecordCheckoutBroadcastRequest, initOverrides?: RequestInit): Promise<CheckoutTransaction>;
|
|
3430
|
+
/**
|
|
3431
|
+
* Records the on-chain transaction hash and transitions the transaction to broadcasted state. This is the point of no return.
|
|
3432
|
+
* Record a broadcast for a checkout transaction
|
|
3433
|
+
*/
|
|
3434
|
+
recordFlowBroadcastRaw(requestParameters: RecordFlowBroadcastRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CheckoutTransaction>>;
|
|
3435
|
+
/**
|
|
3436
|
+
* Records the on-chain transaction hash and transitions the transaction to broadcasted state. This is the point of no return.
|
|
3437
|
+
* Record a broadcast for a checkout transaction
|
|
3438
|
+
*/
|
|
3439
|
+
recordFlowBroadcast(requestParameters: RecordFlowBroadcastRequest, initOverrides?: RequestInit): Promise<CheckoutTransaction>;
|
|
3301
3440
|
/**
|
|
3302
3441
|
* Recovers the client key shares for the specified WAAS wallet from backup.
|
|
3303
3442
|
* Recover WAAS keyshares
|