ins-queue-actions 1.2.111 → 1.2.113
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 +4 -0
- package/notificationTemplates.js +8 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -180,4 +180,8 @@ module.exports = {
|
|
|
180
180
|
ADD_CUSTOMER_WALLET_CREDITS: "ADD_CUSTOMER_WALLET_CREDITS",
|
|
181
181
|
// Denormalized field sync between services
|
|
182
182
|
SYNC_ENTITY_FIELDS: "SYNC_ENTITY_FIELDS",
|
|
183
|
+
|
|
184
|
+
// SP Budget
|
|
185
|
+
RFQ_AI_ESTIMATE: "RFQ_AI_ESTIMATE",
|
|
186
|
+
DEDUCT_SP_BUDGET_FOR_RFQ: "DEDUCT_SP_BUDGET_FOR_RFQ",
|
|
183
187
|
};
|
package/notificationTemplates.js
CHANGED
|
@@ -316,6 +316,10 @@ module.exports = {
|
|
|
316
316
|
templateName: "SP_REMINDER_FOR_MEMBERSHIP_RENEWAL",
|
|
317
317
|
requiredParams: ["date", "link"],
|
|
318
318
|
},
|
|
319
|
+
CUSTOMER_MONTHLY_CREDIT_ADDED: {
|
|
320
|
+
templateName: "CUSTOMER_MONTHLY_CREDIT_ADDED",
|
|
321
|
+
requiredParams: ["firstName", "amount"],
|
|
322
|
+
},
|
|
319
323
|
},
|
|
320
324
|
SEND_SMS: {
|
|
321
325
|
ACTION_NAME: "SEND_SMS",
|
|
@@ -982,6 +986,10 @@ module.exports = {
|
|
|
982
986
|
templateName: "ADMIN_CANCELLED_SP_SUBSCRIPTION",
|
|
983
987
|
requiredParams: [],
|
|
984
988
|
},
|
|
989
|
+
CUSTOMER_MONTHLY_CREDIT_ADDED: {
|
|
990
|
+
templateName: "CUSTOMER_MONTHLY_CREDIT_ADDED",
|
|
991
|
+
requiredParams: ["amount"],
|
|
992
|
+
},
|
|
985
993
|
},
|
|
986
994
|
INITIATE_MASKED_CALL: {
|
|
987
995
|
ACTION_NAME: "INITIATE_MASKED_CALL",
|