feat: add Data Fabric roles and directory services#473
Conversation
Review summaryFour inline comments posted. Two additional checklist items from the post-implementation verification checklist in Missing: integration tests
Both Missing:
The new |
256693b to
49ed7eb
Compare
Review summaryTwo new findings this run: 1. 2. |
Review summaryThree new findings this pass (prior four threads are open and unchanged): New inline comments posted:
|
dab1d8b to
d0e4c3e
Compare
Review summaryThree new findings this pass: 1. 2. 3. |
f4223ca to
c80d2a9
Compare
Review summaryOne new finding this run: src/utils/constants/common.ts line 64 — DIRECTORY_PAGINATION.ITEMS_FIELD and TOTAL_COUNT_FIELD only handle lowercase results/totalCount, while extractDirectoryItems() and extractTotalCount() (used by list()) also handle Results/TotalCount. If the live API sends PascalCase fields, getAll() silently returns [] while list() returns the correct data. The presence of both casings in RawDataFabricDirectoryListResponse suggests the actual API response format was not verified before the PR was written. |
Review summaryOne new finding this pass:
|
|
✅ No issues found. Checked for bugs and CLAUDE.md compliance. |
8fde337 to
fed2aa0
Compare
|
✅ No issues found. Checked for bugs and CLAUDE.md compliance. |
fed2aa0 to
91a3837
Compare
|
✅ No issues found. Checked for bugs and CLAUDE.md compliance. |
|



Summary
DataFabricRolesandDataFabricDirectoryservices to the SDK surface.UiPathlegacy accessors and export them from the Data Fabric module.Testing
UiPathservice wiring test updated to verify the new accessors are exposed.