payservedb 1.3.9 → 1.4.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": "1.3.9",
3
+ "version": "1.4.0",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -34,7 +34,7 @@ const visitLogSchema = new mongoose.Schema({
34
34
  status: {
35
35
  type: String,
36
36
  required: true,
37
- enum: ['Visit Confirmation', 'Scheduled', 'Completed', 'Cancelled'] // Define valid statuses
37
+ enum: ['Visit Confirmation', 'Scheduled', 'Checked In','Checked Out', 'Cancelled'] // Define valid statuses
38
38
  // Define valid statuses
39
39
  },
40
40
  vehicle: {