ins-queue-actions 1.1.87 → 1.1.88

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 +3 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -145,4 +145,7 @@ module.exports = {
145
145
  SEND_PUSH_NOTIFICATION: "SEND_PUSH_NOTIFICATION",
146
146
  INITIATE_MASKED_CALL: "INITIATE_MASKED_CALL",
147
147
  UNHOLD_WALLET_AMOUNT: "UNHOLD_WALLET_AMOUNT",
148
+ EXTERNAL_CUSTOMER_RATING_CREATED: "EXTERNAL_CUSTOMER_RATING_CREATED",
149
+ EXTERNAL_CUSTOMER_RATING_UPDATED: "EXTERNAL_CUSTOMER_RATING_UPDATED",
150
+ EXTERNAL_CUSTOMER_RATING_DELETED: "EXTERNAL_CUSTOMER_RATING_DELETED",
148
151
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.1.87",
3
+ "version": "1.1.88",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }