mdz-enum 1.6.78 → 1.6.79

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 (44) hide show
  1. package/README.MD +7 -7
  2. package/dist/checkout/index.d.ts +33 -33
  3. package/dist/checkout/index.js +97 -97
  4. package/dist/commercial/index.d.ts +248 -248
  5. package/dist/commercial/index.js +610 -610
  6. package/dist/common/index.d.ts +71 -71
  7. package/dist/common/index.js +205 -205
  8. package/dist/config/index.d.ts +200 -200
  9. package/dist/config/index.js +576 -576
  10. package/dist/eva/index.d.ts +145 -145
  11. package/dist/eva/index.js +179 -179
  12. package/dist/finance/index.d.ts +240 -240
  13. package/dist/finance/index.js +728 -728
  14. package/dist/fiscal/index.d.ts +572 -572
  15. package/dist/fiscal/index.js +1484 -1484
  16. package/dist/functions.d.ts +11 -11
  17. package/dist/functions.js +74 -74
  18. package/dist/general/index.d.ts +265 -265
  19. package/dist/general/index.js +512 -512
  20. package/dist/home/index.d.ts +88 -88
  21. package/dist/home/index.js +268 -268
  22. package/dist/index.d.ts +16 -16
  23. package/dist/index.js +270 -270
  24. package/dist/integration/index.d.ts +37 -37
  25. package/dist/integration/index.js +109 -109
  26. package/dist/logistics/index.d.ts +195 -195
  27. package/dist/logistics/index.js +554 -554
  28. package/dist/marketplace/templates/components/index.d.ts +352 -348
  29. package/dist/marketplace/templates/components/index.js +383 -379
  30. package/dist/marketplace/templates/elements/index.d.ts +32 -32
  31. package/dist/marketplace/templates/elements/index.js +35 -35
  32. package/dist/marketplace/templates/index.d.ts +571 -564
  33. package/dist/marketplace/templates/index.js +49 -49
  34. package/dist/marketplace/templates/pages/index.d.ts +233 -233
  35. package/dist/marketplace/templates/pages/index.js +413 -413
  36. package/dist/marketplace/templates/reference/index.d.ts +24 -24
  37. package/dist/marketplace/templates/reference/index.js +26 -26
  38. package/dist/people/index.d.ts +65 -65
  39. package/dist/people/index.js +189 -189
  40. package/dist/platform/index.d.ts +220 -220
  41. package/dist/platform/index.js +638 -638
  42. package/dist/reports/index.d.ts +103 -103
  43. package/dist/reports/index.js +301 -301
  44. package/package.json +32 -32
