digicust_types 1.8.6 → 1.8.7
Sign up to get free protection for your applications and to get access to all the features.
@@ -45,6 +45,10 @@ export interface MaterialModel {
|
|
45
45
|
projectId?: string;
|
46
46
|
creationType?: MasterDataCreationType;
|
47
47
|
matchingType?: "materialNumber" | "tariffNumber";
|
48
|
+
/**
|
49
|
+
* Tags for material data
|
50
|
+
*/
|
51
|
+
tags?: string[];
|
48
52
|
description?: Workflow<string>;
|
49
53
|
documentDescription?: Workflow<string>;
|
50
54
|
additionalInformation?: Meta<string>;
|
@@ -154,12 +158,6 @@ export interface MaterialModel {
|
|
154
158
|
* Redundant meta property needed for search scoring
|
155
159
|
*/
|
156
160
|
hasAnyUserEditedProperties?: boolean;
|
157
|
-
/**
|
158
|
-
* Suggestions added while uploading bulk data
|
159
|
-
*/
|
160
|
-
suggestions?: {
|
161
|
-
tariffNumber?: string;
|
162
|
-
};
|
163
161
|
meta?: {
|
164
162
|
version?: number;
|
165
163
|
userCreated?: boolean;
|