digicust_types 1.8.286 → 1.8.288

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,6 +13,12 @@ export interface DESpecificAggregated {
13
13
  /** S0605, e.g. C512 Vereinfachtes Verfahren*/ type?: Meta<string>;
14
14
  authorizationNumber?: Meta<string>;
15
15
  }[];
16
+ additionalInformation?: {
17
+ /** e.g. X0000 */
18
+ code?: Meta<string>;
19
+ /** e.g. Ladeort ist Ort der Lagerung */
20
+ text?: Meta<string>;
21
+ }[];
16
22
  };
17
23
  import?: any;
18
24
  transit?: any;
@@ -132,6 +132,7 @@ export interface ExecutionStrategy {
132
132
  active?: boolean;
133
133
  };
134
134
  ignoreLineItemsFromInvoice?: boolean;
135
+ ignoreLineItemsFromTransitDeclaration?: boolean;
135
136
  ignoreLineItemsWithoutInvoice?: boolean;
136
137
  useQuantityAsPackageCount?: boolean;
137
138
  enforcePackageType?: PackageType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.286",
3
+ "version": "1.8.288",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",