tango-api-schema 2.2.114 → 2.2.115

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.114",
3
+ "version": "2.2.115",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -637,6 +637,14 @@ const client = new mongoose.Schema(
637
637
  type: Boolean,
638
638
  default:false
639
639
  },
640
+ isCrestPlanogram: {
641
+ type: Boolean,
642
+ default:false
643
+ },
644
+ isTangoPlanogram: {
645
+ type: Boolean,
646
+ default:false
647
+ },
640
648
  },
641
649
  {
642
650
  strict: true,