@altazion/commerce-sdk-core 26.702.8488 → 26.703.8491

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -161,6 +161,7 @@ export declare interface CartLine {
161
161
  quantityAvailableInStore?: number | null;
162
162
  isAvailableInCentral?: boolean | null;
163
163
  quantityAvailableInCentral?: number | null;
164
+ maxOrderableQuantity?: number | null;
164
165
  associatedItemBundles?: CartBundleComposition[] | null;
165
166
  fullfilmentInfo: FullfilmentCartInfo;
166
167
  appliedDiscounts?: CartLineDiscount[] | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@altazion/commerce-sdk-core",
3
- "version": "26.702.8488",
3
+ "version": "26.703.8491",
4
4
  "description": "Altazion Commerce SDK — Core client (fetch natif, cache SharedWorker, offline queue)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",