2019-11-13 04:55:28 +00:00
|
|
|
/*
|
|
|
|
* Public API Surface of ucap-webmessenger-api-message
|
|
|
|
*/
|
2019-11-14 01:31:23 +00:00
|
|
|
export * from './lib/apis/del';
|
|
|
|
export * from './lib/apis/detail';
|
|
|
|
export * from './lib/apis/edit-reservation-ex';
|
|
|
|
export * from './lib/apis/my-message';
|
|
|
|
export * from './lib/apis/retrieve';
|
|
|
|
export * from './lib/apis/send-copy';
|
|
|
|
export * from './lib/apis/send';
|
2019-11-13 04:55:28 +00:00
|
|
|
|
|
|
|
export * from './lib/services/message-api.service';
|
|
|
|
|
|
|
|
export * from './lib/ucap-message-api.module';
|
|
|
|
|
2019-11-13 06:42:30 +00:00
|
|
|
export * from './lib/models/message-list';
|
|
|
|
|
|
|
|
export * from './lib/types/category.type';
|
|
|
|
export * from './lib/types/content.type';
|
2019-11-25 06:48:54 +00:00
|
|
|
export * from './lib/types/message.search.type';
|
2019-11-13 06:42:30 +00:00
|
|
|
export * from './lib/types/message.type';
|
|
|
|
|
2019-11-13 04:55:28 +00:00
|
|
|
export * from './lib/config/urls';
|
|
|
|
export * from './lib/config/module-config';
|