digicust_types 1.7.412 → 1.7.415

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,4 +8,5 @@ export interface ATB extends PreliminaryDocument {
8
8
  preliminaryDocumentCode?: Meta<string>;
9
9
  lineItem?: Meta<number>;
10
10
  amountOfPackages?: Meta<number>;
11
+ grossWeight?: Meta<number>;
11
12
  }
@@ -10,6 +10,7 @@ export interface WaybillTypeModel extends Meta<WaybillType> {
10
10
  DE_I0136_Reference?: string;
11
11
  DE_I0136_Addition?: string;
12
12
  DE_I0136_Detail?: string;
13
+ DE_C0013?: string;
13
14
  }
14
15
  export declare enum WaybillType {
15
16
  airWaybill = "airWaybill",
@@ -52,6 +52,7 @@ export interface ExecutionStrategy {
52
52
  /** Determines how to deal with additional costs like shipping costs, packing, ... */
53
53
  additionalCostsStrategy?: "addToFirstItem" | "splitToAllItems";
54
54
  allowDateInOrderNumber?: boolean;
55
+ eliminateArticleNumberFromDescription?: boolean;
55
56
  /** Determines whether or not data from incoming emails are extracted and normalized.
56
57
  * @default false */
57
58
  normalizeEmailDocuments?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.7.412",
3
+ "version": "1.7.415",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",