Skip to content

Commit cae87c6

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.355.0
1 parent 29cf0c2 commit cae87c6

File tree

99 files changed

+4806
-1224
lines changed

Some content is hidden

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

99 files changed

+4806
-1224
lines changed

document/.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

document/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.venv/
2+
venv/
3+
src/*.egg-info/
4+
__pycache__/
5+
.pytest_cache/
6+
.python-version
7+
.DS_Store
8+
pyrightconfig.json

document/.speakeasy/gen.lock

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
lockVersion: 2.0.0
2+
id: 02056ef4-33bb-4494-9d26-5cec9ca37e38
3+
management:
4+
docChecksum: 54703d64df72ed498ad03376ecd4b21f
5+
docVersion: 1.0.0
6+
speakeasyVersion: 1.355.0
7+
generationVersion: 2.387.0
8+
releaseVersion: 1.3.0
9+
configChecksum: 79066fa1e09c11f2aefedb883dff7263
10+
repoURL: https://github.com/epilot-dev/sdk-python.git
11+
repoSubDirectory: document
12+
installationURL: https://github.com/epilot-dev/sdk-python.git#subdirectory=document
13+
features:
14+
python:
15+
additionalDependencies: 1.0.0
16+
additionalProperties: 1.0.0
17+
constsAndDefaults: 1.0.2
18+
core: 5.3.4
19+
defaultEnabledRetries: 0.2.0
20+
envVarSecurityUsage: 0.3.1
21+
flattening: 3.0.0
22+
globalSecurity: 3.0.1
23+
globalSecurityCallbacks: 1.0.0
24+
globalSecurityFlattening: 1.0.0
25+
globalServerURLs: 3.0.0
26+
responseFormat: 1.0.0
27+
retries: 3.0.0
28+
sdkHooks: 1.0.0
29+
generatedFiles:
30+
- src/epilot_document/sdkconfiguration.py
31+
- src/epilot_document/documents.py
32+
- src/epilot_document/sdk.py
33+
- .vscode/settings.json
34+
- poetry.toml
35+
- py.typed
36+
- pylintrc
37+
- pyproject.toml
38+
- scripts/compile.sh
39+
- scripts/publish.sh
40+
- src/epilot_document/__init__.py
41+
- src/epilot_document/basesdk.py
42+
- src/epilot_document/httpclient.py
43+
- src/epilot_document/py.typed
44+
- src/epilot_document/types/__init__.py
45+
- src/epilot_document/types/basemodel.py
46+
- src/epilot_document/utils/__init__.py
47+
- src/epilot_document/utils/annotations.py
48+
- src/epilot_document/utils/enums.py
49+
- src/epilot_document/utils/eventstreaming.py
50+
- src/epilot_document/utils/forms.py
51+
- src/epilot_document/utils/headers.py
52+
- src/epilot_document/utils/logger.py
53+
- src/epilot_document/utils/metadata.py
54+
- src/epilot_document/utils/queryparams.py
55+
- src/epilot_document/utils/requestbodies.py
56+
- src/epilot_document/utils/retries.py
57+
- src/epilot_document/utils/security.py
58+
- src/epilot_document/utils/serializers.py
59+
- src/epilot_document/utils/url.py
60+
- src/epilot_document/utils/values.py
61+
- src/epilot_document/models/sdkerror.py
62+
- src/epilot_document/models/convertdocumentresponse.py
63+
- src/epilot_document/models/s3reference.py
64+
- src/epilot_document/models/convertdocumentrequest.py
65+
- src/epilot_document/models/documentgenerationv2response.py
66+
- src/epilot_document/models/templatesettings.py
67+
- src/epilot_document/models/erroroutput.py
68+
- src/epilot_document/models/invalidcustomvariableerrordetail.py
69+
- src/epilot_document/models/errorcode.py
70+
- src/epilot_document/models/generatedocumentv2op.py
71+
- src/epilot_document/models/documentgenerationv2request.py
72+
- src/epilot_document/models/security.py
73+
- src/epilot_document/models/__init__.py
74+
- docs/models/outputdocument.md
75+
- docs/models/convertdocumentresponse.md
76+
- docs/models/s3reference.md
77+
- docs/models/inputdocument.md
78+
- docs/models/outputformat.md
79+
- docs/models/convertdocumentrequest.md
80+
- docs/models/documentgenerationv2responseoutputdocument.md
81+
- docs/models/docxoutput.md
82+
- docs/models/jobstatus.md
83+
- docs/models/documentgenerationv2responseschemasoutputdocument.md
84+
- docs/models/pdfoutput.md
85+
- docs/models/documentgenerationv2responsevariablepayload.md
86+
- docs/models/documentgenerationv2response.md
87+
- docs/models/custommargins.md
88+
- docs/models/suggestedmargins.md
89+
- docs/models/templatesettings.md
90+
- docs/models/erroroutput.md
91+
- docs/models/invalidvariables.md
92+
- docs/models/context.md
93+
- docs/models/invalidcustomvariableerrordetail.md
94+
- docs/models/errorcode.md
95+
- docs/models/mode.md
96+
- docs/models/generatedocumentv2request.md
97+
- docs/models/templatedocument.md
98+
- docs/models/variablepayload.md
99+
- docs/models/documentgenerationv2request.md
100+
- docs/models/security.md
101+
- docs/sdks/epilot/README.md
102+
- docs/models/utils/retryconfig.md
103+
- docs/sdks/documents/README.md
104+
- USAGE.md
105+
- .gitattributes
106+
- src/epilot_document/_hooks/sdkhooks.py
107+
- src/epilot_document/_hooks/types.py
108+
- src/epilot_document/_hooks/__init__.py
109+
- CONTRIBUTING.md

document/.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"python.testing.pytestArgs": ["tests", "-vv"],
3+
"python.testing.unittestEnabled": false,
4+
"python.testing.pytestEnabled": true,
5+
"pylint.args": ["--rcfile=pylintrc"]
6+
}

document/CONTRIBUTING.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Contributing to This Repository
2+
3+
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.
4+
5+
## How to Report Issues
6+
7+
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:
8+
9+
- A clear and descriptive title
10+
- Steps to reproduce the issue
11+
- Expected and actual behavior
12+
- Any relevant logs, screenshots, or error messages
13+
- Information about your environment (e.g., operating system, software versions)
14+
- For example can be collected using the `npx envinfo` command from your terminal if you have Node.js installed
15+
16+
## Issue Triage and Upstream Fixes
17+
18+
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.
19+
20+
## Contact
21+
22+
If you have any questions or need further assistance, please feel free to reach out by opening an issue.
23+
24+
Thank you for your understanding and cooperation!
25+
26+
The Maintainers

0 commit comments

Comments
 (0)