digicust_types 1.8.297 → 1.8.298

Sign up to get free protection for your applications and to get access to all the features.
@@ -112,7 +112,7 @@ export interface ExecutionStrategy {
112
112
  active?: boolean;
113
113
  };
114
114
  customsTariffNumberNormalizationSettings?: CustomsTariffNumberNormalizationSettings;
115
- guaranteeValueStrategy?: "headerFromInvoices" | "headerFromInvoiceHeader" | "lineItems";
115
+ guaranteeValueStrategy?: "headerFromInvoices" | "headerFromInvoiceHeader" | "lineItems" | "fromGlobalHead";
116
116
  guaranteeValueCalculation?: "includeVAT19%" | "excludeVAT";
117
117
  guaranteeValueCalculationStrategy?: "default" | "assume25%";
118
118
  waybillCodePreference?: "singleCode" | "seperateCodes";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.297",
3
+ "version": "1.8.298",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",