ins-queue-actions 1.2.12 → 1.2.13

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.
Files changed (2) hide show
  1. package/index.js +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -143,6 +143,7 @@ module.exports = {
143
143
  SEND_EMAIL: "SEND_EMAIL",
144
144
  SEND_SMS: "SEND_SMS",
145
145
  SEND_PUSH_NOTIFICATION: "SEND_PUSH_NOTIFICATION",
146
+ SEND_SLACK_NOTIFICATION: "SEND_SLACK_NOTIFICATION",
146
147
  INITIATE_MASKED_CALL: "INITIATE_MASKED_CALL",
147
148
  UNHOLD_WALLET_AMOUNT: "UNHOLD_WALLET_AMOUNT",
148
149
  EXTERNAL_CUSTOMER_RATING_CREATED: "EXTERNAL_CUSTOMER_RATING_CREATED",
@@ -160,4 +161,4 @@ module.exports = {
160
161
  STATE_CONFIG_CREATED: "STATE_CONFIG_CREATED",
161
162
  STATE_CONFIG_UPDATED: "STATE_CONFIG_UPDATED",
162
163
  REFRESH_TOP_PROS: "REFRESH_TOP_PROS",
163
- };
164
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.12",
3
+ "version": "1.2.13",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }