payservedb 6.5.6 → 6.5.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payservedb",
3
- "version": "6.5.6",
3
+ "version": "6.5.7",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -120,7 +120,8 @@ const waterMeterSchema = new mongoose.Schema({
120
120
  },
121
121
  bulkMeterDescription: {
122
122
  type: String,
123
- trim: true // e.g., "City Council Bulk", "Borehole Bulk"
123
+ enum: ['City Council Bulk', 'Borehole Bulk', 'Bulk Inlet'],
124
+ trim: true
124
125
  }
125
126
 
126
127
  }, {