digicust_types 1.7.456 → 1.7.458

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -67,6 +67,7 @@ export interface ExecutionStrategy {
67
67
  };
68
68
  customsTariffNumberNormalizationSettings?: CustomsTariffNumberNormalizationSettings;
69
69
  guaranteeValueStrategy?: "headerFromInvoices" | "headerFromInvoiceHeader" | "lineItems";
70
+ guaranteeValueCalculation?: "includeVAT19%" | "excludeVAT";
70
71
  waybillCodePreference?: "singleCode" | "seperateCodes";
71
72
  /** Between 0 and 1 */
72
73
  foreignFreightCostRate?: number;
@@ -137,5 +138,9 @@ export interface ExecutionStrategy {
137
138
  events: Event[];
138
139
  rules: Rule[];
139
140
  automated?: boolean;
141
+ customs?: {
142
+ GRN?: string;
143
+ GRNAccessCode?: string;
144
+ };
140
145
  }
141
146
  export declare const condenseExecutionStrategy: (strategy?: ExecutionStrategy) => ExecutionStrategy | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.7.456",
3
+ "version": "1.7.458",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",