ins-queue-actions 1.2.108 → 1.2.110

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
@@ -177,4 +177,5 @@ module.exports = {
177
177
  UPDATE_RELIABILITY_SCORE: "UPDATE_RELIABILITY_SCORE",
178
178
  UPDATE_WEEKLY_RELIABILITY_SCORE: "UPDATE_WEEKLY_RELIABILITY_SCORE",
179
179
  MANUALLY_UPDATED_RELIABILITY_SCORE: "MANUALLY_UPDATED_RELIABILITY_SCORE",
180
+ ADD_CUSTOMER_WALLET_CREDITS: "ADD_CUSTOMER_WALLET_CREDITS",
180
181
  };
@@ -1,6 +1,10 @@
1
1
  module.exports = {
2
2
  SEND_EMAIL: {
3
3
  ACTION_NAME: "SEND_EMAIL",
4
+ WEEKLY_REPORT_GENERATED_SP: {
5
+ templateName: "WEEKLY_REPORT_GENERATED_SP",
6
+ requiredParams: [],
7
+ },
4
8
  BID_SUBMITTED_BY_SP: {
5
9
  templateName: "BID_SUBMITTED_BY_SP",
6
10
  requiredParams: [],
@@ -315,6 +319,10 @@ module.exports = {
315
319
  },
316
320
  SEND_SMS: {
317
321
  ACTION_NAME: "SEND_SMS",
322
+ WEEKLY_REPORT_GENERATED_SP: {
323
+ templateName: "WEEKLY_REPORT_GENERATED_SP",
324
+ requiredParams: [],
325
+ },
318
326
  BID_SUBMITTED_BY_SP: {
319
327
  templateName: "BID_SUBMITTED_BY_SP",
320
328
  requiredParams: [],
@@ -665,6 +673,10 @@ module.exports = {
665
673
  },
666
674
  SEND_PUSH_NOTIFICATION: {
667
675
  ACTION_NAME: "SEND_PUSH_NOTIFICATION",
676
+ WEEKLY_REPORT_GENERATED_SP: {
677
+ templateName: "WEEKLY_REPORT_GENERATED_SP",
678
+ requiredParams: [],
679
+ },
668
680
  REMIND_SPS_ABOUT_PENDING_QUOTE_REQUEST: {
669
681
  templateName: "REMIND_SPS_ABOUT_PENDING_QUOTE_REQUEST",
670
682
  requiredParams: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.108",
3
+ "version": "1.2.110",
4
4
  "main": "index.js",
5
5
  "engineStrict": true,
6
6
  "repository": {