ins-queue-actions 1.2.64 → 1.2.65
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 +4 -0
- package/package.json +1 -1
package/notificationTemplates.js
CHANGED
|
@@ -820,6 +820,10 @@ module.exports = {
|
|
|
820
820
|
templateName: "BOOKING_ONGOING_AFTER_CUTOFF_TIME",
|
|
821
821
|
requiredParams: ["type", "data"],
|
|
822
822
|
},
|
|
823
|
+
SUBSCRIPTION_CANCELLED: {
|
|
824
|
+
templateName: "SUBSCRIPTION_CANCELLED",
|
|
825
|
+
requiredParams: ["type", "data"],
|
|
826
|
+
},
|
|
823
827
|
},
|
|
824
828
|
CALL_NOTIFICATION: {
|
|
825
829
|
ACTION_NAME: "CALL_NOTIFICATION",
|