tango-api-schema 2.5.21 → 2.5.22

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.5.21",
3
+ "version": "2.5.22",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -361,7 +361,11 @@ const store = new mongoose.Schema(
361
361
  default: "eod"
362
362
  }
363
363
  }
364
- ]
364
+ ],
365
+ isLLM:{
366
+ type:Boolean,
367
+ default:false
368
+ }
365
369
  },
366
370
  product: {
367
371
  type: Array,