Skip to content

Commit

Permalink
Merge pull request #513 from pusher/update-auth-info-everywhere
Browse files Browse the repository at this point in the history
Remove AuthInfo type for other builds
  • Loading branch information
James Lees authored Nov 26, 2020
2 parents c429373 + eb29a78 commit 5309fe7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
15 changes: 7 additions & 8 deletions react-native/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
export {
AuthInfo,
Authorizer,
AuthOptions,
AuthorizerGenerator,
AuthorizerCallback,
} from '../types/src/core/auth/options';
export { Options } from '../types/src/core/options'
export { Options } from '../types/src/core/options';

export {default as Channel} from '../types/src/core/channels/channel';
export {default as PresenceChannel} from '../types/src/core/channels/presence_channel';
export {default as Members} from '../types/src/core/channels/members';
export {default as Runtime} from '../types/src/runtimes/interface'
export {default as ConnectionManager} from '../types/src/core/connection/connection_manager'
export { default as Channel } from '../types/src/core/channels/channel';
export { default as PresenceChannel } from '../types/src/core/channels/presence_channel';
export { default as Members } from '../types/src/core/channels/members';
export { default as Runtime } from '../types/src/runtimes/interface';
export { default as ConnectionManager } from '../types/src/core/connection/connection_manager';

export {default} from '../types/src/core/pusher'
export { default } from '../types/src/core/pusher';
1 change: 0 additions & 1 deletion with-encryption/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export {
AuthInfo,
Authorizer,
AuthOptions,
AuthorizerGenerator,
Expand Down

0 comments on commit 5309fe7

Please sign in to comment.