digicust_types 1.8.232 → 1.8.233

Sign up to get free protection for your applications and to get access to all the features.
@@ -89,6 +89,9 @@ export interface ExecutionStrategy {
89
89
  active?: boolean;
90
90
  destinationLanguage?: string;
91
91
  };
92
+ searchForItemDescriptionOnInternet?: {
93
+ active?: boolean;
94
+ };
92
95
  customsTariffNumberNormalizationSettings?: CustomsTariffNumberNormalizationSettings;
93
96
  guaranteeValueStrategy?: "headerFromInvoices" | "headerFromInvoiceHeader" | "lineItems";
94
97
  guaranteeValueCalculation?: "includeVAT19%" | "excludeVAT";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.232",
3
+ "version": "1.8.233",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",