cmbf-hapi-restmodel
Advanced tools
Comparing version 0.4.7 to 0.4.8
@@ -18,3 +18,3 @@ var Joi = require('joi'), | ||
var params = {}; | ||
params[this.constructor.idField] = Joi.string().required(); | ||
params.id = Joi.string().required(); | ||
return { | ||
@@ -38,2 +38,3 @@ create: { | ||
query: { | ||
filter: Joi.string(), | ||
offset: Joi.number().precision(0), | ||
@@ -40,0 +41,0 @@ size: Joi.number().precision(0) |
{ | ||
"name": "cmbf-hapi-restmodel", | ||
"version": "0.4.7", | ||
"version": "0.4.8", | ||
"author": "Joel Grenon <joelgrenon@covistra.com>", | ||
@@ -5,0 +5,0 @@ "description": "Hapi plugin building a REST Api from Joi schema, backed by covistra-mongo plugin", |
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
31292
448