mdz-enum 1.2.47 → 1.2.49
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/README.MD +1 -1
- package/dist/checkout/index.d.ts +27 -27
- package/dist/checkout/index.js +80 -80
- package/dist/commercial/index.d.ts +162 -162
- package/dist/commercial/index.js +466 -466
- package/dist/common/index.d.ts +42 -42
- package/dist/common/index.js +123 -123
- package/dist/config/index.d.ts +120 -120
- package/dist/config/index.js +344 -344
- package/dist/finance/index.d.ts +113 -113
- package/dist/finance/index.js +327 -327
- package/dist/fiscal/index.d.ts +416 -366
- package/dist/fiscal/index.js +1038 -988
- package/dist/functions.d.ts +8 -8
- package/dist/functions.js +68 -68
- package/dist/general/index.d.ts +73 -73
- package/dist/general/index.js +268 -268
- package/dist/index.d.ts +13 -13
- package/dist/index.js +169 -169
- package/dist/integration/index.d.ts +18 -18
- package/dist/integration/index.js +54 -54
- package/dist/logistics/index.d.ts +107 -107
- package/dist/logistics/index.js +311 -311
- package/dist/people/index.d.ts +22 -22
- package/dist/people/index.js +65 -65
- package/dist/platform/index.d.ts +119 -118
- package/dist/platform/index.js +344 -341
- package/dist/reports/index.d.ts +29 -29
- package/dist/reports/index.js +87 -87
- package/package.json +32 -33
- package/dist/plataform/index.d.ts +0 -12
- package/dist/plataform/index.js +0 -37
package/dist/finance/index.d.ts
CHANGED
|
@@ -1,113 +1,113 @@
|
|
|
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
|
-
ProgramaFidelidade: string;
|
|
16
|
-
SemPagamento: string;
|
|
17
|
-
Outros: string;
|
|
18
|
-
description(val: string): "enum not found" | "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" | "Transferência Bancária" | "Programa de Fidelidade" | "Sem Pagamento" | "Outros";
|
|
19
|
-
};
|
|
20
|
-
export declare const IndicadorFormaPagamento: {
|
|
21
|
-
PagamentoAVista: string;
|
|
22
|
-
PagamentoAPrazo: string;
|
|
23
|
-
description(val: string): "enum not found" | "Pagamento à Vista" | "Pagamento à Prazo";
|
|
24
|
-
};
|
|
25
|
-
export declare const OperacaoOperadoraCartao: {
|
|
26
|
-
Credito: string;
|
|
27
|
-
Debito: string;
|
|
28
|
-
description(val: string): "enum not found" | "Crédito" | "Débito";
|
|
29
|
-
};
|
|
30
|
-
export declare const BandeiraCartao: {
|
|
31
|
-
Visa: string;
|
|
32
|
-
Mastercard: string;
|
|
33
|
-
AmericanExpress: string;
|
|
34
|
-
Sorocred: string;
|
|
35
|
-
DinersClub: string;
|
|
36
|
-
Elo: string;
|
|
37
|
-
Hipercard: string;
|
|
38
|
-
Aura: string;
|
|
39
|
-
Cabal: string;
|
|
40
|
-
Outros: string;
|
|
41
|
-
description(val: string): "enum not found" | "Outros" | "Visa" | "Mastercard" | "American Express" | "Sorocred" | "Diners Club" | "Elo" | "Hipercard" | "Aura" | "Cabal";
|
|
42
|
-
};
|
|
43
|
-
export declare const TipoCalculoParcelamento: {
|
|
44
|
-
Simples: string;
|
|
45
|
-
Composto: string;
|
|
46
|
-
description(val: string): "enum not found" | "Simples" | "Composto";
|
|
47
|
-
};
|
|
48
|
-
export declare const TipoPromocao: {
|
|
49
|
-
Percentual: string;
|
|
50
|
-
Valor: string;
|
|
51
|
-
description(val: string): "enum not found" | "Valor" | "Percentual";
|
|
52
|
-
};
|
|
53
|
-
export declare const SituacaoDocumentoFinanceiro: {
|
|
54
|
-
Aberto: string;
|
|
55
|
-
Quitado: string;
|
|
56
|
-
Estornado: string;
|
|
57
|
-
Vencido: string;
|
|
58
|
-
description(val: string): "enum not found" | "Aberto" | "Quitado" | "Estornado" | "Vencido";
|
|
59
|
-
};
|
|
60
|
-
export declare const TipoDataDocumentoFinanceiro: {
|
|
61
|
-
Emissao: string;
|
|
62
|
-
Quitacao: string;
|
|
63
|
-
Vencimento: string;
|
|
64
|
-
description(val: string): "enum not found" | "Emissão" | "Quitação" | "Vencimento";
|
|
65
|
-
};
|
|
66
|
-
export declare const TipoLancamentoDocumentoFinanceiro: {
|
|
67
|
-
Abertura: string;
|
|
68
|
-
Pagamento: string;
|
|
69
|
-
Desconto: string;
|
|
70
|
-
Acrescimo: string;
|
|
71
|
-
Juros: string;
|
|
72
|
-
Multa: string;
|
|
73
|
-
description(val: string): "enum not found" | "Desconto" | "Acréscimo" | "Abertura" | "Pagamento" | "Juros" | "Multa";
|
|
74
|
-
};
|
|
75
|
-
export declare const TipoCaixaOperacao: {
|
|
76
|
-
Abertura: string;
|
|
77
|
-
Entrada: string;
|
|
78
|
-
Saida: string;
|
|
79
|
-
Recebimento: string;
|
|
80
|
-
Pagamento: string;
|
|
81
|
-
Compra: string;
|
|
82
|
-
Venda: string;
|
|
83
|
-
Fechamento: string;
|
|
84
|
-
description(val: string): "enum not found" | "Abertura" | "Pagamento" | "Entrada" | "Saída" | "Recebimento" | "Compra" | "Venda" | "Fechamento";
|
|
85
|
-
};
|
|
86
|
-
export declare const SituacaoCaixa: {
|
|
87
|
-
Aberto: string;
|
|
88
|
-
Fechado: string;
|
|
89
|
-
FechadoComDiferenca: string;
|
|
90
|
-
description(val: string): "enum not found" | "Fechado" | "Aberto" | "Fechado com Diferença";
|
|
91
|
-
};
|
|
92
|
-
export declare const TipoValorConfiguracaoBoleto: {
|
|
93
|
-
Percentual: string;
|
|
94
|
-
Valor: string;
|
|
95
|
-
description(val: string): "enum not found" | "Valor" | "Percentual";
|
|
96
|
-
};
|
|
97
|
-
export declare const SituacaoBoleto: {
|
|
98
|
-
Pendente: string;
|
|
99
|
-
Pago: string;
|
|
100
|
-
Cancelado: string;
|
|
101
|
-
Vencido: string;
|
|
102
|
-
description(val: string): "Cancelado" | "Pendente" | "enum not found" | "Vencido" | "Pago";
|
|
103
|
-
};
|
|
104
|
-
export declare const SituacaoConciliacao: {
|
|
105
|
-
NaoConciliado: string;
|
|
106
|
-
Conciliado: string;
|
|
107
|
-
description(val: string): "enum not found" | "Não Conciliado" | "Conciliado";
|
|
108
|
-
};
|
|
109
|
-
export declare const TipoCalculoTaxaCartaoCredito: {
|
|
110
|
-
PercentualCadaParcela: string;
|
|
111
|
-
PercentualSobreParcelasAnteriores: string;
|
|
112
|
-
description(val: string): "enum not found" | "Percentual para cada parcela" | "Percentual sobre todas parcelas anteriores";
|
|
113
|
-
};
|
|
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
|
+
ProgramaFidelidade: string;
|
|
16
|
+
SemPagamento: string;
|
|
17
|
+
Outros: string;
|
|
18
|
+
description(val: string): "enum not found" | "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" | "Transferência Bancária" | "Programa de Fidelidade" | "Sem Pagamento" | "Outros";
|
|
19
|
+
};
|
|
20
|
+
export declare const IndicadorFormaPagamento: {
|
|
21
|
+
PagamentoAVista: string;
|
|
22
|
+
PagamentoAPrazo: string;
|
|
23
|
+
description(val: string): "enum not found" | "Pagamento à Vista" | "Pagamento à Prazo";
|
|
24
|
+
};
|
|
25
|
+
export declare const OperacaoOperadoraCartao: {
|
|
26
|
+
Credito: string;
|
|
27
|
+
Debito: string;
|
|
28
|
+
description(val: string): "enum not found" | "Crédito" | "Débito";
|
|
29
|
+
};
|
|
30
|
+
export declare const BandeiraCartao: {
|
|
31
|
+
Visa: string;
|
|
32
|
+
Mastercard: string;
|
|
33
|
+
AmericanExpress: string;
|
|
34
|
+
Sorocred: string;
|
|
35
|
+
DinersClub: string;
|
|
36
|
+
Elo: string;
|
|
37
|
+
Hipercard: string;
|
|
38
|
+
Aura: string;
|
|
39
|
+
Cabal: string;
|
|
40
|
+
Outros: string;
|
|
41
|
+
description(val: string): "enum not found" | "Outros" | "Visa" | "Mastercard" | "American Express" | "Sorocred" | "Diners Club" | "Elo" | "Hipercard" | "Aura" | "Cabal";
|
|
42
|
+
};
|
|
43
|
+
export declare const TipoCalculoParcelamento: {
|
|
44
|
+
Simples: string;
|
|
45
|
+
Composto: string;
|
|
46
|
+
description(val: string): "enum not found" | "Simples" | "Composto";
|
|
47
|
+
};
|
|
48
|
+
export declare const TipoPromocao: {
|
|
49
|
+
Percentual: string;
|
|
50
|
+
Valor: string;
|
|
51
|
+
description(val: string): "enum not found" | "Valor" | "Percentual";
|
|
52
|
+
};
|
|
53
|
+
export declare const SituacaoDocumentoFinanceiro: {
|
|
54
|
+
Aberto: string;
|
|
55
|
+
Quitado: string;
|
|
56
|
+
Estornado: string;
|
|
57
|
+
Vencido: string;
|
|
58
|
+
description(val: string): "enum not found" | "Aberto" | "Quitado" | "Estornado" | "Vencido";
|
|
59
|
+
};
|
|
60
|
+
export declare const TipoDataDocumentoFinanceiro: {
|
|
61
|
+
Emissao: string;
|
|
62
|
+
Quitacao: string;
|
|
63
|
+
Vencimento: string;
|
|
64
|
+
description(val: string): "enum not found" | "Emissão" | "Quitação" | "Vencimento";
|
|
65
|
+
};
|
|
66
|
+
export declare const TipoLancamentoDocumentoFinanceiro: {
|
|
67
|
+
Abertura: string;
|
|
68
|
+
Pagamento: string;
|
|
69
|
+
Desconto: string;
|
|
70
|
+
Acrescimo: string;
|
|
71
|
+
Juros: string;
|
|
72
|
+
Multa: string;
|
|
73
|
+
description(val: string): "enum not found" | "Desconto" | "Acréscimo" | "Abertura" | "Pagamento" | "Juros" | "Multa";
|
|
74
|
+
};
|
|
75
|
+
export declare const TipoCaixaOperacao: {
|
|
76
|
+
Abertura: string;
|
|
77
|
+
Entrada: string;
|
|
78
|
+
Saida: string;
|
|
79
|
+
Recebimento: string;
|
|
80
|
+
Pagamento: string;
|
|
81
|
+
Compra: string;
|
|
82
|
+
Venda: string;
|
|
83
|
+
Fechamento: string;
|
|
84
|
+
description(val: string): "enum not found" | "Abertura" | "Pagamento" | "Entrada" | "Saída" | "Recebimento" | "Compra" | "Venda" | "Fechamento";
|
|
85
|
+
};
|
|
86
|
+
export declare const SituacaoCaixa: {
|
|
87
|
+
Aberto: string;
|
|
88
|
+
Fechado: string;
|
|
89
|
+
FechadoComDiferenca: string;
|
|
90
|
+
description(val: string): "enum not found" | "Fechado" | "Aberto" | "Fechado com Diferença";
|
|
91
|
+
};
|
|
92
|
+
export declare const TipoValorConfiguracaoBoleto: {
|
|
93
|
+
Percentual: string;
|
|
94
|
+
Valor: string;
|
|
95
|
+
description(val: string): "enum not found" | "Valor" | "Percentual";
|
|
96
|
+
};
|
|
97
|
+
export declare const SituacaoBoleto: {
|
|
98
|
+
Pendente: string;
|
|
99
|
+
Pago: string;
|
|
100
|
+
Cancelado: string;
|
|
101
|
+
Vencido: string;
|
|
102
|
+
description(val: string): "Cancelado" | "Pendente" | "enum not found" | "Vencido" | "Pago";
|
|
103
|
+
};
|
|
104
|
+
export declare const SituacaoConciliacao: {
|
|
105
|
+
NaoConciliado: string;
|
|
106
|
+
Conciliado: string;
|
|
107
|
+
description(val: string): "enum not found" | "Não Conciliado" | "Conciliado";
|
|
108
|
+
};
|
|
109
|
+
export declare const TipoCalculoTaxaCartaoCredito: {
|
|
110
|
+
PercentualCadaParcela: string;
|
|
111
|
+
PercentualSobreParcelasAnteriores: string;
|
|
112
|
+
description(val: string): "enum not found" | "Percentual para cada parcela" | "Percentual sobre todas parcelas anteriores";
|
|
113
|
+
};
|