next-ucap-messenger/projects/ucap-webmessenger-api-common/src/public-api.ts
2019-12-03 18:59:11 +09:00

22 lines
702 B
TypeScript

/*
* Public API Surface of ucap-webmessenger-api-common
*/
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';
export * from './lib/services/common-api.service';
export * from './lib/ucap-common-api.module';
export * from './lib/config/urls';
export * from './lib/config/module-config';