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.
- package/dist/reports/index.d.ts +2 -2
- package/dist/reports/index.js +1 -1
- package/package.json +1 -1
package/dist/reports/index.d.ts
CHANGED
|
@@ -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" | "
|
|
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" | "
|
|
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;
|
package/dist/reports/index.js
CHANGED