mdz-enum 1.6.33 → 1.6.34

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 (41) 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 +243 -243
  4. package/dist/commercial/index.js +595 -595
  5. package/dist/common/index.d.ts +59 -59
  6. package/dist/common/index.js +171 -171
  7. package/dist/config/index.d.ts +182 -182
  8. package/dist/config/index.js +525 -525
  9. package/dist/eva/index.d.ts +142 -142
  10. package/dist/eva/index.js +170 -170
  11. package/dist/finance/index.d.ts +207 -207
  12. package/dist/finance/index.js +549 -549
  13. package/dist/fiscal/index.d.ts +536 -536
  14. package/dist/fiscal/index.js +1356 -1356
  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/index.d.ts +15 -15
  20. package/dist/index.js +246 -246
  21. package/dist/integration/index.d.ts +27 -27
  22. package/dist/integration/index.js +80 -80
  23. package/dist/logistics/index.d.ts +142 -142
  24. package/dist/logistics/index.js +410 -410
  25. package/dist/marketplace/templates/components/index.d.ts +306 -306
  26. package/dist/marketplace/templates/components/index.js +331 -331
  27. package/dist/marketplace/templates/elements/index.d.ts +32 -32
  28. package/dist/marketplace/templates/elements/index.js +35 -35
  29. package/dist/marketplace/templates/index.d.ts +526 -523
  30. package/dist/marketplace/templates/index.js +48 -48
  31. package/dist/marketplace/templates/pages/index.d.ts +233 -233
  32. package/dist/marketplace/templates/pages/index.js +413 -413
  33. package/dist/marketplace/templates/reference/index.d.ts +24 -24
  34. package/dist/marketplace/templates/reference/index.js +26 -26
  35. package/dist/people/index.d.ts +62 -62
  36. package/dist/people/index.js +180 -180
  37. package/dist/platform/index.d.ts +207 -207
  38. package/dist/platform/index.js +600 -600
  39. package/dist/reports/index.d.ts +95 -95
  40. package/dist/reports/index.js +278 -278
  41. package/package.json +1 -1
