feat(node-sdk): add changes domain with list() and get()#258
Open
gabrielziegler3 wants to merge 3 commits intomainfrom
Open
feat(node-sdk): add changes domain with list() and get()#258gabrielziegler3 wants to merge 3 commits intomainfrom
gabrielziegler3 wants to merge 3 commits intomainfrom
Conversation
…low operations Adds `client.template.*` domain exposing all 12 templates API endpoints: CRUD (list, get, create, update, delete), versioning (createVersion), workflow association (listWorkflows, linkWorkflows, unlinkWorkflows, applyUpdate), and utility (listSchemas, createFromWorkflow). Includes e2e tests. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add client.changes to @kadoa/node-sdk wrapping GET /v4/changes endpoints. Enables querying structured change diffs from real-time monitoring workflows. Refs: KAD-5289, KAD-6074 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…tion or class' Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
client.changesdomain to@kadoa/node-sdkwrappingGET /v4/changesendpointslist(options?)— paginated change diffs with filtering (workflowIds, startDate, endDate, skip, limit, exclude)get(changeId)— single change by IDFollows the ACL domain pattern (generated types → curated types with mappers), same as variables/extraction.
Refs
Test plan
🤖 Generated with Claude Code