Skip to content

Commit bc93e97

Browse files
author
sachin-maheshwari
authored
Merge pull request #3271 from appirio-tech/hotfix/kafka-topic-name-change
kafka topic name change
2 parents 680f92a + 7298cde commit bc93e97

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

src/config/constants.js

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -818,51 +818,51 @@ export const MILESTONE_LINK_SUPPORTED_TYPES = [
818818
// Notifications event types
819819
export const EVENT_TYPE = {
820820
POST: {
821-
UPDATED: 'notifications.connect.project.post.edited',
822-
CREATED: 'notifications.connect.project.post.created',
823-
DELETED: 'notifications.connect.project.post.deleted',
824-
MENTION: 'notifications.connect.project.post.mention',
821+
UPDATED: 'connect.notification.project.post.edited',
822+
CREATED: 'connect.notification.project.post.created',
823+
DELETED: 'connect.notification.project.post.deleted',
824+
MENTION: 'connect.notification.project.post.mention',
825825
},
826826
MEMBER: {
827-
JOINED: 'notifications.connect.project.member.joined',
828-
LEFT: 'notifications.connect.project.member.left',
829-
REMOVED: 'notifications.connect.project.member.removed',
830-
MANAGER_JOINED: 'notifications.connect.project.member.managerJoined',
831-
COPILOT_JOINED: 'notifications.connect.project.member.copilotJoined',
832-
ASSIGNED_AS_OWNER: 'notifications.connect.project.member.assignedAsOwner',
833-
INVITE_REQUESTED: 'notifications.connect.project.member.invite.requested',
834-
INVITE_APPROVED: 'notifications.connect.project.member.invite.approved',
835-
INVITE_REFUSED: 'notifications.connect.project.member.invite.rejected',
827+
JOINED: 'connect.notification.project.member.joined',
828+
LEFT: 'connect.notification.project.member.left',
829+
REMOVED: 'connect.notification.project.member.removed',
830+
MANAGER_JOINED: 'connect.notification.project.member.managerJoined',
831+
COPILOT_JOINED: 'connect.notification.project.member.copilotJoined',
832+
ASSIGNED_AS_OWNER: 'connect.notification.project.member.assignedAsOwner',
833+
INVITE_REQUESTED: 'connect.notification.project.member.invite.requested',
834+
INVITE_APPROVED: 'connect.notification.project.member.invite.approved',
835+
INVITE_REFUSED: 'connect.notification.project.member.invite.rejected',
836836
},
837837
PROJECT: {
838-
ACTIVE: 'notifications.connect.project.active',
839-
APPROVED: 'notifications.connect.project.approved',
840-
CANCELED: 'notifications.connect.project.canceled',
841-
COMPLETED: 'notifications.connect.project.completed',
842-
CREATED: 'notifications.connect.project.created',
843-
FILE_UPLOADED: 'notifications.connect.project.fileUploaded',
844-
LINK_CREATED: 'notifications.connect.project.linkCreated',
845-
PAUSED: 'notifications.connect.project.paused',
846-
SUBMITTED_FOR_REVIEW: 'notifications.connect.project.submittedForReview',
847-
SPECIFICATION_MODIFIED: 'connect.action.project.updated.spec',
838+
ACTIVE: 'connect.notification.project.active',
839+
APPROVED: 'connect.notification.project.approved',
840+
CANCELED: 'connect.notification.project.canceled',
841+
COMPLETED: 'connect.notification.project.completed',
842+
CREATED: 'connect.notification.project.created',
843+
FILE_UPLOADED: 'connect.notification.project.fileUploaded',
844+
LINK_CREATED: 'connect.notification.project.linkCreated',
845+
PAUSED: 'connect.notification.project.paused',
846+
SUBMITTED_FOR_REVIEW: 'connect.notification.project.submittedForReview',
847+
SPECIFICATION_MODIFIED: 'connect.notification.project.updated.spec',
848848
},
849849
PROJECT_PLAN: {
850-
READY: 'connect.action.project.plan.ready',
851-
MODIFIED: 'connect.action.project.plan.updated',
852-
PROGRESS_UPDATED: 'connect.action.project.updated.progress',
853-
PHASE_ACTIVATED: 'notifications.connect.project.phase.transition.active',
854-
PHASE_COMPLETED: 'notifications.connect.project.phase.transition.completed',
855-
PHASE_PAYMENT_UPDATED: 'notifications.connect.project.phase.update.payment',
856-
PHASE_PROGRESS_UPDATED: 'notifications.connect.project.phase.update.progress',
857-
PHASE_SCOPE_UPDATED: 'notifications.connect.project.phase.update.scope',
858-
PHASE_PRODUCT_SPEC_UPDATED: 'connect.action.project.product.update.spec',
859-
MILESTONE_ACTIVATED: 'connect.action.timeline.milestone.transition.active',
860-
MILESTONE_COMPLETED: 'connect.action.timeline.milestone.transition.completed',
861-
WAITING_FOR_CUSTOMER_INPUT: 'connect.action.timeline.milestone.waiting.customer',
862-
TIMELINE_ADJUSTED: 'connect.action.timeline.adjusted',
850+
READY: 'connect.notification.project.plan.ready',
851+
MODIFIED: 'connect.notification.project.plan.updated',
852+
PROGRESS_UPDATED: 'connect.notification.project.updated.progress',
853+
PHASE_ACTIVATED: 'connect.notification.project.phase.transition.active',
854+
PHASE_COMPLETED: 'connect.notification.project.phase.transition.completed',
855+
PHASE_PAYMENT_UPDATED: 'connect.notification.project.phase.update.payment',
856+
PHASE_PROGRESS_UPDATED: 'connect.notification.project.phase.update.progress',
857+
PHASE_SCOPE_UPDATED: 'connect.notification.project.phase.update.scope',
858+
PHASE_PRODUCT_SPEC_UPDATED: 'connect.notification.project.product.update.spec',
859+
MILESTONE_ACTIVATED: 'connect.notification.timeline.milestone.transition.active',
860+
MILESTONE_COMPLETED: 'connect.notification.timeline.milestone.transition.completed',
861+
WAITING_FOR_CUSTOMER_INPUT: 'connect.notification.timeline.milestone.waiting.customer',
862+
TIMELINE_ADJUSTED: 'connect.notification.timeline.adjusted',
863863
},
864864
TOPIC: {
865-
CREATED: 'notifications.connect.project.topic.created',
866-
DELETED: 'notifications.connect.project.topic.deleted',
865+
CREATED: 'connect.notification.project.topic.created',
866+
DELETED: 'connect.notification.project.topic.deleted',
867867
},
868868
}

0 commit comments

Comments
 (0)