shuttlepro-shared 1.4.78 → 1.4.80

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.
@@ -240,6 +240,7 @@ const AutomationCondition = new Schema({
240
240
  "sendReceipt",
241
241
  "shipperAdvice",
242
242
  "delivered",
243
+ "other",
243
244
  "newCommentPost",
244
245
  "profile",
245
246
  "moveTicket",
@@ -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.80",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {