digicust_types 1.8.447 → 1.8.448

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.
@@ -2,4 +2,9 @@ import { Meta } from "../../meta";
2
2
  export interface XKSpecificAggregated {
3
3
  Extended_customs_procedure?: Meta<string>;
4
4
  National_customs_procedure?: Meta<string>;
5
+ Country_first_destination?: Meta<string>;
6
+ Trading_country?: Meta<string>;
7
+ Export_country_code?: Meta<string>;
8
+ Destination_country_code?: Meta<string>;
9
+ Country_of_origin_name?: Meta<string>;
5
10
  }
@@ -9,4 +9,5 @@ export interface XKSpecificLineItem {
9
9
  Supplementary_unit2_code?: Meta<string>;
10
10
  Supplementary_unit2_name?: Meta<string>;
11
11
  Supplementary_unit2_amount?: Meta<number>;
12
+ Country_of_origin_code?: Meta<string>;
12
13
  }
@@ -144,6 +144,8 @@ export interface ExecutionStrategy {
144
144
  priority?: "fallback" | "override";
145
145
  /** If strategy === relative then goods value is multiplied by this multiplier to receive freight costs */
146
146
  relativeFreightCostMultiplier?: number;
147
+ minimumFreightCost?: Money;
148
+ maximumFreightCost?: Money;
147
149
  };
148
150
  removeStakeholderContactInformation?: {
149
151
  active?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.447",
3
+ "version": "1.8.448",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",