tango-api-schema 2.5.52 → 2.5.53

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.52",
3
+ "version": "2.5.53",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -385,7 +385,7 @@ const planoTaskCompliance = new mongoose.Schema(
385
385
  },
386
386
  type: {
387
387
  type: String,
388
- enum: ['fixture', 'vm', 'product', 'layout', 'merchRollout', 'vmRollout', 'fixtureMeasurement'],
388
+ enum: ['fixture', 'vm', 'product', 'layout', 'merchRollout', 'vmRollout', 'fixtureMeasurement','fixtureImage'],
389
389
  required: true
390
390
  },
391
391
  date_string: {
@@ -415,6 +415,7 @@ const planoTaskCompliance = new mongoose.Schema(
415
415
  }
416
416
  },
417
417
  {
418
+ strict: false,
418
419
  timestamps: true,
419
420
  versionKey: false,
420
421
  }