tango-api-schema 1.0.26 → 1.0.27

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.26",
3
+ "version": "1.0.27",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -165,11 +165,6 @@ const clientSchema = new mongoose.Schema(
165
165
  type: Number,
166
166
  default: 0,
167
167
  },
168
- liveConfig: {
169
- // live one - Every 1 hour, three - every three hour
170
- type: String,
171
- default: 0,
172
- },
173
168
  ticketReopen: {
174
169
  type: Number,
175
170
  default: 0,