vhp-mongo-models 1.7.5 → 1.7.6
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.
|
@@ -12,6 +12,7 @@ module.exports = [
|
|
|
12
12
|
hhid:{type:String,default:''}, //must have a hhid
|
|
13
13
|
group:{type:String,default:''},//names the type of product it is. Would like to use this instead of type
|
|
14
14
|
system:{type:String,default:''}, //way to link related service items
|
|
15
|
+
considerreplace:{type:Boolean,default:false},
|
|
15
16
|
space:{type:String,default:''},
|
|
16
17
|
subspace:{type:String,default:''},
|
|
17
18
|
quantity:{type:Number,default:1}, //optional qty
|