vhp-mongo-models 2.1.1 → 2.1.2

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.
@@ -52,28 +52,13 @@ let info = {
52
52
  * index
53
53
  * - id - {unique:true,name:"id"}
54
54
  */
55
- <<<<<<< HEAD
56
-
57
- /**
58
- * refs:[{work,id,type}]
59
- *
60
- * types - sub | general | referral | install(s)
61
- */
62
- module.exports=[
63
- =======
64
55
  module.exports = [
65
- >>>>>>> c26384180c1421d68d8b7cc3b132dfe037e29b8a
66
56
  {
67
57
  id: { type: String, default: '' },
68
58
  name: { type: String, default: '' },
69
59
  coid: { type: String, default: '' },
70
60
  jobnum: { type: String, default: '' },
71
- <<<<<<< HEAD
72
- ref:{type:String,default:''},//could be wo#
73
- //woref:{type:String,default:''},
74
- =======
75
61
  ref: { type: String, default: '' },
76
- >>>>>>> c26384180c1421d68d8b7cc3b132dfe037e29b8a
77
62
  hhid: { type: String, default: '' },
78
63
  clientfirst: { type: String, default: '' },
79
64
  clientlast: { type: String, default: '' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vhp-mongo-models",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "productName": "VHP Mongo Models",
5
5
  "description": "Mongo Models library to setup Mongoose Schemas",
6
6
  "author": "VHPim",