digicust_types 1.8.241 → 1.8.243

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,2 +1,5 @@
1
+ import { Meta } from "../../meta";
1
2
  export interface XKSpecificAggregated {
3
+ Extended_customs_procedure?: Meta<string>;
4
+ National_customs_procedure?: Meta<string>;
2
5
  }
@@ -6,4 +6,7 @@ export interface XKSpecificLineItem {
6
6
  Supplementary_unit_code?: Meta<string>;
7
7
  Supplementary_unit_name?: Meta<string>;
8
8
  Supplementary_unit_amount?: Meta<number>;
9
+ Supplementary_unit2_code?: Meta<string>;
10
+ Supplementary_unit2_name?: Meta<string>;
11
+ Supplementary_unit2_amount?: Meta<number>;
9
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.241",
3
+ "version": "1.8.243",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",