tango-api-schema 2.5.6 → 2.5.8

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/index.js CHANGED
@@ -240,6 +240,6 @@ export default {
240
240
  planoProductDetailDuplicateModel,
241
241
  vmsStoreRequestModel,
242
242
  sangeethaCamDataModel,
243
- storeAccuracyIssuesModel
243
+ storeAccuracyIssuesModel,
244
244
  RFIDdataModel
245
245
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-api-schema",
3
- "version": "2.5.6",
3
+ "version": "2.5.8",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -10,7 +10,7 @@ const collection = new mongoose.Schema(
10
10
  {},
11
11
  {
12
12
  timestamps: true,
13
- strict: true,
13
+ strict: false,
14
14
  versionKey: false,
15
15
  }
16
16
  );