shuttlepro-shared 1.4.76 → 1.4.78

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.
@@ -211,6 +211,7 @@ const AutomationCondition = new Schema({
211
211
  "newCommentPost",
212
212
  "profile",
213
213
  "moveTicket",
214
+ "chatClose",
214
215
  ],
215
216
  },
216
217
  keyValue: {
@@ -242,6 +243,7 @@ const AutomationCondition = new Schema({
242
243
  "newCommentPost",
243
244
  "profile",
244
245
  "moveTicket",
246
+ "chatClose",
245
247
  ],
246
248
  },
247
249
  subKeyValue: {
package/models.js CHANGED
@@ -109,6 +109,7 @@ const Workflow = require("./models/Workflow");
109
109
  const Workspace = require("./models/Workspace");
110
110
  const Shop = require("./models/Shop");
111
111
  const Call = require("./models/Call");
112
+ const Webhook = require("./models/Webhook");
112
113
 
113
114
  module.exports = {
114
115
  Activity,
@@ -222,4 +223,5 @@ module.exports = {
222
223
  WorkflowRun,
223
224
  Shop,
224
225
  Call,
226
+ Webhook,
225
227
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shuttlepro-shared",
3
- "version": "1.4.76",
3
+ "version": "1.4.78",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -26,4 +26,4 @@
26
26
  "redis": "^4.6.14",
27
27
  "socket.io": "^4.8.1"
28
28
  }
29
- }
29
+ }
package/dump.rdb DELETED
Binary file