shuttlepro-shared 1.5.28 → 1.5.30

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.
@@ -255,6 +255,7 @@ const AutomationCondition = new Schema({
255
255
  "moveTicket",
256
256
  "chatClose",
257
257
  "store",
258
+ "cartabandoned",
258
259
  ],
259
260
  },
260
261
  subKeyValue: {
@@ -291,6 +292,10 @@ const AutomationCondition = new Schema({
291
292
  type: String,
292
293
  enum: ["equalTo", "contains", "notEqualTo", "notContains"],
293
294
  },
295
+ delay: {
296
+ type: String,
297
+ default: "",
298
+ },
294
299
  });
295
300
  const AutomationIntegration = new Schema({
296
301
  id: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shuttlepro-shared",
3
- "version": "1.5.28",
3
+ "version": "1.5.30",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {