@@ -40,7 +40,8 @@ const validChallengeParams = {
4040 StartDate : 'startDate' ,
4141 ProjectId : 'projectId' ,
4242 Name : 'name' ,
43- TypeId : 'typeId'
43+ TypeId : 'typeId' ,
44+ Prizes : 'overview.totalPrizes'
4445}
4546
4647const EVENT_ORIGINATOR = 'topcoder-challenges-api'
@@ -55,6 +56,7 @@ const DiscussionTypes = {
5556const Topics = {
5657 ChallengeCreated : 'challenge.notification.create' ,
5758 ChallengeUpdated : 'challenge.notification.update' ,
59+ ChallengeDeleted : 'challenge.notification.delete' ,
5860 ChallengeTypeCreated : 'test.new.bus.events' , // 'challenge.action.type.created',
5961 ChallengeTypeUpdated : 'test.new.bus.events' , // 'challenge.action.type.updated',
6062 ChallengePhaseCreated : 'test.new.bus.events' , // 'challenge.action.phase.created',
@@ -65,7 +67,10 @@ const Topics = {
6567 TimelineTemplateDeleted : 'test.new.bus.events' , // 'challenge.action.timeline.template.deleted',
6668 ChallengeTypeTimelineTemplateCreated : 'test.new.bus.events' , // 'challenge.action.type.timeline.template.created',
6769 ChallengeTypeTimelineTemplateUpdated : 'test.new.bus.events' , // 'challenge.action.type.timeline.template.updated',
68- ChallengeTypeTimelineTemplateDeleted : 'test.new.bus.events' // 'challenge.action.type.timeline.template.deleted'
70+ ChallengeTypeTimelineTemplateDeleted : 'test.new.bus.events' , // 'challenge.action.type.timeline.template.deleted'
71+ ChallengeAttachmentCreated : 'test.new.bus.events' , // 'challenge.action.attachment.created',
72+ ChallengeAttachmentUpdated : 'test.new.bus.events' , // 'challenge.action.attachment.updated',
73+ ChallengeAttachmentDeleted : 'test.new.bus.events' // 'challenge.action.attachment.deleted',
6974}
7075
7176const challengeTracks = {
0 commit comments