Skip to content

Commit 95e1a68

Browse files
authored
Export useful types from the autotask client (#174)
1 parent f0551a9 commit 95e1a68

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/autotask-client/src/index.ts

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
export { AutotaskClient } from './api';
2+
export {
3+
CreateAutotaskRequest,
4+
UpdateAutotaskRequest,
5+
GetSecretsResponse,
6+
SaveSecretsRequest,
7+
} from './models/autotask';
8+
export { AutotaskRunBase, AutotaskRunListResponse, AutotaskRunResponse } from './models/autotask-run.res';
9+
export { AutotaskDeleteResponse, AutotaskListResponse, AutotaskResponse } from './models/response';
210

311
// eslint-disable-next-line @typescript-eslint/no-var-requires
412
export const VERSION = require('../package.json').version;

0 commit comments

Comments
 (0)