mdz-enum 1.0.90 → 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
  }
@@ -39,7 +39,7 @@ export declare const TipoCategoria: {
39
39
  Ferramenta: string;
40
40
  Game: string;
41
41
  Movel: string;
42
- Roupa: string;
42
+ Vestuario: string;
43
43
  Saude: string;
44
- description(val: string): "Beleza" | "Bolsa" | "Calçado" | "Celular" | "Decoração" | "Eletrodomésticos" | "Eletrônicos" | "Esportes" | "Ferramentas" | "Games" | "Móveis" | "Roupas" | "Saúde" | undefined;
44
+ description(val: string): "Beleza" | "Bolsas" | "Calçados" | "Celular" | "Decoração" | "Eletrodomésticos" | "Eletrônicos" | "Esportes" | "Ferramentas" | "Games" | "Móveis" | "Vestuário" | "Saúde" | undefined;
45
45
  };
@@ -95,16 +95,16 @@ exports.TipoCategoria = {
95
95
  Ferramenta: '8',
96
96
  Game: '9',
97
97
  Movel: '10',
98
- Roupa: '11',
98
+ Vestuario: '11',
99
99
  Saude: '12',
100
100
  description(val) {
101
101
  switch (val) {
102
102
  case this.Beleza:
103
103
  return 'Beleza';
104
104
  case this.Bolsa:
105
- return 'Bolsa';
105
+ return 'Bolsas';
106
106
  case this.Calçado:
107
- return 'Calçado';
107
+ return 'Calçados';
108
108
  case this.Celular:
109
109
  return 'Celular';
110
110
  case this.Decoracao:
@@ -121,8 +121,8 @@ exports.TipoCategoria = {
121
121
  return 'Games';
122
122
  case this.Movel:
123
123
  return 'Móveis';
124
- case this.Roupa:
125
- return 'Roupas';
124
+ case this.Vestuario:
125
+ return 'Vestuário';
126
126
  case this.Saude:
127
127
  return 'Saúde';
128
128
  default:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdz-enum",
3
- "version": "1.0.90",
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'
@@ -116,7 +116,7 @@ export const TipoCategoria = {
116
116
  Ferramenta: '8',
117
117
  Game: '9',
118
118
  Movel: '10',
119
- Roupa: '11',
119
+ Vestuario: '11',
120
120
  Saude: '12',
121
121
 
122
122
  description(val: string) {
@@ -125,10 +125,10 @@ export const TipoCategoria = {
125
125
  return 'Beleza'
126
126
 
127
127
  case this.Bolsa:
128
- return 'Bolsa'
128
+ return 'Bolsas'
129
129
 
130
130
  case this.Calçado:
131
- return 'Calçado'
131
+ return 'Calçados'
132
132
 
133
133
  case this.Celular:
134
134
  return 'Celular'
@@ -154,8 +154,8 @@ export const TipoCategoria = {
154
154
  case this.Movel:
155
155
  return 'Móveis'
156
156
 
157
- case this.Roupa:
158
- return 'Roupas'
157
+ case this.Vestuario:
158
+ return 'Vestuário'
159
159
 
160
160
  case this.Saude:
161
161
  return 'Saúde'