digicust_types 1.8.69 → 1.8.71

Sign up to get free protection for your applications and to get access to all the features.
@@ -83,6 +83,11 @@ export interface ExecutionStrategy {
83
83
  defaultInvoiceType?: "tax_invoice" | "proforma";
84
84
  /** Between 0 and 1 */
85
85
  foreignFreightCostRate?: number;
86
+ freightCostCalculation?: {
87
+ active?: boolean;
88
+ strategy?: "default" | "austriaWeightDependent";
89
+ priority?: "fallback" | "override";
90
+ };
86
91
  ignoreLineItemsFromInvoice?: boolean;
87
92
  useQuantityAsPackageCount?: boolean;
88
93
  enforcePackageType?: PackageType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.69",
3
+ "version": "1.8.71",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",