diff --git a/pyproject.toml b/pyproject.toml index 2b562f7..8366349 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uipath-runtime" -version = "0.6.0" +version = "0.6.1" 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 7ecf390..6a49536 100644 --- a/src/uipath/runtime/resumable/trigger.py +++ b/src/uipath/runtime/resumable/trigger.py @@ -18,7 +18,7 @@ class UiPathResumeTriggerType(str, Enum): API = "Api" DEEP_RAG = "DeepRag" BATCH_RAG = "BatchRag" - EPHEMERAL_INDEX = "EphemeralIndex" + INDEX_INGESTION = "IndexIngestion" IXP_EXTRACTION = "IxpExtraction" @@ -35,7 +35,7 @@ class UiPathResumeTriggerName(str, Enum): API = "Api" DEEP_RAG = "DeepRag" BATCH_RAG = "BatchRag" - EPHEMERAL_INDEX = "EphemeralIndex" + INDEX_INGESTION = "IndexIngestion" EXTRACTION = "Extraction" diff --git a/uv.lock b/uv.lock index 5ad2469..fbdc4c9 100644 --- a/uv.lock +++ b/uv.lock @@ -1005,7 +1005,7 @@ wheels = [ [[package]] name = "uipath-runtime" -version = "0.6.0" +version = "0.6.1" source = { editable = "." } dependencies = [ { name = "uipath-core" },