@@ -62,9 +62,22 @@ Object {
62
62
" getAllCountriesInit" : [Function ],
63
63
" getCountriesDone" : [Function ],
64
64
" getCountriesInit" : [Function ],
65
+ " getReviewTypesDone" : [Function ],
66
+ " getReviewTypesInit" : [Function ],
65
67
" getSkillTagsDone" : [Function ],
66
68
" getSkillTagsInit" : [Function ],
67
69
},
70
+ " memberSearch" : Object {
71
+ " checkIfSearchTermIsATag" : [Function ],
72
+ " clearMemberSearch" : [Function ],
73
+ " loadMoreUsernames" : [Function ],
74
+ " memberSearchSuccess" : [Function ],
75
+ " resetSearchTerm" : [Function ],
76
+ " setSearchTag" : [Function ],
77
+ " setSearchTerm" : [Function ],
78
+ " topMemberSearchSuccess" : [Function ],
79
+ " usernameSearchSuccess" : [Function ],
80
+ },
68
81
" memberTasks" : Object {
69
82
" dropAll" : [Function ],
70
83
" getDone" : [Function ],
@@ -93,6 +106,18 @@ Object {
93
106
" getUserSrmDone" : [Function ],
94
107
" getUserSrmInit" : [Function ],
95
108
},
109
+ " notifications" : Object {
110
+ " dismissChallengeNotificationsDone" : [Function ],
111
+ " dismissChallengeNotificationsInit" : [Function ],
112
+ " getNotificationsDone" : [Function ],
113
+ " getNotificationsInit" : [Function ],
114
+ " markAllNotificationAsReadDone" : [Function ],
115
+ " markAllNotificationAsReadInit" : [Function ],
116
+ " markAllNotificationAsSeenDone" : [Function ],
117
+ " markAllNotificationAsSeenInit" : [Function ],
118
+ " markNotificationAsReadDone" : [Function ],
119
+ " markNotificationAsReadInit" : [Function ],
120
+ },
96
121
" profile" : Object {
97
122
" addSkillDone" : [Function ],
98
123
" addSkillInit" : [Function ],
@@ -238,9 +263,11 @@ Object {
238
263
" groups" : [Function ],
239
264
" looker" : [Function ],
240
265
" lookup" : [Function ],
266
+ " memberSearch" : [Function ],
241
267
" memberTasks" : [Function ],
242
268
" members" : [Function ],
243
269
" mySubmissionsManagement" : [Function ],
270
+ " notifications" : [Function ],
244
271
" profile" : [Function ],
245
272
" reviewOpportunity" : [Function ],
246
273
" settings" : [Function ],
@@ -290,10 +317,18 @@ Object {
290
317
" default" : undefined ,
291
318
" getService" : [Function ],
292
319
},
320
+ " memberSearch" : Object {
321
+ " default" : undefined ,
322
+ " getService" : [Function ],
323
+ },
293
324
" members" : Object {
294
325
" default" : undefined ,
295
326
" getService" : [Function ],
296
327
},
328
+ " notifications" : Object {
329
+ " default" : undefined ,
330
+ " getService" : [Function ],
331
+ },
297
332
" reviewOpportunities" : Object {
298
333
" default" : undefined ,
299
334
" getReviewOpportunitiesService" : [Function ],
0 commit comments