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.
1 parent f221443 commit 7476b19Copy full SHA for 7476b19
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