shopoflex-types 1.0.188 → 1.0.190

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.
@@ -108,7 +108,7 @@ export interface CartItem {
108
108
  modifiersPrice?: number;
109
109
  unitPrice?: number;
110
110
  totalPrice?: number;
111
- discountedAmount?: number;
111
+ discountAmount?: number;
112
112
  notes?: ProductNotes;
113
113
  printCategory?: string;
114
114
  printed?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shopoflex-types",
3
- "version": "1.0.188",
3
+ "version": "1.0.190",
4
4
  "description": "Shared TypeScript types for Shopoflex applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",