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.
- package/models/Automation.js +2 -0
- package/models.js +2 -0
- package/package.json +2 -2
- package/dump.rdb +0 -0
package/models/Automation.js
CHANGED
|
@@ -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
package/dump.rdb
DELETED
|
Binary file
|