@pastelarai/pastelarai-shared-types 1.0.151 → 1.0.152
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.
|
@@ -11,9 +11,6 @@ export interface Format {
|
|
|
11
11
|
diameter?: number;
|
|
12
12
|
rect_width?: number;
|
|
13
13
|
rect_length?: number;
|
|
14
|
-
isSoldWhole: boolean;
|
|
15
|
-
isSoldByPortion: boolean;
|
|
16
|
-
isSoldByPack: boolean;
|
|
17
14
|
}
|
|
18
15
|
export interface FormatDB extends Omit<Format, 'selected'> {
|
|
19
16
|
category?: PRODUCTCATEGORY;
|
|
@@ -108,7 +105,6 @@ export interface WorkingFormat extends Format {
|
|
|
108
105
|
type: boolean;
|
|
109
106
|
nb_pers: boolean;
|
|
110
107
|
size: boolean;
|
|
111
|
-
type_sale: boolean;
|
|
112
108
|
duplicate: boolean;
|
|
113
109
|
};
|
|
114
110
|
}
|