File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
"dependencies" : {
43
43
"@grpc/grpc-js" : " ^1.8.12" ,
44
44
"@opensearch-project/opensearch" : " ^2.2.0" ,
45
- "@topcoder-framework/domain-challenge" : " ^0.18 .0" ,
46
- "@topcoder-framework/lib-common" : " ^0.18 .0" ,
45
+ "@topcoder-framework/domain-challenge" : " ^0.22 .0" ,
46
+ "@topcoder-framework/lib-common" : " ^0.22 .0" ,
47
47
"aws-sdk" : " ^2.1145.0" ,
48
48
"axios" : " ^0.19.0" ,
49
49
"axios-retry" : " ^3.4.0" ,
Original file line number Diff line number Diff line change @@ -1992,7 +1992,7 @@ updateChallenge.schema = {
1992
1992
tags : Joi . array ( ) . items ( Joi . string ( ) . required ( ) ) . min ( 1 ) , // tag names
1993
1993
projectId : Joi . number ( ) . integer ( ) . positive ( ) ,
1994
1994
legacyId : Joi . number ( ) . integer ( ) . positive ( ) ,
1995
- constraints : Joi . array ( ) . items ( Joi . string ( ) ) . min ( 1 ) . optional ( ) ,
1995
+ constraints : Joi . object ( { allowedRegistrants : Joi . array ( ) . items ( Joi . string ( ) ) . optional ( ) } ) ,
1996
1996
status : Joi . string ( ) . valid ( _ . values ( constants . challengeStatuses ) ) ,
1997
1997
attachments : Joi . array ( ) . items (
1998
1998
Joi . object ( ) . keys ( {
You can’t perform that action at this time.
0 commit comments