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