Skip to content

Commit e751ce1

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.271.0
1 parent 7935d40 commit e751ce1

File tree

84 files changed

+3575
-918
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+3575
-918
lines changed

template_variables/.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# This allows generated code to be indexed correctly
2+
*.py linguist-generated=false

template_variables/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
venv/
2+
src/*.egg-info/
3+
__pycache__/
4+
.pytest_cache/
5+
.python-version
6+
.DS_Store
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
lockVersion: 2.0.0
2+
id: 1fa3e74c-8cfc-4777-aa65-bc35e8d84f0d
3+
management:
4+
docChecksum: 9efe370082758b9cf2fd0a2bcf412e38
5+
docVersion: 1.0.0
6+
speakeasyVersion: 1.271.0
7+
generationVersion: 2.312.1
8+
releaseVersion: 1.3.0
9+
configChecksum: 9f1ab4d8be504a3cb037f30c21dcf4e7
10+
repoURL: https://github.com/epilot-dev/sdk-python.git
11+
repoSubDirectory: template_variables
12+
installationURL: https://github.com/epilot-dev/sdk-python.git#subdirectory=template_variables
13+
features:
14+
python:
15+
constsAndDefaults: 0.1.3
16+
core: 4.6.5
17+
flattening: 2.81.1
18+
globalSecurity: 2.83.5
19+
globalServerURLs: 2.82.2
20+
responseFormat: 0.1.0
21+
generatedFiles:
22+
- src/epilot/sdkconfiguration.py
23+
- src/epilot/custom_variables.py
24+
- src/epilot/variables.py
25+
- src/epilot/sdk.py
26+
- py.typed
27+
- pylintrc
28+
- setup.py
29+
- src/epilot/__init__.py
30+
- src/epilot/utils/__init__.py
31+
- src/epilot/utils/retries.py
32+
- src/epilot/utils/utils.py
33+
- src/epilot/models/errors/sdkerror.py
34+
- tests/helpers.py
35+
- src/epilot/models/operations/createcustomvariable.py
36+
- src/epilot/models/operations/deletecustomvariable.py
37+
- src/epilot/models/operations/getblueprinttableconfig.py
38+
- src/epilot/models/operations/getcustomvariable.py
39+
- src/epilot/models/operations/getcustomvariables.py
40+
- src/epilot/models/operations/updatecustomvariable.py
41+
- src/epilot/models/operations/getcategories.py
42+
- src/epilot/models/operations/getvariablecontext.py
43+
- src/epilot/models/operations/replacetemplates.py
44+
- src/epilot/models/operations/searchvariables.py
45+
- src/epilot/models/components/httpmetadata.py
46+
- src/epilot/models/components/customvariable.py
47+
- src/epilot/models/components/categoryresult.py
48+
- src/epilot/models/components/variablecontext.py
49+
- src/epilot/models/components/variableparameters.py
50+
- src/epilot/models/components/templatetype.py
51+
- src/epilot/models/components/externalcustomvariable.py
52+
- src/epilot/models/components/variableresult.py
53+
- src/epilot/models/components/security.py
54+
- src/epilot/models/__init__.py
55+
- src/epilot/models/errors/__init__.py
56+
- src/epilot/models/operations/__init__.py
57+
- src/epilot/models/components/__init__.py
58+
- docs/models/operations/createcustomvariableresponse.md
59+
- docs/models/operations/deletecustomvariablerequest.md
60+
- docs/models/operations/deletecustomvariableresponse.md
61+
- docs/models/operations/getblueprinttableconfigresponse.md
62+
- docs/models/operations/getcustomvariablerequest.md
63+
- docs/models/operations/getcustomvariableresponse.md
64+
- docs/models/operations/getcustomvariablesresponse.md
65+
- docs/models/operations/updatecustomvariablerequest.md
66+
- docs/models/operations/updatecustomvariableresponse.md
67+
- docs/models/operations/getcategoriesrequest.md
68+
- docs/models/operations/getcategoriesresponse.md
69+
- docs/models/operations/getvariablecontextrequestbody.md
70+
- docs/models/operations/getvariablecontextresponse.md
71+
- docs/models/operations/replacetemplatesrequestbody.md
72+
- docs/models/operations/replacetemplatesresponsebody.md
73+
- docs/models/operations/replacetemplatesresponse.md
74+
- docs/models/operations/searchvariablesrequestbody.md
75+
- docs/models/operations/searchvariablesresponse.md
76+
- docs/models/components/httpmetadata.md
77+
- docs/models/components/config.md
78+
- docs/models/components/type.md
79+
- docs/models/components/customvariable.md
80+
- docs/models/components/categoryresult.md
81+
- docs/models/components/variablecontext.md
82+
- docs/models/components/contextdata.md
83+
- docs/models/components/variableparameters.md
84+
- docs/models/components/templatetype.md
85+
- docs/models/components/externalcustomvariable.md
86+
- docs/models/components/variableresulttype.md
87+
- docs/models/components/variableresult.md
88+
- docs/models/components/security.md
89+
- docs/sdks/epilot/README.md
90+
- docs/sdks/customvariables/README.md
91+
- docs/sdks/variables/README.md
92+
- USAGE.md
93+
- .gitattributes
94+
- src/epilot/_hooks/sdkhooks.py
95+
- src/epilot/_hooks/types.py
96+
- src/epilot/_hooks/__init__.py

0 commit comments

Comments
 (0)