2019-09-18 06:02:21 +00:00
|
|
|
/*
|
|
|
|
* Public API Surface of ucap-webmessenger-api-public
|
|
|
|
*/
|
|
|
|
|
2019-10-08 06:42:36 +00:00
|
|
|
export * from './lib/apis/update-info';
|
|
|
|
export * from './lib/apis/version-info2';
|
2019-09-18 06:02:21 +00:00
|
|
|
|
|
|
|
export * from './lib/services/public-api.service';
|
|
|
|
|
2019-09-19 01:40:16 +00:00
|
|
|
export * from './lib/types/sync-mode.type';
|
|
|
|
|
2019-09-18 06:02:21 +00:00
|
|
|
export * from './lib/ucap-public-api.module';
|
2019-11-12 09:54:21 +00:00
|
|
|
|
|
|
|
export * from './lib/config/urls';
|
|
|
|
export * from './lib/config/module-config';
|