mdz-enum 1.6.63 → 1.6.64

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.
Files changed (43) hide show
  1. package/dist/checkout/index.d.ts +33 -33
  2. package/dist/checkout/index.js +97 -97
  3. package/dist/commercial/index.d.ts +247 -247
  4. package/dist/commercial/index.js +607 -607
  5. package/dist/common/index.d.ts +71 -71
  6. package/dist/common/index.js +205 -205
  7. package/dist/config/index.d.ts +200 -200
  8. package/dist/config/index.js +576 -576
  9. package/dist/eva/index.d.ts +143 -143
  10. package/dist/eva/index.js +173 -173
  11. package/dist/finance/index.d.ts +240 -240
  12. package/dist/finance/index.js +728 -728
  13. package/dist/fiscal/index.d.ts +572 -572
  14. package/dist/fiscal/index.js +1484 -1484
  15. package/dist/functions.d.ts +11 -11
  16. package/dist/functions.js +74 -74
  17. package/dist/general/index.d.ts +265 -265
  18. package/dist/general/index.js +512 -512
  19. package/dist/home/index.d.ts +88 -88
  20. package/dist/home/index.js +268 -268
  21. package/dist/index.d.ts +16 -16
  22. package/dist/index.js +268 -267
  23. package/dist/integration/index.d.ts +37 -37
  24. package/dist/integration/index.js +109 -109
  25. package/dist/logistics/index.d.ts +174 -174
  26. package/dist/logistics/index.js +493 -493
  27. package/dist/marketplace/templates/components/index.d.ts +340 -340
  28. package/dist/marketplace/templates/components/index.js +371 -371
  29. package/dist/marketplace/templates/elements/index.d.ts +32 -32
  30. package/dist/marketplace/templates/elements/index.js +35 -35
  31. package/dist/marketplace/templates/index.d.ts +559 -556
  32. package/dist/marketplace/templates/index.js +49 -49
  33. package/dist/marketplace/templates/pages/index.d.ts +233 -233
  34. package/dist/marketplace/templates/pages/index.js +413 -413
  35. package/dist/marketplace/templates/reference/index.d.ts +24 -24
  36. package/dist/marketplace/templates/reference/index.js +26 -26
  37. package/dist/people/index.d.ts +62 -62
  38. package/dist/people/index.js +180 -180
  39. package/dist/platform/index.d.ts +218 -218
  40. package/dist/platform/index.js +632 -632
  41. package/dist/reports/index.d.ts +102 -96
  42. package/dist/reports/index.js +298 -281
  43. package/package.json +1 -1
