digicust_types 1.8.270 → 1.8.271

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,4 +8,12 @@ export interface DESpecificAggregated {
8
8
  transitDeclarationType?: Meta<string>;
9
9
  ABDEmailAddress?: Meta<string>;
10
10
  AVMEmailAddress?: Meta<string>;
11
+ export?: {
12
+ authorization?: {
13
+ /** S0605, e.g. C512 Vereinfachtes Verfahren*/ type?: Meta<string>;
14
+ authorizationNumber?: Meta<string>;
15
+ }[];
16
+ };
17
+ import?: any;
18
+ transit?: any;
11
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.270",
3
+ "version": "1.8.271",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",