Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/uipath-core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "uipath-core"
version = "0.5.26"
version = "0.5.27"
description = "UiPath Core abstractions"
readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.11"
Expand Down
2 changes: 2 additions & 0 deletions packages/uipath-core/src/uipath/core/triggers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
"UiPathApiTrigger",
"UiPathIntegrationTrigger",
"UiPathResumeTriggerName",
"UIPATH_METADATA_KEY",
]

from uipath.core.triggers.trigger import (
UIPATH_METADATA_KEY,
UiPathApiTrigger,
UiPathIntegrationTrigger,
UiPathResumeTrigger,
Expand Down
3 changes: 3 additions & 0 deletions packages/uipath-core/src/uipath/core/triggers/trigger.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

from pydantic import BaseModel, ConfigDict, Field

# Reserved key for UiPath-owned metadata embedded in user-visible payloads.
UIPATH_METADATA_KEY = "__uipath"


class UiPathResumeTriggerType(str, Enum):
"""Constants representing different types of resume job triggers in the system."""
Expand Down
2 changes: 1 addition & 1 deletion packages/uipath-core/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/uipath-platform/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/uipath/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading