digicust_types 1.8.374 → 1.8.375

Sign up to get free protection for your applications and to get access to all the features.
@@ -121,6 +121,7 @@ export interface ExecutionStrategy {
121
121
  guaranteeValueStrategy?: "headerFromInvoices" | "headerFromInvoiceHeader" | "lineItems" | "fromGlobalHead";
122
122
  guaranteeValueCalculation?: "includeVAT19%" | "excludeVAT";
123
123
  guaranteeValueCalculationStrategy?: "default" | "assume25%" | "assume26%";
124
+ maxGuaranteeValue?: Money;
124
125
  waybillCodePreference?: "singleCode" | "seperateCodes";
125
126
  calculateLineItemWeight?: "byQuantity" | "byTotalValue";
126
127
  calculateWeight?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.374",
3
+ "version": "1.8.375",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",