sim-node-lib 0.4.16 → 0.4.17
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.
|
@@ -5,7 +5,7 @@ export declare enum ExceptionsMessagesEnum {
|
|
|
5
5
|
invalidAuthUid = "Dados enviados s\u00E3o inv\u00E1lidos!",
|
|
6
6
|
oneSessionOnly = "Essa empresa j\u00E1 possui um token ativo.",
|
|
7
7
|
routeNotFound = "N\u00E3o foi encontrada nenhuma rota como essa.",
|
|
8
|
-
rowNotFound = "
|
|
8
|
+
rowNotFound = "Nao foi encontrado nenhum registro.",
|
|
9
9
|
tooManyRequests = "Muitas requisi\u00E7\u00F5es foram feitas no tempo limite.",
|
|
10
10
|
unauthorized = "N\u00E3o foi poss\u00EDvel autorizar ou autenticar essa requisi\u00E7\u00E3o.",
|
|
11
11
|
validationFailed = "Os dados enviados s\u00E3o inv\u00E1lidos!"
|
|
@@ -9,7 +9,7 @@ var ExceptionsMessagesEnum;
|
|
|
9
9
|
ExceptionsMessagesEnum["invalidAuthUid"] = "Dados enviados s\u00E3o inv\u00E1lidos!";
|
|
10
10
|
ExceptionsMessagesEnum["oneSessionOnly"] = "Essa empresa j\u00E1 possui um token ativo.";
|
|
11
11
|
ExceptionsMessagesEnum["routeNotFound"] = "N\u00E3o foi encontrada nenhuma rota como essa.";
|
|
12
|
-
ExceptionsMessagesEnum["rowNotFound"] = "
|
|
12
|
+
ExceptionsMessagesEnum["rowNotFound"] = "Nao foi encontrado nenhum registro.";
|
|
13
13
|
ExceptionsMessagesEnum["tooManyRequests"] = "Muitas requisi\u00E7\u00F5es foram feitas no tempo limite.";
|
|
14
14
|
ExceptionsMessagesEnum["unauthorized"] = "N\u00E3o foi poss\u00EDvel autorizar ou autenticar essa requisi\u00E7\u00E3o.";
|
|
15
15
|
ExceptionsMessagesEnum["validationFailed"] = "Os dados enviados s\u00E3o inv\u00E1lidos!";
|