tango-api-schema 2.6.12 → 2.6.13

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.6.12",
3
+ "version": "2.6.13",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -276,6 +276,12 @@ const processedchecklistSchema = new mongoose.Schema({
276
276
  },
277
277
  userComplianceCount:{
278
278
  type:Number
279
+ },
280
+ userSignature:{
281
+ type:String
282
+ },
283
+ userImage:{
284
+ type:String
279
285
  }
280
286
  },
281
287
  {