@carecard/validate 3.1.13 → 3.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -140,6 +140,8 @@ function validateProperties(obj = {}) {
140
140
  case 'number_of_orders':
141
141
  case 'numberOfOrders':
142
142
  case 'price':
143
+ case 'from':
144
+ case 'number':
143
145
  if (isValidIntegerString(value)) {
144
146
  returnObj[key] = value;
145
147
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carecard/validate",
3
- "version": "3.1.13",
3
+ "version": "3.1.14",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/CareCard-ca/pkg-validate.git"