digicust_types 1.8.44 → 1.8.45
Sign up to get free protection for your applications and to get access to all the features.
@@ -106,6 +106,7 @@ export interface ExecutionStrategy {
|
|
106
106
|
disabled?: boolean;
|
107
107
|
disableTariffNumberMatching?: boolean;
|
108
108
|
disableMaterialNumberMatching?: boolean;
|
109
|
+
sendMasterDataOnly?: boolean;
|
109
110
|
tariffNumberMatchingConfiguration?: {
|
110
111
|
stakeholderFilters?: ("shipper" | "consignee" | "recipient" | "beneficiary" | "applicant" | "declarant" | "importer" | "exporter" | "buyer" | "agent" | "broker" | "carrier" | "warehouse" | "obligater")[];
|
111
112
|
};
|