tango-api-schema 2.1.4 → 2.1.5

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.1.4",
3
+ "version": "2.1.5",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -48,6 +48,18 @@ tempId:{
48
48
  userCommands: {
49
49
  type: String,
50
50
  },
51
+ inputBucketName:{
52
+ type:String
53
+ },
54
+ fileDetails: {
55
+ type:Array
56
+ },
57
+ questionType: {
58
+ type: String
59
+ },
60
+ videoDetails:{
61
+ type: Object
62
+ }
51
63
  },
52
64
  {
53
65
  timestamps: true,
@@ -56,4 +68,4 @@ tempId:{
56
68
  } );
57
69
 
58
70
 
59
- export default mongoose.model( 'binaryAuditSchema', binaryAuditSchema, 'binaryAuditSchema' );
71
+ export default mongoose.model( 'binaryAudit', binaryAuditSchema, 'binaryAudit' );