digicust_types 1.8.45 → 1.8.46

Sign up to get free protection for your applications and to get access to all the features.
@@ -106,7 +106,8 @@ export interface ExecutionStrategy {
106
106
  disabled?: boolean;
107
107
  disableTariffNumberMatching?: boolean;
108
108
  disableMaterialNumberMatching?: boolean;
109
- sendMasterDataOnly?: boolean;
109
+ sendMasterDataTariffNumberOnly?: boolean;
110
+ sendMasterDataDescriptionOnly?: boolean;
110
111
  tariffNumberMatchingConfiguration?: {
111
112
  stakeholderFilters?: ("shipper" | "consignee" | "recipient" | "beneficiary" | "applicant" | "declarant" | "importer" | "exporter" | "buyer" | "agent" | "broker" | "carrier" | "warehouse" | "obligater")[];
112
113
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.45",
3
+ "version": "1.8.46",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",