Skip to content

Commit 6cb1eaa

Browse files
authored
Merge pull request #558 from kuzzleio/7.4.2-proposal
# [7.4.2](https://github.com/kuzzleio/sdk-javascript/releases/tag/7.4.2) (2020-11-19) #### Enhancements - [ [#556](#556) ] Export more interfaces for Typescript ([Aschen](https://github.com/Aschen)) ---
2 parents 7d41dc3 + 2f1e96a commit 6cb1eaa

File tree

5 files changed

+806
-419
lines changed

5 files changed

+806
-419
lines changed

index.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ if (typeof window !== 'undefined' && typeof BUILT === 'undefined') {
1010

1111
export * from './src/Kuzzle';
1212
export * from './src/protocols';
13-
export * from './src/controllers/Base';
1413
export * from './src/protocols/abstract/Base';
1514
export * from './src/core/KuzzleEventEmitter';
1615

@@ -22,3 +21,10 @@ export * from './src/core/searchResult/Specifications';
2221
export * from './src/core/searchResult/User';
2322

2423
export * from './src/utils/interfaces';
24+
25+
export * from './src/controllers/Auth';
26+
export * from './src/controllers/Base';
27+
export * from './src/controllers/Collection';
28+
export * from './src/controllers/Document';
29+
export * from './src/controllers/Index';
30+
export * from './src/controllers/Realtime';

0 commit comments

Comments
 (0)