@things-factory/integration-sftp 8.0.3 → 8.0.6
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
|
|
1
1
|
export * from './sftp/sftp';
|
2
2
|
export declare const entities: typeof import("./sftp/sftp").Sftp[];
|
3
3
|
export declare const schema: {
|
4
|
-
resolverClasses: (typeof import("./sftp/sftp-
|
4
|
+
resolverClasses: (typeof import("./sftp/sftp-mutation").SftpMutation | typeof import("./sftp/sftp-query").SftpQuery)[];
|
5
5
|
};
|
@@ -2,4 +2,4 @@ import { Sftp } from './sftp';
|
|
2
2
|
import { SftpQuery } from './sftp-query';
|
3
3
|
import { SftpMutation } from './sftp-mutation';
|
4
4
|
export declare const entities: (typeof Sftp)[];
|
5
|
-
export declare const resolvers: (typeof
|
5
|
+
export declare const resolvers: (typeof SftpMutation | typeof SftpQuery)[];
|