mdz-enum 1.6.57 → 1.6.59

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 +247 -247
  5. package/dist/commercial/index.js +607 -607
  6. package/dist/common/index.d.ts +71 -71
  7. package/dist/common/index.js +205 -205
  8. package/dist/config/index.d.ts +199 -192
  9. package/dist/config/index.js +573 -553
  10. package/dist/eva/index.d.ts +143 -143
  11. package/dist/eva/index.js +173 -173
  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 +86 -86
  21. package/dist/home/index.js +262 -262
  22. package/dist/index.d.ts +16 -16
  23. package/dist/index.js +266 -265
  24. package/dist/integration/index.d.ts +37 -37
  25. package/dist/integration/index.js +109 -109
  26. package/dist/logistics/index.d.ts +174 -174
  27. package/dist/logistics/index.js +493 -493
  28. package/dist/marketplace/templates/components/index.d.ts +321 -321
  29. package/dist/marketplace/templates/components/index.js +347 -347
  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 +540 -541
  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 +62 -62
  39. package/dist/people/index.js +180 -180
  40. package/dist/platform/index.d.ts +208 -208
  41. package/dist/platform/index.js +603 -603
  42. package/dist/reports/index.d.ts +96 -95
  43. package/dist/reports/index.js +281 -278
  44. package/package.json +33 -33