@@ -1,95 +1,95 @@
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
- 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";
26
- };
27
- export declare const AgrupamentoRelatoriosProdutos: {
28
- Produto: string;
29
- Categoria: string;
30
- Marca: string;
31
- UnidadeMedida: string;
32
- CenarioFiscal: string;
33
- NCM: string;
34
- Filial: string;
35
- EnderecoEstoque: string;
36
- InventarioP7: string;
37
- Lote: string;
38
- Validade: string;
39
- 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";
40
- };
41
- export declare const TipoPreco: {
42
- Compra: string;
43
- CompraMedio: string;
44
- Custo: string;
45
- CustoMedio: string;
46
- Venda: string;
47
- VendaAtacado: string;
48
- description(val: string): "enum not found" | "Venda" | "Compra" | "Compra médio" | "Custo" | "Custo médio" | "Venda atacado";
49
- };
50
- export declare const AgrupamentoRelatorioPessoas: {
51
- Pessoa: string;
52
- Tipo: string;
53
- Classificacao: string;
54
- Cidade: string;
55
- Origem: string;
56
- description(val: string): "enum not found" | "Pessoa" | "Tipo" | "Classificação" | "Cidade" | "Origem";
57
- };
58
- export declare const SituacaoQtdEstoque: {
59
- Zerado: string;
60
- Negativo: string;
61
- Positivo: string;
62
- description(val: string): "enum not found" | "Negativo" | "Positivo" | "Zerado";
63
- };
64
- export declare const PrioridadeCompra: {
65
- Alta: string;
66
- Media: string;
67
- Baixa: string;
68
- description(val: string): "enum not found" | "Alta" | "Média" | "Baixa";
69
- };
70
- export declare const StatusCompra: {
71
- ComprarUrgente: string;
72
- Comprar: string;
73
- Atencao: string;
74
- Normal: string;
75
- RevisarDemanda: string;
76
- SemDemanda: string;
77
- Parado: string;
78
- Excesso: string;
79
- description(val: string): "enum not found" | "Normal" | "Comprar urgente" | "Comprar" | "Atenção" | "Revisar Demanda" | "Sem demanda" | "Parado" | "Excesso";
80
- };
81
- export declare const FaixaCobertura: {
82
- Critica: string;
83
- Baixa: string;
84
- Normal: string;
85
- Alta: string;
86
- Excesso: string;
87
- description(val: string): "enum not found" | "Normal" | "Alta" | "Baixa" | "Excesso" | "Crítica";
88
- };
89
- export declare const TendenciaDemanda: {
90
- Acelerando: string;
91
- Estavel: string;
92
- Desacelerando: string;
93
- SemDemanda: string;
94
- description(val: string): "enum not found" | "Sem demanda" | "Acelerando" | "Estável" | "Desacelerando";
95
- };
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
+ 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";
26
+ };
27
+ export declare const AgrupamentoRelatoriosProdutos: {
28
+ Produto: string;
29
+ Categoria: string;
30
+ Marca: string;
31
+ UnidadeMedida: string;
32
+ CenarioFiscal: string;
33
+ NCM: string;
34
+ Filial: string;
35
+ EnderecoEstoque: string;
36
+ InventarioP7: string;
37
+ Lote: string;
38
+ Validade: string;
39
+ 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";
40
+ };
41
+ export declare const TipoPreco: {
42
+ Compra: string;
43
+ CompraMedio: string;
44
+ Custo: string;
45
+ CustoMedio: string;
46
+ Venda: string;
47
+ VendaAtacado: string;
48
+ description(val: string): "enum not found" | "Venda" | "Compra" | "Compra médio" | "Custo" | "Custo médio" | "Venda atacado";
49
+ };
50
+ export declare const AgrupamentoRelatorioPessoas: {
51
+ Pessoa: string;
52
+ Tipo: string;
53
+ Classificacao: string;
54
+ Cidade: string;
55
+ Origem: string;
56
+ description(val: string): "enum not found" | "Pessoa" | "Tipo" | "Classificação" | "Cidade" | "Origem";
57
+ };
58
+ export declare const SituacaoQtdEstoque: {
59
+ Zerado: string;
60
+ Negativo: string;
61
+ Positivo: string;
62
+ description(val: string): "enum not found" | "Negativo" | "Positivo" | "Zerado";
63
+ };
64
+ export declare const PrioridadeCompra: {
65
+ Alta: string;
66
+ Media: string;
67
+ Baixa: string;
68
+ description(val: string): "enum not found" | "Alta" | "Média" | "Baixa";
69
+ };
70
+ export declare const StatusCompra: {
71
+ ComprarUrgente: string;
72
+ Comprar: string;
73
+ Atencao: string;
74
+ Normal: string;
75
+ RevisarDemanda: string;
76
+ SemDemanda: string;
77
+ Parado: string;
78
+ Excesso: string;
79
+ description(val: string): "enum not found" | "Normal" | "Comprar urgente" | "Comprar" | "Atenção" | "Revisar Demanda" | "Sem demanda" | "Parado" | "Excesso";
80
+ };
81
+ export declare const FaixaCobertura: {
82
+ Critica: string;
83
+ Baixa: string;
84
+ Normal: string;
85
+ Alta: string;
86
+ Excesso: string;
87
+ description(val: string): "enum not found" | "Normal" | "Alta" | "Baixa" | "Excesso" | "Crítica";
88
+ };
89
+ export declare const TendenciaDemanda: {
90
+ Acelerando: string;
91
+ Estavel: string;
92
+ Desacelerando: string;
93
+ SemDemanda: string;
94
+ description(val: string): "enum not found" | "Sem demanda" | "Acelerando" | "Estável" | "Desacelerando";
95
+ };