@@ -1,96 +1,102 @@
1
- export declare const TipoRelatorio: {
2
- Resumido: string;
3
- Detalhado: string;
4
- description(val: string): "enum not found" | "Resumido" | "Detalhado";
5
- };
6
- export declare const AgrupamentoRelatorio: {
7
- Cliente: string;
8
- Data: string;
9
- Produto: string;
10
- Documento: string;
11
- Vendedor: string;
12
- Categoria: string;
13
- Marca: string;
14
- Filial: string;
15
- PlanoConta: string;
16
- CentroCusto: string;
17
- Preco: string;
18
- Operacao: string;
19
- MeioPagamento: string;
20
- Fornecedor: string;
21
- OperadoraCartao: string;
22
- Colecao: string;
23
- Lote: string;
24
- Validade: string;
25
- Objeto: string;
26
- description(val: string): "Vendedor" | "enum not found" | "Produto" | "Cliente" | "Data" | "Operação" | "Marca" | "Fornecedor" | "Documento" | "Categoria" | "Filial" | "Plano de Contas" | "Centro de Custo" | "Preço" | "Meio de Pagamento" | "Operadora Cartão" | "Coleção" | "Lote" | "Validade" | "Objeto";
27
- };
28
- export declare const AgrupamentoRelatoriosProdutos: {
29
- Produto: string;
30
- Categoria: string;
31
- Marca: string;
32
- UnidadeMedida: string;
33
- CenarioFiscal: string;
34
- NCM: string;
35
- Filial: string;
36
- EnderecoEstoque: string;
37
- InventarioP7: string;
38
- Lote: string;
39
- Validade: string;
40
- description(val: string): "enum not found" | "Produto" | "Marca" | "Categoria" | "Filial" | "Lote" | "Validade" | "Unidade de Medida" | "Cenário Fiscal" | "NCM" | "Endereço de Estoque" | "Inventário P7";
41
- };
42
- export declare const TipoPreco: {
43
- Compra: string;
44
- CompraMedio: string;
45
- Custo: string;
46
- CustoMedio: string;
47
- Venda: string;
48
- VendaAtacado: string;
49
- description(val: string): "enum not found" | "Venda" | "Compra" | "Compra médio" | "Custo" | "Custo médio" | "Venda atacado";
50
- };
51
- export declare const AgrupamentoRelatorioPessoas: {
52
- Pessoa: string;
53
- Tipo: string;
54
- Classificacao: string;
55
- Cidade: string;
56
- Origem: string;
57
- description(val: string): "enum not found" | "Pessoa" | "Tipo" | "Classificação" | "Cidade" | "Origem";
58
- };
59
- export declare const SituacaoQtdEstoque: {
60
- Zerado: string;
61
- Negativo: string;
62
- Positivo: string;
63
- description(val: string): "enum not found" | "Negativo" | "Positivo" | "Zerado";
64
- };
65
- export declare const PrioridadeCompra: {
66
- Alta: string;
67
- Media: string;
68
- Baixa: string;
69
- description(val: string): "enum not found" | "Alta" | "Média" | "Baixa";
70
- };
71
- export declare const StatusCompra: {
72
- ComprarUrgente: string;
73
- Comprar: string;
74
- Atencao: string;
75
- Normal: string;
76
- RevisarDemanda: string;
77
- SemDemanda: string;
78
- Parado: string;
79
- Excesso: string;
80
- description(val: string): "enum not found" | "Normal" | "Comprar urgente" | "Comprar" | "Atenção" | "Revisar Demanda" | "Sem demanda" | "Parado" | "Excesso";
81
- };
82
- export declare const FaixaCobertura: {
83
- Critica: string;
84
- Baixa: string;
85
- Normal: string;
86
- Alta: string;
87
- Excesso: string;
88
- description(val: string): "enum not found" | "Normal" | "Alta" | "Baixa" | "Excesso" | "Crítica";
89
- };
90
- export declare const TendenciaDemanda: {
91
- Acelerando: string;
92
- Estavel: string;
93
- Desacelerando: string;
94
- SemDemanda: string;
95
- description(val: string): "enum not found" | "Sem demanda" | "Acelerando" | "Estável" | "Desacelerando";
96
- };
1
+ export declare const TipoRelatorio: {
2
+ Resumido: string;
3
+ Detalhado: string;
4
+ description(val: string): "enum not found" | "Resumido" | "Detalhado";
5
+ };
6
+ export declare const AgrupamentoRelatorio: {
7
+ Cliente: string;
8
+ Data: string;
9
+ Produto: string;
10
+ Documento: string;
11
+ Vendedor: string;
12
+ Categoria: string;
13
+ Marca: string;
14
+ Filial: string;
15
+ PlanoConta: string;
16
+ CentroCusto: string;
17
+ Preco: string;
18
+ Operacao: string;
19
+ MeioPagamento: string;
20
+ Fornecedor: string;
21
+ OperadoraCartao: string;
22
+ Colecao: string;
23
+ Lote: string;
24
+ Validade: string;
25
+ Objeto: string;
26
+ Situacao: string;
27
+ description(val: string): "Vendedor" | "enum not found" | "Produto" | "Cliente" | "Data" | "Operação" | "Marca" | "Fornecedor" | "Documento" | "Categoria" | "Filial" | "Plano de Contas" | "Centro de Custo" | "Preço" | "Meio de Pagamento" | "Operadora Cartão" | "Coleção" | "Lote" | "Validade" | "Objeto" | "Situação";
28
+ };
29
+ export declare const TipoPosicaoConsignacao: {
30
+ Posicao: string;
31
+ Movimentacao: string;
32
+ description(val: string): "enum not found" | "Posição em aberto" | "Movimentação do período";
33
+ };
34
+ export declare const AgrupamentoRelatoriosProdutos: {
35
+ Produto: string;
36
+ Categoria: string;
37
+ Marca: string;
38
+ UnidadeMedida: string;
39
+ CenarioFiscal: string;
40
+ NCM: string;
41
+ Filial: string;
42
+ EnderecoEstoque: string;
43
+ InventarioP7: string;
44
+ Lote: string;
45
+ Validade: string;
46
+ description(val: string): "enum not found" | "Produto" | "Marca" | "Categoria" | "Filial" | "Lote" | "Validade" | "Unidade de Medida" | "Cenário Fiscal" | "NCM" | "Endereço de Estoque" | "Inventário P7";
47
+ };
48
+ export declare const TipoPreco: {
49
+ Compra: string;
50
+ CompraMedio: string;
51
+ Custo: string;
52
+ CustoMedio: string;
53
+ Venda: string;
54
+ VendaAtacado: string;
55
+ description(val: string): "enum not found" | "Venda" | "Compra" | "Compra médio" | "Custo" | "Custo médio" | "Venda atacado";
56
+ };
57
+ export declare const AgrupamentoRelatorioPessoas: {
58
+ Pessoa: string;
59
+ Tipo: string;
60
+ Classificacao: string;
61
+ Cidade: string;
62
+ Origem: string;
63
+ description(val: string): "enum not found" | "Pessoa" | "Tipo" | "Classificação" | "Cidade" | "Origem";
64
+ };
65
+ export declare const SituacaoQtdEstoque: {
66
+ Zerado: string;
67
+ Negativo: string;
68
+ Positivo: string;
69
+ description(val: string): "enum not found" | "Negativo" | "Positivo" | "Zerado";
70
+ };
71
+ export declare const PrioridadeCompra: {
72
+ Alta: string;
73
+ Media: string;
74
+ Baixa: string;
75
+ description(val: string): "enum not found" | "Alta" | "Média" | "Baixa";
76
+ };
77
+ export declare const StatusCompra: {
78
+ ComprarUrgente: string;
79
+ Comprar: string;
80
+ Atencao: string;
81
+ Normal: string;
82
+ RevisarDemanda: string;
83
+ SemDemanda: string;
84
+ Parado: string;
85
+ Excesso: string;
86
+ description(val: string): "enum not found" | "Normal" | "Comprar urgente" | "Comprar" | "Atenção" | "Revisar Demanda" | "Sem demanda" | "Parado" | "Excesso";
87
+ };
88
+ export declare const FaixaCobertura: {
89
+ Critica: string;
90
+ Baixa: string;
91
+ Normal: string;
92
+ Alta: string;
93
+ Excesso: string;
94
+ description(val: string): "enum not found" | "Normal" | "Alta" | "Baixa" | "Excesso" | "Crítica";
95
+ };
96
+ export declare const TendenciaDemanda: {
97
+ Acelerando: string;
98
+ Estavel: string;
99
+ Desacelerando: string;
100
+ SemDemanda: string;
101
+ description(val: string): "enum not found" | "Sem demanda" | "Acelerando" | "Estável" | "Desacelerando";
102
+ };