digicust_types 1.8.19 → 1.8.20
Sign up to get free protection for your applications and to get access to all the features.
@@ -23,7 +23,7 @@ export interface DocumentTypeCode {
|
|
23
23
|
deductionAmount?: Quantity;
|
24
24
|
qualifier?: string;
|
25
25
|
}
|
26
|
-
export interface
|
26
|
+
export interface ExtendedDocumentTypeCode extends DocumentCode, Workflow<DigicustDocumentType> {
|
27
27
|
procedure?: ProcedureMode | "any";
|
28
28
|
reference?: string;
|
29
29
|
description?: string;
|
@@ -139,7 +139,7 @@ export interface MaterialModel {
|
|
139
139
|
name: string;
|
140
140
|
}[];
|
141
141
|
unitOfMeasurement?: Workflow<UOM>;
|
142
|
-
documentTypeCodes?:
|
142
|
+
documentTypeCodes?: ExtendedDocumentTypeCode[];
|
143
143
|
CAS?: Workflow<string>;
|
144
144
|
units?: Workflow<{
|
145
145
|
number?: number;
|