Skip to content

Commit e2dac8c

Browse files
jcabannesZorin95670
authored andcommitted
feat: export methods from entity configuration service
1 parent 887f1ce commit e2dac8c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ export {
4949
} from './services/federationService';
5050
export { getHttpClient, setHttpClient } from './services/httpClientService';
5151
export { getI18nInstance, setI18nInstance } from './services/i18nService';
52+
export {
53+
getApiEndpointsConfiguration,
54+
getEntitiesConfiguration,
55+
getEntityConfiguration,
56+
} from './services/linidConfigurationService';
5257
export {
5358
deleteEntityById,
5459
getEntities,

0 commit comments

Comments
 (0)