digicust_types 1.8.154 → 1.8.156

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,6 @@
1
1
  import { CustomsTariffNumberNormalizationSettings, DigicustDocumentType, Event, Money, PackageType, ProcedureMode, Rule, StakeholderModel } from "..";
2
2
  import { Submission } from "./sftp-config.model";
3
+ import { UploadWidget } from "./uploadWidget";
3
4
  /**
4
5
  * Execution strategies are customer-configurable plans on how to process a specific case.
5
6
  */
@@ -25,6 +26,7 @@ export interface ExecutionStrategy {
25
26
  "sftp-outbound"?: string;
26
27
  };
27
28
  whitelistedImportEmails?: string[];
29
+ uploadWidgets?: UploadWidget[];
28
30
  mergeMultipleUploads?: boolean;
29
31
  handleXLSXFileUploads?: boolean;
30
32
  forceReference?: false | "invoiceNumber";
@@ -0,0 +1,6 @@
1
+ export interface UploadWidget {
2
+ id?: string;
3
+ form?: string;
4
+ terms?: string;
5
+ vendor?: string;
6
+ }
@@ -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.154",
3
+ "version": "1.8.156",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",