shuttlepro-shared 1.3.49 → 1.3.51

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.
@@ -35,6 +35,11 @@ const AutomationAction = new Schema({
35
35
  templateId: descriptionJoin,
36
36
  delay: defaultStringType,
37
37
  },
38
+ sendComplaintLink: {
39
+ enabled: { type: Boolean, default: false },
40
+ templateId: descriptionJoin,
41
+ alreadyTicketTemplateId: descriptionJoin,
42
+ },
38
43
  commentReplyPrivately: {
39
44
  enabled: { type: Boolean, default: false },
40
45
  templateId: descriptionJoin,
@@ -318,6 +318,10 @@ const workspaceSchema = new mongoose.Schema(
318
318
  enum: ["everyone", "assignee"],
319
319
  default: "everyone",
320
320
  },
321
+ allowedModules: {
322
+ type: [String],
323
+ default: [],
324
+ },
321
325
  defaultShift: { type: String, default: "" },
322
326
  automationManager: {
323
327
  delayThreshold: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shuttlepro-shared",
3
- "version": "1.3.49",
3
+ "version": "1.3.51",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {