digicust_types 1.8.296 → 1.8.298

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.
@@ -36,6 +36,7 @@ export interface EmailDocument extends DigicustDocumentModel {
36
36
  route?: Meta<string[]>;
37
37
  placeOfLoading?: AddressModel;
38
38
  pointOfEntry?: AddressModel;
39
+ totalValue?: Money;
39
40
  weight?: Weight;
40
41
  netWeight?: Weight;
41
42
  weightUnit?: Meta<WeightUnit>;
@@ -112,7 +112,7 @@ export interface ExecutionStrategy {
112
112
  active?: boolean;
113
113
  };
114
114
  customsTariffNumberNormalizationSettings?: CustomsTariffNumberNormalizationSettings;
115
- guaranteeValueStrategy?: "headerFromInvoices" | "headerFromInvoiceHeader" | "lineItems";
115
+ guaranteeValueStrategy?: "headerFromInvoices" | "headerFromInvoiceHeader" | "lineItems" | "fromGlobalHead";
116
116
  guaranteeValueCalculation?: "includeVAT19%" | "excludeVAT";
117
117
  guaranteeValueCalculationStrategy?: "default" | "assume25%";
118
118
  waybillCodePreference?: "singleCode" | "seperateCodes";
@@ -1,3 +1,4 @@
1
+ /// <reference types="node" />
1
2
  /**
2
3
  * Information about an uploaded file. Used by multer package.
3
4
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.296",
3
+ "version": "1.8.298",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",