tango-api-schema 2.0.159 → 2.0.161

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.159",
3
+ "version": "2.0.161",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -225,6 +225,12 @@ const client = new mongoose.Schema(
225
225
  audit: {
226
226
  type: Boolean,
227
227
  },
228
+ count:{
229
+ type:Number
230
+ },
231
+ ratio:{
232
+ type:Number
233
+ },
228
234
  queueName: {
229
235
  type: String,
230
236
  },
@@ -271,7 +271,8 @@ const store = new mongoose.Schema(
271
271
  default: 'dynamic',
272
272
  },
273
273
  queueList: {
274
- type: Array
274
+ type: Array,
275
+ default: ['yolo-v2'],
275
276
  },
276
277
  productFilter: [
277
278
  {