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