worker-automate-hub 0.5.61__py3-none-any.whl → 0.5.62__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- worker_automate_hub/utils/util.py +7 -0
- {worker_automate_hub-0.5.61.dist-info → worker_automate_hub-0.5.62.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.5.61.dist-info → worker_automate_hub-0.5.62.dist-info}/RECORD +5 -5
- {worker_automate_hub-0.5.61.dist-info → worker_automate_hub-0.5.62.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.5.61.dist-info → worker_automate_hub-0.5.62.dist-info}/entry_points.txt +0 -0
@@ -2418,6 +2418,13 @@ async def error_after_xml_imported() -> RpaRetornoProcessoDTO:
|
|
2418
2418
|
status=RpaHistoricoStatusEnum.Falha,
|
2419
2419
|
tags=[RpaTagDTO(descricao=RpaTagEnum.Negocio)]
|
2420
2420
|
)
|
2421
|
+
elif "de despesa" in control_text:
|
2422
|
+
return RpaRetornoProcessoDTO(
|
2423
|
+
sucesso=False,
|
2424
|
+
retorno=f"Tipo de despesa não informada: {control_text}",
|
2425
|
+
status=RpaHistoricoStatusEnum.Falha,
|
2426
|
+
tags=[RpaTagDTO(descricao=RpaTagEnum.Negocio)]
|
2427
|
+
)
|
2421
2428
|
else:
|
2422
2429
|
return RpaRetornoProcessoDTO(
|
2423
2430
|
sucesso=False,
|
@@ -73,10 +73,10 @@ worker_automate_hub/utils/get_creds_gworkspace.py,sha256=ZJ0IIEjM4IXIV9rwfbOZ1V1
|
|
73
73
|
worker_automate_hub/utils/logger.py,sha256=FYV9fg0_RAYJF_ZOCJEbqQAiCXlXk2gMpvUU1rzT_xs,671
|
74
74
|
worker_automate_hub/utils/toast.py,sha256=xPHc5r5uOxB_cZlCzm13Kt2qSKLLFZALncU6Qg3Ft68,1162
|
75
75
|
worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbVlwDl49Y,7972
|
76
|
-
worker_automate_hub/utils/util.py,sha256=
|
76
|
+
worker_automate_hub/utils/util.py,sha256=_uPyZOzb8puEKXUmcFkaf7HesJBs8yITRQkOqViyugU,161430
|
77
77
|
worker_automate_hub/utils/utils_nfe_entrada.py,sha256=iYpOs7fb7C3bY61QHySr00xlDNzrrCP0zaexOpBPuaQ,31930
|
78
78
|
worker_automate_hub/worker.py,sha256=CT-poyP1ZYvubArYsnnNd9oJ53SPaDwgr6p6keS3nI4,6248
|
79
|
-
worker_automate_hub-0.5.
|
80
|
-
worker_automate_hub-0.5.
|
81
|
-
worker_automate_hub-0.5.
|
82
|
-
worker_automate_hub-0.5.
|
79
|
+
worker_automate_hub-0.5.62.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
|
80
|
+
worker_automate_hub-0.5.62.dist-info/METADATA,sha256=c_2GPJ7LU21u3PwYRfm-d9JqF6IPgTvUyvOs5X9xkG8,2894
|
81
|
+
worker_automate_hub-0.5.62.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
82
|
+
worker_automate_hub-0.5.62.dist-info/RECORD,,
|
File without changes
|
{worker_automate_hub-0.5.61.dist-info → worker_automate_hub-0.5.62.dist-info}/entry_points.txt
RENAMED
File without changes
|