@dynamic-labs/sdk-api-core 0.0.1046 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/sdk-api-core",
3
- "version": "0.0.1046",
3
+ "version": "0.0.1048",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -1284,7 +1284,7 @@ class SDKApi extends runtime.BaseAPI {
1284
1284
  return await response.value();
1285
1285
  }
1286
1286
  /**
1287
- * Deprecated: use POST /sdk/{environmentId}/flow/checkouts/{checkoutId}/transactions instead. Creates a new checkout transaction for the specified checkout.
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 POST /sdk/{environmentId}/flow/checkouts/{checkoutId}/transactions instead. Creates a new checkout transaction for the specified checkout.
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) {
@@ -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 POST /sdk/{environmentId}/flow/checkouts/{checkoutId}/transactions instead. Creates a new checkout transaction for the specified checkout.
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 POST /sdk/{environmentId}/flow/checkouts/{checkoutId}/transactions instead. Creates a new checkout transaction for the specified checkout.
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>;
@@ -1280,7 +1280,7 @@ class SDKApi extends BaseAPI {
1280
1280
  return await response.value();
1281
1281
  }
1282
1282
  /**
1283
- * Deprecated: use POST /sdk/{environmentId}/flow/checkouts/{checkoutId}/transactions instead. Creates a new checkout transaction for the specified checkout.
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 POST /sdk/{environmentId}/flow/checkouts/{checkoutId}/transactions instead. Creates a new checkout transaction for the specified checkout.
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) {