@@ -54,23 +54,23 @@ export const EVENT = {
54
54
} ;
55
55
56
56
export const BUS_API_EVENT = {
57
- PROJECT_CREATED : 'connect.project.created' ,
58
- PROJECT_SUBMITTED_FOR_REVIEW : 'connect.project.submittedForReview' ,
59
- PROJECT_APPROVED : 'connect.project.approved' ,
60
- PROJECT_PAUSED : 'connect.project.paused' ,
61
- PROJECT_COMPLETED : 'connect.project.completed' ,
62
- PROJECT_CANCELED : 'connect.project.canceled' ,
57
+ PROJECT_CREATED : 'notifications. connect.project.created' ,
58
+ PROJECT_SUBMITTED_FOR_REVIEW : 'notifications. connect.project.submittedForReview' ,
59
+ PROJECT_APPROVED : 'notifications. connect.project.approved' ,
60
+ PROJECT_PAUSED : 'notifications. connect.project.paused' ,
61
+ PROJECT_COMPLETED : 'notifications. connect.project.completed' ,
62
+ PROJECT_CANCELED : 'notifications. connect.project.canceled' ,
63
63
64
- MEMBER_JOINED : 'connect.project.member.joined' ,
65
- MEMBER_LEFT : 'connect.project.member.left' ,
66
- MEMBER_REMOVED : 'connect.project.member.removed' ,
67
- MEMBER_ASSIGNED_AS_OWNER : 'connect.project.member.assignedAsOwner' ,
68
- MEMBER_JOINED_COPILOT : 'connect.project.member.copilotJoined' ,
69
- MEMBER_JOINED_MANAGER : 'connect.project.member.managerJoined' ,
64
+ MEMBER_JOINED : 'notifications. connect.project.member.joined' ,
65
+ MEMBER_LEFT : 'notifications. connect.project.member.left' ,
66
+ MEMBER_REMOVED : 'notifications. connect.project.member.removed' ,
67
+ MEMBER_ASSIGNED_AS_OWNER : 'notifications. connect.project.member.assignedAsOwner' ,
68
+ MEMBER_JOINED_COPILOT : 'notifications. connect.project.member.copilotJoined' ,
69
+ MEMBER_JOINED_MANAGER : 'notifications. connect.project.member.managerJoined' ,
70
70
71
- PROJECT_LINK_CREATED : 'connect.project.linkCreated' ,
72
- PROJECT_FILE_UPLOADED : 'connect.project.fileUploaded' ,
73
- PROJECT_SPECIFICATION_MODIFIED : 'connect.project.specificationModified' ,
71
+ PROJECT_LINK_CREATED : 'notifications. connect.project.linkCreated' ,
72
+ PROJECT_FILE_UPLOADED : 'notifications. connect.project.fileUploaded' ,
73
+ PROJECT_SPECIFICATION_MODIFIED : 'notifications. connect.project.specificationModified' ,
74
74
} ;
75
75
76
76
export const REGEX = {
0 commit comments