shopoflex-types 1.0.125 → 1.0.128

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