@@ -1,240 +1,240 @@
1
- export declare const MeioPagamento: {
2
- Dinheiro: string;
3
- Cheque: string;
4
- CartaoCredito: string;
5
- CartaoDebito: string;
6
- CreditoLoja: string;
7
- ValeAlimentacao: string;
8
- ValeRefeicao: string;
9
- ValePresente: string;
10
- ValeCombustivel: string;
11
- BoletoBancario: string;
12
- DepositoBancario: string;
13
- PIX: string;
14
- TransferenciaBancaria: string;
15
- Cashback: string;
16
- PixCobranca: string;
17
- SemPagamento: string;
18
- PagamentoPosterior: string;
19
- Outros: string;
20
- description(val: string): "enum not found" | "Outros" | "Dinheiro" | "Cheque" | "Cartão de Crédito" | "Cartão de Débito" | "Crédito Loja" | "Vale Alimentação" | "Vale Refeição" | "Vale Presente" | "Vale Combustível" | "Boleto Bancário" | "Depósito Bancário" | "PIX" | "Pix Cobrança" | "Transferência Bancária" | "Cashback" | "Sem Pagamento" | "Pagamento Posterior";
21
- };
22
- export declare const IndicadorFormaPagamento: {
23
- PagamentoAVista: string;
24
- PagamentoAPrazo: string;
25
- description(val: string): "enum not found" | "Pagamento à Vista" | "Pagamento à Prazo";
26
- };
27
- export declare const OperacaoOperadoraCartao: {
28
- Credito: string;
29
- Debito: string;
30
- description(val: string): "enum not found" | "Crédito" | "Débito";
31
- };
32
- export declare const BandeiraCartao: {
33
- Visa: string;
34
- Mastercard: string;
35
- AmericanExpress: string;
36
- Sorocred: string;
37
- DinersClub: string;
38
- Elo: string;
39
- Hipercard: string;
40
- Aura: string;
41
- Cabal: string;
42
- Outros: string;
43
- description(val: string): "enum not found" | "Outros" | "Visa" | "Mastercard" | "American Express" | "Sorocred" | "Diners Club" | "Elo" | "Hipercard" | "Aura" | "Cabal";
44
- };
45
- export declare const TipoCalculoParcelamento: {
46
- Simples: string;
47
- Composto: string;
48
- description(val: string): "enum not found" | "Simples" | "Composto";
49
- };
50
- export declare const TipoPromocao: {
51
- Percentual: string;
52
- Valor: string;
53
- description(val: string): "enum not found" | "Percentual" | "Valor";
54
- };
55
- export declare const SituacaoDocumentoFinanceiro: {
56
- Aberto: string;
57
- Quitado: string;
58
- Estornado: string;
59
- Vencido: string;
60
- description(val: string): "enum not found" | "Aberto" | "Quitado" | "Estornado" | "Vencido";
61
- };
62
- export declare const TipoDataDocumentoFinanceiro: {
63
- Emissao: string;
64
- Quitacao: string;
65
- Vencimento: string;
66
- description(val: string): "enum not found" | "Emissão" | "Quitação" | "Vencimento";
67
- };
68
- export declare const TipoLancamentoDocumentoFinanceiro: {
69
- Abertura: string;
70
- Pagamento: string;
71
- Desconto: string;
72
- Acrescimo: string;
73
- Juros: string;
74
- Multa: string;
75
- description(val: string): "enum not found" | "Desconto" | "Acréscimo" | "Abertura" | "Pagamento" | "Juros" | "Multa";
76
- };
77
- export declare const TipoCaixaOperacao: {
78
- Abertura: string;
79
- Entrada: string;
80
- Saida: string;
81
- Recebimento: string;
82
- Pagamento: string;
83
- Compra: string;
84
- Venda: string;
85
- Fechamento: string;
86
- VendaValeCredito: string;
87
- description(val: string): "enum not found" | "Venda" | "Compra" | "Entrada" | "Saída" | "Abertura" | "Pagamento" | "Recebimento" | "Fechamento" | "Venda vale crédito";
88
- };
89
- export declare const SituacaoCaixa: {
90
- Aberto: string;
91
- Fechado: string;
92
- FechadoComDiferenca: string;
93
- description(val: string): "enum not found" | "Fechado" | "Aberto" | "Fechado com Diferença";
94
- };
95
- export declare const TipoValorConfiguracaoBoleto: {
96
- Percentual: string;
97
- Valor: string;
98
- description(val: string): "enum not found" | "Percentual" | "Valor";
99
- };
100
- export declare const SituacaoBoleto: {
101
- Pendente: string;
102
- Pago: string;
103
- Cancelado: string;
104
- Vencido: string;
105
- RemessaGerada: string;
106
- description(val: string): "enum not found" | "Pendente" | "Cancelado" | "Vencido" | "Pago" | "Remessa Gerada";
107
- };
108
- export declare const TipoDataBoleto: {
109
- Emissao: string;
110
- Vencimento: string;
111
- Pagamento: string;
112
- description(val: string): "enum not found" | "Emissão" | "Vencimento" | "Pagamento";
113
- };
114
- export declare const SituacaoConciliacao: {
115
- NaoConciliado: string;
116
- Conciliado: string;
117
- description(val: string): "enum not found" | "Não Conciliado" | "Conciliado";
118
- };
119
- export declare const TipoCalculoTaxaCartaoCredito: {
120
- PercentualCadaParcela: string;
121
- PercentualSobreParcelasAnteriores: string;
122
- description(val: string): "enum not found" | "Percentual para cada parcela" | "Percentual sobre todas parcelas anteriores";
123
- };
124
- export declare const VariaveisBoleto: {
125
- DataVencimento: {
126
- Descricao: string;
127
- Chave: string;
128
- Tipo: string;
129
- Aplicacao: string;
130
- };
131
- NumeroCodigoBarra: {
132
- Descricao: string;
133
- Chave: string;
134
- Tipo: string;
135
- Aplicacao: string;
136
- };
137
- Valor: {
138
- Descricao: string;
139
- Chave: string;
140
- Tipo: string;
141
- Aplicacao: string;
142
- };
143
- Cliente: {
144
- Descricao: string;
145
- Chave: string;
146
- Tipo: string;
147
- Aplicacao: string;
148
- };
149
- };
150
- export declare const SituacaoContaMatera: {
151
- EmCriacao: string;
152
- Regular: string;
153
- description(val: string): "Aguardando confirmação" | "Regular" | "Conta com erro.";
154
- };
155
- export declare const CNAB: {
156
- c400: number;
157
- c240: number;
158
- description(val: number): "" | "CNAB 400" | "CNAB 240";
159
- };
160
- export declare const ModeloCaptura: {
161
- Elgin: string;
162
- Vero: string;
163
- Sitef: string;
164
- Auttar: string;
165
- Destaxa: string;
166
- description(val: string): "" | "VERO" | "Elgin" | "Sitef" | "Auttar" | "Destaxa";
167
- };
168
- export declare const TipoConfiguracaoPagamento: {
169
- Elgin: string;
170
- Vero: string;
171
- Sitef: string;
172
- Auttar: string;
173
- Destaxa: string;
174
- QueroQueroPag: string;
175
- PagBank: string;
176
- description(val: string): "" | "Elgin" | "Sitef" | "Auttar" | "Destaxa" | "Vero" | "ModerBank" | "PagBank";
177
- };
178
- export declare const SituacaoTransacaoPagamento: {
179
- Gerada: string;
180
- Pendente: string;
181
- Aprovada: string;
182
- Cancelada: string;
183
- Expirada: string;
184
- Erro: string;
185
- Solicitada: string;
186
- EmProcessamento: string;
187
- Devolvida: string;
188
- NaoRealizada: string;
189
- description(val: string): "enum not found" | "Cancelada" | "Pendente" | "Erro" | "Gerada" | "Aprovada" | "Expirada" | "Solicitacao de devolucao" | "Devolucao em processamento" | "Devolvida" | "Devolucao nao realizada";
190
- };
191
- export declare const SituacaoConciliacaoPagamento: {
192
- Pendente: string;
193
- Conciliado: string;
194
- NaoSeAplica: string;
195
- Divergente: string;
196
- description(val: string): "enum not found" | "Pendente" | "Conciliado" | "Nao se aplica" | "Divergente";
197
- };
198
- export declare const TipoContaMovimentacao: {
199
- Transferencia: string;
200
- Entrada: string;
201
- Saida: string;
202
- description(val: string): "enum not found" | "Entrada" | "Saída" | "Transferência";
203
- };
204
- export declare const TipoTransferenciaCaixa: {
205
- ContaBancaria: string;
206
- Caixa: string;
207
- description(val: string): "enum not found" | "Conta bancária" | "Caixa";
208
- };
209
- export declare const SituacaoCapitalGiro: {
210
- EmAnalise: string;
211
- EmCotacao: string;
212
- FalhaProcessamento: string;
213
- FalhaContato: string;
214
- ContatoAtualizado: string;
215
- PreAprovado: string;
216
- Comite: string;
217
- ComiteAprovado: string;
218
- Formalizacao: string;
219
- Negado: string;
220
- Cancelado: string;
221
- Perdido: string;
222
- Concluido: string;
223
- description(val: string): "enum not found" | "Em análise" | "Em cotação" | "Falha no processamento" | "Não conseguimos contato" | "Contato atualizado" | "Pré-aprovado" | "Em comitê" | "Aprovado em comitê" | "Em formalização" | "Não aprovado" | "Proposta cancelada" | "Proposta encerrada" | "Dinheiro na conta";
224
- provider(val: string): "" | "in_progress" | "in_quoting" | "fails_to_process" | "fail_to_contact" | "contact_updated" | "approved" | "comite" | "comite_approved" | "formalization" | "denied" | "cancelled" | "lost" | "won";
225
- fromProvider(val: string): string;
226
- isFinalizado(val: string): boolean;
227
- possuiOferta(val: string): boolean;
228
- estagio(val: string): string;
229
- };
230
- export declare const EstagioCapitalGiro: {
231
- SemSolicitacao: string;
232
- EmAnalise: string;
233
- PreAprovado: string;
234
- FalhaContato: string;
235
- Formalizacao: string;
236
- Concluido: string;
237
- Negado: string;
238
- Erro: string;
239
- description(val: string): "enum not found" | "Em análise" | "Não conseguimos contato" | "Pré-aprovado" | "Em formalização" | "Não aprovado" | "Sem solicitação" | "Concluído" | "Erro no processamento";
240
- };
1
+ export declare const MeioPagamento: {
2
+ Dinheiro: string;
3
+ Cheque: string;
4
+ CartaoCredito: string;
5
+ CartaoDebito: string;
6
+ CreditoLoja: string;
7
+ ValeAlimentacao: string;
8
+ ValeRefeicao: string;
9
+ ValePresente: string;
10
+ ValeCombustivel: string;
11
+ BoletoBancario: string;
12
+ DepositoBancario: string;
13
+ PIX: string;
14
+ TransferenciaBancaria: string;
15
+ Cashback: string;
16
+ PixCobranca: string;
17
+ SemPagamento: string;
18
+ PagamentoPosterior: string;
19
+ Outros: string;
20
+ description(val: string): "enum not found" | "Outros" | "Dinheiro" | "Cheque" | "Cartão de Crédito" | "Cartão de Débito" | "Crédito Loja" | "Vale Alimentação" | "Vale Refeição" | "Vale Presente" | "Vale Combustível" | "Boleto Bancário" | "Depósito Bancário" | "PIX" | "Pix Cobrança" | "Transferência Bancária" | "Cashback" | "Sem Pagamento" | "Pagamento Posterior";
21
+ };
22
+ export declare const IndicadorFormaPagamento: {
23
+ PagamentoAVista: string;
24
+ PagamentoAPrazo: string;
25
+ description(val: string): "enum not found" | "Pagamento à Vista" | "Pagamento à Prazo";
26
+ };
27
+ export declare const OperacaoOperadoraCartao: {
28
+ Credito: string;
29
+ Debito: string;
30
+ description(val: string): "enum not found" | "Crédito" | "Débito";
31
+ };
32
+ export declare const BandeiraCartao: {
33
+ Visa: string;
34
+ Mastercard: string;
35
+ AmericanExpress: string;
36
+ Sorocred: string;
37
+ DinersClub: string;
38
+ Elo: string;
39
+ Hipercard: string;
40
+ Aura: string;
41
+ Cabal: string;
42
+ Outros: string;
43
+ description(val: string): "enum not found" | "Outros" | "Visa" | "Mastercard" | "American Express" | "Sorocred" | "Diners Club" | "Elo" | "Hipercard" | "Aura" | "Cabal";
44
+ };
45
+ export declare const TipoCalculoParcelamento: {
46
+ Simples: string;
47
+ Composto: string;
48
+ description(val: string): "enum not found" | "Simples" | "Composto";
49
+ };
50
+ export declare const TipoPromocao: {
51
+ Percentual: string;
52
+ Valor: string;
53
+ description(val: string): "enum not found" | "Percentual" | "Valor";
54
+ };
55
+ export declare const SituacaoDocumentoFinanceiro: {
56
+ Aberto: string;
57
+ Quitado: string;
58
+ Estornado: string;
59
+ Vencido: string;
60
+ description(val: string): "enum not found" | "Aberto" | "Quitado" | "Estornado" | "Vencido";
61
+ };
62
+ export declare const TipoDataDocumentoFinanceiro: {
63
+ Emissao: string;
64
+ Quitacao: string;
65
+ Vencimento: string;
66
+ description(val: string): "enum not found" | "Emissão" | "Quitação" | "Vencimento";
67
+ };
68
+ export declare const TipoLancamentoDocumentoFinanceiro: {
69
+ Abertura: string;
70
+ Pagamento: string;
71
+ Desconto: string;
72
+ Acrescimo: string;
73
+ Juros: string;
74
+ Multa: string;
75
+ description(val: string): "enum not found" | "Desconto" | "Acréscimo" | "Abertura" | "Pagamento" | "Juros" | "Multa";
76
+ };
77
+ export declare const TipoCaixaOperacao: {
78
+ Abertura: string;
79
+ Entrada: string;
80
+ Saida: string;
81
+ Recebimento: string;
82
+ Pagamento: string;
83
+ Compra: string;
84
+ Venda: string;
85
+ Fechamento: string;
86
+ VendaValeCredito: string;
87
+ description(val: string): "enum not found" | "Venda" | "Compra" | "Entrada" | "Saída" | "Abertura" | "Pagamento" | "Recebimento" | "Fechamento" | "Venda vale crédito";
88
+ };
89
+ export declare const SituacaoCaixa: {
90
+ Aberto: string;
91
+ Fechado: string;
92
+ FechadoComDiferenca: string;
93
+ description(val: string): "enum not found" | "Fechado" | "Aberto" | "Fechado com Diferença";
94
+ };
95
+ export declare const TipoValorConfiguracaoBoleto: {
96
+ Percentual: string;
97
+ Valor: string;
98
+ description(val: string): "enum not found" | "Percentual" | "Valor";
99
+ };
100
+ export declare const SituacaoBoleto: {
101
+ Pendente: string;
102
+ Pago: string;
103
+ Cancelado: string;
104
+ Vencido: string;
105
+ RemessaGerada: string;
106
+ description(val: string): "enum not found" | "Pendente" | "Cancelado" | "Vencido" | "Pago" | "Remessa Gerada";
107
+ };
108
+ export declare const TipoDataBoleto: {
109
+ Emissao: string;
110
+ Vencimento: string;
111
+ Pagamento: string;
112
+ description(val: string): "enum not found" | "Emissão" | "Vencimento" | "Pagamento";
113
+ };
114
+ export declare const SituacaoConciliacao: {
115
+ NaoConciliado: string;
116
+ Conciliado: string;
117
+ description(val: string): "enum not found" | "Não Conciliado" | "Conciliado";
118
+ };
119
+ export declare const TipoCalculoTaxaCartaoCredito: {
120
+ PercentualCadaParcela: string;
121
+ PercentualSobreParcelasAnteriores: string;
122
+ description(val: string): "enum not found" | "Percentual para cada parcela" | "Percentual sobre todas parcelas anteriores";
123
+ };
124
+ export declare const VariaveisBoleto: {
125
+ DataVencimento: {
126
+ Descricao: string;
127
+ Chave: string;
128
+ Tipo: string;
129
+ Aplicacao: string;
130
+ };
131
+ NumeroCodigoBarra: {
132
+ Descricao: string;
133
+ Chave: string;
134
+ Tipo: string;
135
+ Aplicacao: string;
136
+ };
137
+ Valor: {
138
+ Descricao: string;
139
+ Chave: string;
140
+ Tipo: string;
141
+ Aplicacao: string;
142
+ };
143
+ Cliente: {
144
+ Descricao: string;
145
+ Chave: string;
146
+ Tipo: string;
147
+ Aplicacao: string;
148
+ };
149
+ };
150
+ export declare const SituacaoContaMatera: {
151
+ EmCriacao: string;
152
+ Regular: string;
153
+ description(val: string): "Aguardando confirmação" | "Regular" | "Conta com erro.";
154
+ };
155
+ export declare const CNAB: {
156
+ c400: number;
157
+ c240: number;
158
+ description(val: number): "" | "CNAB 400" | "CNAB 240";
159
+ };
160
+ export declare const ModeloCaptura: {
161
+ Elgin: string;
162
+ Vero: string;
163
+ Sitef: string;
164
+ Auttar: string;
165
+ Destaxa: string;
166
+ description(val: string): "" | "VERO" | "Elgin" | "Sitef" | "Auttar" | "Destaxa";
167
+ };
168
+ export declare const TipoConfiguracaoPagamento: {
169
+ Elgin: string;
170
+ Vero: string;
171
+ Sitef: string;
172
+ Auttar: string;
173
+ Destaxa: string;
174
+ QueroQueroPag: string;
175
+ PagBank: string;
176
+ description(val: string): "" | "Elgin" | "Sitef" | "Auttar" | "Destaxa" | "Vero" | "ModerBank" | "PagBank";
177
+ };
178
+ export declare const SituacaoTransacaoPagamento: {
179
+ Gerada: string;
180
+ Pendente: string;
181
+ Aprovada: string;
182
+ Cancelada: string;
183
+ Expirada: string;
184
+ Erro: string;
185
+ Solicitada: string;
186
+ EmProcessamento: string;
187
+ Devolvida: string;
188
+ NaoRealizada: string;
189
+ description(val: string): "enum not found" | "Cancelada" | "Pendente" | "Erro" | "Gerada" | "Aprovada" | "Expirada" | "Solicitacao de devolucao" | "Devolucao em processamento" | "Devolvida" | "Devolucao nao realizada";
190
+ };
191
+ export declare const SituacaoConciliacaoPagamento: {
192
+ Pendente: string;
193
+ Conciliado: string;
194
+ NaoSeAplica: string;
195
+ Divergente: string;
196
+ description(val: string): "enum not found" | "Pendente" | "Conciliado" | "Nao se aplica" | "Divergente";
197
+ };
198
+ export declare const TipoContaMovimentacao: {
199
+ Transferencia: string;
200
+ Entrada: string;
201
+ Saida: string;
202
+ description(val: string): "enum not found" | "Entrada" | "Saída" | "Transferência";
203
+ };
204
+ export declare const TipoTransferenciaCaixa: {
205
+ ContaBancaria: string;
206
+ Caixa: string;
207
+ description(val: string): "enum not found" | "Conta bancária" | "Caixa";
208
+ };
209
+ export declare const SituacaoCapitalGiro: {
210
+ EmAnalise: string;
211
+ EmCotacao: string;
212
+ FalhaProcessamento: string;
213
+ FalhaContato: string;
214
+ ContatoAtualizado: string;
215
+ PreAprovado: string;
216
+ Comite: string;
217
+ ComiteAprovado: string;
218
+ Formalizacao: string;
219
+ Negado: string;
220
+ Cancelado: string;
221
+ Perdido: string;
222
+ Concluido: string;
223
+ description(val: string): "enum not found" | "Em análise" | "Em cotação" | "Falha no processamento" | "Não conseguimos contato" | "Contato atualizado" | "Pré-aprovado" | "Em comitê" | "Aprovado em comitê" | "Em formalização" | "Não aprovado" | "Proposta cancelada" | "Proposta encerrada" | "Dinheiro na conta";
224
+ provider(val: string): "" | "in_progress" | "in_quoting" | "fails_to_process" | "fail_to_contact" | "contact_updated" | "approved" | "comite" | "comite_approved" | "formalization" | "denied" | "cancelled" | "lost" | "won";
225
+ fromProvider(val: string): string;
226
+ isFinalizado(val: string): boolean;
227
+ possuiOferta(val: string): boolean;
228
+ estagio(val: string): string;
229
+ };
230
+ export declare const EstagioCapitalGiro: {
231
+ SemSolicitacao: string;
232
+ EmAnalise: string;
233
+ PreAprovado: string;
234
+ FalhaContato: string;
235
+ Formalizacao: string;
236
+ Concluido: string;
237
+ Negado: string;
238
+ Erro: string;
239
+ description(val: string): "enum not found" | "Em análise" | "Não conseguimos contato" | "Pré-aprovado" | "Em formalização" | "Não aprovado" | "Sem solicitação" | "Concluído" | "Erro no processamento";
240
+ };