shuttlepro-shared 1.4.83 → 1.4.85

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.
@@ -361,6 +361,10 @@ const workspaceSchema = new mongoose.Schema(
361
361
  type: Boolean,
362
362
  default: false,
363
363
  },
364
+ emailShotCutKey: {
365
+ type: Boolean,
366
+ default: false,
367
+ },
364
368
  },
365
369
  { timestamps: true, toJSON: { virtuals: true }, toObject: { virtuals: true } }
366
370
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shuttlepro-shared",
3
- "version": "1.4.83",
3
+ "version": "1.4.85",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {