@go-mailer/vertebra 3.2.41 → 3.2.43

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.
@@ -44,6 +44,7 @@ module.exports = {
44
44
  SMS_CAMPAIGNS: "sms_campaigns_to_process",
45
45
  SMS_MESSAGES: "sms_messages_to_send",
46
46
  SMS_LOG_EVENT: "sms_log_events",
47
+ SMS_REPORT: "sms_report",
47
48
 
48
49
  WEB_PUSH_CAMPAIGNS: "web_push_campaigns_to_process",
49
50
  WEB_PUSH_MESSAGES: "web_push_messages_to_send",
@@ -97,6 +98,7 @@ module.exports = {
97
98
  DATA_RETENTION_DELETE_PEOPLE: 'retention_delete_people_related_data',
98
99
  DATA_RETENTION_DELETE_MAIL: 'retention_delete_mail_related_data',
99
100
  DATA_RETENTION_DELETE_MESSAGING: 'retention_delete_messaging_related_data',
101
+ DATA_RETENTION_DELETE_MOBILE: 'retention_delete_mobile_related_data',
100
102
  DATA_RETENTION_DELETE_SALES: 'retention_delete_sales_related_data',
101
103
  DATA_RETENTION_DELETE_SMS: 'retention_delete_sms_related_data'
102
104
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go-mailer/vertebra",
3
- "version": "3.2.41",
3
+ "version": "3.2.43",
4
4
  "description": "Go-Mailer vertebra",
5
5
  "main": "index.js",
6
6
  "scripts": {