@@ -126,6 +126,12 @@ Object {
126
126
" submitApplicationsDone" : [Function ],
127
127
" submitApplicationsInit" : [Function ],
128
128
},
129
+ " settings" : Object {
130
+ " addUserTrait" : [Function ],
131
+ " deleteUserTrait" : [Function ],
132
+ " getAllUserTraits" : [Function ],
133
+ " updateUserTrait" : [Function ],
134
+ },
129
135
" smp" : Object {
130
136
" deleteSubmissionDone" : [Function ],
131
137
" deleteSubmissionInit" : [Function ],
@@ -147,6 +153,16 @@ Object {
147
153
" getTermsDone" : [Function ],
148
154
" getTermsInit" : [Function ],
149
155
},
156
+ " ui" : Object {
157
+ " settings" : Object {
158
+ " profile" : Object {
159
+ " toggleTab" : [Function ],
160
+ },
161
+ " tools" : Object {
162
+ " toggleTab" : [Function ],
163
+ },
164
+ },
165
+ },
150
166
},
151
167
" challenge" : Object {
152
168
" filter" : Object {
@@ -212,8 +228,10 @@ Object {
212
228
" mySubmissionsManagement" : [Function ],
213
229
" profile" : [Function ],
214
230
" reviewOpportunity" : [Function ],
231
+ " settings" : [Function ],
215
232
" stats" : [Function ],
216
233
" terms" : [Function ],
234
+ " ui" : [Function ],
217
235
},
218
236
" services" : Object {
219
237
" api" : Object {
@@ -274,6 +292,10 @@ Object {
274
292
" default" : [Function ],
275
293
" getUserSettingsService" : [Function ],
276
294
},
295
+ " userTraits" : Object {
296
+ " default" : undefined ,
297
+ " getService" : [Function ],
298
+ },
277
299
},
278
300
" tc" : Object {
279
301
" COMPETITION_TRACKS" : Object {
0 commit comments