ins-queue-actions 1.2.9 → 1.2.11

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.
package/index.js CHANGED
@@ -159,4 +159,5 @@ module.exports = {
159
159
  REFUND_UNUSED_WALLET_CREDITS: "REFUND_UNUSED_WALLET_CREDITS",
160
160
  STATE_CONFIG_CREATED: "STATE_CONFIG_CREATED",
161
161
  STATE_CONFIG_UPDATED: "STATE_CONFIG_UPDATED",
162
+ REFRESH_TOP_PROS: "REFRESH_TOP_PROS",
162
163
  };
@@ -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.11",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }