diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 542263f..6ce45c9 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -2,4 +2,4 @@
# the repo. Unless a later match takes precedence,
# @Backbase/engage-defaults will be requested for
# review when someone opens a pull request.
-* @Backbase/engage-defaults @eacarvalho @amorimluzia @afsinka-backbase @madz0 @khalupko @nazifelkama @DenysShmyhin @edotjioe
+* @Backbase/engage-defaults @eacarvalho @amorimluzia @afsinka-backbase @madz0 @khalupko @nazifelkama @edotjioe
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c9d3b84..05705ea 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
java-version: 17
- name: Cache Maven packages
- uses: actions/cache@v1
+ uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
diff --git a/collections/business/general-notifications/event-general-notifications/transaction-added/event-general-notifications.json b/collections/business/general-notifications/event-general-notifications/transaction-added/event-general-notifications.json
index a9fd6d5..e58e740 100644
--- a/collections/business/general-notifications/event-general-notifications/transaction-added/event-general-notifications.json
+++ b/collections/business/general-notifications/event-general-notifications/transaction-added/event-general-notifications.json
@@ -26,6 +26,11 @@
"path": "/new-transaction-occurred/in-app-notification/en_US/engagement-template.json",
"templateName": "new-transaction-occurred-in-app-notification",
"locale": "en_US"
+ },
+ {
+ "path": "/new-transaction-occurred/in-app-notification/es_ES/engagement-template.json",
+ "templateName": "new-transaction-occurred-in-app-notification",
+ "locale": "es_ES"
}
]
},
@@ -42,6 +47,11 @@
"path": "/new-transaction-occurred/push/en_US/engagement-template.json",
"templateName": "new-transaction-occurred-push",
"locale": "en_US"
+ },
+ {
+ "path": "/new-transaction-occurred/push/es_ES/engagement-template.json",
+ "templateName": "new-transaction-occurred-push",
+ "locale": "es_ES"
}
]
}
diff --git a/collections/business/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred/in-app-notification/es_ES/engagement-template.json b/collections/business/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred/in-app-notification/es_ES/engagement-template.json
new file mode 100644
index 0000000..3a5506a
--- /dev/null
+++ b/collections/business/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred/in-app-notification/es_ES/engagement-template.json
@@ -0,0 +1,4 @@
+{
+ "title": "Nueva transferencia",
+ "body": "💸 {{#eq event.creditDebitIndicator 'CRDT' }}Recibida{{else}}Pagada{{/eq}} {{event.transactionAmountCurrency.currencyCode}} {{formatAmount event.transactionAmountCurrency.amount locale}}"
+}
\ No newline at end of file
diff --git a/collections/business/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred/push/es_ES/engagement-template.json b/collections/business/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred/push/es_ES/engagement-template.json
new file mode 100644
index 0000000..84b9e15
--- /dev/null
+++ b/collections/business/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred/push/es_ES/engagement-template.json
@@ -0,0 +1,4 @@
+{
+ "title": "Nueva transferencia",
+ "body": "\uD83D\uDCB8 {{#eq event.creditDebitIndicator 'CRDT' }}Recibida{{else}}Pagada{{/eq}} {{event.transactionAmountCurrency.currencyCode}} {{formatAmount event.transactionAmountCurrency.amount locale}}"
+}
\ No newline at end of file
diff --git a/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/event-general-notifications.json b/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/event-general-notifications.json
index 97def1a..52d08ed 100644
--- a/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/event-general-notifications.json
+++ b/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/event-general-notifications.json
@@ -26,6 +26,11 @@
"path": "/new-transaction-occurred-retail/in-app-notification/en_US/engagement-template.json",
"templateName": "new-transaction-occurred-in-app-notification",
"locale": "en_US"
+ },
+ {
+ "path": "/new-transaction-occurred-retail/in-app-notification/es_ES/engagement-template.json",
+ "templateName": "new-transaction-occurred-in-app-notification",
+ "locale": "es_ES"
}
]
},
@@ -42,6 +47,11 @@
"path": "/new-transaction-occurred-retail/push/en_US/engagement-template.json",
"templateName": "new-transaction-occurred-push",
"locale": "en_US"
+ },
+ {
+ "path": "/new-transaction-occurred-retail/push/es_ES/engagement-template.json",
+ "templateName": "new-transaction-occurred-push",
+ "locale": "es_ES"
}
]
}
@@ -66,6 +76,11 @@
"path": "/new-transaction-occurred-business/in-app-notification/en_US/engagement-template.json",
"templateName": "new-transaction-occurred-in-app-notification",
"locale": "en_US"
+ },
+ {
+ "path": "/new-transaction-occurred-business/in-app-notification/es_ES/engagement-template.json",
+ "templateName": "new-transaction-occurred-in-app-notification",
+ "locale": "es_ES"
}
]
},
@@ -82,6 +97,11 @@
"path": "/new-transaction-occurred-business/push/en_US/engagement-template.json",
"templateName": "new-transaction-occurred-push",
"locale": "en_US"
+ },
+ {
+ "path": "/new-transaction-occurred-business/push/es_ES/engagement-template.json",
+ "templateName": "new-transaction-occurred-push",
+ "locale": "es_ES"
}
]
}
diff --git a/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred-business/in-app-notification/es_ES/engagement-template.json b/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred-business/in-app-notification/es_ES/engagement-template.json
new file mode 100644
index 0000000..92ad5b1
--- /dev/null
+++ b/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred-business/in-app-notification/es_ES/engagement-template.json
@@ -0,0 +1,4 @@
+{
+ "title": "Nueva transferencia (business)",
+ "body": "💸 {{#eq event.creditDebitIndicator 'CRDT' }}Recibida{{else}}Pagada{{/eq}} {{event.transactionAmountCurrency.currencyCode}} {{formatAmount event.transactionAmountCurrency.amount locale}}"
+}
\ No newline at end of file
diff --git a/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred-business/push/es_ES/engagement-template.json b/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred-business/push/es_ES/engagement-template.json
new file mode 100644
index 0000000..1421692
--- /dev/null
+++ b/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred-business/push/es_ES/engagement-template.json
@@ -0,0 +1,4 @@
+{
+ "title": "Nueva transferencia (business)",
+ "body": "\uD83D\uDCB8 {{#eq event.creditDebitIndicator 'CRDT' }}Recibida{{else}}Pagada{{/eq}} {{event.transactionAmountCurrency.currencyCode}} {{formatAmount event.transactionAmountCurrency.amount locale}}"
+}
\ No newline at end of file
diff --git a/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred-retail/in-app-notification/es_ES/engagement-template.json b/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred-retail/in-app-notification/es_ES/engagement-template.json
new file mode 100644
index 0000000..554a286
--- /dev/null
+++ b/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred-retail/in-app-notification/es_ES/engagement-template.json
@@ -0,0 +1,4 @@
+{
+ "title": "Nueva transferencia (retail)",
+ "body": "💸 {{#eq event.creditDebitIndicator 'CRDT' }}Recibida{{else}}Pagada{{/eq}} {{event.transactionAmountCurrency.currencyCode}} {{formatAmount event.transactionAmountCurrency.amount locale}}"
+}
\ No newline at end of file
diff --git a/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred-retail/push/es_ES/engagement-template.json b/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred-retail/push/es_ES/engagement-template.json
new file mode 100644
index 0000000..c301433
--- /dev/null
+++ b/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred-retail/push/es_ES/engagement-template.json
@@ -0,0 +1,4 @@
+{
+ "title": "Nueva transferencia (retail)",
+ "body": "\uD83D\uDCB8 {{#eq event.creditDebitIndicator 'CRDT' }}Recibida{{else}}Pagada{{/eq}} {{event.transactionAmountCurrency.currencyCode}} {{formatAmount event.transactionAmountCurrency.amount locale}}"
+}
\ No newline at end of file
diff --git a/collections/retail/general-notifications/event-general-notifications/transaction-added/event-general-notifications.json b/collections/retail/general-notifications/event-general-notifications/transaction-added/event-general-notifications.json
index a9fd6d5..e58e740 100644
--- a/collections/retail/general-notifications/event-general-notifications/transaction-added/event-general-notifications.json
+++ b/collections/retail/general-notifications/event-general-notifications/transaction-added/event-general-notifications.json
@@ -26,6 +26,11 @@
"path": "/new-transaction-occurred/in-app-notification/en_US/engagement-template.json",
"templateName": "new-transaction-occurred-in-app-notification",
"locale": "en_US"
+ },
+ {
+ "path": "/new-transaction-occurred/in-app-notification/es_ES/engagement-template.json",
+ "templateName": "new-transaction-occurred-in-app-notification",
+ "locale": "es_ES"
}
]
},
@@ -42,6 +47,11 @@
"path": "/new-transaction-occurred/push/en_US/engagement-template.json",
"templateName": "new-transaction-occurred-push",
"locale": "en_US"
+ },
+ {
+ "path": "/new-transaction-occurred/push/es_ES/engagement-template.json",
+ "templateName": "new-transaction-occurred-push",
+ "locale": "es_ES"
}
]
}
diff --git a/collections/retail/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred/in-app-notification/es_ES/engagement-template.json b/collections/retail/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred/in-app-notification/es_ES/engagement-template.json
new file mode 100644
index 0000000..3a5506a
--- /dev/null
+++ b/collections/retail/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred/in-app-notification/es_ES/engagement-template.json
@@ -0,0 +1,4 @@
+{
+ "title": "Nueva transferencia",
+ "body": "💸 {{#eq event.creditDebitIndicator 'CRDT' }}Recibida{{else}}Pagada{{/eq}} {{event.transactionAmountCurrency.currencyCode}} {{formatAmount event.transactionAmountCurrency.amount locale}}"
+}
\ No newline at end of file
diff --git a/collections/retail/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred/push/es_ES/engagement-template.json b/collections/retail/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred/push/es_ES/engagement-template.json
new file mode 100644
index 0000000..84b9e15
--- /dev/null
+++ b/collections/retail/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred/push/es_ES/engagement-template.json
@@ -0,0 +1,4 @@
+{
+ "title": "Nueva transferencia",
+ "body": "\uD83D\uDCB8 {{#eq event.creditDebitIndicator 'CRDT' }}Recibida{{else}}Pagada{{/eq}} {{event.transactionAmountCurrency.currencyCode}} {{formatAmount event.transactionAmountCurrency.amount locale}}"
+}
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 6c42690..b97cfda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
Backbase :: Engagement Data
- 2025.01
+ 2025.04
ecr.backbase.com/development
1.17.0
0.40.2