digicust_types 1.8.130 → 1.8.132
Sign up to get free protection for your applications and to get access to all the features.
@@ -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
|
232
|
-
rules
|
231
|
+
events?: Event[];
|
232
|
+
rules?: Rule[];
|
233
233
|
automated?: boolean;
|
234
234
|
customs?: {
|
235
235
|
GRN?: string;
|