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" | "
|
|
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
|
};
|
package/dist/logistics/index.js
CHANGED
|
@@ -102,9 +102,9 @@ exports.TipoCategoria = {
|
|
|
102
102
|
case this.Beleza:
|
|
103
103
|
return 'Beleza';
|
|
104
104
|
case this.Bolsa:
|
|
105
|
-
return '
|
|
105
|
+
return 'Bolsas';
|
|
106
106
|
case this.Calçado:
|
|
107
|
-
return '
|
|
107
|
+
return 'Calçados';
|
|
108
108
|
case this.Celular:
|
|
109
109
|
return 'Celular';
|
|
110
110
|
case this.Decoracao:
|
package/package.json
CHANGED
package/src/logistics/index.ts
CHANGED