ins-queue-actions 1.2.121 → 1.2.122

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.
@@ -1,6 +1,10 @@
1
1
  module.exports = {
2
2
  SEND_EMAIL: {
3
3
  ACTION_NAME: "SEND_EMAIL",
4
+ RFQ_COMPLETION_REMINDER: {
5
+ templateName: "RFQ_COMPLETION_REMINDER",
6
+ requiredParams: ["firstName", "rfqId"],
7
+ },
4
8
  WEEKLY_REPORT_GENERATED_SP: {
5
9
  templateName: "WEEKLY_REPORT_GENERATED_SP",
6
10
  requiredParams: [],
@@ -327,6 +331,10 @@ module.exports = {
327
331
  },
328
332
  SEND_SMS: {
329
333
  ACTION_NAME: "SEND_SMS",
334
+ RFQ_COMPLETION_REMINDER: {
335
+ templateName: "RFQ_COMPLETION_REMINDER",
336
+ requiredParams: ["firstName", "rfqId"],
337
+ },
330
338
  WEEKLY_REPORT_GENERATED_SP: {
331
339
  templateName: "WEEKLY_REPORT_GENERATED_SP",
332
340
  requiredParams: [],
@@ -685,6 +693,10 @@ module.exports = {
685
693
  },
686
694
  SEND_PUSH_NOTIFICATION: {
687
695
  ACTION_NAME: "SEND_PUSH_NOTIFICATION",
696
+ RFQ_COMPLETION_REMINDER: {
697
+ templateName: "RFQ_COMPLETION_REMINDER",
698
+ requiredParams: ["firstName", "rfqId"],
699
+ },
688
700
  WEEKLY_REPORT_GENERATED_SP: {
689
701
  templateName: "WEEKLY_REPORT_GENERATED_SP",
690
702
  requiredParams: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.121",
3
+ "version": "1.2.122",
4
4
  "main": "index.js",
5
5
  "engineStrict": true,
6
6
  "repository": {