-
Notifications
You must be signed in to change notification settings - Fork 894
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Diwank Singh Tomer <[email protected]>
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule node-sdk
updated
6 files
+1 −1 | .release-please-manifest.json | |
+1 −1 | .stats.yml | |
+8 −0 | CHANGELOG.md | |
+1 −1 | package.json | |
+35 −0 | src/resources/tasks.ts | |
+1 −1 | src/version.ts |
Submodule python-sdk
updated
9 files
+1 −1 | .release-please-manifest.json | |
+1 −1 | .stats.yml | |
+16 −0 | CHANGELOG.md | |
+1 −1 | pyproject.toml | |
+6 −0 | src/julep/_base_client.py | |
+1 −1 | src/julep/_version.py | |
+13 −0 | src/julep/types/task.py | |
+11 −0 | src/julep/types/task_create_or_update_params.py | |
+11 −0 | src/julep/types/task_create_params.py |