@grapadigital/shared-app-modules 0.0.43 → 0.0.45
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/dist/constants.d.ts +4 -1
- package/dist/constants.js +1 -1
- package/package.json +1 -1
package/dist/constants.d.ts
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
export declare const ERROR_MESSAGE = "
|
|
1
|
+
export declare const ERROR_MESSAGE = "N\u00E3o foi poss\u00EDvel concluir a opera\u00E7\u00E3o. Tente novamente mais tarde ou entre em contato com o suporte.";
|
|
2
2
|
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated Utilizar `NO_NEW_DATA_PROVIDED_MESSAGE` no lugar.
|
|
5
|
+
*/
|
|
3
6
|
export declare const NO_DATA_TO_UPDATE = "N\u00E3o h\u00E1 dados para atualizar.";
|
|
4
7
|
|
|
5
8
|
export { }
|
package/dist/constants.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const o = "Não há dados para atualizar.", a = "Não foi possível concluir a operação. Tente novamente mais tarde ou entre em contato com o suporte.";
|
|
2
2
|
export {
|
|
3
3
|
a as ERROR_MESSAGE,
|
|
4
4
|
o as NO_DATA_TO_UPDATE
|