Skip to content

Commit 7476b19

Browse files
committed
fix: taas-apis issue #365
1 parent f221443 commit 7476b19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/services/RoleProcessorService.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,13 @@ processCreate.schema = {
4242
global: Joi.smallint().required(),
4343
inCountry: Joi.smallint().required(),
4444
offShore: Joi.smallint().required(),
45+
niche: Joi.smallint().allow(null),
4546
rate30Global: Joi.smallint().allow(null),
47+
rate30Niche: Joi.smallint().allow(null),
4648
rate30InCountry: Joi.smallint().allow(null),
4749
rate30OffShore: Joi.smallint().allow(null),
4850
rate20Global: Joi.smallint().allow(null),
51+
rate20Niche: Joi.smallint().allow(null),
4952
rate20InCountry: Joi.smallint().allow(null),
5053
rate20OffShore: Joi.smallint().allow(null)
5154
}).required()).required(),

0 commit comments

Comments
 (0)