shuttlepro-shared 1.4.94 → 1.4.95

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.
@@ -371,6 +371,10 @@ const workspaceSchema = new mongoose.Schema(
371
371
  type: Boolean,
372
372
  default: false,
373
373
  },
374
+ autoSubmitResolutionType: {
375
+ type: Boolean,
376
+ default: false,
377
+ },
374
378
  },
375
379
  { timestamps: true, toJSON: { virtuals: true }, toObject: { virtuals: true } }
376
380
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shuttlepro-shared",
3
- "version": "1.4.94",
3
+ "version": "1.4.95",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {