Releases: UiPath/uipath-typescript
Releases · UiPath/uipath-typescript
1.0.0-beta.16
Bug Fixes:
- An issue affecting frontend application builds using the SDK with esbuild has been resolved
- Previously, builds failed with the error:
X [ERROR] Could not resolve "crypto"
The package "crypto" wasn't found on the file system but is built into node. Are you trying to bundle for node?
- Field names returned by entity
getRecordsByIdentity method have been corrected from camelCase to PascalCase. [Breaking Change]
1.0.0-beta.15
New Features & Improvements
- Default expanded fields (
AssignedToUser,CreatorUser,LastModifierUser) have been added to thegetAll()andgetById()task methods. getExecutionHistory,getStages, andgetActionTasksmethods have been introduced to the case instance object.getExecutionHistory,getBpmn, andgetVariablesmethods have been introduced to process instance object.- Maestro incident methods have been introduced
BREAKING CHANGES
- Removed
folderIdfrom task-bound methods (assign,reassign,unassign). - Renamed response field
organizationUnitId→folderIdin taskcreateandgetAll.
Bug Fixes
- Fixed an issue where the
currentPagefield inPaginatedResponsealways showed 1 for services that do not support page jumping. - Resolved module resolution conflicts that caused incompatibility with certain frameworks.
- Fixed the task assignment method where
userIdwas incorrectly required.
userId is now optional — tasks can be assigned using either userId or userEmail
1.0.0-beta.14
- Feat: Add Maestro case management methods
- Fix: sdk oauth initialize on user interaction
Breaking change:
- Task's getAll, getById, create method response used to contain
organizationUnitIdfield, it's now renamed tofolderId
1.0.0-beta.13
- Introduced maestro process instance get variables method
- Fix sdk module resolve issue for webpack
1.0.0-beta.12
Fixed: Pagination now works in web browsers
We've fixed an issue where pagination cursor wasn't working properly when using the sdk in web browsers. The reason was the use of Node's Buffer for encoding and decoding cursors which does not work in browser env.
Full Changelog: https://github.com/UiPath/uipath-typescript/commits/1.0.0-beta.12