ins-queue-actions 1.2.88 → 1.2.89
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/notificationTemplates.js +16 -0
- package/package.json +1 -1
package/notificationTemplates.js
CHANGED
|
@@ -638,6 +638,14 @@ module.exports = {
|
|
|
638
638
|
templateName: "SP_REMINDER_FOR_MEMBERSHIP_RENEWAL",
|
|
639
639
|
requiredParams: ["date", "link", "subscriptionId"],
|
|
640
640
|
},
|
|
641
|
+
ADMIN_CANCELLED_CUSTOMER_SUBSCRIPTION: {
|
|
642
|
+
templateName: "ADMIN_CANCELLED_CUSTOMER_SUBSCRIPTION",
|
|
643
|
+
requiredParams: [],
|
|
644
|
+
},
|
|
645
|
+
ADMIN_CANCELLED_SP_SUBSCRIPTION: {
|
|
646
|
+
templateName: "ADMIN_CANCELLED_SP_SUBSCRIPTION",
|
|
647
|
+
requiredParams: [],
|
|
648
|
+
},
|
|
641
649
|
},
|
|
642
650
|
SEND_PUSH_NOTIFICATION: {
|
|
643
651
|
ACTION_NAME: "SEND_PUSH_NOTIFICATION",
|
|
@@ -930,6 +938,14 @@ module.exports = {
|
|
|
930
938
|
templateName: "SP_REMINDER_FOR_MEMBERSHIP_RENEWAL",
|
|
931
939
|
requiredParams: ["date", "link", "subscriptionId"],
|
|
932
940
|
},
|
|
941
|
+
ADMIN_CANCELLED_CUSTOMER_SUBSCRIPTION: {
|
|
942
|
+
templateName: "ADMIN_CANCELLED_CUSTOMER_SUBSCRIPTION",
|
|
943
|
+
requiredParams: [],
|
|
944
|
+
},
|
|
945
|
+
ADMIN_CANCELLED_SP_SUBSCRIPTION: {
|
|
946
|
+
templateName: "ADMIN_CANCELLED_SP_SUBSCRIPTION",
|
|
947
|
+
requiredParams: [],
|
|
948
|
+
},
|
|
933
949
|
},
|
|
934
950
|
INITIATE_MASKED_CALL: {
|
|
935
951
|
ACTION_NAME: "INITIATE_MASKED_CALL",
|