ipiranga-inovai-project-lib 5.9__py3-none-any.whl → 6.1__py3-none-any.whl

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.
inovai/log.py CHANGED
@@ -53,7 +53,7 @@ class CustomLogger(logging.Logger):
53
53
  def _add_extra_args(self, kwargs):
54
54
  # Define os `extra_args` a serem adicionados
55
55
  extra_args = {
56
- "integration_batch_id": str(internal_batch_id.get()),
56
+ "integration_batch_id": str(integration_batch_id.get()),
57
57
  "correlation_id": str(asgi_correlation_id.correlation_id.get()),
58
58
  "document_correlation_id": str(document_correlation_id.get())
59
59
  if document_correlation_id.get() is not None else str(asgi_correlation_id.correlation_id.get()).lower(),
@@ -57,7 +57,7 @@ class NFeImpostoRetido:
57
57
 
58
58
  # campos para as taxas específicas (CSLL, PIS, COFINS, IRRF)
59
59
  valorTributo: float
60
- valorBaseExigSuspensa: float
60
+ valorBaseExigSuspenso: float
61
61
  valorRetencaoNefeIrrf: float
62
62
  valorDepositoJudicial: float
63
63
 
@@ -274,8 +274,8 @@ class NFeImpostoRetido:
274
274
  def get_valorTributo(self) -> float:
275
275
  return self.valorTributo
276
276
 
277
- def get_valorBaseExigSuspensa(self) -> float:
278
- return self.valorBaseExigSuspensa
277
+ def get_valorBaseExigSuspenso(self) -> float:
278
+ return self.valorBaseExigSuspenso
279
279
 
280
280
  def get_valorRetencaoNefeIrrf(self) -> float:
281
281
  return self.valorRetencaoNefeIrrf
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ipiranga-inovai-project-lib
3
- Version: 5.9
3
+ Version: 6.1
4
4
  Summary: Projeto criado para importação genérica de entidades
5
5
  Home-page: https://gitlab.ipirangacloud.com/clayton.monteiro.ext/ipiranga-inovai-project-lib
6
6
  Author: Clayton Sandes Monteiro
@@ -2,7 +2,7 @@ inovai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  inovai/dtos.py,sha256=qaWZB7n5SHcC58RP351IQ1HLjv7fx3VAdILj-GugVWs,1587
3
3
  inovai/entities.py,sha256=7La79BKyCpKBcn6dZbXQp3HS-fnS7pLFPtt6hMMbQiE,21804
4
4
  inovai/enums.py,sha256=P1D5qIviYGIvMkNvWTvt_8ZFg1eAc6gDbeolAruCe6s,2405
5
- inovai/log.py,sha256=B3R0201d8pxvB2GGvbA6FGU9rSfxgPL7RGG6GMqmFrE,5388
5
+ inovai/log.py,sha256=o1trOHp-zhXELgKFl3yKVVv5ctLK93s3x2dsao34frg,5391
6
6
  inovai/models/Endereco.py,sha256=Vft20vMwYwTXtEuh5NH7O5FxXVahnLmgaXMDOVdBxY4,3519
7
7
  inovai/models/NFe.py,sha256=PSus4N4dcaTG7rHCB6wJfbrS9g8LhLyShKOQtSQPxlk,12932
8
8
  inovai/models/NFeBoleto.py,sha256=tLWqsOlszA6UiJdxesJKQkgwNk_4DuI3NRBCYZh7RKc,5006
@@ -18,7 +18,7 @@ inovai/models/NFeEnvolvido.py,sha256=6gKHjQO2ulP5BLq0_C3QkV2xKCIrhGjzRMxSRbs6wXo
18
18
  inovai/models/NFeExportacao.py,sha256=aMDA6s5_2E_ib5TdCUN2q_5WDCkdUV2HWRyvvvxE73c,1716
19
19
  inovai/models/NFeFatura.py,sha256=G-gx_EK4k5aGLeLhHCbiNujLssk-GNk44MX37sHZiE8,1872
20
20
  inovai/models/NFeImposto.py,sha256=U8j1JPygRf6G2hm79-fUyx4pCBDQkwLPoQ1q-P825D8,5768
21
- inovai/models/NFeImpostoRetido.py,sha256=d9X0B1guFLqLrfX4kUIoc_Y7oHQ4yoql2l02KkGtXYk,8350
21
+ inovai/models/NFeImpostoRetido.py,sha256=AgQIveBnib7pUe4hxV2kpx7g1uh5J6uY02jUa67Pyoo,8350
22
22
  inovai/models/NFeIntermediadorTransacao.py,sha256=92BCto4uKg17v5EzhT9g1eNBKYYS-trZ7zmpKna2Jzo,1645
23
23
  inovai/models/NFeItem.py,sha256=WFCvcWggQ8LWf_5uKiWdpQ58R8NEpOKBYR_dmOgSxeQ,7583
24
24
  inovai/models/NFeItemDadosCombustivel.py,sha256=2qenlgSiGhiWLsL_8YHUix1MfB7vbBWWQtJWGmvaLB8,2244
@@ -35,8 +35,8 @@ inovai/models/NFeVolume.py,sha256=_cayb-rrz1mSxQ3wFFnB4KCi524jtAsdTTcS4WQTBOc,19
35
35
  inovai/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
36
36
  inovai/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
37
37
  inovai/utils/util.py,sha256=CsxaZmeKWG8A4w_1XzVm_F9hdWkDVgmHDYL2XF8v5dQ,906
38
- ipiranga_inovai_project_lib-5.9.dist-info/LICENSE,sha256=UJ3ql8eZec9Y1kER7QSHAuvdgFPuL47asePHYmdzG_o,198
39
- ipiranga_inovai_project_lib-5.9.dist-info/METADATA,sha256=BXlYgpz-vgGYyPz-w7i3r7RtnQ3tBm5RldOcEUv2JrI,518
40
- ipiranga_inovai_project_lib-5.9.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
41
- ipiranga_inovai_project_lib-5.9.dist-info/top_level.txt,sha256=BD-APH5oIEb_KDXwrfnZiu9QDsD9ttTEkYc32r9thqg,7
42
- ipiranga_inovai_project_lib-5.9.dist-info/RECORD,,
38
+ ipiranga_inovai_project_lib-6.1.dist-info/LICENSE,sha256=UJ3ql8eZec9Y1kER7QSHAuvdgFPuL47asePHYmdzG_o,198
39
+ ipiranga_inovai_project_lib-6.1.dist-info/METADATA,sha256=Fidvlya-H2dMylwXHb8wHK7K4yoAjvihlRRvpjZcaN4,518
40
+ ipiranga_inovai_project_lib-6.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
41
+ ipiranga_inovai_project_lib-6.1.dist-info/top_level.txt,sha256=BD-APH5oIEb_KDXwrfnZiu9QDsD9ttTEkYc32r9thqg,7
42
+ ipiranga_inovai_project_lib-6.1.dist-info/RECORD,,