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