worker-automate-hub 0.5.23__py3-none-any.whl → 0.5.25__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.
@@ -428,7 +428,7 @@ async def sped_fiscal(task: RpaProcessoEntradaDTO) -> RpaRetornoProcessoDTO:
428
428
  )
429
429
 
430
430
  await worker_sleep(5)
431
- max_attempts = 45
431
+ max_attempts = 55
432
432
  i = 0
433
433
 
434
434
  while i < max_attempts:
@@ -603,4 +603,9 @@ async def sped_fiscal(task: RpaProcessoEntradaDTO) -> RpaRetornoProcessoDTO:
603
603
  observacao = f"Erro ao gerar o Arquivo do SPED: {str(ex)}"
604
604
  logger.error(observacao)
605
605
  console.print(observacao, style="bold red")
606
- return {"sucesso": False, "retorno": observacao}
606
+ return RpaRetornoProcessoDTO(
607
+ sucesso=False,
608
+ retorno=observacao,
609
+ status=RpaHistoricoStatusEnum.Falha,
610
+ tags=[RpaTagDTO(descricao=RpaTagEnum.Negocio)]
611
+ )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: worker-automate-hub
3
- Version: 0.5.23
3
+ Version: 0.5.25
4
4
  Summary: Worker Automate HUB é uma aplicação para automatizar rotinas de RPA nos ambientes Argenta.
5
5
  Author: Joel Paim
6
6
  Requires-Python: >=3.12,<4.0
@@ -62,7 +62,7 @@ worker_automate_hub/tasks/jobs/fidc_remessa_cobranca_cnab240.py,sha256=QBGm6eS5J
62
62
  worker_automate_hub/tasks/jobs/login_emsys.py,sha256=scdKsseFOL-7UQ5D743VaZZzWBKaEfq0XzYNmROUOgE,5703
63
63
  worker_automate_hub/tasks/jobs/login_emsys_versao_especifica.py,sha256=cGj98H7g_1HpKsFAdrpVdFF14wd7Qp2PXgwd6ww-qSw,5642
64
64
  worker_automate_hub/tasks/jobs/playground.py,sha256=7vWDg9DwToHwGJ6_XOa8TQ6LmfRV5Qz2TaOV3q3P9sA,1918
65
- worker_automate_hub/tasks/jobs/sped_fiscal.py,sha256=zJjyvMUTeIGrjczdIDxckx5J-FGRt5L3hg_ErqM66d4,28208
65
+ worker_automate_hub/tasks/jobs/sped_fiscal.py,sha256=9ScYKOKm9GugmQMC9FBMoeUT5UHMdHVSnfovC9LRhYs,28371
66
66
  worker_automate_hub/tasks/jobs/transferencias.py,sha256=i3fCanHZ_pSwPW03THpQPqlzrDjbV4QbKkXpUqV3dxM,39272
67
67
  worker_automate_hub/tasks/task_definitions.py,sha256=TLJKIyi8IgZL_3EqVzER74kT3nfFdpSMbUwnnEkLpZk,4786
68
68
  worker_automate_hub/tasks/task_executor.py,sha256=DUN2-Bi8Zxv0J_QUoV1vt7KgfbmYtixuA6i3Uzt67bA,5256
@@ -75,7 +75,7 @@ worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbV
75
75
  worker_automate_hub/utils/util.py,sha256=Eyy0mLLt_xd_zVXWoHAb-GK0PU1xZdWPvh-IndajxDk,128815
76
76
  worker_automate_hub/utils/utils_nfe_entrada.py,sha256=3keuXhgNkEMZhLX9gGzck41SAwJqIPlwWSo_WSOs2HI,30980
77
77
  worker_automate_hub/worker.py,sha256=CT-poyP1ZYvubArYsnnNd9oJ53SPaDwgr6p6keS3nI4,6248
78
- worker_automate_hub-0.5.23.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
79
- worker_automate_hub-0.5.23.dist-info/METADATA,sha256=yktKdzR4AnwBQys-avRER9EU4PyPDMPS3MDODogTX8c,2894
80
- worker_automate_hub-0.5.23.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
81
- worker_automate_hub-0.5.23.dist-info/RECORD,,
78
+ worker_automate_hub-0.5.25.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
79
+ worker_automate_hub-0.5.25.dist-info/METADATA,sha256=6Kg85yXv4YoUe9zVr7CjVKmNFyho60SY0jaN7PWjqbo,2894
80
+ worker_automate_hub-0.5.25.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
81
+ worker_automate_hub-0.5.25.dist-info/RECORD,,