tango-api-schema 2.5.63 → 2.5.64

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.5.63",
3
+ "version": "2.5.64",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -448,6 +448,9 @@ const checklistconfigSchema = new mongoose.Schema({
448
448
  type:Array,
449
449
  default:[]
450
450
  }
451
+ },
452
+ complianceCount:{
453
+ type:Number
451
454
  }
452
455
  },
453
456
  {
@@ -256,6 +256,9 @@ const processedchecklistSchema = new mongoose.Schema({
256
256
  },
257
257
  export:{
258
258
  type:Boolean
259
+ },
260
+ notify:{
261
+ type:Boolean
259
262
  }
260
263
  },
261
264
  {
@@ -116,6 +116,9 @@ const storeFixtureSchema = new mongoose.Schema(
116
116
  }
117
117
  },
118
118
  ],
119
+ standardTemplateGroupName: {
120
+ type: String
121
+ },
119
122
  associatedElementType: {
120
123
  type: String,
121
124
  enum: [ 'wall', 'facade' ],