-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0585534
commit cbb46e5
Showing
12 changed files
with
119 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,29 @@ | ||
export { | ||
DeprecatedAuthOptions, | ||
ChannelAuthorizerGenerator, | ||
ChannelAuthorizerGenerator | ||
} from './types/src/core/auth/deprecated_channel_authorizer'; | ||
export { | ||
AuthOptions, | ||
UserAuthenticationOptions, | ||
ChannelAuthorizationOptions, | ||
ChannelAuthorizationHandler, | ||
UserAuthenticationHandler, | ||
ChannelAuthorizationCallback, | ||
UserAuthenticationCallback, | ||
UserAuthenticationCallback | ||
} 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'; | ||
|
||
// The following types are provided for backward compatability | ||
export { | ||
DeprecatedAuthOptions as AuthOptions, | ||
DeprecatedChannelAuthorizer as Authorizer, | ||
ChannelAuthorizerGenerator as AuthorizerGenerator | ||
} from './types/src/core/auth/deprecated_channel_authorizer'; | ||
export { ChannelAuthorizationCallback as AuthorizerCallback } from './types/src/core/auth/options'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters