mdz-enum 1.0.92 → 1.0.93

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.
@@ -37,5 +37,5 @@ export declare const VersaoLayoutSat: {
37
37
  export declare const ModoFinalizacao: {
38
38
  ImprimirDireto: string;
39
39
  SolicitarModal: string;
40
- description(val: string): "enum not found" | "Imprimir Direto" | "Solicitar Modal";
40
+ description(val: string): "enum not found" | "Imprimir Direto" | "Solicitar Compartilhamento";
41
41
  };
@@ -112,7 +112,7 @@ exports.ModoFinalizacao = {
112
112
  case this.ImprimirDireto:
113
113
  return 'Imprimir Direto';
114
114
  case this.SolicitarModal:
115
- return 'Solicitar Modal';
115
+ return 'Solicitar Compartilhamento';
116
116
  default:
117
117
  return 'enum not found';
118
118
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdz-enum",
3
- "version": "1.0.92",
3
+ "version": "1.0.93",
4
4
  "description": "Enumerados Moderniza",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -141,7 +141,7 @@ export const ModoFinalizacao = {
141
141
  return 'Imprimir Direto'
142
142
 
143
143
  case this.SolicitarModal:
144
- return 'Solicitar Modal'
144
+ return 'Solicitar Compartilhamento'
145
145
 
146
146
  default:
147
147
  return 'enum not found'