payservedb 9.5.9 → 9.6.0

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": "9.5.9",
3
+ "version": "9.6.0",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -158,6 +158,13 @@ const waterMeterSettingsSchema = new mongoose.Schema({
158
158
  default: 0
159
159
  },
160
160
 
161
+ commonAreaDailyLimit: {
162
+ type: Number,
163
+ default: 0,
164
+ min: 0,
165
+ description: "Daily consumption limit for common area meters in cubic meters (m³)"
166
+ },
167
+
161
168
  // Payment methods
162
169
  paymentMethods: {
163
170
  mobilePayment: {