tango-api-schema 2.2.118 → 2.2.119

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.118",
3
+ "version": "2.2.119",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -236,6 +236,9 @@ const processedchecklistSchema = new mongoose.Schema({
236
236
  approvalByEmail:{
237
237
  type: String,
238
238
  },
239
+ floorId:{
240
+ type:mongoose.SchemaTypes.ObjectId,
241
+ },
239
242
  },
240
243
  {
241
244
  strict: true,
@@ -232,6 +232,9 @@ const processedTaskSchema = new mongoose.Schema(
232
232
  approvalByEmail:{
233
233
  type: String,
234
234
  },
235
+ floorId:{
236
+ type:mongoose.SchemaTypes.ObjectId,
237
+ },
235
238
  },
236
239
  {
237
240
  strict: true,