@plasoft/boletos 1.0.62 → 1.0.63

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.
@@ -51,7 +51,7 @@
51
51
  <span style="font-weight: bold">Beneficiário</span>
52
52
  <div style="display: flex; gap: 200px">
53
53
  <span>{{beneficiario.nome}}</span>
54
- <span>CNPJ: {{beneficiario.cnpj}}</span>
54
+ <span>CNPJ: {{beneficiario.cnpjCpf}}</span>
55
55
  </div>
56
56
  <span>
57
57
  <b>Endereço beneficiário:</b>
@@ -148,7 +148,7 @@
148
148
 
149
149
  <div style="display: flex; border-top: solid 2px #333333; height: 75px; padding: 5px; gap: 250px">
150
150
  <span style="font-weight: bold">PAGADOR - {{pagador.nome}}</span>
151
- <span style="font-weight: bold">CNPJ/CPF: {{pagador.cnpj}}</span>
151
+ <span style="font-weight: bold">CNPJ/CPF: {{pagador.cnpjCpf}}</span>
152
152
  </div>
153
153
  </div>
154
154
 
@@ -183,7 +183,7 @@
183
183
  <span style="font-weight: bold">Beneficiário</span>
184
184
  <div style="display: flex; gap: 200px">
185
185
  <span>{{beneficiario.nome}}</span>
186
- <span>CNPJ: {{beneficiario.cnpj}}</span>
186
+ <span>CNPJ: {{beneficiario.cnpjCpf}}</span>
187
187
  </div>
188
188
  <span>
189
189
  <b>Endereço beneficiário:</b>
@@ -291,7 +291,7 @@
291
291
  <div style="display: flex; flex-direction: column; border-top: solid 2px #333333; padding: 5px; gap: 10px">
292
292
  <div style="display: flex; gap: 250px">
293
293
  <span style="font-weight: bold">PAGADOR - {{pagador.nome}}</span>
294
- <span style="font-weight: bold">CNPJ/CPF: {{pagador.cnpj}}</span>
294
+ <span style="font-weight: bold">CNPJ/CPF: {{pagador.cnpjCpf}}</span>
295
295
  </div>
296
296
  <span>
297
297
  <b>Endereço pagador:</b>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasoft/boletos",
3
- "version": "1.0.62",
3
+ "version": "1.0.63",
4
4
  "main": "build",
5
5
  "license": "ISC",
6
6
  "scripts": {