payservedb 1.8.4 → 1.8.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.8.4",
3
+ "version": "1.8.5",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -35,6 +35,10 @@ const visitLogSchema = new mongoose.Schema({
35
35
  type: Date, // Changed to Date for better handling of time
36
36
  required: false
37
37
  },
38
+ days:{
39
+ type:Number,
40
+ required:false
41
+ },
38
42
  entryPoint:{
39
43
  type:String,
40
44
  required:false