payservedb 1.3.4 → 1.3.5

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": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -29,7 +29,8 @@ const visitLogSchema = new mongoose.Schema({
29
29
  status: {
30
30
  type: String,
31
31
  required: true,
32
- enum: ['Scheduled', 'Completed', 'Cancelled'], // Define valid statuses
32
+ enum: ['Visit Confirmation', 'Scheduled', 'Completed', 'Cancelled'] // Define valid statuses
33
+ // Define valid statuses
33
34
  },
34
35
  vehicle: {
35
36
  registration: String,