tango-api-schema 2.0.83 → 2.0.85

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.85",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -47,7 +47,6 @@ const client = new mongoose.Schema(
47
47
  paymentStatus: {
48
48
  type: String,
49
49
  enum: ['free','trial','paid','unbilled','due'],
50
- default: 'trial'
51
50
  },
52
51
  product: [
53
52
  {
@@ -235,9 +234,11 @@ const client = new mongoose.Schema(
235
234
  featureConfigs: {
236
235
  open: {
237
236
  type: String,
237
+ default: "10:00:00"
238
238
  },
239
239
  close: {
240
240
  type: String,
241
+ default: "23:00:00"
241
242
  },
242
243
  infraAlert: {
243
244
  condition: {