ins-queue-actions 1.2.43 → 1.2.44

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
@@ -161,4 +161,6 @@ module.exports = {
161
161
  STATE_CONFIG_UPDATED: "STATE_CONFIG_UPDATED",
162
162
  REFRESH_TOP_PROS: "REFRESH_TOP_PROS",
163
163
  SERVICE_PARTNER_ADDRESS_CHANGED: "SERVICE_PARTNER_ADDRESS_CHANGED",
164
+ //-- rfq
165
+ RFQ_CREDIT_PURCHASE_SUCCEEDED: "RFQ_CREDIT_PURCHASE_SUCCEEDED",
164
166
  };
@@ -17,6 +17,10 @@ module.exports = {
17
17
  templateName: "ADMIN_EMAIL_VERIFICATION",
18
18
  requiredParams: ["name", "otpCode"],
19
19
  },
20
+ ADMIN_ERROR_REPORTING: {
21
+ templateName: "ADMIN_ERROR_REPORTING",
22
+ requiredParams: ["message"],
23
+ },
20
24
  ADMIN_NOTIFY_FOR_SP_CHANGED_ADDRESS: {
21
25
  templateName: "ADMIN_NOTIFY_FOR_SP_CHANGED_ADDRESS",
22
26
  requiredParams: ["servicePartnerName", "servicePartnerId"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.43",
3
+ "version": "1.2.44",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }