payservedb 9.5.8 → 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
|
@@ -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: {
|