@@ -16,60 +16,60 @@ module.exports = {
1616 BUS_API_EVENT : {
1717 CONNECT : {
1818 POST : {
19- UPDATED : 'notifications. connect.project.post.edited' ,
20- CREATED : 'notifications. connect.project.post.created' ,
21- DELETED : 'notifications. connect.project.post.deleted' ,
22- MENTION : 'notifications. connect.project.post.mention' ,
19+ UPDATED : 'connect.notification .project.post.edited' ,
20+ CREATED : 'connect.notification .project.post.created' ,
21+ DELETED : 'connect.notification .project.post.deleted' ,
22+ MENTION : 'connect.notification .project.post.mention' ,
2323 } ,
2424 MEMBER : {
25- JOINED : 'notifications. connect.project.member.joined' ,
26- LEFT : 'notifications. connect.project.member.left' ,
27- REMOVED : 'notifications. connect.project.member.removed' ,
28- MANAGER_JOINED : 'notifications. connect.project.member.managerJoined' ,
29- COPILOT_JOINED : 'notifications. connect.project.member.copilotJoined' ,
30- ASSIGNED_AS_OWNER : 'notifications. connect.project.member.assignedAsOwner' ,
31- INVITE_CREATED : 'notifications. connect.project.member.invite.created' ,
32- INVITE_UPDATED : 'notifications. connect.project.member.invite.updated' ,
33- INVITE_REQUESTED : 'notifications. connect.project.member.invite.requested' ,
34- INVITE_APPROVED : 'notifications. connect.project.member.invite.approved' ,
35- INVITE_REJECTED : 'notifications. connect.project.member.invite.rejected' ,
25+ JOINED : 'connect.notification .project.member.joined' ,
26+ LEFT : 'connect.notification .project.member.left' ,
27+ REMOVED : 'connect.notification .project.member.removed' ,
28+ MANAGER_JOINED : 'connect.notification .project.member.managerJoined' ,
29+ COPILOT_JOINED : 'connect.notification .project.member.copilotJoined' ,
30+ ASSIGNED_AS_OWNER : 'connect.notification .project.member.assignedAsOwner' ,
31+ INVITE_CREATED : 'connect.notification .project.member.invite.created' ,
32+ INVITE_UPDATED : 'connect.notification .project.member.invite.updated' ,
33+ INVITE_REQUESTED : 'connect.notification .project.member.invite.requested' ,
34+ INVITE_APPROVED : 'connect.notification .project.member.invite.approved' ,
35+ INVITE_REJECTED : 'connect.notification .project.member.invite.rejected' ,
3636 } ,
3737 PROJECT : {
38- ACTIVE : 'notifications. connect.project.active' ,
39- APPROVED : 'notifications. connect.project.approved' ,
40- CANCELED : 'notifications. connect.project.canceled' ,
41- COMPLETED : 'notifications. connect.project.completed' ,
42- CREATED : 'notifications. connect.project.created' ,
43- FILE_UPLOADED : 'notifications. connect.project.fileUploaded' ,
44- LINK_CREATED : 'notifications. connect.project.linkCreated' ,
45- PAUSED : 'notifications. connect.project.paused' ,
46- SUBMITTED_FOR_REVIEW : 'notifications. connect.project.submittedForReview' ,
47- SPECIFICATION_MODIFIED : 'connect.action .project.updated.spec' ,
38+ ACTIVE : 'connect.notification .project.active' ,
39+ APPROVED : 'connect.notification .project.approved' ,
40+ CANCELED : 'connect.notification .project.canceled' ,
41+ COMPLETED : 'connect.notification .project.completed' ,
42+ CREATED : 'connect.notification .project.created' ,
43+ FILE_UPLOADED : 'connect.notification .project.fileUploaded' ,
44+ LINK_CREATED : 'connect.notification .project.linkCreated' ,
45+ PAUSED : 'connect.notification .project.paused' ,
46+ SUBMITTED_FOR_REVIEW : 'connect.notification .project.submittedForReview' ,
47+ SPECIFICATION_MODIFIED : 'connect.notification .project.updated.spec' ,
4848 } ,
4949 PROJECT_PLAN : {
50- READY : 'connect.action .project.plan.ready' ,
51- MODIFIED : 'connect.action .project.plan.updated' ,
52- PROGRESS_UPDATED : 'connect.action .project.updated.progress' ,
53- PHASE_ACTIVATED : 'notifications. connect.project.phase.transition.active' ,
54- PHASE_COMPLETED : 'notifications. connect.project.phase.transition.completed' ,
55- PHASE_PAYMENT_UPDATED : 'notifications. connect.project.phase.update.payment' ,
56- PHASE_PROGRESS_UPDATED : 'notifications. connect.project.phase.update.progress' ,
57- PHASE_SCOPE_UPDATED : 'notifications. connect.project.phase.update.scope' ,
58- PHASE_PRODUCT_SPEC_UPDATED : 'connect.action .project.product.update.spec' ,
59- MILESTONE_ACTIVATED : 'connect.action .timeline.milestone.transition.active' ,
60- MILESTONE_COMPLETED : 'connect.action .timeline.milestone.transition.completed' ,
61- WAITING_FOR_CUSTOMER_INPUT : 'connect.action .timeline.milestone.waiting.customer' ,
62- TIMELINE_ADJUSTED : 'connect.action .timeline.adjusted' ,
50+ READY : 'connect.notification .project.plan.ready' ,
51+ MODIFIED : 'connect.notification .project.plan.updated' ,
52+ PROGRESS_UPDATED : 'connect.notification .project.updated.progress' ,
53+ PHASE_ACTIVATED : 'connect.notification .project.phase.transition.active' ,
54+ PHASE_COMPLETED : 'connect.notification .project.phase.transition.completed' ,
55+ PHASE_PAYMENT_UPDATED : 'connect.notification .project.phase.update.payment' ,
56+ PHASE_PROGRESS_UPDATED : 'connect.notification .project.phase.update.progress' ,
57+ PHASE_SCOPE_UPDATED : 'connect.notification .project.phase.update.scope' ,
58+ PHASE_PRODUCT_SPEC_UPDATED : 'connect.notification .project.product.update.spec' ,
59+ MILESTONE_ACTIVATED : 'connect.notification.project .timeline.milestone.transition.active' ,
60+ MILESTONE_COMPLETED : 'connect.notification.project .timeline.milestone.transition.completed' ,
61+ WAITING_FOR_CUSTOMER_INPUT : 'connect.notification.project .timeline.milestone.waiting.customer' ,
62+ TIMELINE_ADJUSTED : 'connect.notification.project .timeline.adjusted' ,
6363 } ,
6464 TOPIC : {
65- CREATED : 'notifications. connect.project.topic.created' ,
66- DELETED : 'notifications. connect.project.topic.deleted' ,
65+ CREATED : 'connect.notification .project.topic.created' ,
66+ DELETED : 'connect.notification .project.topic.deleted' ,
6767 } ,
6868 } ,
6969 EMAIL : {
7070 // TODO: after a proper named email topic is created, this is being used as the email event's topic
71- GENERAL : 'notifications.action .email.connect .project.notifications.generic' ,
72- BUNDLED : 'notifications.action .email.connect .project.notifications.bundled' ,
71+ GENERAL : 'connect.notification .email.project.notifications.generic' ,
72+ BUNDLED : 'connect.notification .email.project.notifications.bundled' ,
7373 } ,
7474 } ,
7575} ;
0 commit comments