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

24 lines
763 B
TypeScript
Raw Normal View History

2019-09-18 06:02:21 +00:00
/*
* Public API Surface of ucap-webmessenger-api-common
*/
export * from './lib/types/module-config';
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/models/file-download-item';
2019-11-05 04:40:01 +00:00
export * from './lib/models/file-upload-item';
2019-09-18 06:02:21 +00:00
export * from './lib/services/common-api.service';
export * from './lib/ucap-common-api.module';