tango-api-schema 2.2.37 → 2.2.38

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.37",
3
+ "version": "2.2.38",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -590,6 +590,12 @@ const client = new mongoose.Schema(
590
590
  default:false
591
591
  },
592
592
  },
593
+ clientConfigs: {
594
+ exportLimit: {
595
+ type: Number,
596
+ default: 10000
597
+ },
598
+ },
593
599
  },
594
600
  {
595
601
  strict: true,