tango-api-schema 2.0.83 → 2.0.84

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.0.83",
3
+ "version": "2.0.84",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -235,9 +235,11 @@ const client = new mongoose.Schema(
235
235
  featureConfigs: {
236
236
  open: {
237
237
  type: String,
238
+ default: "10:00:00"
238
239
  },
239
240
  close: {
240
241
  type: String,
242
+ default: "23:00:00"
241
243
  },
242
244
  infraAlert: {
243
245
  condition: {