Fix/entity as resource overwrite by UIPath-Harshit · Pull Request #1544 · UiPath/uipath-python

packages/uipath/uv.lock Updates locked editable uipath-platform version (currently appears inconsistent with pyproject.toml). packages/uipath/tests/resource_overrides/test_resource_overrides.py Adds assertions validating parsed entity overwrite behavior. packages/uipath/tests/resource_overrides/overwrites.json Adds an entity overwrite example entry. packages/uipath/src/uipath/_resources/SDK_REFERENCE.md Updates docs to remove routing_context from entity query method signatures. packages/uipath-platform/tests/services/test_entities_service.py Updates tests to validate auto-derived routing context from folders_map. packages/uipath-platform/src/uipath/platform/entities/_entities_service.py Implements folder-map-based routing context derivation and removes explicit routing context parameters from query APIs. packages/uipath-platform/src/uipath/platform/common/_bindings.py Introduces EntityResourceOverwrite and updates union parsing for overwrites. packages/uipath-platform/src/uipath/platform/common/init.py Exports EntityResourceOverwrite. packages/uipath-platform/src/uipath/platform/_uipath.py Passes folders_service into EntitiesService from the main SDK entrypoint.