tango-api-schema 2.2.38 → 2.2.40

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.38",
3
+ "version": "2.2.40",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -48,6 +48,9 @@ const planoComplianceSchema = new mongoose.Schema(
48
48
  type:Date,
49
49
  required:true
50
50
  },
51
+ planoMappingId:{
52
+ type: mongoose.Types.ObjectId,
53
+ },
51
54
  },
52
55
  {
53
56
  strict: true,
@@ -288,6 +288,10 @@ const store = new mongoose.Schema(
288
288
  type: Array,
289
289
  default: ['YOLO-V3'],
290
290
  },
291
+ videoQueueList: {
292
+ type: Array,
293
+ default: [],
294
+ },
291
295
  productFilter: [
292
296
  {
293
297
  productName: {