We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2192cd + f2480b5 commit b5e50eeCopy full SHA for b5e50ee
src/services/RoleProcessorService.js
@@ -42,10 +42,13 @@ processCreate.schema = {
42
global: Joi.smallint().required(),
43
inCountry: Joi.smallint().required(),
44
offShore: Joi.smallint().required(),
45
+ niche: Joi.smallint().allow(null),
46
rate30Global: Joi.smallint().allow(null),
47
+ rate30Niche: Joi.smallint().allow(null),
48
rate30InCountry: Joi.smallint().allow(null),
49
rate30OffShore: Joi.smallint().allow(null),
50
rate20Global: Joi.smallint().allow(null),
51
+ rate20Niche: Joi.smallint().allow(null),
52
rate20InCountry: Joi.smallint().allow(null),
53
rate20OffShore: Joi.smallint().allow(null)
54
}).required()).required(),
0 commit comments