ins-queue-actions 1.2.26 → 1.2.27

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.
@@ -218,7 +218,7 @@ module.exports = {
218
218
  },
219
219
  REQUEST_CUSTOMER_REVIEW: {
220
220
  templateName: "REQUEST_CUSTOMER_REVIEW",
221
- requiredParams: ["message", "link"],
221
+ requiredParams: ["link"],
222
222
  },
223
223
  STRIPE_ACCOUNT_CREATION: {
224
224
  templateName: "STRIPE_ACCOUNT_CREATION",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.26",
3
+ "version": "1.2.27",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }