digicust_types 1.8.440 → 1.8.441

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.
@@ -138,7 +138,7 @@ export interface ExecutionStrategy {
138
138
  foreignFreightCostRate?: number;
139
139
  freightCostCalculation?: {
140
140
  active?: boolean;
141
- strategy?: "default" | "austriaWeightDependent" | "packageDependent" | "distanceDependent" | "relative";
141
+ strategy?: "default" | "austriaWeightDependent" | "packageDependent" | "distanceDependent" | "relative" | "containerSizeDependent";
142
142
  /** if strategy = packageDependent */
143
143
  packagePrice?: Money;
144
144
  priority?: "fallback" | "override";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.440",
3
+ "version": "1.8.441",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",