2019-09-18 06:02:21 +00:00
|
|
|
/*
|
|
|
|
* Public API Surface of ucap-webmessenger-protocol-room
|
|
|
|
*/
|
|
|
|
|
2019-10-07 01:08:14 +00:00
|
|
|
export * from './lib/models/room-info';
|
|
|
|
export * from './lib/models/user-info';
|
|
|
|
export * from './lib/models/user-info-short';
|
|
|
|
|
2019-10-10 01:43:06 +00:00
|
|
|
export * from './lib/protocols/exit';
|
2019-10-07 01:08:14 +00:00
|
|
|
export * from './lib/protocols/info';
|
|
|
|
export * from './lib/protocols/invite';
|
|
|
|
export * from './lib/protocols/open';
|
2019-10-10 01:43:06 +00:00
|
|
|
export * from './lib/protocols/update';
|
2019-09-23 05:37:38 +00:00
|
|
|
|
2019-09-18 06:02:21 +00:00
|
|
|
export * from './lib/services/room-protocol.service';
|
2019-10-10 01:43:06 +00:00
|
|
|
|
2019-09-23 08:00:05 +00:00
|
|
|
export * from './lib/types/employee.type';
|
|
|
|
export * from './lib/types/room.type';
|
2019-10-08 02:19:47 +00:00
|
|
|
export * from './lib/types/service';
|
2019-09-18 06:02:21 +00:00
|
|
|
|
|
|
|
export * from './lib/ucap-room-protocol.module';
|