digicust_types 1.8.153 → 1.8.154

Sign up to get free protection for your applications and to get access to all the features.
@@ -85,6 +85,7 @@ export interface ExecutionStrategy {
85
85
  guaranteeValueCalculation?: "includeVAT19%" | "excludeVAT";
86
86
  waybillCodePreference?: "singleCode" | "seperateCodes";
87
87
  calculateLineItemWeight?: "byQuantity" | "byTotalValue";
88
+ statisticalValueRounding?: "noRounding" | "roundOff" | "roundUp" | "roundToNearest";
88
89
  defaultInvoiceType?: "tax_invoice" | "proforma";
89
90
  /** Between 0 and 1 */
90
91
  foreignFreightCostRate?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.153",
3
+ "version": "1.8.154",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",