digicust_types 1.8.409 → 1.8.411

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.
@@ -10,7 +10,8 @@ export declare enum SubmissionVendor {
10
10
  aeb = "aeb",
11
11
  cargosoft = "cargosoft",
12
12
  mercurio = "mercurio",
13
- scope = "scope"
13
+ scope = "scope",
14
+ itms = "itms"
14
15
  }
15
16
  export interface Submission {
16
17
  active?: boolean;
@@ -18,9 +19,9 @@ export interface Submission {
18
19
  config: DakosySftpConfig | AebSftpConfig | DbhSftpConfig | BEOConfig | LdvSftpConfig | DhfSftpConfig | AsycudaSftpConfig | FormatSftpConfig | CargoSoftSftpConfig | ScopeSftpConfig | ITMSWebConfig;
19
20
  }
20
21
  export interface ITMSWebConfig {
21
- "MandantCode"?: string;
22
- "BenutzerId"?: string;
23
- "Passwort"?: string;
22
+ MandantCode?: string;
23
+ BenutzerId?: string;
24
+ Passwort?: string;
24
25
  }
25
26
  export interface DakosySftpConfig {
26
27
  "sftp-password"?: string;
@@ -103,6 +104,8 @@ export interface ScopeSftpConfig {
103
104
  sendAutomatic?: string;
104
105
  accumulatePosition?: string;
105
106
  addStatisticalValue?: boolean;
107
+ whiteListedClerks?: string[];
108
+ fallbackClerk?: string;
106
109
  }
107
110
  export interface CargoSoftSftpConfig {
108
111
  "sftp-password"?: string;
@@ -15,4 +15,5 @@ var SubmissionVendor;
15
15
  SubmissionVendor["cargosoft"] = "cargosoft";
16
16
  SubmissionVendor["mercurio"] = "mercurio";
17
17
  SubmissionVendor["scope"] = "scope";
18
+ SubmissionVendor["itms"] = "itms";
18
19
  })(SubmissionVendor || (exports.SubmissionVendor = SubmissionVendor = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.409",
3
+ "version": "1.8.411",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",