mdz-enum 1.6.6 → 1.6.7

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.
@@ -70,7 +70,7 @@ export declare const StatusCompra: {
70
70
  SemDemanda: string;
71
71
  Parado: string;
72
72
  Excesso: string;
73
- description(val: string): "enum not found" | "Normal" | "Comprar urgente" | "Comprar" | "Atenção" | "Revisar Demanda" | "Sem demanda" | "Parado" | "Excessp";
73
+ description(val: string): "enum not found" | "Normal" | "Comprar urgente" | "Comprar" | "Atenção" | "Revisar Demanda" | "Sem demanda" | "Parado" | "Excesso";
74
74
  };
75
75
  export declare const FaixaCobertura: {
76
76
  Critica: string;
@@ -78,7 +78,7 @@ export declare const FaixaCobertura: {
78
78
  Normal: string;
79
79
  Alta: string;
80
80
  Excesso: string;
81
- description(val: string): "enum not found" | "Normal" | "Alta" | "Baixa" | "Crítica" | "Excesso";
81
+ description(val: string): "enum not found" | "Normal" | "Alta" | "Baixa" | "Excesso" | "Crítica";
82
82
  };
83
83
  export declare const TendenciaDemanda: {
84
84
  Acelerando: string;
@@ -209,7 +209,7 @@ exports.StatusCompra = {
209
209
  case this.Parado:
210
210
  return 'Parado';
211
211
  case this.Excesso:
212
- return 'Excessp';
212
+ return 'Excesso';
213
213
  default:
214
214
  return 'enum not found';
215
215
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdz-enum",
3
- "version": "1.6.6",
3
+ "version": "1.6.7",
4
4
  "description": "Enumerados ModerShop",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {