Merge branch 'master' of http://10.81.13.221:6990/Web/next-ucap-messenger
This commit is contained in:
commit
2c1f4b1e0d
|
@ -2,6 +2,8 @@
|
|||
* Public API Surface of ucap-webmessenger-protocol-authentication
|
||||
*/
|
||||
|
||||
export * from './lib/models/user-info';
|
||||
|
||||
export * from './lib/protocols/fmc';
|
||||
export * from './lib/protocols/login';
|
||||
export * from './lib/protocols/logout';
|
||||
|
|
|
@ -7,4 +7,6 @@ export * from './lib/protocols/update';
|
|||
|
||||
export * from './lib/services/buddy-protocol.service';
|
||||
|
||||
export * from './lib/types/service';
|
||||
|
||||
export * from './lib/ucap-buddy-protocol.module';
|
||||
|
|
|
@ -7,4 +7,6 @@ export * from './lib/protocols/update';
|
|||
|
||||
export * from './lib/services/group-protocol.service';
|
||||
|
||||
export * from './lib/types/service';
|
||||
|
||||
export * from './lib/ucap-group-protocol.module';
|
||||
|
|
|
@ -6,4 +6,6 @@ export * from './lib/protocols/conn';
|
|||
|
||||
export * from './lib/services/inner-protocol.service';
|
||||
|
||||
export * from './lib/types/service';
|
||||
|
||||
export * from './lib/ucap-inner-protocol.module';
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
* Public API Surface of ucap-webmessenger-protocol-ping
|
||||
*/
|
||||
|
||||
export * from './lib/protocols/ping';
|
||||
|
||||
export * from './lib/services/ping-protocol.service';
|
||||
|
||||
export * from './lib/types/service';
|
||||
|
|
Loading…
Reference in New Issue
Block a user