digicust_types 1.8.371 → 1.8.372

Sign up to get free protection for your applications and to get access to all the features.
@@ -343,6 +343,9 @@ export interface ExecutionStrategy {
343
343
  createNewCustomsCasesPerWaybillContainer?: {
344
344
  active?: boolean;
345
345
  };
346
+ createNewCustomsCasesAsDetectedInExcel?: {
347
+ active?: boolean;
348
+ };
346
349
  /**
347
350
  * Controls master data integration automation settings
348
351
  */
@@ -0,0 +1,7 @@
1
+ import { UserInput } from "./documents";
2
+ export interface UserInputTemplate {
3
+ id: string;
4
+ name: string;
5
+ description?: string;
6
+ userInput?: UserInput;
7
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.371",
3
+ "version": "1.8.372",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",