shuttlepro-shared 1.3.45 → 1.3.46

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.
@@ -10,7 +10,7 @@ const FeedbackResponseSchema = new Schema(
10
10
  },
11
11
  type: {
12
12
  type: String,
13
- enum: ["conversation", "order"],
13
+ enum: ["conversation", "order","shop"],
14
14
  default: "conversation",
15
15
  },
16
16
  refId: {
@@ -318,10 +318,6 @@ const workspaceSchema = new mongoose.Schema(
318
318
  enum: ["everyone", "assignee"],
319
319
  default: "everyone",
320
320
  },
321
- allowedModules: {
322
- type: [String],
323
- default: [],
324
- },
325
321
  defaultShift: { type: String, default: "" },
326
322
  automationManager: {
327
323
  delayThreshold: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shuttlepro-shared",
3
- "version": "1.3.45",
3
+ "version": "1.3.46",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {