digicust_types 1.8.51 → 1.8.52

Sign up to get free protection for your applications and to get access to all the features.
@@ -78,6 +78,7 @@ export interface ExecutionStrategy {
78
78
  guaranteeValueCalculation?: "includeVAT19%" | "excludeVAT";
79
79
  waybillCodePreference?: "singleCode" | "seperateCodes";
80
80
  calculateLineItemWeight?: "byQuantity" | "byTotalValue";
81
+ defaultInvoiceType?: "tax_invoice" | "proforma";
81
82
  /** Between 0 and 1 */
82
83
  foreignFreightCostRate?: number;
83
84
  ignoreLineItemsFromInvoice?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.51",
3
+ "version": "1.8.52",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",