digicust_types 1.8.188 → 1.8.190

Sign up to get free protection for your applications and to get access to all the features.
@@ -120,4 +120,5 @@ export interface AebSftpConfig {
120
120
  "client-ident-code"?: string;
121
121
  profile?: string;
122
122
  organizationalUnit?: string;
123
+ attachDocuments?: boolean;
123
124
  }
@@ -19,6 +19,7 @@ export interface LineItemMatchResult {
19
19
  matchesReferenceEmitted?: boolean;
20
20
  matchesReferenceWithOtherNormalized?: boolean;
21
21
  matchesReferenceWithOtherEmitted?: boolean;
22
+ matchesDescriptionNormalized?: boolean;
22
23
  matchesTotalValue?: boolean;
23
24
  matchesQuantity?: boolean;
24
25
  matchesPosition?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.188",
3
+ "version": "1.8.190",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",