shopoflex-types 1.0.122 → 1.0.127
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.
- package/dist/productCart.d.ts +2 -0
- package/package.json +1 -1
package/dist/productCart.d.ts
CHANGED
|
@@ -70,6 +70,7 @@ export interface ProductType {
|
|
|
70
70
|
availableFor?: string[];
|
|
71
71
|
vendorId: any;
|
|
72
72
|
linkedProduct?: any;
|
|
73
|
+
printCategory?: string;
|
|
73
74
|
createdAt?: Date;
|
|
74
75
|
updatedAt?: Date;
|
|
75
76
|
}
|
|
@@ -106,6 +107,7 @@ export interface CartItem {
|
|
|
106
107
|
unitPrice?: number;
|
|
107
108
|
totalPrice?: number;
|
|
108
109
|
notes?: ProductNotes;
|
|
110
|
+
printCategory?: string;
|
|
109
111
|
}
|
|
110
112
|
export interface sModifier {
|
|
111
113
|
name: NameType;
|