@zennify/sdk-js 1.10.3 → 1.11.0
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 +1 -0
- package/translations/en_US.json +4 -0
- package/translations/pt_BR.json +4 -0
- package/types/errors.d.ts +1 -0
package/package.json
CHANGED
package/src/errors.ts
CHANGED
package/translations/en_US.json
CHANGED
|
@@ -283,6 +283,10 @@
|
|
|
283
283
|
"name": "Invalid store name",
|
|
284
284
|
"message": "The name must be up to 50 characters"
|
|
285
285
|
},
|
|
286
|
+
"YOU_HAVE_ALREADY_MIGRATED": {
|
|
287
|
+
"name": "You have already migrated in another store",
|
|
288
|
+
"message": "Try setting up again with migration disabled."
|
|
289
|
+
},
|
|
286
290
|
"UNKNOWN_AUTOROLE_RULE": {
|
|
287
291
|
"name": "Unknown Discord autorole rule",
|
|
288
292
|
"message": "Try to create a new rule"
|
package/translations/pt_BR.json
CHANGED
|
@@ -283,6 +283,10 @@
|
|
|
283
283
|
"name": "Nome de loja inválido",
|
|
284
284
|
"message": "O nome deve ter até 50 caracteres"
|
|
285
285
|
},
|
|
286
|
+
"YOU_HAVE_ALREADY_MIGRATED": {
|
|
287
|
+
"name": "Você já realizou a migração em outra loja",
|
|
288
|
+
"message": "Tente configurar novamente com a migração desabilitada."
|
|
289
|
+
},
|
|
286
290
|
"UNKNOWN_AUTOROLE_RULE": {
|
|
287
291
|
"name": "Regra de cargo automático desconhecida",
|
|
288
292
|
"message": "Tente criar uma nova regra"
|
package/types/errors.d.ts
CHANGED