vhp-mongo-models 2.1.64 → 2.1.65

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.
@@ -10,7 +10,7 @@ module.exports = [
10
10
  hhid:{type: String, default:''},
11
11
  status:{type:String,default:'CHILD'}, //PARENT | CHILD
12
12
  parent:{type:String,default:''},
13
- children:{type:String,default:[]},
13
+ children:{type:Array,default:[]},
14
14
  custid:{type: String, default:''},//person calling in, could be the occupant
15
15
 
16
16
  coid:{type:String,default:''},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vhp-mongo-models",
3
- "version": "2.1.64",
3
+ "version": "2.1.65",
4
4
  "productName": "VHP Mongo Models",
5
5
  "description": "Mongo Models library to setup Mongoose Schemas",
6
6
  "author": "VHPim",