Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat add nodejs sdk methods for workflow overrides api (#5020)
* feat(api): added workflow-override api support for node sdk * fix(api): fixed the name of the class as per the api * feat(api): added the test cases for node sdk test for workflow-override api,updated the novu.ts file * feat(api): updated the file to fix the proper call of getworkflowoverride by tenant * feat(api): cleanup step * feat(api): added the readme.md file * feat(api): wrong file pushed, adding readme.md * Update packages/node/src/lib/workflow-override/workflow-override.ts overrideID -> workflowId Co-authored-by: Pawan Jain <[email protected]> * Update packages/node/src/lib/workflow-override/workflow-override.ts overrideID -> workflowId Co-authored-by: Pawan Jain <[email protected]> * Update packages/node/src/lib/workflow-override/workflow-overrride.spec.ts overrideID -> workflowId Co-authored-by: Pawan Jain <[email protected]> * Update packages/node/src/lib/workflow-override/workflow-overrride.spec.ts overrideID -> workflowId Co-authored-by: Pawan Jain <[email protected]> * Update packages/node/src/lib/workflow-override/workflow-overrride.spec.ts overrideID -> workflowId Co-authored-by: Pawan Jain <[email protected]> * fix(api): updated the files with fix of all the review comments * Update packages/node/README.md Co-authored-by: Pawan Jain <[email protected]> * Update packages/node/src/lib/workflow-override/workflow-override.interface.ts overrideId -> workflowID Co-authored-by: Pawan Jain <[email protected]> * fix(api): updated the readme for workflow override * Update packages/node/README.md * fix: some issues * fix: spell errors --------- Co-authored-by: Prashant Puri <[email protected]> Co-authored-by: Pawan Jain <[email protected]>
- Loading branch information