Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.355.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Aug 7, 2024
1 parent 29cf0c2 commit ebbb7e5
Show file tree
Hide file tree
Showing 152 changed files with 6,770 additions and 2,075 deletions.
2 changes: 2 additions & 0 deletions workflows_definition/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# This allows generated code to be indexed correctly
*.py linguist-generated=false
8 changes: 8 additions & 0 deletions workflows_definition/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.venv/
venv/
src/*.egg-info/
__pycache__/
.pytest_cache/
.python-version
.DS_Store
pyrightconfig.json
136 changes: 136 additions & 0 deletions workflows_definition/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
lockVersion: 2.0.0
id: 3022dd0c-646e-49db-aa49-adc05b1c9424
management:
docChecksum: 8a2ff4be25db818a35891d602baa4a25
docVersion: 1.0.0
speakeasyVersion: 1.355.0
generationVersion: 2.387.0
releaseVersion: 1.3.0
configChecksum: 799c82ebae524a77160bfaf6b9b97b7a
repoURL: https://github.com/epilot-dev/sdk-python.git
repoSubDirectory: workflows_definition
installationURL: https://github.com/epilot-dev/sdk-python.git#subdirectory=workflows_definition
features:
python:
additionalDependencies: 1.0.0
core: 5.3.4
defaultEnabledRetries: 0.2.0
deprecations: 3.0.0
envVarSecurityUsage: 0.3.1
flattening: 3.0.0
globalSecurity: 3.0.1
globalSecurityCallbacks: 1.0.0
globalSecurityFlattening: 1.0.0
globalServerURLs: 3.0.0
responseFormat: 1.0.0
retries: 3.0.0
sdkHooks: 1.0.0
unions: 3.0.1
generatedFiles:
- src/openapi/sdkconfiguration.py
- src/openapi/closing_reason_sdk.py
- src/openapi/workflows.py
- src/openapi/sdk.py
- .vscode/settings.json
- poetry.toml
- py.typed
- pylintrc
- pyproject.toml
- scripts/compile.sh
- scripts/publish.sh
- src/openapi/__init__.py
- src/openapi/basesdk.py
- src/openapi/httpclient.py
- src/openapi/py.typed
- src/openapi/types/__init__.py
- src/openapi/types/basemodel.py
- src/openapi/utils/__init__.py
- src/openapi/utils/annotations.py
- src/openapi/utils/enums.py
- src/openapi/utils/eventstreaming.py
- src/openapi/utils/forms.py
- src/openapi/utils/headers.py
- src/openapi/utils/logger.py
- src/openapi/utils/metadata.py
- src/openapi/utils/queryparams.py
- src/openapi/utils/requestbodies.py
- src/openapi/utils/retries.py
- src/openapi/utils/security.py
- src/openapi/utils/serializers.py
- src/openapi/utils/url.py
- src/openapi/utils/values.py
- src/openapi/models/sdkerror.py
- src/openapi/models/errorresp.py
- src/openapi/models/changereasonstatusop.py
- src/openapi/models/changereasonstatusreq.py
- src/openapi/models/closingreasonsstatus.py
- src/openapi/models/closingreason.py
- src/openapi/models/closingreasons.py
- src/openapi/models/getallclosingreasonsop.py
- src/openapi/models/workflowdefinition.py
- src/openapi/models/updateentityattributes.py
- src/openapi/models/section.py
- src/openapi/models/itemtype.py
- src/openapi/models/step.py
- src/openapi/models/steprequirement.py
- src/openapi/models/stepjourney.py
- src/openapi/models/ecpdetails.py
- src/openapi/models/steptype.py
- src/openapi/models/dynamicduedate.py
- src/openapi/models/stepdescription.py
- src/openapi/models/closingreasonid.py
- src/openapi/models/deletedefinitionop.py
- src/openapi/models/definitionnotfoundresp.py
- src/openapi/models/getdefinitionop.py
- src/openapi/models/maxallowedlimit.py
- src/openapi/models/closingreasonsids.py
- src/openapi/models/getworkflowclosingreasonsop.py
- src/openapi/models/setworkflowclosingreasonsop.py
- src/openapi/models/updatedefinitionop.py
- src/openapi/models/security.py
- src/openapi/models/__init__.py
- docs/models/errorresp.md
- docs/models/changereasonstatusrequest.md
- docs/models/changereasonstatusreq.md
- docs/models/closingreasonsstatus.md
- docs/models/closingreason.md
- docs/models/closingreasons.md
- docs/models/getallclosingreasonsrequest.md
- docs/models/flow.md
- docs/models/workflowdefinition.md
- docs/models/source.md
- docs/models/target.md
- docs/models/updateentityattributes.md
- docs/models/section.md
- docs/models/itemtype.md
- docs/models/automationconfig.md
- docs/models/step.md
- docs/models/condition.md
- docs/models/steprequirement.md
- docs/models/stepjourney.md
- docs/models/ecpdetails.md
- docs/models/steptype.md
- docs/models/actiontypecondition.md
- docs/models/timeperiod.md
- docs/models/dynamicduedate.md
- docs/models/stepdescription.md
- docs/models/closingreasonid.md
- docs/models/deletedefinitionrequest.md
- docs/models/definitionnotfoundresp.md
- docs/models/getdefinitionrequest.md
- docs/models/maxallowedlimit.md
- docs/models/closingreasonsids.md
- docs/models/getworkflowclosingreasonsrequest.md
- docs/models/setworkflowclosingreasonsrequest.md
- docs/models/updatedefinitionrequest.md
- docs/models/security.md
- docs/sdks/sdk/README.md
- docs/models/utils/retryconfig.md
- docs/sdks/closingreasonsdk/README.md
- docs/sdks/workflows/README.md
- USAGE.md
- .gitattributes
- src/openapi/_hooks/sdkhooks.py
- src/openapi/_hooks/types.py
- src/openapi/_hooks/__init__.py
- CONTRIBUTING.md
6 changes: 6 additions & 0 deletions workflows_definition/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"python.testing.pytestArgs": ["tests", "-vv"],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"pylint.args": ["--rcfile=pylintrc"]
}
26 changes: 26 additions & 0 deletions workflows_definition/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Contributing to This Repository

Thank you for your interest in contributing to this repository. Please note that this repository contains generated code. As such, we do not accept direct changes or pull requests. Instead, we encourage you to follow the guidelines below to report issues and suggest improvements.

## How to Report Issues

If you encounter any bugs or have suggestions for improvements, please open an issue on GitHub. When reporting an issue, please provide as much detail as possible to help us reproduce the problem. This includes:

- A clear and descriptive title
- Steps to reproduce the issue
- Expected and actual behavior
- Any relevant logs, screenshots, or error messages
- Information about your environment (e.g., operating system, software versions)
- For example can be collected using the `npx envinfo` command from your terminal if you have Node.js installed

## Issue Triage and Upstream Fixes

We will review and triage issues as quickly as possible. Our goal is to address bugs and incorporate improvements in the upstream source code. Fixes will be included in the next generation of the generated code.

## Contact

If you have any questions or need further assistance, please feel free to reach out by opening an issue.

Thank you for your understanding and cooperation!

The Maintainers
Loading

0 comments on commit ebbb7e5

Please sign in to comment.