shuttlepro-shared 1.4.50 → 1.4.52

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.
package/models/Message.js CHANGED
@@ -23,6 +23,7 @@ const newMessageSchema = new mongoose.Schema(
23
23
  "user",
24
24
  "internal",
25
25
  "chatbot",
26
+ "aichatbot",
26
27
  "auto-generated",
27
28
  "facebook",
28
29
  "instagram",
@@ -234,6 +234,7 @@ const workspaceSchema = new mongoose.Schema(
234
234
  default: 30,
235
235
  },
236
236
  isDeleted: { type: Boolean, default: false },
237
+ ticketsByConversation: { type: Boolean, default: false },
237
238
  businessHours: {
238
239
  startTime: { type: String, default: "" },
239
240
  endTime: { type: String, default: "" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shuttlepro-shared",
3
- "version": "1.4.50",
3
+ "version": "1.4.52",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {