digicust_types 1.8.410 → 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.
@@ -104,6 +104,8 @@ export interface ScopeSftpConfig {
104
104
  sendAutomatic?: string;
105
105
  accumulatePosition?: string;
106
106
  addStatisticalValue?: boolean;
107
+ whiteListedClerks?: string[];
108
+ fallbackClerk?: string;
107
109
  }
108
110
  export interface CargoSoftSftpConfig {
109
111
  "sftp-password"?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.410",
3
+ "version": "1.8.411",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",