Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.283.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed May 8, 2024
1 parent 7935d40 commit a03d4d9
Show file tree
Hide file tree
Showing 83 changed files with 3,586 additions and 918 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
6 changes: 6 additions & 0 deletions template_variables/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
venv/
src/*.egg-info/
__pycache__/
.pytest_cache/
.python-version
.DS_Store
95 changes: 95 additions & 0 deletions template_variables/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
lockVersion: 2.0.0
id: c39f07da-bee0-4c5d-9d9d-ea09e1c58eb4
management:
docChecksum: 9efe370082758b9cf2fd0a2bcf412e38
docVersion: 1.0.0
speakeasyVersion: 1.283.1
generationVersion: 2.324.0
releaseVersion: 1.3.0
configChecksum: 9f1ab4d8be504a3cb037f30c21dcf4e7
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:
constsAndDefaults: 0.1.3
core: 4.6.7
flattening: 2.81.1
globalSecurity: 2.83.5
globalServerURLs: 2.82.2
responseFormat: 0.1.0
generatedFiles:
- src/epilot/sdkconfiguration.py
- src/epilot/custom_variables.py
- src/epilot/variables.py
- src/epilot/sdk.py
- py.typed
- pylintrc
- setup.py
- src/epilot/__init__.py
- src/epilot/utils/__init__.py
- src/epilot/utils/retries.py
- src/epilot/utils/utils.py
- src/epilot/models/errors/sdkerror.py
- src/epilot/models/operations/createcustomvariable.py
- src/epilot/models/operations/deletecustomvariable.py
- src/epilot/models/operations/getblueprinttableconfig.py
- src/epilot/models/operations/getcustomvariable.py
- src/epilot/models/operations/getcustomvariables.py
- src/epilot/models/operations/updatecustomvariable.py
- src/epilot/models/operations/getcategories.py
- src/epilot/models/operations/getvariablecontext.py
- src/epilot/models/operations/replacetemplates.py
- src/epilot/models/operations/searchvariables.py
- src/epilot/models/components/httpmetadata.py
- src/epilot/models/components/customvariable.py
- src/epilot/models/components/categoryresult.py
- src/epilot/models/components/variablecontext.py
- src/epilot/models/components/variableparameters.py
- src/epilot/models/components/templatetype.py
- src/epilot/models/components/externalcustomvariable.py
- src/epilot/models/components/variableresult.py
- src/epilot/models/components/security.py
- src/epilot/models/__init__.py
- src/epilot/models/errors/__init__.py
- src/epilot/models/operations/__init__.py
- src/epilot/models/components/__init__.py
- docs/models/operations/createcustomvariableresponse.md
- docs/models/operations/deletecustomvariablerequest.md
- docs/models/operations/deletecustomvariableresponse.md
- docs/models/operations/getblueprinttableconfigresponse.md
- docs/models/operations/getcustomvariablerequest.md
- docs/models/operations/getcustomvariableresponse.md
- docs/models/operations/getcustomvariablesresponse.md
- docs/models/operations/updatecustomvariablerequest.md
- docs/models/operations/updatecustomvariableresponse.md
- docs/models/operations/getcategoriesrequest.md
- docs/models/operations/getcategoriesresponse.md
- docs/models/operations/getvariablecontextrequestbody.md
- docs/models/operations/getvariablecontextresponse.md
- docs/models/operations/replacetemplatesrequestbody.md
- docs/models/operations/replacetemplatesresponsebody.md
- docs/models/operations/replacetemplatesresponse.md
- docs/models/operations/searchvariablesrequestbody.md
- docs/models/operations/searchvariablesresponse.md
- docs/models/components/httpmetadata.md
- docs/models/components/config.md
- docs/models/components/type.md
- docs/models/components/customvariable.md
- docs/models/components/categoryresult.md
- docs/models/components/variablecontext.md
- docs/models/components/contextdata.md
- docs/models/components/variableparameters.md
- docs/models/components/templatetype.md
- docs/models/components/externalcustomvariable.md
- docs/models/components/variableresulttype.md
- docs/models/components/variableresult.md
- docs/models/components/security.md
- docs/sdks/epilot/README.md
- docs/sdks/customvariables/README.md
- docs/sdks/variables/README.md
- USAGE.md
- .gitattributes
- src/epilot/_hooks/sdkhooks.py
- src/epilot/_hooks/types.py
- src/epilot/_hooks/__init__.py
Loading

0 comments on commit a03d4d9

Please sign in to comment.