ins-queue-actions 1.2.71 → 1.2.72

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 +4 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -165,5 +165,8 @@ module.exports = {
165
165
  //-- rfq
166
166
  RFQ_CREDIT_PURCHASE_SUCCEEDED: "RFQ_CREDIT_PURCHASE_SUCCEEDED",
167
167
  NOTIFY_SPS_ABOUT_NEW_QUOTE_REQUEST: "NOTIFY_SPS_ABOUT_NEW_QUOTE_REQUEST",
168
- NEW_RFQ_CHAT_MESSAGE: "NEW_RFQ_CHAT_MESSAGE"
168
+ NEW_RFQ_CHAT_MESSAGE: "NEW_RFQ_CHAT_MESSAGE",
169
+ // sp credits for purchasing booking
170
+ REFUND_SP_BOOKING_CREDITS: "REFUND_SP_BOOKING_CREDITS",
171
+ DEDUCT_SP_BOOKING_CREDITS: "DEDUCT_SP_BOOKING_CREDITS",
169
172
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.71",
3
+ "version": "1.2.72",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }