Skip to content

Commit a25d89b

Browse files
vaibhavbhalla2505Vaibhav  Bhallaa-ganguly
authored
feat(cli): add support for reporting-service (#2319)
GH-2315 Co-authored-by: Vaibhav Bhalla <vaibhav.bhalla@SFSupports-MacBook-Air.local> Co-authored-by: a-ganguly <abir.ganguly@sourcefuse.com>
1 parent eaab44d commit a25d89b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/cli/src/enum.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

2223
export 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

120125
export 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

139145
export enum SEQUELIZESERVICES {

0 commit comments

Comments
 (0)