@final-commerce/common 2.2.0-staging.2 → 2.2.0-staging.3

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.
@@ -169,6 +169,11 @@ interface OrderLineItem {
169
169
  metadata?: Metadata[];
170
170
  stock?: number;
171
171
  subTotal?: number;
172
+ unitId?: string;
173
+ unitAbbreviation?: string;
174
+ stockQuantity?: number;
175
+ unitRatioToBase?: number;
176
+ stockVariantId?: string;
172
177
  }
173
178
 
174
179
  interface OrderCustomSaleDiscount {
@@ -169,6 +169,11 @@ interface OrderLineItem {
169
169
  metadata?: Metadata[];
170
170
  stock?: number;
171
171
  subTotal?: number;
172
+ unitId?: string;
173
+ unitAbbreviation?: string;
174
+ stockQuantity?: number;
175
+ unitRatioToBase?: number;
176
+ stockVariantId?: string;
172
177
  }
173
178
 
174
179
  interface OrderCustomSaleDiscount {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@final-commerce/common",
3
- "version": "2.2.0-staging.2",
3
+ "version": "2.2.0-staging.3",
4
4
  "description": "Shared utilities, types, constants, and engineering governance configs for the Final Commerce platform.",
5
5
  "homepage": "https://github.com/Final-Commerce/common#readme",
6
6
  "bugs": {