@@ -68,11 +68,24 @@ Object {
68
68
" getModelsInit" : [Function ],
69
69
" getOsesDone" : [Function ],
70
70
" getOsesInit" : [Function ],
71
+ " getReviewTypesDone" : [Function ],
72
+ " getReviewTypesInit" : [Function ],
71
73
" getSkillTagsDone" : [Function ],
72
74
" getSkillTagsInit" : [Function ],
73
75
" getTypesDone" : [Function ],
74
76
" getTypesInit" : [Function ],
75
77
},
78
+ " memberSearch" : Object {
79
+ " checkIfSearchTermIsATag" : [Function ],
80
+ " clearMemberSearch" : [Function ],
81
+ " loadMoreUsernames" : [Function ],
82
+ " memberSearchSuccess" : [Function ],
83
+ " resetSearchTerm" : [Function ],
84
+ " setSearchTag" : [Function ],
85
+ " setSearchTerm" : [Function ],
86
+ " topMemberSearchSuccess" : [Function ],
87
+ " usernameSearchSuccess" : [Function ],
88
+ },
76
89
" memberTasks" : Object {
77
90
" dropAll" : [Function ],
78
91
" getDone" : [Function ],
@@ -101,6 +114,18 @@ Object {
101
114
" getUserSrmDone" : [Function ],
102
115
" getUserSrmInit" : [Function ],
103
116
},
117
+ " notifications" : Object {
118
+ " dismissChallengeNotificationsDone" : [Function ],
119
+ " dismissChallengeNotificationsInit" : [Function ],
120
+ " getNotificationsDone" : [Function ],
121
+ " getNotificationsInit" : [Function ],
122
+ " markAllNotificationAsReadDone" : [Function ],
123
+ " markAllNotificationAsReadInit" : [Function ],
124
+ " markAllNotificationAsSeenDone" : [Function ],
125
+ " markAllNotificationAsSeenInit" : [Function ],
126
+ " markNotificationAsReadDone" : [Function ],
127
+ " markNotificationAsReadInit" : [Function ],
128
+ },
104
129
" profile" : Object {
105
130
" addSkillDone" : [Function ],
106
131
" addSkillInit" : [Function ],
@@ -246,9 +271,11 @@ Object {
246
271
" groups" : [Function ],
247
272
" looker" : [Function ],
248
273
" lookup" : [Function ],
274
+ " memberSearch" : [Function ],
249
275
" memberTasks" : [Function ],
250
276
" members" : [Function ],
251
277
" mySubmissionsManagement" : [Function ],
278
+ " notifications" : [Function ],
252
279
" profile" : [Function ],
253
280
" reviewOpportunity" : [Function ],
254
281
" settings" : [Function ],
@@ -298,10 +325,18 @@ Object {
298
325
" default" : undefined ,
299
326
" getService" : [Function ],
300
327
},
328
+ " memberSearch" : Object {
329
+ " default" : undefined ,
330
+ " getService" : [Function ],
331
+ },
301
332
" members" : Object {
302
333
" default" : undefined ,
303
334
" getService" : [Function ],
304
335
},
336
+ " notifications" : Object {
337
+ " default" : undefined ,
338
+ " getService" : [Function ],
339
+ },
305
340
" reviewOpportunities" : Object {
306
341
" default" : undefined ,
307
342
" getReviewOpportunitiesService" : [Function ],
0 commit comments