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 8252dda
Show file tree
Hide file tree
Showing 115 changed files with 7,312 additions and 1,957 deletions.
2 changes: 2 additions & 0 deletions template_variables/.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 template_variables/.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
107 changes: 107 additions & 0 deletions template_variables/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
lockVersion: 2.0.0
id: aacc3d90-0959-4cd3-965e-514f5cc6b017
management:
docChecksum: 9efe370082758b9cf2fd0a2bcf412e38
docVersion: 1.0.0
speakeasyVersion: 1.355.0
generationVersion: 2.387.0
releaseVersion: 1.3.0
configChecksum: 0cff971353aeba857ecb67cfac173cd3
repoURL: https://github.com/epilot-dev/sdk-python.git
repoSubDirectory: template_variables
installationURL: https://github.com/epilot-dev/sdk-python.git#subdirectory=template_variables
features:
python:
additionalDependencies: 1.0.0
constsAndDefaults: 1.0.2
core: 5.3.4
defaultEnabledRetries: 0.2.0
envVarSecurityUsage: 0.3.1
flattening: 3.0.0
globalSecurity: 3.0.1
globalSecurityCallbacks: 1.0.0
globalServerURLs: 3.0.0
nullables: 1.0.0
responseFormat: 1.0.0
retries: 3.0.0
sdkHooks: 1.0.0
generatedFiles:
- src/epilot_template_variables/sdkconfiguration.py
- src/epilot_template_variables/custom_variables.py
- src/epilot_template_variables/variables.py
- src/epilot_template_variables/sdk.py
- .vscode/settings.json
- poetry.toml
- py.typed
- pylintrc
- pyproject.toml
- scripts/compile.sh
- scripts/publish.sh
- src/epilot_template_variables/__init__.py
- src/epilot_template_variables/basesdk.py
- src/epilot_template_variables/httpclient.py
- src/epilot_template_variables/py.typed
- src/epilot_template_variables/types/__init__.py
- src/epilot_template_variables/types/basemodel.py
- src/epilot_template_variables/utils/__init__.py
- src/epilot_template_variables/utils/annotations.py
- src/epilot_template_variables/utils/enums.py
- src/epilot_template_variables/utils/eventstreaming.py
- src/epilot_template_variables/utils/forms.py
- src/epilot_template_variables/utils/headers.py
- src/epilot_template_variables/utils/logger.py
- src/epilot_template_variables/utils/metadata.py
- src/epilot_template_variables/utils/queryparams.py
- src/epilot_template_variables/utils/requestbodies.py
- src/epilot_template_variables/utils/retries.py
- src/epilot_template_variables/utils/security.py
- src/epilot_template_variables/utils/serializers.py
- src/epilot_template_variables/utils/url.py
- src/epilot_template_variables/utils/values.py
- src/epilot_template_variables/models/sdkerror.py
- src/epilot_template_variables/models/customvariable.py
- src/epilot_template_variables/models/deletecustomvariableop.py
- src/epilot_template_variables/models/getcustomvariableop.py
- src/epilot_template_variables/models/updatecustomvariableop.py
- src/epilot_template_variables/models/categoryresult.py
- src/epilot_template_variables/models/getcategoriesop.py
- src/epilot_template_variables/models/variablecontext.py
- src/epilot_template_variables/models/getvariablecontextop.py
- src/epilot_template_variables/models/variableparameters.py
- src/epilot_template_variables/models/templatetype.py
- src/epilot_template_variables/models/externalcustomvariable.py
- src/epilot_template_variables/models/replacetemplatesop.py
- src/epilot_template_variables/models/variableresult.py
- src/epilot_template_variables/models/searchvariablesop.py
- src/epilot_template_variables/models/security.py
- src/epilot_template_variables/models/__init__.py
- docs/models/config.md
- docs/models/type.md
- docs/models/customvariable.md
- docs/models/deletecustomvariablerequest.md
- docs/models/getcustomvariablerequest.md
- docs/models/updatecustomvariablerequest.md
- docs/models/categoryresult.md
- docs/models/getcategoriesrequest.md
- docs/models/variablecontext.md
- docs/models/getvariablecontextrequestbody.md
- docs/models/contextdata.md
- docs/models/variableparameters.md
- docs/models/templatetype.md
- docs/models/externalcustomvariable.md
- docs/models/replacetemplatesrequestbody.md
- docs/models/replacetemplatesresponsebody.md
- docs/models/variableresulttype.md
- docs/models/variableresult.md
- docs/models/searchvariablesrequestbody.md
- docs/models/security.md
- docs/sdks/epilot/README.md
- docs/models/utils/retryconfig.md
- docs/sdks/customvariables/README.md
- docs/sdks/variables/README.md
- USAGE.md
- .gitattributes
- src/epilot_template_variables/_hooks/sdkhooks.py
- src/epilot_template_variables/_hooks/types.py
- src/epilot_template_variables/_hooks/__init__.py
- CONTRIBUTING.md
6 changes: 6 additions & 0 deletions template_variables/.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 template_variables/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 8252dda

Please sign in to comment.