digicust_types 1.8.202 → 1.8.203
Sign up to get free protection for your applications and to get access to all the features.
@@ -76,6 +76,7 @@ export interface ExecutionStrategy {
|
|
76
76
|
allowDateInOrderNumber?: boolean;
|
77
77
|
eliminateArticleNumberFromDescription?: boolean;
|
78
78
|
alwaysAssumeThreeDigitDecimalForWeights?: boolean;
|
79
|
+
alwaysAssumeThousandsForWeights?: boolean;
|
79
80
|
/** Determines whether or not data from incoming emails are extracted and normalized.
|
80
81
|
* @default false */
|
81
82
|
normalizeEmailDocuments?: boolean;
|