@@ -40,7 +40,8 @@ const validChallengeParams = {
40
40
StartDate : 'startDate' ,
41
41
ProjectId : 'projectId' ,
42
42
Name : 'name' ,
43
- TypeId : 'typeId'
43
+ TypeId : 'typeId' ,
44
+ Prizes : 'overview.totalPrizes'
44
45
}
45
46
46
47
const EVENT_ORIGINATOR = 'topcoder-challenges-api'
@@ -55,6 +56,7 @@ const DiscussionTypes = {
55
56
const Topics = {
56
57
ChallengeCreated : 'challenge.notification.create' ,
57
58
ChallengeUpdated : 'challenge.notification.update' ,
59
+ ChallengeDeleted : 'challenge.notification.delete' ,
58
60
ChallengeTypeCreated : 'test.new.bus.events' , // 'challenge.action.type.created',
59
61
ChallengeTypeUpdated : 'test.new.bus.events' , // 'challenge.action.type.updated',
60
62
ChallengePhaseCreated : 'test.new.bus.events' , // 'challenge.action.phase.created',
@@ -65,7 +67,10 @@ const Topics = {
65
67
TimelineTemplateDeleted : 'test.new.bus.events' , // 'challenge.action.timeline.template.deleted',
66
68
ChallengeTypeTimelineTemplateCreated : 'test.new.bus.events' , // 'challenge.action.type.timeline.template.created',
67
69
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',
69
74
}
70
75
71
76
const challengeTracks = {
0 commit comments