tango-api-schema 2.2.154 → 2.2.155

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.154",
3
+ "version": "2.2.155",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -242,9 +242,12 @@ const planoTaskCompliance = new mongoose.Schema(
242
242
  ],
243
243
  vmConfig: [
244
244
  {
245
+ vmName: {
246
+ type: String
247
+ },
245
248
  vmId: {
246
249
  type: mongoose.Schema.Types.ObjectId,
247
-
250
+
248
251
  },
249
252
  startYPosition: {
250
253
  type: Number