-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.269.1
- Loading branch information
1 parent
7935d40
commit ca430a3
Showing
84 changed files
with
3,575 additions
and
918 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
lockVersion: 2.0.0 | ||
id: 39fe1cd3-e681-4a1b-9c8d-abe53aa1d0b6 | ||
management: | ||
docChecksum: 9efe370082758b9cf2fd0a2bcf412e38 | ||
docVersion: 1.0.0 | ||
speakeasyVersion: 1.269.1 | ||
generationVersion: 2.312.1 | ||
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.5 | ||
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 | ||
- tests/helpers.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 |
Oops, something went wrong.