digicust_types 1.8.5 → 1.8.6
Sign up to get free protection for your applications and to get access to all the features.
@@ -154,6 +154,12 @@ export interface MaterialModel {
|
|
154
154
|
* Redundant meta property needed for search scoring
|
155
155
|
*/
|
156
156
|
hasAnyUserEditedProperties?: boolean;
|
157
|
+
/**
|
158
|
+
* Suggestions added while uploading bulk data
|
159
|
+
*/
|
160
|
+
suggestions?: {
|
161
|
+
tariffNumber?: string;
|
162
|
+
};
|
157
163
|
meta?: {
|
158
164
|
version?: number;
|
159
165
|
userCreated?: boolean;
|