worker-automate-hub 0.5.801__py3-none-any.whl → 0.5.803__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.
@@ -552,7 +552,9 @@ async def abertura_livros_fiscais(task: RpaProcessoEntradaDTO) -> RpaRetornoProc
552
552
  class_name="TDBIEditDate", found_index=0
553
553
  )
554
554
  data_input.click_input()
555
- await worker_sleep(1)
555
+
556
+ await worker_sleep(5)
557
+
556
558
  data_input.set_edit_text("") # Limpa o campo
557
559
 
558
560
  # Define a competência
@@ -388,7 +388,7 @@ async def entrada_de_notas_39(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
388
388
  if recebimento_fisico:
389
389
  recebimento_fisico = nota["recebimentoFisico"].split(" ")
390
390
  pyautogui.write(recebimento_fisico[0])
391
- await worker_sleep(2)
391
+ await worker_sleep(5)
392
392
  except:
393
393
  console.print(
394
394
  f"A chave recebimentoFisico não está presente na config de entrada...\n"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: worker-automate-hub
3
- Version: 0.5.801
3
+ Version: 0.5.803
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
@@ -36,7 +36,7 @@ worker_automate_hub/models/dto/rpa_sap_dto.py,sha256=eovdvKCtVIhRct3PL98KjsdlngL
36
36
  worker_automate_hub/models/dto/rpa_sistema_dto.py,sha256=sLkmJei8x6sl-1-IXUKDmYQuKx0sotYQREPyhQqPmRg,161
37
37
  worker_automate_hub/tasks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
38
  worker_automate_hub/tasks/jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
39
- worker_automate_hub/tasks/jobs/abertura_livros_fiscais.py,sha256=Ldh1IuxrdDizkTvQRj91IC-I3ubhJ7dDNaTaAso0q8Y,27800
39
+ worker_automate_hub/tasks/jobs/abertura_livros_fiscais.py,sha256=4HzIhBWNfCWUMvZZ3VmQ7atytkcODQliV7XeZXBpMgo,27828
40
40
  worker_automate_hub/tasks/jobs/coleta_dje_process.py,sha256=UkLWTC5Ub2qBb0yY-8IZ0DLLOVJOfNTq_z9krx_t25Q,29476
41
41
  worker_automate_hub/tasks/jobs/conexao_rdp.py,sha256=S6QC4xhuo0pB5FjaUJZNMm1LIgEjpjifReCTBDqxH-U,11719
42
42
  worker_automate_hub/tasks/jobs/cte_manual.py,sha256=JucHpRMjMiy-QEJ0wtFnytLpN53tKXgCDI05nGLGclU,603
@@ -62,7 +62,7 @@ worker_automate_hub/tasks/jobs/entrada_de_notas_33.py,sha256=ODp82BkWaiF40t6uZLJ
62
62
  worker_automate_hub/tasks/jobs/entrada_de_notas_34.py,sha256=AXUL8DakrDeTxWW8dn36W830XfIuO47MFUusbUkrnUc,33586
63
63
  worker_automate_hub/tasks/jobs/entrada_de_notas_36.py,sha256=O9dRUmAvJw6ZxjOAKphqaLEZRX_AkmzJ5lX7m_Tcj6c,36225
64
64
  worker_automate_hub/tasks/jobs/entrada_de_notas_37.py,sha256=63nSsCt3Rc2faiMLffNhyb0RMifE2agpA7sgMKvgHWU,24331
65
- worker_automate_hub/tasks/jobs/entrada_de_notas_39.py,sha256=cuIKcQJctyFhfm9vjxA8kIPAqUxMaitu8Uj9vIvJ46I,48693
65
+ worker_automate_hub/tasks/jobs/entrada_de_notas_39.py,sha256=TCr8F3ZnvDlrnDv47AVajfEgtUUpQ9WXvmVkonfpjSg,48693
66
66
  worker_automate_hub/tasks/jobs/entrada_de_notas_500.py,sha256=WBsCRbH7ANiCjEn0aEDc5AqGf6grEFhxyBoAIh3zJ40,44160
67
67
  worker_automate_hub/tasks/jobs/entrada_de_notas_503.py,sha256=bcNKy6X1aaVe6lxW-TMyUKJ_GXzHEK-8V6x9SOzOshw,48365
68
68
  worker_automate_hub/tasks/jobs/entrada_de_notas_505.py,sha256=xXeNipdXTSll8yAtAmN7v0sjN3oMlWU4THu30mKDddc,30339
@@ -103,7 +103,7 @@ worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbV
103
103
  worker_automate_hub/utils/util.py,sha256=noQRUSAjRnoDb1c4iMZ5eoyrNp59a8T9K78MHhalASw,210255
104
104
  worker_automate_hub/utils/utils_nfe_entrada.py,sha256=F7jk95LpDwl5WfaQXahCA5yDdnySnWdctDqczHXwGqE,38195
105
105
  worker_automate_hub/worker.py,sha256=zEnYUrm5kY2cHbbee15QJkwkx4euD2SB2zRvUIbjS90,6850
106
- worker_automate_hub-0.5.801.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
107
- worker_automate_hub-0.5.801.dist-info/METADATA,sha256=eEB2-yI8bOkLhHqeeDvla_2kq0gPKjv7xaAsfUhbKDs,3100
108
- worker_automate_hub-0.5.801.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
109
- worker_automate_hub-0.5.801.dist-info/RECORD,,
106
+ worker_automate_hub-0.5.803.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
107
+ worker_automate_hub-0.5.803.dist-info/METADATA,sha256=fUbASf5xH_Q_p6_3RGH3mmE3qcnp3l-6n0fmqlHbC90,3100
108
+ worker_automate_hub-0.5.803.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
109
+ worker_automate_hub-0.5.803.dist-info/RECORD,,