mdz-enum 1.6.85 → 1.6.86
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/checkout/index.d.ts +5 -5
- package/dist/commercial/index.d.ts +27 -27
- package/dist/commercial/index.js +1 -1
- package/dist/common/index.d.ts +11 -11
- package/dist/config/index.d.ts +27 -27
- package/dist/eva/index.d.ts +9 -9
- package/dist/finance/index.d.ts +27 -27
- package/dist/fiscal/index.d.ts +45 -45
- package/dist/general/index.d.ts +13 -13
- package/dist/home/index.d.ts +4 -4
- package/dist/integration/index.d.ts +5 -5
- package/dist/logistics/index.d.ts +27 -27
- package/dist/people/index.d.ts +9 -9
- package/dist/platform/index.d.ts +23 -23
- package/dist/reports/index.d.ts +11 -11
- package/package.json +1 -1
package/dist/reports/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const TipoRelatorio: {
|
|
2
2
|
Resumido: string;
|
|
3
3
|
Detalhado: string;
|
|
4
|
-
description(val: string): "
|
|
4
|
+
description(val: string): "Detalhado" | "Resumido" | "enum not found";
|
|
5
5
|
};
|
|
6
6
|
export declare const AgrupamentoRelatorio: {
|
|
7
7
|
Cliente: string;
|
|
@@ -25,12 +25,12 @@ export declare const AgrupamentoRelatorio: {
|
|
|
25
25
|
Objeto: string;
|
|
26
26
|
Situacao: string;
|
|
27
27
|
Consignacao: string;
|
|
28
|
-
description(val: string): "
|
|
28
|
+
description(val: string): "Categoria" | "Centro de Custo" | "Cliente" | "Coleção" | "Consignação" | "Data" | "Documento" | "Filial" | "Fornecedor" | "Lote" | "Marca" | "Meio de Pagamento" | "Objeto" | "Operadora Cartão" | "Operação" | "Plano de Contas" | "Preço" | "Produto" | "Situação" | "Validade" | "Vendedor" | "enum not found";
|
|
29
29
|
};
|
|
30
30
|
export declare const TipoPosicaoConsignacao: {
|
|
31
31
|
Posicao: string;
|
|
32
32
|
Movimentacao: string;
|
|
33
|
-
description(val: string): "
|
|
33
|
+
description(val: string): "Movimentação do período" | "Posição em aberto" | "enum not found";
|
|
34
34
|
};
|
|
35
35
|
export declare const AgrupamentoRelatoriosProdutos: {
|
|
36
36
|
Produto: string;
|
|
@@ -45,7 +45,7 @@ export declare const AgrupamentoRelatoriosProdutos: {
|
|
|
45
45
|
Lote: string;
|
|
46
46
|
Validade: string;
|
|
47
47
|
CodigoBarra: string;
|
|
48
|
-
description(val: string): "
|
|
48
|
+
description(val: string): "Categoria" | "Cenário Fiscal" | "Código de Barra" | "Endereço de Estoque" | "Filial" | "Inventário P7" | "Lote" | "Marca" | "NCM" | "Produto" | "Unidade de Medida" | "Validade" | "enum not found";
|
|
49
49
|
};
|
|
50
50
|
export declare const TipoPreco: {
|
|
51
51
|
Compra: string;
|
|
@@ -54,7 +54,7 @@ export declare const TipoPreco: {
|
|
|
54
54
|
CustoMedio: string;
|
|
55
55
|
Venda: string;
|
|
56
56
|
VendaAtacado: string;
|
|
57
|
-
description(val: string): "
|
|
57
|
+
description(val: string): "Compra" | "Compra médio" | "Custo" | "Custo médio" | "Venda" | "Venda atacado" | "enum not found";
|
|
58
58
|
};
|
|
59
59
|
export declare const AgrupamentoRelatorioPessoas: {
|
|
60
60
|
Pessoa: string;
|
|
@@ -62,19 +62,19 @@ export declare const AgrupamentoRelatorioPessoas: {
|
|
|
62
62
|
Classificacao: string;
|
|
63
63
|
Cidade: string;
|
|
64
64
|
Origem: string;
|
|
65
|
-
description(val: string): "
|
|
65
|
+
description(val: string): "Cidade" | "Classificação" | "Origem" | "Pessoa" | "Tipo" | "enum not found";
|
|
66
66
|
};
|
|
67
67
|
export declare const SituacaoQtdEstoque: {
|
|
68
68
|
Zerado: string;
|
|
69
69
|
Negativo: string;
|
|
70
70
|
Positivo: string;
|
|
71
|
-
description(val: string): "
|
|
71
|
+
description(val: string): "Negativo" | "Positivo" | "Zerado" | "enum not found";
|
|
72
72
|
};
|
|
73
73
|
export declare const PrioridadeCompra: {
|
|
74
74
|
Alta: string;
|
|
75
75
|
Media: string;
|
|
76
76
|
Baixa: string;
|
|
77
|
-
description(val: string): "
|
|
77
|
+
description(val: string): "Alta" | "Baixa" | "Média" | "enum not found";
|
|
78
78
|
};
|
|
79
79
|
export declare const StatusCompra: {
|
|
80
80
|
ComprarUrgente: string;
|
|
@@ -85,7 +85,7 @@ export declare const StatusCompra: {
|
|
|
85
85
|
SemDemanda: string;
|
|
86
86
|
Parado: string;
|
|
87
87
|
Excesso: string;
|
|
88
|
-
description(val: string): "
|
|
88
|
+
description(val: string): "Atenção" | "Comprar" | "Comprar urgente" | "Excesso" | "Normal" | "Parado" | "Revisar Demanda" | "Sem demanda" | "enum not found";
|
|
89
89
|
};
|
|
90
90
|
export declare const FaixaCobertura: {
|
|
91
91
|
Critica: string;
|
|
@@ -93,12 +93,12 @@ export declare const FaixaCobertura: {
|
|
|
93
93
|
Normal: string;
|
|
94
94
|
Alta: string;
|
|
95
95
|
Excesso: string;
|
|
96
|
-
description(val: string): "
|
|
96
|
+
description(val: string): "Alta" | "Baixa" | "Crítica" | "Excesso" | "Normal" | "enum not found";
|
|
97
97
|
};
|
|
98
98
|
export declare const TendenciaDemanda: {
|
|
99
99
|
Acelerando: string;
|
|
100
100
|
Estavel: string;
|
|
101
101
|
Desacelerando: string;
|
|
102
102
|
SemDemanda: string;
|
|
103
|
-
description(val: string): "
|
|
103
|
+
description(val: string): "Acelerando" | "Desacelerando" | "Estável" | "Sem demanda" | "enum not found";
|
|
104
104
|
};
|