tango-api-schema 2.2.62 → 2.2.63

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.62",
3
+ "version": "2.2.63",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -593,6 +593,9 @@ const client = new mongoose.Schema(
593
593
  type: Boolean,
594
594
  default:false
595
595
  },
596
+ sendTo: {
597
+ type: Array,
598
+ },
596
599
  },
597
600
  clientConfigs: {
598
601
  exportLimit: {