next-ucap-messenger/projects/ucap-webmessenger-api-common/src/public-api.ts

22 lines
702 B
TypeScript
Raw Normal View History

2019-09-18 06:02:21 +00:00
/*
* Public API Surface of ucap-webmessenger-api-common
*/
2019-10-08 06:42:36 +00:00
export * from './lib/apis/file-profile-save';
export * from './lib/apis/file-talk-download';
export * from './lib/apis/file-talk-save';
export * from './lib/apis/file-talk-share';
export * from './lib/apis/mass-talk-download';
export * from './lib/apis/mass-talk-save';
export * from './lib/apis/trans-mass-talk-download';
export * from './lib/apis/trans-mass-talk-save';
export * from './lib/apis/translation-req';
export * from './lib/apis/translation-save';
2019-09-18 06:02:21 +00:00
export * from './lib/services/common-api.service';
export * from './lib/ucap-common-api.module';
2019-11-12 09:54:21 +00:00
export * from './lib/config/urls';
export * from './lib/config/module-config';