@@ -1,195 +1,195 @@
1
- export declare const TipoProduto: {
2
- Simples: string;
3
- ComGrade: string;
4
- Kit: string;
5
- Conjunto: string;
6
- description(val: string): "enum not found" | "Simples" | "Com Grade" | "Kit" | "Conjunto";
7
- };
8
- export declare const TipoValoracao: {
9
- PrecoCompra: string;
10
- PrecoCusto: string;
11
- PrecoVenda: string;
12
- PrecoAtacado: string;
13
- description(val: string): "enum not found" | "Preço de Compra" | "Preço de Custo" | "Preço de Venda" | "Preço de Atacado";
14
- };
15
- export declare const SituacaoMovimentacaoEstoque: {
16
- EmEdicao: string;
17
- Processado: string;
18
- Estornado: string;
19
- description(val: string): "enum not found" | "Em Edição" | "Processado" | "Estornado";
20
- };
21
- export declare const OrigemMovimentacaoEstoque: {
22
- Manual: string;
23
- NotaFiscal: string;
24
- Pedido: string;
25
- Inventario: string;
26
- description(val: string): "enum not found" | "Pedido" | "Nota Fiscal" | "Manual" | "Inventário";
27
- };
28
- export declare const OperacaoMovimentacaoEstoque: {
29
- Entrada: string;
30
- Saida: string;
31
- Transferencia: string;
32
- description(val: string): "enum not found" | "Entrada" | "Saída" | "Transferência";
33
- };
34
- export declare const SituacaoQuantidadeEstoque: {
35
- Negativo: string;
36
- Positivo: string;
37
- description(val: string): "enum not found" | "Negativo" | "Positivo";
38
- };
39
- export declare const TipoCategoria: {
40
- Beleza: string;
41
- Bolsa: string;
42
- Calçado: string;
43
- Celular: string;
44
- Decoracao: string;
45
- Eletrodomestico: string;
46
- Eletronico: string;
47
- Esporte: string;
48
- Ferramenta: string;
49
- Game: string;
50
- Movel: string;
51
- Vestuario: string;
52
- Saude: string;
53
- Automotivo: string;
54
- MateriaisConstrucao: string;
55
- description(val: string): "Beleza" | "Bolsas" | "Calçados" | "Celular" | "Decoração" | "Eletrodomésticos" | "Eletrônicos" | "Esportes" | "Ferramentas" | "Games" | "Móveis" | "Vestuário" | "Saúde" | "Automotivo" | "Materiais de Construção" | undefined;
56
- };
57
- export declare const TipoImagemGaleria: {
58
- Geral: string;
59
- PorGrade: string;
60
- description(val: string): "enum not found" | "Geral" | "Por Grade";
61
- };
62
- export declare const TipoAtualizacaoEstoque: {
63
- NotaFiscal: string;
64
- MovimentacaoEstoque: string;
65
- description(val: string): "enum not found" | "Nota Fiscal" | "Movimentaçaõ de Estoque";
66
- };
67
- export declare const TipoLeiRotulagem: {
68
- Lei_360: string;
69
- Lei_429: string;
70
- description(val: string): "enum not found" | "RDC 359/360" | "RDC 429";
71
- };
72
- export declare const TipoQuantidadeInfoNutricional: {
73
- Grama: string;
74
- Mililitro: string;
75
- description(val: string): "enum not found" | "100 G (100 gramas)" | "100 ML (100 mililitros)";
76
- };
77
- export declare const TipoItem: {
78
- MercadoriaRevenda: string;
79
- MateriaPrima: string;
80
- Embalagem: string;
81
- ProdutoProcesso: string;
82
- ProdutoAcabado: string;
83
- Subproduto: string;
84
- ProdutoIntermediario: string;
85
- MaterialUsoConsumo: string;
86
- AtivoImobilizado: string;
87
- Servicos: string;
88
- OutrosInsumos: string;
89
- Outras: string;
90
- description(val: string): "enum not found" | "Serviços" | "Mercadoria para revenda" | "Matéria-prima" | "Embalagem" | "Produto em processo" | "Produto acabado" | "Subproduto" | "Produto intermediário" | "Material de uso e consumo" | "Ativo imobilizado" | "Outros insumos" | "Outras";
91
- };
92
- export declare const SituacaoInventario: {
93
- EmAndamento: string;
94
- Concluido: string;
95
- Cancelado: string;
96
- description(val: string): "enum not found" | "Cancelado" | "Concluído" | "Em Andamento";
97
- };
98
- export declare const SituacaoItemInventario: {
99
- Excluido: string;
100
- Atualizado: string;
101
- AtualizacaoPendente: string;
102
- InclusaoPendente: string;
103
- description(val: string): "enum not found" | "Atualizado" | "Excluído" | "Atualização Pendente" | "Inclusão Pendente";
104
- };
105
- export declare const TipoAjusteInventario: {
106
- Ajuste: string;
107
- ApenasEntrada: string;
108
- ApenasSaida: string;
109
- description(val: string): "enum not found" | "Ajuste" | "Apenas Entrada" | "Apenas Saída";
110
- };
111
- export declare const TipoMovimentacaoItemInventario: {
112
- Entrada: string;
113
- Saida: string;
114
- SemMov: string;
115
- description(val: string): "enum not found" | "Entrada" | "Saída" | "Não Mov.";
116
- };
117
- export declare const TipoDesdobramentoProduto: {
118
- EmProduto: string;
119
- EmGrade: string;
120
- description(val: string): "enum not found" | "Produtos" | "Grades";
121
- };
122
- export declare const TipoCodigoEtiquetaProduto: {
123
- SkuProduto: string;
124
- Ean13: string;
125
- CodigoBarra: string;
126
- description(val: string): "enum not found" | "SKU do Produto" | "EAN13" | "Cód. de Barras";
127
- };
128
- export declare const SituacaoImagemProduto: {
129
- ComImagem: string;
130
- SemImagem: string;
131
- description(val: string): "enum not found" | "Com Imagem" | "Sem Imagem";
132
- };
133
- export declare const SituacaoColecao: {
134
- Encerrada: string;
135
- EmAndamento: string;
136
- description(val: string): "enum not found" | "Em Andamento" | "Encerrada";
137
- };
138
- export declare const ModoPreco: {
139
- Pai: string;
140
- Filho: string;
141
- description(val: string): "enum not found" | "Pai" | "Filho";
142
- };
143
- export declare const TipoAtributo: {
144
- Cor: string;
145
- Tamanho: string;
146
- Material: string;
147
- FaixaEtaria: string;
148
- Genero: string;
149
- Sabor: string;
150
- Voltagem: string;
151
- Potencia: string;
152
- description(val: string): "enum not found" | "Cor" | "Tamanho" | "Material" | "Faixa etária" | "Gênero" | "Sabores" | "Voltagens" | "Potencias";
153
- };
154
- export declare const TipoCampoAtributo: {
155
- Cor: string;
156
- Texto: string;
157
- Selecao: string;
158
- description(val: string): "enum not found" | "Texto" | "Cor" | "Seleção";
159
- };
160
- export declare const TiposAtributo: ({
161
- descricao: string;
162
- tipo: string;
163
- tipo_campo: string;
164
- values: null;
165
- } | {
166
- descricao: string;
167
- tipo: string;
168
- tipo_campo: string;
169
- values: {
170
- label: string;
171
- value: string;
172
- }[];
173
- })[];
174
- export declare const TiposAtributoVinculavelMarketplace: string[];
175
- export declare const TipoVeiculo: {
176
- Carro: string;
177
- Moto: string;
178
- Van: string;
179
- Caminhao: string;
180
- Utilitario: string;
181
- Bicicleta: string;
182
- Outro: string;
183
- description(val: string): "enum not found" | "Carro" | "Moto" | "Van" | "Caminhão" | "Utilitário" | "Bicicleta" | "Outro";
184
- };
185
- export declare const TipoCombustivel: {
186
- Gasolina: string;
187
- Etanol: string;
188
- Flex: string;
189
- Diesel: string;
190
- Gnv: string;
191
- Eletrico: string;
192
- Hibrido: string;
193
- NaoSeAplica: string;
194
- description(val: string): "enum not found" | "Não se aplica" | "Gasolina" | "Etanol" | "Flex" | "Diesel" | "GNV" | "Elétrico" | "Híbrido";
195
- };
1
+ export declare const TipoProduto: {
2
+ Simples: string;
3
+ ComGrade: string;
4
+ Kit: string;
5
+ Conjunto: string;
6
+ description(val: string): "enum not found" | "Simples" | "Com Grade" | "Kit" | "Conjunto";
7
+ };
8
+ export declare const TipoValoracao: {
9
+ PrecoCompra: string;
10
+ PrecoCusto: string;
11
+ PrecoVenda: string;
12
+ PrecoAtacado: string;
13
+ description(val: string): "enum not found" | "Preço de Compra" | "Preço de Custo" | "Preço de Venda" | "Preço de Atacado";
14
+ };
15
+ export declare const SituacaoMovimentacaoEstoque: {
16
+ EmEdicao: string;
17
+ Processado: string;
18
+ Estornado: string;
19
+ description(val: string): "enum not found" | "Em Edição" | "Processado" | "Estornado";
20
+ };
21
+ export declare const OrigemMovimentacaoEstoque: {
22
+ Manual: string;
23
+ NotaFiscal: string;
24
+ Pedido: string;
25
+ Inventario: string;
26
+ description(val: string): "enum not found" | "Pedido" | "Nota Fiscal" | "Manual" | "Inventário";
27
+ };
28
+ export declare const OperacaoMovimentacaoEstoque: {
29
+ Entrada: string;
30
+ Saida: string;
31
+ Transferencia: string;
32
+ description(val: string): "enum not found" | "Entrada" | "Saída" | "Transferência";
33
+ };
34
+ export declare const SituacaoQuantidadeEstoque: {
35
+ Negativo: string;
36
+ Positivo: string;
37
+ description(val: string): "enum not found" | "Negativo" | "Positivo";
38
+ };
39
+ export declare const TipoCategoria: {
40
+ Beleza: string;
41
+ Bolsa: string;
42
+ Calçado: string;
43
+ Celular: string;
44
+ Decoracao: string;
45
+ Eletrodomestico: string;
46
+ Eletronico: string;
47
+ Esporte: string;
48
+ Ferramenta: string;
49
+ Game: string;
50
+ Movel: string;
51
+ Vestuario: string;
52
+ Saude: string;
53
+ Automotivo: string;
54
+ MateriaisConstrucao: string;
55
+ description(val: string): "Beleza" | "Bolsas" | "Calçados" | "Celular" | "Decoração" | "Eletrodomésticos" | "Eletrônicos" | "Esportes" | "Ferramentas" | "Games" | "Móveis" | "Vestuário" | "Saúde" | "Automotivo" | "Materiais de Construção" | undefined;
56
+ };
57
+ export declare const TipoImagemGaleria: {
58
+ Geral: string;
59
+ PorGrade: string;
60
+ description(val: string): "enum not found" | "Geral" | "Por Grade";
61
+ };
62
+ export declare const TipoAtualizacaoEstoque: {
63
+ NotaFiscal: string;
64
+ MovimentacaoEstoque: string;
65
+ description(val: string): "enum not found" | "Nota Fiscal" | "Movimentaçaõ de Estoque";
66
+ };
67
+ export declare const TipoLeiRotulagem: {
68
+ Lei_360: string;
69
+ Lei_429: string;
70
+ description(val: string): "enum not found" | "RDC 359/360" | "RDC 429";
71
+ };
72
+ export declare const TipoQuantidadeInfoNutricional: {
73
+ Grama: string;
74
+ Mililitro: string;
75
+ description(val: string): "enum not found" | "100 G (100 gramas)" | "100 ML (100 mililitros)";
76
+ };
77
+ export declare const TipoItem: {
78
+ MercadoriaRevenda: string;
79
+ MateriaPrima: string;
80
+ Embalagem: string;
81
+ ProdutoProcesso: string;
82
+ ProdutoAcabado: string;
83
+ Subproduto: string;
84
+ ProdutoIntermediario: string;
85
+ MaterialUsoConsumo: string;
86
+ AtivoImobilizado: string;
87
+ Servicos: string;
88
+ OutrosInsumos: string;
89
+ Outras: string;
90
+ description(val: string): "enum not found" | "Serviços" | "Mercadoria para revenda" | "Matéria-prima" | "Embalagem" | "Produto em processo" | "Produto acabado" | "Subproduto" | "Produto intermediário" | "Material de uso e consumo" | "Ativo imobilizado" | "Outros insumos" | "Outras";
91
+ };
92
+ export declare const SituacaoInventario: {
93
+ EmAndamento: string;
94
+ Concluido: string;
95
+ Cancelado: string;
96
+ description(val: string): "enum not found" | "Cancelado" | "Concluído" | "Em Andamento";
97
+ };
98
+ export declare const SituacaoItemInventario: {
99
+ Excluido: string;
100
+ Atualizado: string;
101
+ AtualizacaoPendente: string;
102
+ InclusaoPendente: string;
103
+ description(val: string): "enum not found" | "Atualizado" | "Excluído" | "Atualização Pendente" | "Inclusão Pendente";
104
+ };
105
+ export declare const TipoAjusteInventario: {
106
+ Ajuste: string;
107
+ ApenasEntrada: string;
108
+ ApenasSaida: string;
109
+ description(val: string): "enum not found" | "Ajuste" | "Apenas Entrada" | "Apenas Saída";
110
+ };
111
+ export declare const TipoMovimentacaoItemInventario: {
112
+ Entrada: string;
113
+ Saida: string;
114
+ SemMov: string;
115
+ description(val: string): "enum not found" | "Entrada" | "Saída" | "Não Mov.";
116
+ };
117
+ export declare const TipoDesdobramentoProduto: {
118
+ EmProduto: string;
119
+ EmGrade: string;
120
+ description(val: string): "enum not found" | "Produtos" | "Grades";
121
+ };
122
+ export declare const TipoCodigoEtiquetaProduto: {
123
+ SkuProduto: string;
124
+ Ean13: string;
125
+ CodigoBarra: string;
126
+ description(val: string): "enum not found" | "SKU do Produto" | "EAN13" | "Cód. de Barras";
127
+ };
128
+ export declare const SituacaoImagemProduto: {
129
+ ComImagem: string;
130
+ SemImagem: string;
131
+ description(val: string): "enum not found" | "Com Imagem" | "Sem Imagem";
132
+ };
133
+ export declare const SituacaoColecao: {
134
+ Encerrada: string;
135
+ EmAndamento: string;
136
+ description(val: string): "enum not found" | "Em Andamento" | "Encerrada";
137
+ };
138
+ export declare const ModoPreco: {
139
+ Pai: string;
140
+ Filho: string;
141
+ description(val: string): "enum not found" | "Pai" | "Filho";
142
+ };
143
+ export declare const TipoAtributo: {
144
+ Cor: string;
145
+ Tamanho: string;
146
+ Material: string;
147
+ FaixaEtaria: string;
148
+ Genero: string;
149
+ Sabor: string;
150
+ Voltagem: string;
151
+ Potencia: string;
152
+ description(val: string): "enum not found" | "Cor" | "Tamanho" | "Material" | "Faixa etária" | "Gênero" | "Sabores" | "Voltagens" | "Potencias";
153
+ };
154
+ export declare const TipoCampoAtributo: {
155
+ Cor: string;
156
+ Texto: string;
157
+ Selecao: string;
158
+ description(val: string): "enum not found" | "Texto" | "Cor" | "Seleção";
159
+ };
160
+ export declare const TiposAtributo: ({
161
+ descricao: string;
162
+ tipo: string;
163
+ tipo_campo: string;
164
+ values: null;
165
+ } | {
166
+ descricao: string;
167
+ tipo: string;
168
+ tipo_campo: string;
169
+ values: {
170
+ label: string;
171
+ value: string;
172
+ }[];
173
+ })[];
174
+ export declare const TiposAtributoVinculavelMarketplace: string[];
175
+ export declare const TipoVeiculo: {
176
+ Carro: string;
177
+ Moto: string;
178
+ Van: string;
179
+ Caminhao: string;
180
+ Utilitario: string;
181
+ Bicicleta: string;
182
+ Outro: string;
183
+ description(val: string): "enum not found" | "Carro" | "Moto" | "Van" | "Caminhão" | "Utilitário" | "Bicicleta" | "Outro";
184
+ };
185
+ export declare const TipoCombustivel: {
186
+ Gasolina: string;
187
+ Etanol: string;
188
+ Flex: string;
189
+ Diesel: string;
190
+ Gnv: string;
191
+ Eletrico: string;
192
+ Hibrido: string;
193
+ NaoSeAplica: string;
194
+ description(val: string): "enum not found" | "Não se aplica" | "Gasolina" | "Etanol" | "Flex" | "Diesel" | "GNV" | "Elétrico" | "Híbrido";
195
+ };