digicust_types 1.8.173 → 1.8.175

Sign up to get free protection for your applications and to get access to all the features.
@@ -114,6 +114,7 @@ export interface ExecutionStrategy {
114
114
  documentCodeEnrichment?: {
115
115
  addNegativeCodings?: boolean;
116
116
  noLineItemDocumentCodes?: boolean;
117
+ blacklistCodes?: string[];
117
118
  };
118
119
  /**
119
120
  * Custom formattings for the resulting description of line items. For more complex conditional formattings, use the JSONAta property instead.
@@ -48,6 +48,14 @@ export interface DhfSftpConfig {
48
48
  "sftp-dns-name"?: string;
49
49
  "sftp-inbound"?: string;
50
50
  }
51
+ export interface MercurioSftpConfig {
52
+ "sftp-password"?: string;
53
+ "sftp-login-name"?: string;
54
+ "sftp-port"?: string;
55
+ "sftp-dns-name"?: string;
56
+ "sftp-inbound"?: string;
57
+ aggregateItems?: boolean;
58
+ }
51
59
  export interface AsycudaSftpConfig {
52
60
  "sftp-password"?: string;
53
61
  "sftp-login-name"?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.173",
3
+ "version": "1.8.175",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",