shuttlepro-shared 1.3.84 → 1.3.86

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.
@@ -159,6 +159,7 @@ const AutomationCondition = new Schema({
159
159
  "orderAutomation",
160
160
  "post",
161
161
  "shift",
162
+ "newCommentPost"
162
163
  ],
163
164
  },
164
165
  keyValue: {
@@ -181,6 +182,7 @@ const AutomationCondition = new Schema({
181
182
  "afterShift",
182
183
  "orderConfirmation",
183
184
  "orderPublish",
185
+ "newCommentPost",
184
186
  ],
185
187
  },
186
188
  subKeyValue: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shuttlepro-shared",
3
- "version": "1.3.84",
3
+ "version": "1.3.86",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {