tango-api-schema 2.2.136 → 2.2.137

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.136",
3
+ "version": "2.2.137",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -124,6 +124,9 @@ const user = new mongoose.Schema(
124
124
  type: Boolean,
125
125
  default: false
126
126
  },
127
+ employeeTagId:{
128
+ type:String
129
+ },
127
130
  },
128
131
  {
129
132
  strict: true,