@swan-io/shared-business 8.16.2 → 8.16.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swan-io/shared-business",
3
- "version": "8.16.2",
3
+ "version": "8.16.3",
4
4
  "engines": {
5
5
  "node": ">=20.9.0",
6
6
  "yarn": "^1.22.0"
@@ -152,6 +152,9 @@
152
152
  "rejection.NotReachableConsentStatusRejection": "Status der Einwilligung konnte nicht geändert werden",
153
153
  "rejection.NotSupportedCountryRejection": "Nicht unterstütztes Land",
154
154
  "rejection.OnboardingNotCompletedRejection": "Unvollständiger Onboarding-Prozess",
155
+ "rejection.OtpAttemptsExceededRejection": "Zu viele falsche Codes, bitte starten Sie den Vorgang erneut",
156
+ "rejection.OtpExpiredRejection": "Der Code ist abgelaufen, bitte starten Sie den Vorgang erneut",
157
+ "rejection.OtpIncorrectCodeRejection": "Der Schlüssel ist nicht korrekt, bitte versuchen Sie es erneut",
155
158
  "rejection.PINNotReadyRejection": "PIN ist nicht bereit",
156
159
  "rejection.PaymentMandateMandateNotFoundRejection": "Zahlungsauftrag konnte nicht gefunden werden",
157
160
  "rejection.PaymentMandateReferenceAlreadyUsedRejection": "Zahlungsaufträge erfordern eindeutige Referenznummern",
@@ -152,6 +152,9 @@
152
152
  "rejection.NotReachableConsentStatusRejection": "Couldn't change consent status",
153
153
  "rejection.NotSupportedCountryRejection": "Unsupported country",
154
154
  "rejection.OnboardingNotCompletedRejection": "Incomplete onboarding process",
155
+ "rejection.OtpIncorrectCodeRejection": "The key isn’t correct, please try again",
156
+ "rejection.OtpExpiredRejection": "The code is expired, please restart the process",
157
+ "rejection.OtpAttemptsExceededRejection": "Too many incorrect code, please restart the process",
155
158
  "rejection.PINNotReadyRejection": "PIN isn't ready",
156
159
  "rejection.PaymentMandateMandateNotFoundRejection": "Couldn't find payment mandate",
157
160
  "rejection.PaymentMandateReferenceAlreadyUsedRejection": "Payment mandates require unique reference numbers",
@@ -313,4 +316,4 @@
313
316
  "transactionStatement.type.SepaInstantCreditTransferOut": "SEPA Instant Credit Transfer sent",
314
317
  "validation.birthdateCannotBeFuture": "Birthdate cannot be in the future",
315
318
  "validation.invalidBirthDate": "Please enter a valid birth date."
316
- }
319
+ }
@@ -152,6 +152,9 @@
152
152
  "rejection.NotReachableConsentStatusRejection": "No se pudo cambiar el estado del consentimiento",
153
153
  "rejection.NotSupportedCountryRejection": "País no compatible",
154
154
  "rejection.OnboardingNotCompletedRejection": "Proceso de incorporación incompleto",
155
+ "rejection.OtpAttemptsExceededRejection": "Demasiados intentos incorrectos, por favor reinicia el proceso",
156
+ "rejection.OtpExpiredRejection": "El código ha caducado, por favor reinicia el proceso",
157
+ "rejection.OtpIncorrectCodeRejection": "La clave no es correcta, por favor inténtalo de nuevo",
155
158
  "rejection.PINNotReadyRejection": "PIN no está listo",
156
159
  "rejection.PaymentMandateMandateNotFoundRejection": "No se pudo encontrar el mandato de pago",
157
160
  "rejection.PaymentMandateReferenceAlreadyUsedRejection": "Los mandatos de pago requieren números de referencia únicos",
@@ -152,6 +152,9 @@
152
152
  "rejection.NotReachableConsentStatusRejection": "Suostumuksen tilaa ei voitu vaihtaa",
153
153
  "rejection.NotSupportedCountryRejection": "Maata ei tueta",
154
154
  "rejection.OnboardingNotCompletedRejection": "Asiakkuuden aloittamisen prosessi ei ole valmis",
155
+ "rejection.OtpAttemptsExceededRejection": "Liian monta virheellistä koodia, aloita prosessi uudelleen",
156
+ "rejection.OtpExpiredRejection": "Koodi on vanhentunut, aloita prosessi uudelleen",
157
+ "rejection.OtpIncorrectCodeRejection": "Avain ei ole oikea, yritä uudelleen",
155
158
  "rejection.PINNotReadyRejection": "PIN ei ole valmis",
