@djust-b2b/djust-front-sdk 2.5.5 → 2.5.6

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.
@@ -493,7 +493,7 @@ async function initializeOrderFromSupplierQuote({ supplierQuoteId, nbPreviewLine
493
493
  (0, parameters_validation_1.required)({ supplierQuoteId, quoteLineIdsAndQuantities });
494
494
  const { data } = await (0, fetch_instance_1.enhancedFetch)({
495
495
  method: "POST",
496
- path: `/v1/shop/supplier-quotes/${supplierQuoteId}/initialize-orders`,
496
+ path: `/v2/shop/supplier-quotes/${supplierQuoteId}/initialize-orders`,
497
497
  params: {
498
498
  nbPreviewLines,
499
499
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djust-b2b/djust-front-sdk",
3
- "version": "2.5.5",
3
+ "version": "2.5.6",
4
4
  "description": "DJUST Front SDK is a versatile JavaScript Software Development Kit (SDK)",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",