Skip to content

Commit

Permalink
Feat add nodejs sdk methods for workflow overrides api (#5020)
Browse files Browse the repository at this point in the history
* 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
3 people authored Jan 10, 2024
1 parent fed852c commit b8c0c33
Show file tree
Hide file tree
Showing 7 changed files with 756 additions and 194 deletions.
3 changes: 2 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,8 @@
"Stdev",
"openapi",
"headerapikey",
"isend"
"isend",
"Idand"
],
"flagWords": [],
"patterns": [
Expand Down
Loading

0 comments on commit b8c0c33

Please sign in to comment.