digicust_types 1.8.500 → 1.8.501

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.
@@ -66,5 +66,7 @@ export interface CustomsServiceInstructions extends DigicustDocumentModel, LineI
66
66
  incoterm?: IncotermModel;
67
67
  placeIncoterm?: AddressModel;
68
68
  placeOfUnloading?: AddressModel;
69
+ freightCosts?: Money;
70
+ insuranceCosts?: Money;
69
71
  }
70
72
  export {};
@@ -124,7 +124,7 @@ export interface ExecutionStrategy {
124
124
  guaranteeValueCalculation?: "includeVAT19%" | "excludeVAT";
125
125
  guaranteeValueCalculationStrategy?: "default" | "assume25%" | "assume26%";
126
126
  maxGuaranteeValue?: Money;
127
- waybillCodePreference?: "singleCode" | "seperateCodes";
127
+ waybillCodePreference?: "singleCode" | "seperateCodes" | "dependentOnPreferences";
128
128
  addAllInvoicesIfNoItemSpecificInvoiceIsFound?: boolean;
129
129
  calculateLineItemWeight?: "byQuantity" | "byTotalValue";
130
130
  calculateWeight?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.500",
3
+ "version": "1.8.501",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",