mdz-enum 1.0.90 → 1.0.91

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.
@@ -41,5 +41,5 @@ export declare const TipoCategoria: {
41
41
  Movel: string;
42
42
  Roupa: 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" | "Roupas" | "Saúde" | undefined;
45
45
  };
@@ -102,9 +102,9 @@ exports.TipoCategoria = {
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:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdz-enum",
3
- "version": "1.0.90",
3
+ "version": "1.0.91",
4
4
  "description": "Enumerados Moderniza",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -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'