@sinet/validation
Advanced tools
Comparing version 1.3.18 to 1.3.19
{ | ||
"name": "@sinet/validation", | ||
"version": "1.3.18", | ||
"version": "1.3.19", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,3 +14,4 @@ 'use strict'; | ||
'completedDate' : Joi.date().optional().description( 'The completed date' ), | ||
'assignedDate' : Joi.date().optional().description( 'The date when the pd was assigned' ) | ||
'assignedDate' : Joi.date().optional().description( 'The date when the pd was assigned' ), | ||
'pdOwner' : Joi.number().integer().optional().description( 'Owner of the pd' ) | ||
}; |
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
36767
705