digicust_types 1.8.172 → 1.8.174
Sign up to get free protection for your applications and to get access to all the features.
@@ -14,7 +14,7 @@ export interface EmailDocument extends DigicustDocumentModel {
|
|
14
14
|
belongsTo: string;
|
15
15
|
})[];
|
16
16
|
shipments?: {
|
17
|
-
|
17
|
+
invoiceNumbers?: Meta<string>[];
|
18
18
|
reference?: Meta<string>;
|
19
19
|
}[];
|
20
20
|
preliminaryDocuments?: PreliminaryDocument[];
|
@@ -114,6 +114,7 @@ export interface ExecutionStrategy {
|
|
114
114
|
documentCodeEnrichment?: {
|
115
115
|
addNegativeCodings?: boolean;
|
116
116
|
noLineItemDocumentCodes?: boolean;
|
117
|
+
blacklistCodes?: string[];
|
117
118
|
};
|
118
119
|
/**
|
119
120
|
* Custom formattings for the resulting description of line items. For more complex conditional formattings, use the JSONAta property instead.
|