tango-api-schema 1.0.34 → 1.0.35

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.34",
3
+ "version": "1.0.35",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -357,6 +357,9 @@ const collection = new mongoose.Schema(
357
357
  lastticket_generated: {
358
358
  type: Date,
359
359
  },
360
+ nextLiveTicketTime: {
361
+ type: Date,
362
+ },
360
363
  },
361
364
  storeConnectionId: {
362
365
  anydeskId: {