28 lines
891 B
TypeScript
28 lines
891 B
TypeScript
/*
|
|
* Public API Surface of ucap-webmessenger-protocol-query
|
|
*/
|
|
|
|
export * from './lib/models/dept-info';
|
|
export * from './lib/models/user-info-dn';
|
|
export * from './lib/models/user-info-f';
|
|
export * from './lib/models/user-info-ss';
|
|
export * from './lib/models/user-seq-info';
|
|
|
|
export * from './lib/protocols/auth';
|
|
export * from './lib/protocols/data-user-ext';
|
|
export * from './lib/protocols/data-user';
|
|
export * from './lib/protocols/dept-user';
|
|
export * from './lib/protocols/dept';
|
|
export * from './lib/protocols/user-dn';
|
|
export * from './lib/protocols/user-id';
|
|
export * from './lib/protocols/user-seq';
|
|
|
|
export * from './lib/services/query-protocol.service';
|
|
|
|
export * from './lib/types/dept-search.type';
|
|
export * from './lib/types/dept.type';
|
|
export * from './lib/types/service';
|
|
export * from './lib/types/user-dn-search.type';
|
|
|
|
export * from './lib/ucap-query-protocol.module';
|