digicust_types 1.8.174 → 1.8.176
Sign up to get free protection for your applications and to get access to all the features.
@@ -48,6 +48,18 @@ export interface DhfSftpConfig {
|
|
48
48
|
"sftp-dns-name"?: string;
|
49
49
|
"sftp-inbound"?: string;
|
50
50
|
}
|
51
|
+
export interface MercurioSftpConfig {
|
52
|
+
"sftp-password"?: string;
|
53
|
+
"sftp-login-name"?: string;
|
54
|
+
"sftp-port"?: string;
|
55
|
+
"sftp-dns-name"?: string;
|
56
|
+
"sftp-inbound"?: string;
|
57
|
+
/** Mandantennummer */
|
58
|
+
clientId?: string;
|
59
|
+
/** Schnittstellenpasswort */
|
60
|
+
interfacePassword?: string;
|
61
|
+
aggregateItems?: boolean;
|
62
|
+
}
|
51
63
|
export interface AsycudaSftpConfig {
|
52
64
|
"sftp-password"?: string;
|
53
65
|
"sftp-login-name"?: string;
|