vhp-mongo-models 2.1.89 → 2.1.91

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.
@@ -17,7 +17,8 @@ module.exports = [
17
17
  type: { type: String, default: '' },//understand what this is in jonas
18
18
  descr: { type: String, default: '' },
19
19
  status: { type: String, default: '' },//should be 'A' for active. Need to find other codes. Match JONAS
20
- insdate: { type: Date, default: '' },
20
+ installdate: { type: Date, default: '' },
21
+ installby: { type: String, default: '' },
21
22
 
22
23
  model: { type: String, default: '' },
23
24
  serial: { type: String, default: '' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vhp-mongo-models",
3
- "version": "2.1.89",
3
+ "version": "2.1.91",
4
4
  "productName": "VHP Mongo Models",
5
5
  "description": "Mongo Models library to setup Mongoose Schemas",
6
6
  "author": "VHPim",