digicust_types 1.8.147 → 1.8.149
Sign up to get free protection for your applications and to get access to all the features.
@@ -90,7 +90,7 @@ export interface ExecutionStrategy {
|
|
90
90
|
foreignFreightCostRate?: number;
|
91
91
|
freightCostCalculation?: {
|
92
92
|
active?: boolean;
|
93
|
-
strategy?: "default" | "austriaWeightDependent" | "packageDependent";
|
93
|
+
strategy?: "default" | "austriaWeightDependent" | "packageDependent" | "distanceDependent";
|
94
94
|
/** if strategy = packageDependent */
|
95
95
|
packagePrice?: Money;
|
96
96
|
priority?: "fallback" | "override";
|