digicust_types 1.8.309 → 1.8.310

Sign up to get free protection for your applications and to get access to all the features.
@@ -104,6 +104,7 @@ export interface ExecutionStrategy {
104
104
  /** Default: Assume origin from preference. Set to true to mitigate this behavior */
105
105
  doNotAssumeOriginFromPreference?: boolean;
106
106
  assumeOriginFromHead?: boolean;
107
+ assumeOriginFromDepartureCountry?: boolean;
107
108
  translateLineItemDescriptions?: {
108
109
  active?: boolean;
109
110
  destinationLanguage?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.309",
3
+ "version": "1.8.310",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",