Skip to content

Commit e84acc8

Browse files
fix: support entity resource overwrites
1 parent 0caff95 commit e84acc8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/uipath-platform/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uipath-platform"
3-
version = "0.1.16"
3+
version = "0.1.17"
44
description = "HTTP client library for programmatic access to UiPath Platform"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"

packages/uipath-platform/src/uipath/platform/common/_bindings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def folder_identifier(self) -> str:
4545

4646
class GenericResourceOverwrite(ResourceOverwrite):
4747
resource_type: Literal[
48-
"process", "index", "app", "asset", "bucket", "mcpServer", "queue"
48+
"process", "index", "app", "asset", "bucket", "mcpServer", "queue", "entity"
4949
]
5050
name: str = Field(alias="name")
5151
folder_path: str = Field(alias="folderPath")

0 commit comments

Comments
 (0)