shuttlepro-shared 1.4.78 → 1.4.79

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.
@@ -357,6 +357,10 @@ const workspaceSchema = new mongoose.Schema(
357
357
  tokens: { type: Number, default: 0 },
358
358
  limit: { type: Number, default: 0 },
359
359
  },
360
+ hideMarketingTemplates: {
361
+ type: Boolean,
362
+ default: false,
363
+ },
360
364
  },
361
365
  { timestamps: true, toJSON: { virtuals: true }, toObject: { virtuals: true } }
362
366
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shuttlepro-shared",
3
- "version": "1.4.78",
3
+ "version": "1.4.79",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {