ins-queue-actions 1.2.119 → 1.2.120

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.
@@ -674,6 +674,10 @@ module.exports = {
674
674
  templateName: "ADMIN_CANCELLED_SP_SUBSCRIPTION",
675
675
  requiredParams: [],
676
676
  },
677
+ CUSTOMER_RESPONDED_TO_SP_BID: {
678
+ templateName: "CUSTOMER_RESPONDED_TO_SP_BID",
679
+ requiredParams: [],
680
+ },
677
681
  },
678
682
  SEND_PUSH_NOTIFICATION: {
679
683
  ACTION_NAME: "SEND_PUSH_NOTIFICATION",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.119",
3
+ "version": "1.2.120",
4
4
  "main": "index.js",
5
5
  "engineStrict": true,
6
6
  "repository": {