diff --git a/pyproject.toml b/pyproject.toml index 0521db1..8a207d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uipath-core" -version = "0.5.2" +version = "0.5.3" description = "UiPath Core abstractions" readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.11" diff --git a/src/uipath/core/triggers/trigger.py b/src/uipath/core/triggers/trigger.py index 05ed88a..22c65d1 100644 --- a/src/uipath/core/triggers/trigger.py +++ b/src/uipath/core/triggers/trigger.py @@ -39,6 +39,7 @@ class UiPathResumeTriggerName(str, Enum): INDEX_INGESTION = "IndexIngestion" EXTRACTION = "Extraction" IXP_VS_ESCALATION = "IxpVsEscalation" + JOB_RAW = "JobRaw" class UiPathApiTrigger(BaseModel): diff --git a/uv.lock b/uv.lock index dba07b4..e7fe8ee 100644 --- a/uv.lock +++ b/uv.lock @@ -1007,7 +1007,7 @@ wheels = [ [[package]] name = "uipath-core" -version = "0.5.2" +version = "0.5.3" source = { editable = "." } dependencies = [ { name = "opentelemetry-instrumentation" },