tango-api-schema 2.2.90 → 2.2.91

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.90",
3
+ "version": "2.2.91",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -212,7 +212,7 @@ const checklistconfigSchema = new mongoose.Schema({
212
212
  },
213
213
  storeOpenClose:{
214
214
  buffer: {
215
- opentime:{
215
+ openTime:{
216
216
  type:Number
217
217
  },
218
218
  closeTime:{
@@ -138,7 +138,7 @@ const processedchecklistconfigSchema = new mongoose.Schema({
138
138
  },
139
139
  storeOpenClose:{
140
140
  buffer: {
141
- opentime:{
141
+ openTime:{
142
142
  type:Number
143
143
  },
144
144
  closeTime:{