@zennify/sdk-js 1.43.1 → 1.43.2
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 +1 -1
- package/src/errors.ts +0 -2
- package/translations/en_US.json +0 -4
- package/translations/pt_BR.json +0 -4
- package/types/errors.d.ts +0 -1
package/package.json
CHANGED
package/src/errors.ts
CHANGED
|
@@ -130,8 +130,6 @@ export interface APIErrors {
|
|
|
130
130
|
'EFIBANK_BLOCKED_ACCOUNT': {};
|
|
131
131
|
'EFIBANK_UNKNOWN_TRANSACTION': {};
|
|
132
132
|
'EFIBANK_RATE_LIMIT': {};
|
|
133
|
-
// Pagbank errors
|
|
134
|
-
'PAGBANK_INVALID_TOKEN': {};
|
|
135
133
|
/// bad preference configuration
|
|
136
134
|
'THIS_SELLER_HAS_NOT_YET_CONFIGURED_RECEIPT_VIA_PIX': {};
|
|
137
135
|
'THIS_SELLER_HAS_NOT_YET_CONFIGURED_RECEIPT_VIA_BOLETO': {};
|
package/translations/en_US.json
CHANGED
|
@@ -347,10 +347,6 @@
|
|
|
347
347
|
"name": "Action limit reached, please try again.",
|
|
348
348
|
"message": "Note that this limit is imposed by Banco Efí, not by Zennify."
|
|
349
349
|
},
|
|
350
|
-
"PAGBANK_INVALID_TOKEN": {
|
|
351
|
-
"name": "The PagBank token is invalid or has expired.",
|
|
352
|
-
"message": "Access the dashboard and reconnect to fix it."
|
|
353
|
-
},
|
|
354
350
|
"EFIBANK_UNKNOWN_TRANSACTION": {
|
|
355
351
|
"name": "This transaction could not be found.",
|
|
356
352
|
"message": "Maybe it does not exist or belongs to another account."
|
package/translations/pt_BR.json
CHANGED
|
@@ -343,10 +343,6 @@
|
|
|
343
343
|
"name": "O limite de ações foi atingido, tente novamente.",
|
|
344
344
|
"message": "Note que esse limite é imposto pelo Banco Efí, não pelo Zennify."
|
|
345
345
|
},
|
|
346
|
-
"PAGBANK_INVALID_TOKEN": {
|
|
347
|
-
"name": "O token do PagBank está inválido ou expirou.",
|
|
348
|
-
"message": "Acesse a dashboard e re-conecte para corrigir."
|
|
349
|
-
},
|
|
350
346
|
"EFIBANK_UNKNOWN_TRANSACTION": {
|
|
351
347
|
"name": "Não foi possível encontrar essa transação.",
|
|
352
348
|
"message": "Talvez ela não existe ou seja pertencente a outra conta."
|
package/types/errors.d.ts
CHANGED
|
@@ -126,7 +126,6 @@ export interface APIErrors {
|
|
|
126
126
|
'EFIBANK_BLOCKED_ACCOUNT': {};
|
|
127
127
|
'EFIBANK_UNKNOWN_TRANSACTION': {};
|
|
128
128
|
'EFIBANK_RATE_LIMIT': {};
|
|
129
|
-
'PAGBANK_INVALID_TOKEN': {};
|
|
130
129
|
'THIS_SELLER_HAS_NOT_YET_CONFIGURED_RECEIPT_VIA_PIX': {};
|
|
131
130
|
'THIS_SELLER_HAS_NOT_YET_CONFIGURED_RECEIPT_VIA_BOLETO': {};
|
|
132
131
|
'THIS_SELLER_HAS_NOT_YET_CONFIGURED_RECEIPT_VIA_CRYPTO': {};
|