From 05a1729cab17aafff2470205b469aade4431c345 Mon Sep 17 00:00:00 2001 From: radu-mocanu Date: Tue, 27 Jan 2026 14:42:28 +0200 Subject: [PATCH] feat: ixp validation trigger --- pyproject.toml | 2 +- src/uipath/runtime/resumable/trigger.py | 2 ++ uv.lock | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8366349..b808fa8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uipath-runtime" -version = "0.6.1" +version = "0.6.2" description = "Runtime abstractions and interfaces for building agents and automation scripts in the UiPath ecosystem" readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.11" diff --git a/src/uipath/runtime/resumable/trigger.py b/src/uipath/runtime/resumable/trigger.py index 6a49536..05ed88a 100644 --- a/src/uipath/runtime/resumable/trigger.py +++ b/src/uipath/runtime/resumable/trigger.py @@ -20,6 +20,7 @@ class UiPathResumeTriggerType(str, Enum): BATCH_RAG = "BatchRag" INDEX_INGESTION = "IndexIngestion" IXP_EXTRACTION = "IxpExtraction" + IXP_VS_ESCALATION = "IxpVsEscalation" class UiPathResumeTriggerName(str, Enum): @@ -37,6 +38,7 @@ class UiPathResumeTriggerName(str, Enum): BATCH_RAG = "BatchRag" INDEX_INGESTION = "IndexIngestion" EXTRACTION = "Extraction" + IXP_VS_ESCALATION = "IxpVsEscalation" class UiPathApiTrigger(BaseModel): diff --git a/uv.lock b/uv.lock index fbdc4c9..e29786a 100644 --- a/uv.lock +++ b/uv.lock @@ -1005,7 +1005,7 @@ wheels = [ [[package]] name = "uipath-runtime" -version = "0.6.1" +version = "0.6.2" source = { editable = "." } dependencies = [ { name = "uipath-core" },