tango-api-schema 1.0.23 → 1.0.24

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": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -210,7 +210,9 @@ const clientSchema = new mongoose.Schema(
210
210
  type: Boolean,
211
211
  default: false,
212
212
  },
213
-
213
+ liveTicketTime:{
214
+ type:Date
215
+ }
214
216
  },
215
217
  },
216
218
  {
@@ -117,7 +117,7 @@ const collection = new mongoose.Schema(
117
117
  default: true,
118
118
  },
119
119
  ticketConfigs: {
120
- ticketpaused: {
120
+ hibernation: {
121
121
  type: Date,
122
122
  default: Date.now,
123
123
  },