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