tango-api-schema 2.2.116 → 2.2.118

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.2.116",
3
+ "version": "2.2.118",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -99,6 +99,12 @@ const client = new mongoose.Schema(
99
99
  type: String,
100
100
  },
101
101
  },
102
+ revopConfig:{
103
+ limit:{
104
+ type:Number,
105
+ default:5
106
+ },
107
+ },
102
108
  billingDetails: {
103
109
  tradeName: {
104
110
  type: String,