digicust_types 1.8.495 → 1.8.496

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.
@@ -133,6 +133,7 @@ export interface ExecutionStrategy {
133
133
  };
134
134
  statisticalValueRounding?: "noRounding" | "roundOff" | "roundUp" | "roundToNearest";
135
135
  forceTotalValueToStatisticalValue?: boolean;
136
+ statisticalValueAdditionDeductionOnlyToFirstLineItem?: boolean;
136
137
  defaultInvoiceType?: "tax_invoice" | "proforma";
137
138
  /** Between 0 and 1 */
138
139
  foreignFreightCostRate?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.495",
3
+ "version": "1.8.496",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",