tango-api-schema 2.2.195 → 2.2.197

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.2.195",
3
+ "version": "2.2.197",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -282,6 +282,9 @@ const checklistconfigSchema = new mongoose.Schema({
282
282
  type: Boolean,
283
283
  default:false
284
284
  },
285
+ runAIQuestionCount:{
286
+ type:Number
287
+ },
285
288
  },
286
289
  {
287
290
  strict: true,
@@ -239,6 +239,9 @@ const processedchecklistSchema = new mongoose.Schema({
239
239
  floorId:{
240
240
  type:mongoose.SchemaTypes.ObjectId,
241
241
  },
242
+ runAIQuestionCount:{
243
+ type:Number
244
+ },
242
245
  },
243
246
  {
244
247
  strict: true,
@@ -213,6 +213,9 @@ const processedchecklistconfigSchema = new mongoose.Schema({
213
213
  type: Boolean,
214
214
  default:false
215
215
  },
216
+ runAIQuestionCount:{
217
+ type:Number
218
+ },
216
219
  },
217
220
  {
218
221
  strict: true,
@@ -82,6 +82,12 @@ const store = new mongoose.Schema(
82
82
  processingClose: {
83
83
  type: String,
84
84
  },
85
+ dealskartGSTIN: {
86
+ type: String,
87
+ },
88
+ lenskartGSTIN: {
89
+ type: String,
90
+ },
85
91
  },
86
92
  status: {
87
93
  type: String,