156
159
  "rejection.PaymentMandateMandateNotFoundRejection": "Maksun valtakirjaa ei löytynyt",
157
160
  "rejection.PaymentMandateReferenceAlreadyUsedRejection": "Maksun valtakirjat vaativat yksilölliset viitenumerot",
@@ -152,6 +152,9 @@
152
152
  "rejection.NotReachableConsentStatusRejection": "Impossible de modifier le statut du consentement",
153
153
  "rejection.NotSupportedCountryRejection": "Pays non pris en charge",
154
154
  "rejection.OnboardingNotCompletedRejection": "Processus d'intégration incomplet",
155
+ "rejection.OtpAttemptsExceededRejection": "Trop de codes incorrects, veuillez recommencer le processus",
156
+ "rejection.OtpExpiredRejection": "Le code a expiré, veuillez recommencer le processus",
157
+ "rejection.OtpIncorrectCodeRejection": "La clé n'est pas correcte, veuillez réessayer",
155
158
  "rejection.PINNotReadyRejection": "Le code PIN n'est pas prêt",
156
159
  "rejection.PaymentMandateMandateNotFoundRejection": "Impossible de trouver le mandat de paiement",
157
160
  "rejection.PaymentMandateReferenceAlreadyUsedRejection": "Les mandats de paiement nécessitent des numéros de référence uniques",
@@ -152,6 +152,9 @@
152
152
  "rejection.NotReachableConsentStatusRejection": "Impossibile cambiare lo stato del consenso",
153
153
  "rejection.NotSupportedCountryRejection": "Paese non supportato",
154
154
  "rejection.OnboardingNotCompletedRejection": "Processo di onboarding incompleto",
155
+ "rejection.OtpAttemptsExceededRejection": "Troppi codici errati, si prega di riavviare il processo",
156
+ "rejection.OtpExpiredRejection": "Il codice è scaduto, si prega di riavviare il processo",
157
+ "rejection.OtpIncorrectCodeRejection": "La chiave non è corretta, si prega di riprovare",
155
158
  "rejection.PINNotReadyRejection": "PIN non pronto",
156
159
  "rejection.PaymentMandateMandateNotFoundRejection": "Impossibile trovare il mandato di pagamento",
157
160
  "rejection.PaymentMandateReferenceAlreadyUsedRejection": "I mandati di pagamento richiedono numeri di riferimento unici",
@@ -152,6 +152,9 @@
152
152
  "rejection.NotReachableConsentStatusRejection": "Kan toestemmingsstatus niet wijzigen",
153
153
  "rejection.NotSupportedCountryRejection": "Niet-ondersteund land",
154
154
  "rejection.OnboardingNotCompletedRejection": "Onvoltooid onboardingproces",
155
+ "rejection.OtpAttemptsExceededRejection": "Te veel onjuiste codes, start het proces opnieuw",
156
+ "rejection.OtpExpiredRejection": "De code is verlopen, start het proces opnieuw",
157
+ "rejection.OtpIncorrectCodeRejection": "De sleutel is niet correct, probeer het opnieuw",
155
158
  "rejection.PINNotReadyRejection": "PIN is niet gereed",
156
159
  "rejection.PaymentMandateMandateNotFoundRejection": "Kan betaalmandaat niet vinden",
157
160
  "rejection.PaymentMandateReferenceAlreadyUsedRejection": "Betaalmandaten vereisen unieke referentienummers",
@@ -152,6 +152,9 @@
152
152
  "rejection.NotReachableConsentStatusRejection": "Não foi possível alterar o status do consentimento",
153
153
  "rejection.NotSupportedCountryRejection": "País não suportado",
154
154
  "rejection.OnboardingNotCompletedRejection": "Processo de integração incompleto",
155
+ "rejection.OtpAttemptsExceededRejection": "Demasiados códigos incorretos, por favor reinicie o processo",
156
+ "rejection.OtpExpiredRejection": "O código expirou, por favor reinicie o processo",
157
+ "rejection.OtpIncorrectCodeRejection": "A chave não está correta, por favor tente novamente",
155
158
  "rejection.PINNotReadyRejection": "PIN não está pronto",
156
159
  "rejection.PaymentMandateMandateNotFoundRejection": "Não foi possível encontrar o mandato de pagamento",
157
160
  "rejection.PaymentMandateReferenceAlreadyUsedRejection": "Os mandatos de pagamento requerem números de referência únicos",