payservedb 4.7.3 → 4.7.4

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": "4.7.3",
3
+ "version": "4.7.4",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -76,6 +76,9 @@ const waterMeterSchema = new mongoose.Schema({
76
76
  type: Boolean,
77
77
  default: false
78
78
  },
79
+ concentratorId: { // Specific to smart meters
80
+ type: String
81
+ },
79
82
  valveType: { // Specific to smart meters
80
83
  type: String,
81
84
  enum: ['automatic', 'manual'],