We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 887f1ce commit e2dac8cCopy full SHA for e2dac8c
src/index.ts
@@ -49,6 +49,11 @@ export {
49
} from './services/federationService';
50
export { getHttpClient, setHttpClient } from './services/httpClientService';
51
export { getI18nInstance, setI18nInstance } from './services/i18nService';
52
+export {
53
+ getApiEndpointsConfiguration,
54
+ getEntitiesConfiguration,
55
+ getEntityConfiguration,
56
+} from './services/linidConfigurationService';
57
export {
58
deleteEntityById,
59
getEntities,
0 commit comments