tango-api-schema 1.0.60 → 1.0.61

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": "tango-api-schema",
3
- "version": "1.0.60",
3
+ "version": "1.0.61",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -6,8 +6,12 @@ const financeSchema = new mongoose.Schema(
6
6
  brandName: {
7
7
  type: String
8
8
  },
9
- brandIndex: {
10
- type: Number,
9
+ dateString:{
10
+ type:String
11
+ },
12
+ dateIso:{
13
+ type:Date,
14
+ default:new Date()
11
15
  },
12
16
  clientId: {
13
17
  type: String,
@@ -57,14 +61,14 @@ const financeSchema = new mongoose.Schema(
57
61
  type: Boolean,
58
62
  default: false,
59
63
  },
60
- firstFileDate: {
64
+ processfirstFileDate: {
61
65
  type: Date,
62
66
  },
63
- edgeFileDate:{
67
+ edgefirstFileDate:{
64
68
  type: Date,
65
69
  },
66
- daysDifference:{
67
- type:Number
70
+ Date:{
71
+ type:Date
68
72
  },
69
73
  dataProcess: {
70
74
  type: String,