From 69ea7777e694699881f4de7265d8319466f6d5c1 Mon Sep 17 00:00:00 2001 From: Luzia Date: Mon, 11 Nov 2024 14:36:28 +0100 Subject: [PATCH 1/4] Update manageable flag --- .../device-registered/event-general-notifications.json | 1 + .../device-removed/event-general-notifications.json | 1 + .../pending-approval/event-general-notifications.json | 1 + .../device-registered/event-general-notifications.json | 4 ++-- 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/collections/business/general-notifications/event-general-notifications/device-registered/event-general-notifications.json b/collections/business/general-notifications/event-general-notifications/device-registered/event-general-notifications.json index 740aa28..911f265 100644 --- a/collections/business/general-notifications/event-general-notifications/device-registered/event-general-notifications.json +++ b/collections/business/general-notifications/event-general-notifications/device-registered/event-general-notifications.json @@ -9,6 +9,7 @@ "id": "device-registered", "name": "Device Registered", "userPreferenceEnabled": false, + "manageable": false, "deliveryOptions": [ { "channel": "email", diff --git a/collections/business/general-notifications/event-general-notifications/device-removed/event-general-notifications.json b/collections/business/general-notifications/event-general-notifications/device-removed/event-general-notifications.json index 501fdf1..8a4af77 100644 --- a/collections/business/general-notifications/event-general-notifications/device-removed/event-general-notifications.json +++ b/collections/business/general-notifications/event-general-notifications/device-removed/event-general-notifications.json @@ -9,6 +9,7 @@ "id": "device-removed", "name": "Device Removed", "userPreferenceEnabled": false, + "manageable": false, "deliveryOptions": [ { "channel": "email", diff --git a/collections/business/general-notifications/event-general-notifications/pending-approval/event-general-notifications.json b/collections/business/general-notifications/event-general-notifications/pending-approval/event-general-notifications.json index 26d09f0..30ae410 100644 --- a/collections/business/general-notifications/event-general-notifications/pending-approval/event-general-notifications.json +++ b/collections/business/general-notifications/event-general-notifications/pending-approval/event-general-notifications.json @@ -133,6 +133,7 @@ "id": "direct-debit-to-approve", "name": "Direct Debit To Approve", "userPreferenceEnabled": true, + "manageable": false, "additionalFilterLogic": "#triggeredEvent['approval']['resource'] == 'Batch' && #triggeredEvent['approval']['function'] == 'Batch - SEPA DD'", "deliveryOptions": [ { diff --git a/collections/oneruntime/general-notifications/event-general-notifications/device-registered/event-general-notifications.json b/collections/oneruntime/general-notifications/event-general-notifications/device-registered/event-general-notifications.json index 8e555ec..a5293a7 100644 --- a/collections/oneruntime/general-notifications/event-general-notifications/device-registered/event-general-notifications.json +++ b/collections/oneruntime/general-notifications/event-general-notifications/device-registered/event-general-notifications.json @@ -9,8 +9,8 @@ "id": "device-registered", "name": "Device Registered", "userPreferenceEnabled": false, - "additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'RETAIL' : true", "manageable": false, + "additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'RETAIL' : true", "deliveryOptions": [ { "channel": "email", @@ -30,8 +30,8 @@ "id": "device-registered-business", "name": "Device Registered", "userPreferenceEnabled": false, - "additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'BUSINESS' : false", "manageable": false, + "additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'BUSINESS' : false", "deliveryOptions": [ { "channel": "email", From 1a2c71525e763d455889503f87e140ab3b7d332a Mon Sep 17 00:00:00 2001 From: Luzia Date: Mon, 11 Nov 2024 14:38:29 +0100 Subject: [PATCH 2/4] Update manageable flag --- .../batch-status-updated/event-general-notifications.json | 1 + 1 file changed, 1 insertion(+) diff --git a/collections/business/general-notifications/event-general-notifications/batch-status-updated/event-general-notifications.json b/collections/business/general-notifications/event-general-notifications/batch-status-updated/event-general-notifications.json index c912653..3b7ad2b 100644 --- a/collections/business/general-notifications/event-general-notifications/batch-status-updated/event-general-notifications.json +++ b/collections/business/general-notifications/event-general-notifications/batch-status-updated/event-general-notifications.json @@ -51,6 +51,7 @@ "id": "direct-debit-status-updated", "name": "Direct Debit Status Updated", "userPreferenceEnabled": true, + "manageable": false, "additionalFilterLogic": "(#triggeredEvent['status'] == 'REJECTED' || (#triggeredEvent['status'] == 'PROCESSED' && #triggeredEvent['rejectedTransactionsCount'] >= 1)) && #triggeredEvent['type'] == 'SEPADD'", "deliveryOptions": [ { From 9b9aff5a51218026f43eee057f6f3e1109a69099 Mon Sep 17 00:00:00 2001 From: Luzia Date: Mon, 11 Nov 2024 14:46:25 +0100 Subject: [PATCH 3/4] Fix inconsistences --- .../email-address-added/event-general-notifications.json | 1 + .../email-address-deleted/event-general-notifications.json | 1 + .../password-changed/event-general-notifications.json | 1 + .../password-reset-failure/event-general-notifications.json | 1 + .../password-reset-success/event-general-notifications.json | 1 + .../payment-order-updated/event-general-notifications.json | 1 - .../phone-number-added/event-general-notifications.json | 1 + .../phone-number-deleted/event-general-notifications.json | 1 + .../phone-number-updated/event-general-notifications.json | 1 + .../postal-address-added/event-general-notifications.json | 1 + .../postal-address-deleted/event-general-notifications.json | 1 + .../postal-address-updated/event-general-notifications.json | 1 + .../update-email/event-general-notifications.json | 1 + .../username-changed/event-general-notifications.json | 1 + .../device-removed/event-general-notifications.json | 4 ++-- .../device-registered/event-general-notifications.json | 1 + .../device-removed/event-general-notifications.json | 1 + .../email-address-added/event-general-notifications.json | 1 + .../email-address-deleted/event-general-notifications.json | 1 + .../password-changed/event-general-notifications.json | 1 + .../password-reset-failure/event-general-notifications.json | 1 + .../password-reset-success/event-general-notifications.json | 1 + .../phone-number-added/event-general-notifications.json | 1 + .../phone-number-deleted/event-general-notifications.json | 1 + .../phone-number-updated/event-general-notifications.json | 1 + .../postal-address-added/event-general-notifications.json | 1 + .../postal-address-deleted/event-general-notifications.json | 1 + .../postal-address-updated/event-general-notifications.json | 1 + .../update-email/event-general-notifications.json | 1 + .../username-changed/event-general-notifications.json | 1 + 30 files changed, 30 insertions(+), 3 deletions(-) diff --git a/collections/business/general-notifications/event-general-notifications/email-address-added/event-general-notifications.json b/collections/business/general-notifications/event-general-notifications/email-address-added/event-general-notifications.json index 686d456..c13769d 100644 --- a/collections/business/general-notifications/event-general-notifications/email-address-added/event-general-notifications.json +++ b/collections/business/general-notifications/event-general-notifications/email-address-added/event-general-notifications.json @@ -10,6 +10,7 @@ "id": "email-address-added", "name": "Email address added", "userPreferenceEnabled": false, + "manageable": false, "additionalFilterLogic": "#triggeredEvent['previousContactEmail'] != null", "deliveryOptions": [ { diff --git a/collections/business/general-notifications/event-general-notifications/email-address-deleted/event-general-notifications.json b/collections/business/general-notifications/event-general-notifications/email-address-deleted/event-general-notifications.json index 730cde8..8659fa0 100644 --- a/collections/business/general-notifications/event-general-notifications/email-address-deleted/event-general-notifications.json +++ b/collections/business/general-notifications/event-general-notifications/email-address-deleted/event-general-notifications.json @@ -11,6 +11,7 @@ "name": "Email address deleted", "additionalFilterLogic": "#triggeredEvent['previousContactEmail'] != null", "userPreferenceEnabled": false, + "manageable": false, "deliveryOptions": [ { "channel": "email", diff --git a/collections/business/general-notifications/event-general-notifications/password-changed/event-general-notifications.json b/collections/business/general-notifications/event-general-notifications/password-changed/event-general-notifications.json index fc90c9e..52f0c4b 100644 --- a/collections/business/general-notifications/event-general-notifications/password-changed/event-general-notifications.json +++ b/collections/business/general-notifications/event-general-notifications/password-changed/event-general-notifications.json @@ -9,6 +9,7 @@ "id": "password-changed", "name": "Password Changed", "userPreferenceEnabled": false, + "manageable": false, "deliveryOptions": [ { "channel": "email", diff --git a/collections/business/general-notifications/event-general-notifications/password-reset-failure/event-general-notifications.json b/collections/business/general-notifications/event-general-notifications/password-reset-failure/event-general-notifications.json index 8854163..28e6420 100644 --- a/collections/business/general-notifications/event-general-notifications/password-reset-failure/event-general-notifications.json +++ b/collections/business/general-notifications/event-general-notifications/password-reset-failure/event-general-notifications.json @@ -9,6 +9,7 @@ "id": "password-reset-failure", "name": "Password Reset Failure ", "userPreferenceEnabled": false, + "manageable": false, "deliveryOptions": [ { "channel": "email", diff --git a/collections/business/general-notifications/event-general-notifications/password-reset-success/event-general-notifications.json b/collections/business/general-notifications/event-general-notifications/password-reset-success/event-general-notifications.json index 77c3e0e..5a7988a 100644 --- a/collections/business/general-notifications/event-general-notifications/password-reset-success/event-general-notifications.json +++ b/collections/business/general-notifications/event-general-notifications/password-reset-success/event-general-notifications.json @@ -9,6 +9,7 @@ "id": "password-reset-success", "name": "Password Reset Success", "userPreferenceEnabled": false, + "manageable": false, "deliveryOptions": [ { "channel": "email", diff --git a/collections/business/general-notifications/event-general-notifications/payment-order-updated/event-general-notifications.json b/collections/business/general-notifications/event-general-notifications/payment-order-updated/event-general-notifications.json index a673d8e..e109f76 100644 --- a/collections/business/general-notifications/event-general-notifications/payment-order-updated/event-general-notifications.json +++ b/collections/business/general-notifications/event-general-notifications/payment-order-updated/event-general-notifications.json @@ -10,7 +10,6 @@ "id": "payment-status-updated-rejected", "name": "Payment Status Updated (Rejected)", "userPreferenceEnabled": true, - "manageable": true, "additionalFilterLogic": "#triggeredEvent['paymentOrder']['status'] == 'REJECTED'", "deliveryOptions": [ { diff --git a/collections/business/general-notifications/event-general-notifications/phone-number-added/event-general-notifications.json b/collections/business/general-notifications/event-general-notifications/phone-number-added/event-general-notifications.json index c153cb4..b50d55d 100644 --- a/collections/business/general-notifications/event-general-notifications/phone-number-added/event-general-notifications.json +++ b/collections/business/general-notifications/event-general-notifications/phone-number-added/event-general-notifications.json @@ -9,6 +9,7 @@ "id": "phone-number-added", "name": "Phone number added", "userPreferenceEnabled": false, + "manageable": false, "deliveryOptions": [ { "channel": "email", diff --git a/collections/business/general-notifications/event-general-notifications/phone-number-deleted/event-general-notifications.json b/collections/business/general-notifications/event-general-notifications/phone-number-deleted/event-general-notifications.json index 097feab..8a284c7 100644 --- a/collections/business/general-notifications/event-general-notifications/phone-number-deleted/event-general-notifications.json +++ b/collections/business/general-notifications/event-general-notifications/phone-number-deleted/event-general-notifications.json @@ -9,6 +9,7 @@ "id": "phone-number-deleted", "name": "Phone number deleted", "userPreferenceEnabled": false, + "manageable": false, "deliveryOptions": [ { "channel": "email", diff --git a/collections/business/general-notifications/event-general-notifications/phone-number-updated/event-general-notifications.json b/collections/business/general-notifications/event-general-notifications/phone-number-updated/event-general-notifications.json index d3b426a..4b59486 100644 --- a/collections/business/general-notifications/event-general-notifications/phone-number-updated/event-general-notifications.json +++ b/collections/business/general-notifications/event-general-notifications/phone-number-updated/event-general-notifications.json @@ -9,6 +9,7 @@ "id": "phone-number-updated", "name": "Phone number updated", "userPreferenceEnabled": false, + "manageable": false, "deliveryOptions": [ { "channel": "email", diff --git a/collections/business/general-notifications/event-general-notifications/postal-address-added/event-general-notifications.json b/collections/business/general-notifications/event-general-notifications/postal-address-added/event-general-notifications.json index 6241ecf..78759e9 100644 --- a/collections/business/general-notifications/event-general-notifications/postal-address-added/event-general-notifications.json +++ b/collections/business/general-notifications/event-general-notifications/postal-address-added/event-general-notifications.json @@ -9,6 +9,7 @@ "id": "postal-address-added", "name": "Postal Address Added", "userPreferenceEnabled": false, + "manageable": false, "deliveryOptions": [ { "channel": "email", diff --git a/collections/business/general-notifications/event-general-notifications/postal-address-deleted/event-general-notifications.json b/collections/business/general-notifications/event-general-notifications/postal-address-deleted/event-general-notifications.json index d74e799..fa8730f 100644 --- a/collections/business/general-notifications/event-general-notifications/postal-address-deleted/event-general-notifications.json +++ b/collections/business/general-notifications/event-general-notifications/postal-address-deleted/event-general-notifications.json @@ -9,6 +9,7 @@ "id": "postal-address-deleted", "name": "Postal Address Deleted", "userPreferenceEnabled": false, + "manageable": false, "deliveryOptions": [ { "channel": "email", diff --git a/collections/business/general-notifications/event-general-notifications/postal-address-updated/event-general-notifications.json b/collections/business/general-notifications/event-general-notifications/postal-address-updated/event-general-notifications.json index b656e53..c06df56 100644 --- a/collections/business/general-notifications/event-general-notifications/postal-address-updated/event-general-notifications.json +++ b/collections/business/general-notifications/event-general-notifications/postal-address-updated/event-general-notifications.json @@ -9,6 +9,7 @@ "id": "postal-address-updated", "name": "Postal Address Updated", "userPreferenceEnabled": false, + "manageable": false, "deliveryOptions": [ { "channel": "email", diff --git a/collections/business/general-notifications/event-general-notifications/update-email/event-general-notifications.json b/collections/business/general-notifications/event-general-notifications/update-email/event-general-notifications.json index 59f55d8..42b9131 100644 --- a/collections/business/general-notifications/event-general-notifications/update-email/event-general-notifications.json +++ b/collections/business/general-notifications/event-general-notifications/update-email/event-general-notifications.json @@ -10,6 +10,7 @@ "id": "update-email-address", "name": "Update email address", "userPreferenceEnabled": false, + "manageable": false, "additionalFilterLogic": "#triggeredEvent['primaryEmail'] != null", "deliveryOptions": [ { diff --git a/collections/business/general-notifications/event-general-notifications/username-changed/event-general-notifications.json b/collections/business/general-notifications/event-general-notifications/username-changed/event-general-notifications.json index 21294e2..3c83a98 100644 --- a/collections/business/general-notifications/event-general-notifications/username-changed/event-general-notifications.json +++ b/collections/business/general-notifications/event-general-notifications/username-changed/event-general-notifications.json @@ -9,6 +9,7 @@ "id": "username-changed", "name": "Username Changed", "userPreferenceEnabled": false, + "manageable": false, "deliveryOptions": [ { "channel": "email", diff --git a/collections/oneruntime/general-notifications/event-general-notifications/device-removed/event-general-notifications.json b/collections/oneruntime/general-notifications/event-general-notifications/device-removed/event-general-notifications.json index 37e1b95..2a84621 100644 --- a/collections/oneruntime/general-notifications/event-general-notifications/device-removed/event-general-notifications.json +++ b/collections/oneruntime/general-notifications/event-general-notifications/device-removed/event-general-notifications.json @@ -9,8 +9,8 @@ "id": "device-removed", "name": "Device Removed Retail", "userPreferenceEnabled": false, - "additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'RETAIL' : true", "manageable": false, + "additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'RETAIL' : true", "deliveryOptions": [ { "channel": "email", @@ -30,8 +30,8 @@ "id": "device-removed-business", "name": "Device Removed Business", "userPreferenceEnabled": false, - "additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'BUSINESS' : false", "manageable": false, + "additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'BUSINESS' : false", "deliveryOptions": [ { "channel": "email", diff --git a/collections/retail/general-notifications/event-general-notifications/device-registered/event-general-notifications.json b/collections/retail/general-notifications/event-general-notifications/device-registered/event-general-notifications.json index 740aa28..911f265 100644 --- a/collections/retail/general-notifications/event-general-notifications/device-registered/event-general-notifications.json +++ b/collections/retail/general-notifications/event-general-notifications/device-registered/event-general-notifications.json @@ -9,6 +9,7 @@ "id": "device-registered", "name": "Device Registered", "userPreferenceEnabled": false, + "manageable": false, "deliveryOptions": [ { "channel": "email", diff --git a/collections/retail/general-notifications/event-general-notifications/device-removed/event-general-notifications.json b/collections/retail/general-notifications/event-general-notifications/device-removed/event-general-notifications.json index 501fdf1..8a4af77 100644 --- a/collections/retail/general-notifications/event-general-notifications/device-removed/event-general-notifications.json +++ b/collections/retail/general-notifications/event-general-notifications/device-removed/event-general-notifications.json @@ -9,6 +9,7 @@ "id": "device-removed", "name": "Device Removed", "userPreferenceEnabled": false, + "manageable": false, "deliveryOptions": [ { "channel": "email", diff --git a/collections/retail/general-notifications/event-general-notifications/email-address-added/event-general-notifications.json b/collections/retail/general-notifications/event-general-notifications/email-address-added/event-general-notifications.json index 686d456..c13769d 100644 --- a/collections/retail/general-notifications/event-general-notifications/email-address-added/event-general-notifications.json +++ b/collections/retail/general-notifications/event-general-notifications/email-address-added/event-general-notifications.json @@ -10,6 +10,7 @@ "id": "email-address-added", "name": "Email address added", "userPreferenceEnabled": false, + "manageable": false, "additionalFilterLogic": "#triggeredEvent['previousContactEmail'] != null", "deliveryOptions": [ { diff --git a/collections/retail/general-notifications/event-general-notifications/email-address-deleted/event-general-notifications.json b/collections/retail/general-notifications/event-general-notifications/email-address-deleted/event-general-notifications.json index 730cde8..8659fa0 100644 --- a/collections/retail/general-notifications/event-general-notifications/email-address-deleted/event-general-notifications.json +++ b/collections/retail/general-notifications/event-general-notifications/email-address-deleted/event-general-notifications.json @@ -11,6 +11,7 @@ "name": "Email address deleted", "additionalFilterLogic": "#triggeredEvent['previousContactEmail'] != null", "userPreferenceEnabled": false, + "manageable": false, "deliveryOptions": [ { "channel": "email", diff --git a/collections/retail/general-notifications/event-general-notifications/password-changed/event-general-notifications.json b/collections/retail/general-notifications/event-general-notifications/password-changed/event-general-notifications.json index fc90c9e..52f0c4b 100644 --- a/collections/retail/general-notifications/event-general-notifications/password-changed/event-general-notifications.json +++ b/collections/retail/general-notifications/event-general-notifications/password-changed/event-general-notifications.json @@ -9,6 +9,7 @@ "id": "password-changed", "name": "Password Changed", "userPreferenceEnabled": false, + "manageable": false, "deliveryOptions": [ { "channel": "email", diff --git a/collections/retail/general-notifications/event-general-notifications/password-reset-failure/event-general-notifications.json b/collections/retail/general-notifications/event-general-notifications/password-reset-failure/event-general-notifications.json index 8854163..28e6420 100644 --- a/collections/retail/general-notifications/event-general-notifications/password-reset-failure/event-general-notifications.json +++ b/collections/retail/general-notifications/event-general-notifications/password-reset-failure/event-general-notifications.json @@ -9,6 +9,7 @@ "id": "password-reset-failure", "name": "Password Reset Failure ", "userPreferenceEnabled": false, + "manageable": false, "deliveryOptions": [ { "channel": "email", diff --git a/collections/retail/general-notifications/event-general-notifications/password-reset-success/event-general-notifications.json b/collections/retail/general-notifications/event-general-notifications/password-reset-success/event-general-notifications.json index 77c3e0e..5a7988a 100644 --- a/collections/retail/general-notifications/event-general-notifications/password-reset-success/event-general-notifications.json +++ b/collections/retail/general-notifications/event-general-notifications/password-reset-success/event-general-notifications.json @@ -9,6 +9,7 @@ "id": "password-reset-success", "name": "Password Reset Success", "userPreferenceEnabled": false, + "manageable": false, "deliveryOptions": [ { "channel": "email", diff --git a/collections/retail/general-notifications/event-general-notifications/phone-number-added/event-general-notifications.json b/collections/retail/general-notifications/event-general-notifications/phone-number-added/event-general-notifications.json index c153cb4..b50d55d 100644 --- a/collections/retail/general-notifications/event-general-notifications/phone-number-added/event-general-notifications.json +++ b/collections/retail/general-notifications/event-general-notifications/phone-number-added/event-general-notifications.json @@ -9,6 +9,7 @@ "id": "phone-number-added", "name": "Phone number added", "userPreferenceEnabled": false, + "manageable": false, "deliveryOptions": [ { "channel": "email", diff --git a/collections/retail/general-notifications/event-general-notifications/phone-number-deleted/event-general-notifications.json b/collections/retail/general-notifications/event-general-notifications/phone-number-deleted/event-general-notifications.json index 097feab..8a284c7 100644 --- a/collections/retail/general-notifications/event-general-notifications/phone-number-deleted/event-general-notifications.json +++ b/collections/retail/general-notifications/event-general-notifications/phone-number-deleted/event-general-notifications.json @@ -9,6 +9,7 @@ "id": "phone-number-deleted", "name": "Phone number deleted", "userPreferenceEnabled": false, + "manageable": false, "deliveryOptions": [ { "channel": "email", diff --git a/collections/retail/general-notifications/event-general-notifications/phone-number-updated/event-general-notifications.json b/collections/retail/general-notifications/event-general-notifications/phone-number-updated/event-general-notifications.json index d3b426a..4b59486 100644 --- a/collections/retail/general-notifications/event-general-notifications/phone-number-updated/event-general-notifications.json +++ b/collections/retail/general-notifications/event-general-notifications/phone-number-updated/event-general-notifications.json @@ -9,6 +9,7 @@ "id": "phone-number-updated", "name": "Phone number updated", "userPreferenceEnabled": false, + "manageable": false, "deliveryOptions": [ { "channel": "email", diff --git a/collections/retail/general-notifications/event-general-notifications/postal-address-added/event-general-notifications.json b/collections/retail/general-notifications/event-general-notifications/postal-address-added/event-general-notifications.json index 6241ecf..78759e9 100644 --- a/collections/retail/general-notifications/event-general-notifications/postal-address-added/event-general-notifications.json +++ b/collections/retail/general-notifications/event-general-notifications/postal-address-added/event-general-notifications.json @@ -9,6 +9,7 @@ "id": "postal-address-added", "name": "Postal Address Added", "userPreferenceEnabled": false, + "manageable": false, "deliveryOptions": [ { "channel": "email", diff --git a/collections/retail/general-notifications/event-general-notifications/postal-address-deleted/event-general-notifications.json b/collections/retail/general-notifications/event-general-notifications/postal-address-deleted/event-general-notifications.json index d74e799..fa8730f 100644 --- a/collections/retail/general-notifications/event-general-notifications/postal-address-deleted/event-general-notifications.json +++ b/collections/retail/general-notifications/event-general-notifications/postal-address-deleted/event-general-notifications.json @@ -9,6 +9,7 @@ "id": "postal-address-deleted", "name": "Postal Address Deleted", "userPreferenceEnabled": false, + "manageable": false, "deliveryOptions": [ { "channel": "email", diff --git a/collections/retail/general-notifications/event-general-notifications/postal-address-updated/event-general-notifications.json b/collections/retail/general-notifications/event-general-notifications/postal-address-updated/event-general-notifications.json index b656e53..c06df56 100644 --- a/collections/retail/general-notifications/event-general-notifications/postal-address-updated/event-general-notifications.json +++ b/collections/retail/general-notifications/event-general-notifications/postal-address-updated/event-general-notifications.json @@ -9,6 +9,7 @@ "id": "postal-address-updated", "name": "Postal Address Updated", "userPreferenceEnabled": false, + "manageable": false, "deliveryOptions": [ { "channel": "email", diff --git a/collections/retail/general-notifications/event-general-notifications/update-email/event-general-notifications.json b/collections/retail/general-notifications/event-general-notifications/update-email/event-general-notifications.json index 59f55d8..42b9131 100644 --- a/collections/retail/general-notifications/event-general-notifications/update-email/event-general-notifications.json +++ b/collections/retail/general-notifications/event-general-notifications/update-email/event-general-notifications.json @@ -10,6 +10,7 @@ "id": "update-email-address", "name": "Update email address", "userPreferenceEnabled": false, + "manageable": false, "additionalFilterLogic": "#triggeredEvent['primaryEmail'] != null", "deliveryOptions": [ { diff --git a/collections/retail/general-notifications/event-general-notifications/username-changed/event-general-notifications.json b/collections/retail/general-notifications/event-general-notifications/username-changed/event-general-notifications.json index 21294e2..3c83a98 100644 --- a/collections/retail/general-notifications/event-general-notifications/username-changed/event-general-notifications.json +++ b/collections/retail/general-notifications/event-general-notifications/username-changed/event-general-notifications.json @@ -9,6 +9,7 @@ "id": "username-changed", "name": "Username Changed", "userPreferenceEnabled": false, + "manageable": false, "deliveryOptions": [ { "channel": "email", From df13102938bb854b6c57557bfef2513362787c85 Mon Sep 17 00:00:00 2001 From: Luzia Date: Mon, 11 Nov 2024 16:01:53 +0100 Subject: [PATCH 4/4] Remove unecessary flag --- .../contact-status-updated/event-general-notifications.json | 1 - 1 file changed, 1 deletion(-) diff --git a/collections/business/general-notifications/event-general-notifications/contact-status-updated/event-general-notifications.json b/collections/business/general-notifications/event-general-notifications/contact-status-updated/event-general-notifications.json index 876a4a2..ce45fec 100644 --- a/collections/business/general-notifications/event-general-notifications/contact-status-updated/event-general-notifications.json +++ b/collections/business/general-notifications/event-general-notifications/contact-status-updated/event-general-notifications.json @@ -10,7 +10,6 @@ "id": "contact-status-updated-rejected", "name": "Contact Status Updated (Rejected)", "userPreferenceEnabled": true, - "manageable": true, "additionalFilterLogic": "#triggeredEvent['contact']['status'] == 'REJECTED'", "deliveryOptions": [ {