ins-queue-actions 1.2.141 → 1.2.143

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.
@@ -387,6 +387,10 @@ module.exports = {
387
387
  templateName: "LOYALTY_STREAK_COMPLETED",
388
388
  requiredParams: ["firstName", "type", "rewardCredits", "milestone"],
389
389
  },
390
+ CUSTOMER_RATED_RFQ: {
391
+ templateName: "CUSTOMER_RATED_RFQ",
392
+ requiredParams: ["rfqId", "rating"],
393
+ },
390
394
  LOYALTY_REWARD_RECEIVED: {
391
395
  templateName: "LOYALTY_REWARD_RECEIVED",
392
396
  requiredParams: ["firstName", "type", "rewardCredits"],
@@ -781,6 +785,10 @@ module.exports = {
781
785
  templateName: "RFQ_COMPLETION_REMINDER",
782
786
  requiredParams: ["firstName", "rfqId"],
783
787
  },
788
+ CUSTOMER_RATED_RFQ: {
789
+ templateName: "CUSTOMER_RATED_RFQ",
790
+ requiredParams: ["rfqId", "rating"],
791
+ },
784
792
  LOYALTY_STREAK_COMPLETED: {
785
793
  templateName: "LOYALTY_STREAK_COMPLETED",
786
794
  requiredParams: ["firstName", "type", "rewardCredits", "milestone"],
@@ -1199,7 +1207,11 @@ module.exports = {
1199
1207
  WEEKLY_DIGEST: {
1200
1208
  templateName: "WEEKLY_DIGEST",
1201
1209
  requiredParams: ["type", "data"],
1202
- }
1210
+ },
1211
+ TRUST_AND_SAFETY_ALERTS: {
1212
+ templateName: "TRUST_AND_SAFETY_ALERTS",
1213
+ requiredParams: ["type", "data"],
1214
+ },
1203
1215
  },
1204
1216
  CALL_NOTIFICATION: {
1205
1217
  ACTION_NAME: "CALL_NOTIFICATION",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.141",
3
+ "version": "1.2.143",
4
4
  "main": "index.js",
5
5
  "engineStrict": true,
6
6
  "repository": {