@@ -17,6 +17,7 @@ export enum SERVICES {
1717 TASK = 'task-service' ,
1818 VIDEO_CONF = 'video-conferencing-service' ,
1919 USER_TENANT = 'user-tenant-service' ,
20+ REPORTING = 'reporting-service' ,
2021}
2122
2223export enum DATASOURCES {
@@ -94,6 +95,9 @@ export const BASESERVICEDSLIST: {
9495 'video-conferencing-service' : [
9596 { type : 'store' , name : 'VideoConfDatasource' , fileName : 'videoConf' } ,
9697 ] ,
98+ 'reporting-service' : [
99+ { type : 'store' , name : 'ReportingCore' , fileName : 'reporting' } ,
100+ ] ,
97101 'chat-service' : [ ] ,
98102 'user-tenant-service' : [ ] ,
99103} ;
@@ -115,6 +119,7 @@ export const BASESERVICECOMPONENTLIST: {
115119 'video-conferencing-service' : 'VideoConfServiceComponent' ,
116120 'chat-service' : 'ChatServiceComponent' ,
117121 'user-tenant-service' : 'UserTenantServiceComponent' ,
122+ 'reporting-service' : 'ReportingServiceComponent'
118123} ;
119124
120125export const BASESERVICEBINDINGLIST : {
@@ -134,6 +139,7 @@ export const BASESERVICEBINDINGLIST: {
134139 'video-conferencing-service' : 'VideoChatBindings' ,
135140 'chat-service' : 'ChatServiceBindings' ,
136141 'user-tenant-service' : 'UserTenantServiceComponentBindings' ,
142+ 'reporting-service' : 'ReportingServiceComponentBindings'
137143} ;
138144
139145export enum SEQUELIZESERVICES {
0 commit comments