tango-api-schema 2.1.52 → 2.1.53

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": "2.1.52",
3
+ "version": "2.1.53",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -69,8 +69,16 @@ const auditUserWalletSchema = new mongoose.Schema( {
69
69
  },
70
70
  deductionByLateLogin:{
71
71
  type:Number
72
+ },
73
+ afterCountCredit:{
74
+ type:Number
75
+ },
76
+ beforeCountCredit:{
77
+ type:Number
78
+ },
79
+ singleImageAmount:{
80
+ type:Number
72
81
  }
73
-
74
82
 
75
83
  },
76
84
  {