@dynamic-labs/sdk-api-core 0.0.1047 → 0.0.1048
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 +2 -2
- package/src/apis/SDKApi.d.ts +2 -2
- package/src/apis/SDKApi.js +2 -2
package/package.json
CHANGED
package/src/apis/SDKApi.cjs
CHANGED
|
@@ -1284,7 +1284,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
1284
1284
|
return await response.value();
|
|
1285
1285
|
}
|
|
1286
1286
|
/**
|
|
1287
|
-
* Deprecated: use
|
|
1287
|
+
* Deprecated: use new /flow api instead. Creates a new checkout transaction for the specified checkout.
|
|
1288
1288
|
* Create a checkout transaction
|
|
1289
1289
|
*/
|
|
1290
1290
|
async createCheckoutTransactionRaw(requestParameters, initOverrides) {
|
|
@@ -1310,7 +1310,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
1310
1310
|
return new runtime.JSONApiResponse(response, (jsonValue) => CheckoutTransactionCreateResponse.CheckoutTransactionCreateResponseFromJSON(jsonValue));
|
|
1311
1311
|
}
|
|
1312
1312
|
/**
|
|
1313
|
-
* Deprecated: use
|
|
1313
|
+
* Deprecated: use new /flow api instead. Creates a new checkout transaction for the specified checkout.
|
|
1314
1314
|
* Create a checkout transaction
|
|
1315
1315
|
*/
|
|
1316
1316
|
async createCheckoutTransaction(requestParameters, initOverrides) {
|
package/src/apis/SDKApi.d.ts
CHANGED
|
@@ -1631,12 +1631,12 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
1631
1631
|
*/
|
|
1632
1632
|
completePasskeyRecovery(requestParameters: CompletePasskeyRecoveryOperationRequest, initOverrides?: RequestInit): Promise<VerifyResponse>;
|
|
1633
1633
|
/**
|
|
1634
|
-
* Deprecated: use
|
|
1634
|
+
* Deprecated: use new /flow api instead. Creates a new checkout transaction for the specified checkout.
|
|
1635
1635
|
* Create a checkout transaction
|
|
1636
1636
|
*/
|
|
1637
1637
|
createCheckoutTransactionRaw(requestParameters: CreateCheckoutTransactionRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CheckoutTransactionCreateResponse>>;
|
|
1638
1638
|
/**
|
|
1639
|
-
* Deprecated: use
|
|
1639
|
+
* Deprecated: use new /flow api instead. Creates a new checkout transaction for the specified checkout.
|
|
1640
1640
|
* Create a checkout transaction
|
|
1641
1641
|
*/
|
|
1642
1642
|
createCheckoutTransaction(requestParameters: CreateCheckoutTransactionRequest, initOverrides?: RequestInit): Promise<CheckoutTransactionCreateResponse>;
|
package/src/apis/SDKApi.js
CHANGED
|
@@ -1280,7 +1280,7 @@ class SDKApi extends BaseAPI {
|
|
|
1280
1280
|
return await response.value();
|
|
1281
1281
|
}
|
|
1282
1282
|
/**
|
|
1283
|
-
* Deprecated: use
|
|
1283
|
+
* Deprecated: use new /flow api instead. Creates a new checkout transaction for the specified checkout.
|
|
1284
1284
|
* Create a checkout transaction
|
|
1285
1285
|
*/
|
|
1286
1286
|
async createCheckoutTransactionRaw(requestParameters, initOverrides) {
|
|
@@ -1306,7 +1306,7 @@ class SDKApi extends BaseAPI {
|
|
|
1306
1306
|
return new JSONApiResponse(response, (jsonValue) => CheckoutTransactionCreateResponseFromJSON(jsonValue));
|
|
1307
1307
|
}
|
|
1308
1308
|
/**
|
|
1309
|
-
* Deprecated: use
|
|
1309
|
+
* Deprecated: use new /flow api instead. Creates a new checkout transaction for the specified checkout.
|
|
1310
1310
|
* Create a checkout transaction
|
|
1311
1311
|
*/
|
|
1312
1312
|
async createCheckoutTransaction(requestParameters, initOverrides) {
|