tango-api-schema 2.1.93 → 2.1.94

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.93",
3
+ "version": "2.1.94",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -107,7 +107,11 @@ const user = new mongoose.Schema(
107
107
  },
108
108
  assignedStores:{
109
109
  type:Array
110
- }
110
+ },
111
+ fcmToken:{
112
+ type:String,
113
+ default:''
114
+ },
111
115
  },
112
116
  {
113
117
  strict: true,