digicust_types 1.8.190 → 1.8.191

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,6 +20,7 @@ export interface LineItemMatchResult {
20
20
  matchesReferenceWithOtherNormalized?: boolean;
21
21
  matchesReferenceWithOtherEmitted?: boolean;
22
22
  matchesDescriptionNormalized?: boolean;
23
+ useDescriptionScoring?: boolean;
23
24
  matchesTotalValue?: boolean;
24
25
  matchesQuantity?: boolean;
25
26
  matchesPosition?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.190",
3
+ "version": "1.8.191",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",