@plasoft/boletos 1.0.67 → 1.0.69
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/build/index.d.mts +0 -8
- package/build/index.d.ts +0 -8
- package/build/index.js +0 -3
- package/build/index.js.map +1 -1
- package/build/index.mjs +0 -3
- package/build/index.mjs.map +1 -1
- package/build/sicredi-carne.hbs +5 -8
- package/package.json +1 -1
package/build/index.d.mts
CHANGED
|
@@ -465,14 +465,6 @@ interface IDadosCarnePDF {
|
|
|
465
465
|
desconto: number;
|
|
466
466
|
protesto: number;
|
|
467
467
|
};
|
|
468
|
-
endereco: {
|
|
469
|
-
logradouro: string;
|
|
470
|
-
numero: string;
|
|
471
|
-
bairro: string;
|
|
472
|
-
cep: string;
|
|
473
|
-
municipio: string;
|
|
474
|
-
uf: string;
|
|
475
|
-
};
|
|
476
468
|
};
|
|
477
469
|
boleto: {
|
|
478
470
|
dataVencimento: string;
|
package/build/index.d.ts
CHANGED
|
@@ -465,14 +465,6 @@ interface IDadosCarnePDF {
|
|
|
465
465
|
desconto: number;
|
|
466
466
|
protesto: number;
|
|
467
467
|
};
|
|
468
|
-
endereco: {
|
|
469
|
-
logradouro: string;
|
|
470
|
-
numero: string;
|
|
471
|
-
bairro: string;
|
|
472
|
-
cep: string;
|
|
473
|
-
municipio: string;
|
|
474
|
-
uf: string;
|
|
475
|
-
};
|
|
476
468
|
};
|
|
477
469
|
boleto: {
|
|
478
470
|
dataVencimento: string;
|
package/build/index.js
CHANGED
|
@@ -172,9 +172,6 @@ function gerarPDFCarne(_0) {
|
|
|
172
172
|
dadosPDF.beneficiario.cnpj = maskFormat_default.retornaCpfCnpjFormatado(
|
|
173
173
|
dadosPDF.beneficiario.cnpj
|
|
174
174
|
);
|
|
175
|
-
dadosPDF.beneficiario.endereco.cep = maskFormat_default.retornaCEPFormatado(
|
|
176
|
-
dadosPDF.beneficiario.endereco.cep
|
|
177
|
-
);
|
|
178
175
|
dadosPDF.pagador.endereco.cep = maskFormat_default.retornaCEPFormatado(
|
|
179
176
|
dadosPDF.pagador.endereco.cep
|
|
180
177
|
);
|