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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.235",
3
+ "version": "1.8.237",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",