ins-queue-actions 1.2.9 → 1.2.10

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.
@@ -177,6 +177,10 @@ module.exports = {
177
177
  templateName: "CONTACT_US",
178
178
  requiredParams: ["subject", "message", "customerEmail", "email"],
179
179
  },
180
+ STRIPE_ACCOUNT_INSUFFICIENT_FUNDS: {
181
+ templateName: "STRIPE_ACCOUNT_INSUFFICIENT_FUNDS",
182
+ requiredParams: ["email", "balance"],
183
+ },
180
184
  },
181
185
  SEND_SMS: {
182
186
  ACTION_NAME: "SEND_SMS",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.9",
3
+ "version": "1.2.10",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }