payservedb 5.5.9 → 5.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": "5.5.9",
3
+ "version": "5.6.0",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -103,6 +103,7 @@ const waterInvoiceSchema = new mongoose.Schema(
103
103
  type: Number,
104
104
  default: 0
105
105
  },
106
+ imageUrl: { type: String, trim: true },
106
107
 
107
108
  // Invoice Note & Status
108
109
  invoiceNote: {