Skip to content

feat: v2.1.0 - Add workflow actions, bulk edit, and API enhancements#17

Merged
subhradwip-shipthis merged 1 commit intodevelopfrom
feature/v2.1.0-api-enhancements
Feb 5, 2026
Merged

feat: v2.1.0 - Add workflow actions, bulk edit, and API enhancements#17
subhradwip-shipthis merged 1 commit intodevelopfrom
feature/v2.1.0-api-enhancements

Conversation

@mayurrawte
Copy link
Member

Summary

  • Add bulkEdit() for updating multiple items in a collection at once
  • Add primaryWorkflowAction() for triggering workflow status transitions
  • Add secondaryWorkflowAction() for sub-workflow transitions
  • Add patchGenericCollectionItem() for partial field updates (PATCH)
  • Add createConversation() for creating document messages
  • Add getConversations() for fetching document conversations
  • Fix getGenericAutoComplete() to use actual location instead of hardcoded new_york
  • Bump version to 2.1.0 (aligned with Python client)

Test plan

  • Verify all new methods work with valid API credentials
  • Test error handling for invalid requests
  • Test bulkEdit with multiple document IDs
  • Test workflow actions with valid workflow configurations
  • Verify TypeScript compilation succeeds

- Add bulkEdit() for updating multiple items in a collection at once
- Add primaryWorkflowAction() for triggering workflow status transitions
- Add secondaryWorkflowAction() for sub-workflow transitions
- Add patchGenericCollectionItem() for partial field updates (PATCH)
- Add createConversation() for creating document messages
- Add getConversations() for fetching document conversations
- Fix getGenericAutoComplete() to use actual location instead of hardcoded 'new_york'
- Bump version to 2.1.0
@subhradwip-shipthis subhradwip-shipthis merged commit e0a5659 into develop Feb 5, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants