payservedb 5.1.7 → 5.1.8

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.1.7",
3
+ "version": "5.1.8",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -102,6 +102,7 @@ const leaseAgreementSchema = new mongoose.Schema({
102
102
  phoneNumber: String
103
103
  },
104
104
  escalations: [{
105
+ _id: { type: mongoose.Schema.Types.ObjectId, auto: true },
105
106
  effectiveDate: { type: Date, required: true },
106
107
  type: {
107
108
  type: String,