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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.147",
3
+ "version": "1.8.149",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",