digicust_types 1.8.240 → 1.8.241

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,4 +3,7 @@ export interface XKSpecificLineItem {
3
3
  Extended_customs_procedure?: Meta<string>;
4
4
  National_customs_procedure?: Meta<string>;
5
5
  Preference_code?: Meta<string>;
6
+ Supplementary_unit_code?: Meta<string>;
7
+ Supplementary_unit_name?: Meta<string>;
8
+ Supplementary_unit_amount?: Meta<number>;
6
9
  }
@@ -69,6 +69,7 @@ export interface AsycudaSftpConfig {
69
69
  "sftp-port"?: string;
70
70
  "sftp-dns-name"?: string;
71
71
  "sftp-inbound"?: string;
72
+ aggregateItems?: boolean;
72
73
  }
73
74
  export interface FormatSftpConfig {
74
75
  "sftp-password"?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.240",
3
+ "version": "1.8.241",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",