Skip to content

Commit

Permalink
Update GN names
Browse files Browse the repository at this point in the history
  • Loading branch information
amorimluzia committed Nov 12, 2024
1 parent cf1ae0f commit e1c0b73
Show file tree
Hide file tree
Showing 22 changed files with 42 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"generalNotifications": [
{
"id": "account-balance-low",
"name": "Account Balance Low Retail",
"name": "Account Balance Low - Retail",
"userPreferenceEnabled": true,
"additionalFilterLogic": "T(java.lang.Double).valueOf(#triggeredEvent['currentBalance']) < #userConditions['amount'] && T(java.lang.Double).valueOf(#triggeredEvent['previousBalance']) >= #userConditions['amount']",
"userPreferenceDefaults": "{\"amount\":0}",
Expand Down Expand Up @@ -75,7 +75,7 @@
},
{
"id": "account-balance-low-business",
"name": "Account Balance Low Business",
"name": "Account Balance Low - Business",
"userPreferenceEnabled": true,
"manageable": false,
"additionalFilterLogic": "T(java.lang.Double).valueOf(#triggeredEvent['currentBalance']) < #userConditions['amount'] && T(java.lang.Double).valueOf(#triggeredEvent['previousBalance']) >= #userConditions['amount']",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"generalNotifications": [
{
"id": "device-registered",
"name": "Device Registered",
"name": "Device Registered - Retail",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'RETAIL' : true",
Expand All @@ -28,7 +28,7 @@
},
{
"id": "device-registered-business",
"name": "Device Registered",
"name": "Device Registered - Business",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'BUSINESS' : false",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"generalNotifications": [
{
"id": "device-removed",
"name": "Device Removed Retail",
"name": "Device Removed - Retail",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'RETAIL' : true",
Expand All @@ -28,7 +28,7 @@
},
{
"id": "device-removed-business",
"name": "Device Removed Business",
"name": "Device Removed - Business",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'BUSINESS' : false",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"generalNotifications": [
{
"id": "email-address-added",
"name": "Email Address Added Retail",
"name": "Email Address Added - Retail",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#triggeredEvent['previousContactEmail'] != null && (#lineOfBusiness != null ? #lineOfBusiness == 'RETAIL' : true)",
Expand All @@ -32,7 +32,7 @@
},
{
"id": "email-address-added-business",
"name": "Email Address Added Business",
"name": "Email Address Added - Business",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#triggeredEvent['previousContactEmail'] != null && (#lineOfBusiness != null ? #lineOfBusiness == 'BUSINESS' : true)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"generalNotifications": [
{
"id": "email-address-deleted",
"name": "Email Address Deleted",
"name": "Email Address Deleted - Retail",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#triggeredEvent['previousContactEmail'] != null && (#lineOfBusiness != null ? #lineOfBusiness == 'RETAIL' : true)",
Expand All @@ -32,7 +32,7 @@
},
{
"id": "email-address-deleted-business",
"name": "Email Address Deleted Business",
"name": "Email Address Deleted - Business",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#triggeredEvent['previousContactEmail'] != null && (#lineOfBusiness != null ? #lineOfBusiness == 'BUSINESS' : true)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"generalNotifications": [
{
"id": "new-message-received",
"name": "New Message Received From Customer Support Retail",
"name": "New Message Received From Customer Support - Retail",
"userPreferenceEnabled": false,
"additionalFilterLogic": "(#lineOfBusiness != null ? #lineOfBusiness == 'RETAIL' : true) && !(#triggeredEvent['origin'] != null && #triggeredEvent['origin'] == 'engagement')",
"deliveryOptions": [
Expand Down Expand Up @@ -49,7 +49,7 @@
},
{
"id": "new-message-received-mailout",
"name": "New Message Received From Marketer Retail",
"name": "New Message Received From Marketer - Retail",
"userPreferenceEnabled": false,
"additionalFilterLogic": "(#lineOfBusiness != null ? #lineOfBusiness == 'RETAIL' : true) && #triggeredEvent['origin'] != null && #triggeredEvent['origin'] == 'engagement'",
"deliveryOptions": [
Expand All @@ -74,7 +74,7 @@
},
{
"id": "new-message-received-business",
"name": "New Message Received From Customer Support Business",
"name": "New Message Received From Customer Support - Business",
"userPreferenceEnabled": false,
"additionalFilterLogic": "(#lineOfBusiness != null ? #lineOfBusiness == 'BUSINESS' : true) && !(#triggeredEvent['origin'] != null && #triggeredEvent['origin'] == 'engagement')",
"deliveryOptions": [
Expand Down Expand Up @@ -116,7 +116,7 @@
},
{
"id": "new-message-received-mailout-business",
"name": "New Message Received From Marketer Business",
"name": "New Message Received From Marketer - Business",
"userPreferenceEnabled": false,
"additionalFilterLogic": "(#lineOfBusiness != null ? #lineOfBusiness == 'BUSINESS' : true) && #triggeredEvent['origin'] != null && #triggeredEvent['origin'] == 'engagement'",
"deliveryOptions": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"generalNotifications": [
{
"id": "password-changed",
"name": "Password Changed",
"name": "Password Changed - Retail",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'RETAIL' : true",
Expand All @@ -31,7 +31,7 @@
},
{
"id": "password-changed-business",
"name": "Password Changed Business",
"name": "Password Changed - Business",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'BUSINESS' : true",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"generalNotifications": [
{
"id": "password-reset-failure",
"name": "Password Reset Failure",
"name": "Password Reset Failure - Retail",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'RETAIL' : true",
Expand All @@ -31,7 +31,7 @@
},
{
"id": "password-reset-failure-business",
"name": "Password Reset Failure Business",
"name": "Password Reset Failure - Business",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'BUSINESS' : true",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"generalNotifications": [
{
"id": "password-reset-success",
"name": "Password Reset Success",
"name": "Password Reset Success - Retail",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'RETAIL' : true",
Expand All @@ -31,7 +31,7 @@
},
{
"id": "password-reset-success-business",
"name": "Password Reset Success Business",
"name": "Password Reset Success - Business",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'BUSINESS' : true",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"generalNotifications": [
{
"id": "phone-number-added",
"name": "Phone Number Added",
"name": "Phone Number Added - Retail",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'RETAIL' : true",
Expand All @@ -31,7 +31,7 @@
},
{
"id": "phone-number-added-business",
"name": "Phone Number Added Business",
"name": "Phone Number Added - Business",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'BUSINESS' : true",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"generalNotifications": [
{
"id": "phone-number-deleted",
"name": "Phone Number Deleted",
"name": "Phone Number Deleted - Retail",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'RETAIL' : true",
Expand All @@ -31,7 +31,7 @@
},
{
"id": "phone-number-deleted-business",
"name": "Phone Number Deleted Business",
"name": "Phone Number Deleted - Business",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'BUSINESS' : true",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"generalNotifications": [
{
"id": "phone-number-updated",
"name": "Phone Number Updated",
"name": "Phone Number Updated - Retail",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'RETAIL' : true",
Expand All @@ -31,7 +31,7 @@
},
{
"id": "phone-number-updated-business",
"name": "Phone Number Updated Business",
"name": "Phone Number Updated - Business",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'BUSINESS' : true",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"generalNotifications": [
{
"id": "postal-address-added",
"name": "Postal Address Added",
"name": "Postal Address Added - Retail",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'RETAIL' : true",
Expand All @@ -31,7 +31,7 @@
},
{
"id": "postal-address-added-business",
"name": "Postal Address Added Business",
"name": "Postal Address Added - Business",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'BUSINESS' : true",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"generalNotifications": [
{
"id": "postal-address-deleted",
"name": "Postal Address Deleted",
"name": "Postal Address Deleted - Retail",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'RETAIL' : true",
Expand All @@ -31,7 +31,7 @@
},
{
"id": "postal-address-deleted-business",
"name": "Postal Address Deleted Business",
"name": "Postal Address Deleted - Business",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'BUSINESS' : true",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"generalNotifications": [
{
"id": "postal-address-updated",
"name": "Postal Address Updated",
"name": "Postal Address Updated - Retail",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'RETAIL' : true",
Expand All @@ -31,7 +31,7 @@
},
{
"id": "postal-address-updated-business",
"name": "Postal Address Updated Business",
"name": "Postal Address Updated - Business",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'BUSINESS' : true",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"generalNotifications": [
{
"id": "pp-ach-exceptions-created-business",
"name": "Positive Pay ACH Exceptions Created Business",
"name": "Positive Pay ACH Exceptions Created - Business",
"userPreferenceEnabled": true,
"manageable": false,
"additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'BUSINESS' : true",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"generalNotifications": [
{
"id": "pp-ach-upcoming-cut-off-time-business",
"name": "Positive Pay ACH Upcoming Cut-Off Time Business",
"name": "Positive Pay ACH Upcoming Cut-Off Time - Business",
"userPreferenceEnabled": true,
"manageable": false,
"additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'BUSINESS' : true",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"generalNotifications": [
{
"id": "pp-check-exceptions-created-business",
"name": "Positive Pay Check Exceptions Created Business",
"name": "Positive Pay Check Exceptions Created - Business",
"userPreferenceEnabled": true,
"manageable": false,
"additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'BUSINESS' : true",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"generalNotifications": [
{
"id": "pp-check-upcoming-cut-off-time-business",
"name": "Positive Pay Check Upcoming Cut-Off Time Business",
"name": "Positive Pay Check Upcoming Cut-Off Time - Business",
"userPreferenceEnabled": true,
"manageable": false,
"additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'BUSINESS' : true",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"generalNotifications": [
{
"id": "new-transaction-occurred",
"name": "New Transaction Occurred Retail",
"name": "New Transaction Occurred - Retail",
"userPreferenceEnabled": true,
"deliveryOptions": [
{
Expand Down Expand Up @@ -49,7 +49,7 @@
},
{
"id": "new-transaction-occurred-business",
"name": "New Transaction Occurred Business",
"name": "New Transaction Occurred - Business",
"userPreferenceEnabled": true,
"deliveryOptions": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"generalNotifications": [
{
"id": "update-email-address",
"name": "Update Email Address",
"name": "Update Email Address - Retail",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#triggeredEvent['primaryEmail'] != null && (#lineOfBusiness != null ? #lineOfBusiness == 'RETAIL' : true)",
Expand All @@ -32,7 +32,7 @@
},
{
"id": "update-email-address-business",
"name": "Update Email Address Business",
"name": "Update Email Address - Business",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#triggeredEvent['primaryEmail'] != null && (#lineOfBusiness != null ? #lineOfBusiness == 'BUSINESS' : true)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"generalNotifications": [
{
"id": "username-changed",
"name": "Username Changed",
"name": "Username Changed - Retail",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'RETAIL' : true",
Expand All @@ -31,7 +31,7 @@
},
{
"id": "username-changed-business",
"name": "Username Changed Business",
"name": "Username Changed - Business",
"userPreferenceEnabled": false,
"manageable": false,
"additionalFilterLogic": "#lineOfBusiness != null ? #lineOfBusiness == 'BUSINESS' : true",
Expand Down

0 comments on commit e1c0b73

Please sign in to comment.