tango-api-schema 2.2.57 → 2.2.59

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.57",
3
+ "version": "2.2.59",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -209,6 +209,9 @@ const processedchecklistSchema = new mongoose.Schema({
209
209
  },
210
210
  isPlano:{
211
211
  type:Boolean,
212
+ },
213
+ planoType:{
214
+ type: String,
212
215
  }
213
216
  },
214
217
  {
@@ -134,6 +134,9 @@ const storeFixtureSchema = new mongoose.Schema(
134
134
  imageUrl: {
135
135
  type: String,
136
136
  },
137
+ vmImageUrl: {
138
+ type: String,
139
+ },
137
140
  },
138
141
  {
139
142
  strict: true,