@sinet/validation
Advanced tools
Comparing version 1.3.10 to 1.3.11
{ | ||
"name": "@sinet/validation", | ||
"version": "1.3.10", | ||
"version": "1.3.11", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,3 +9,4 @@ 'use strict'; | ||
'affiliateId' : Joi.string().guid().required().description( 'The affiliiate id' ), | ||
'feedbackId' : Joi.string().guid().required().description( 'The feedback id' ) | ||
'feedbackId' : Joi.string().guid().required().description( 'The feedback id' ), | ||
'assessee' : Joi.number().integer().optional().description( 'The user id for the feedback recipient' ) | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32275
615