digicust_types 1.8.54 → 1.8.55

Sign up to get free protection for your applications and to get access to all the features.
@@ -69,6 +69,8 @@ export interface ExecutionStrategy {
69
69
  normalizeEmailDocuments?: boolean;
70
70
  /** Determines whether trade preference shall be invalidated if wording or spelling is wrong */
71
71
  checkTradePreferenceForWording?: boolean;
72
+ /** Default: Assume origin from preference. Set to true to mitigate this behavior */
73
+ doNotAssumeOriginFromPreference?: boolean;
72
74
  translateLineItemDescriptions?: {
73
75
  active?: boolean;
74
76
  destinationLanguage?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.54",
3
+ "version": "1.8.55",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",