digicust_types 1.8.130 → 1.8.132

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.
@@ -228,8 +228,8 @@ export interface ExecutionStrategy {
228
228
  */
229
229
  isProcessWithDextor?: boolean;
230
230
  submission?: DakosySftpConfig | AebSftpConfig | DbhSftpConfig | BEOConfig | LdvSftpConfig | DhfSftpConfig | AsycudaSftpConfig | FormatSftpConfig;
231
- events: Event[];
232
- rules: Rule[];
231
+ events?: Event[];
232
+ rules?: Rule[];
233
233
  automated?: boolean;
234
234
  customs?: {
235
235
  GRN?: string;
@@ -75,6 +75,8 @@ export interface BEOConfig {
75
75
  "customer-code"?: string;
76
76
  /** mandantId */
77
77
  "client-code"?: string;
78
+ username?: string;
79
+ password?: string;
78
80
  };
79
81
  }
80
82
  export interface DbhSftpConfig {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.130",
3
+ "version": "1.8.132",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",