Skip to content

Commit

Permalink
try working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Mar 10, 2024
1 parent 672c3a1 commit 633385c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-status-of-apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- run: yarn install --network-timeout 600000
- run: yarn check-status-of-apis
- name: Commit and push changes
working-directory: sdks/openapi-examples
run: |
git config --global user.email "[email protected]"
git config --global user.name "konfig-publisher"
Expand Down
2 changes: 1 addition & 1 deletion customers/decentro/decentro-in-collections-sdk
2 changes: 1 addition & 1 deletion customers/humanloop/humanloop-sdks
2 changes: 1 addition & 1 deletion customers/leap/leap-workflows-sdks
Submodule leap-workflows-sdks updated 50 files
+1 −1 LICENSE
+3 −3 README.md
+3 −3 STATISTICS.md
+ header.png
+6 −8 konfig.yaml
+1 −1 sdks/python/.konfig/generate-id.txt
+0 −1 sdks/python/.konfigignore
+0 −9 sdks/python/.vscode/settings.json
+1 −1 sdks/python/LICENSE
+57 −77 sdks/python/README.md
+ sdks/python/header.png
+1 −1 sdks/python/leap_workflows/__init__.py
+15 −108 sdks/python/leap_workflows/api_client.py
+1 −6 sdks/python/leap_workflows/apis/tags/workflow_runs_api.py
+0 −24 sdks/python/leap_workflows/apis/tags/workflow_runs_api_raw.py
+7 −14 sdks/python/leap_workflows/configuration.py
+0 −22 sdks/python/leap_workflows/operation_parameter_map.py
+3 −55 sdks/python/leap_workflows/paths/v1_runs/post.py
+3 −55 sdks/python/leap_workflows/paths/v1_runs/post.pyi
+3 −45 sdks/python/leap_workflows/paths/v1_runs_workflow_run_id/get.py
+3 −45 sdks/python/leap_workflows/paths/v1_runs_workflow_run_id/get.pyi
+0 −0 sdks/python/leap_workflows/pydantic/__init__.py
+0 −30 sdks/python/leap_workflows/pydantic/run_workflow_dto.py
+0 −20 sdks/python/leap_workflows/pydantic/run_workflow_dto_input.py
+0 −41 sdks/python/leap_workflows/pydantic/workflow_run_entity.py
+0 −2 sdks/python/leap_workflows/request_before_hook.py
+1 −1 sdks/python/leap_workflows/rest.py
+1 −10 sdks/python/leap_workflows/schemas.py
+1 −1 sdks/python/leap_workflows/type/run_workflow_dto.py
+1 −1 sdks/python/leap_workflows/type/run_workflow_dto_input.py
+1 −1 sdks/python/leap_workflows/type/workflow_run_entity.py
+231 −233 sdks/python/poetry.lock
+5 −6 sdks/python/pyproject.toml
+6 −9 sdks/python/setup.py
+0 −83 sdks/python/test/test_check_url.py
+1 −10 sdks/python/test/test_simple.py
+1 −1 sdks/typescript/.konfig/generate-id.txt
+0 −1 sdks/typescript/.konfigignore
+29 −53 sdks/typescript/README.md
+2 −3 sdks/typescript/api/workflow-runs-api-generated.ts
+1 −3 sdks/typescript/configuration.ts
+2 −2 sdks/typescript/error.ts
+ sdks/typescript/header.png
+4 −16 sdks/typescript/index.test.ts
+1 −1 sdks/typescript/index.ts
+0 −1 sdks/typescript/models/run-workflow-dto.ts
+0 −1 sdks/typescript/models/workflow-run-entity.ts
+5 −9 sdks/typescript/package.json
+0 −3,059 sdks/typescript/pnpm-lock.yaml
+1 −1 sdks/typescript/tsconfig.json
2 changes: 1 addition & 1 deletion generator/konfig-AnyCodable
2 changes: 1 addition & 1 deletion generator/konfig-workflows-test
2 changes: 1 addition & 1 deletion sdks/openapi-directory
Submodule openapi-directory updated 238 files

0 comments on commit 633385c

Please sign in to comment.