Skip to content

Commit

Permalink
Merge pull request #88 from epilot-dev/speakeasy-sdk-regen-1711411942
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate Document SDK
  • Loading branch information
0xjgv committed Aug 7, 2024
2 parents 29cf0c2 + cae87c6 commit 768435d
Show file tree
Hide file tree
Showing 99 changed files with 4,806 additions and 1,224 deletions.
2 changes: 2 additions & 0 deletions document/.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 document/.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
109 changes: 109 additions & 0 deletions document/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
lockVersion: 2.0.0
id: 02056ef4-33bb-4494-9d26-5cec9ca37e38
management:
docChecksum: 54703d64df72ed498ad03376ecd4b21f
docVersion: 1.0.0
speakeasyVersion: 1.355.0
generationVersion: 2.387.0
releaseVersion: 1.3.0
configChecksum: 79066fa1e09c11f2aefedb883dff7263
repoURL: https://github.com/epilot-dev/sdk-python.git
repoSubDirectory: document
installationURL: https://github.com/epilot-dev/sdk-python.git#subdirectory=document
features:
python:
additionalDependencies: 1.0.0
additionalProperties: 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
globalSecurityFlattening: 1.0.0
globalServerURLs: 3.0.0
responseFormat: 1.0.0
retries: 3.0.0
sdkHooks: 1.0.0
generatedFiles:
- src/epilot_document/sdkconfiguration.py
- src/epilot_document/documents.py
- src/epilot_document/sdk.py
- .vscode/settings.json
- poetry.toml
- py.typed
- pylintrc
- pyproject.toml
- scripts/compile.sh
- scripts/publish.sh
- src/epilot_document/__init__.py
- src/epilot_document/basesdk.py
- src/epilot_document/httpclient.py
- src/epilot_document/py.typed
- src/epilot_document/types/__init__.py
- src/epilot_document/types/basemodel.py
- src/epilot_document/utils/__init__.py
- src/epilot_document/utils/annotations.py
- src/epilot_document/utils/enums.py
- src/epilot_document/utils/eventstreaming.py
- src/epilot_document/utils/forms.py
- src/epilot_document/utils/headers.py
- src/epilot_document/utils/logger.py
- src/epilot_document/utils/metadata.py
- src/epilot_document/utils/queryparams.py
- src/epilot_document/utils/requestbodies.py
- src/epilot_document/utils/retries.py
- src/epilot_document/utils/security.py
- src/epilot_document/utils/serializers.py
- src/epilot_document/utils/url.py
- src/epilot_document/utils/values.py
- src/epilot_document/models/sdkerror.py
- src/epilot_document/models/convertdocumentresponse.py
- src/epilot_document/models/s3reference.py
- src/epilot_document/models/convertdocumentrequest.py
- src/epilot_document/models/documentgenerationv2response.py
- src/epilot_document/models/templatesettings.py
- src/epilot_document/models/erroroutput.py
- src/epilot_document/models/invalidcustomvariableerrordetail.py
- src/epilot_document/models/errorcode.py
- src/epilot_document/models/generatedocumentv2op.py
- src/epilot_document/models/documentgenerationv2request.py
- src/epilot_document/models/security.py
- src/epilot_document/models/__init__.py
- docs/models/outputdocument.md
- docs/models/convertdocumentresponse.md
- docs/models/s3reference.md
- docs/models/inputdocument.md
- docs/models/outputformat.md
- docs/models/convertdocumentrequest.md
- docs/models/documentgenerationv2responseoutputdocument.md
- docs/models/docxoutput.md
- docs/models/jobstatus.md
- docs/models/documentgenerationv2responseschemasoutputdocument.md
- docs/models/pdfoutput.md
- docs/models/documentgenerationv2responsevariablepayload.md
- docs/models/documentgenerationv2response.md
- docs/models/custommargins.md
- docs/models/suggestedmargins.md
- docs/models/templatesettings.md
- docs/models/erroroutput.md
- docs/models/invalidvariables.md
- docs/models/context.md
- docs/models/invalidcustomvariableerrordetail.md
- docs/models/errorcode.md
- docs/models/mode.md
- docs/models/generatedocumentv2request.md
- docs/models/templatedocument.md
- docs/models/variablepayload.md
- docs/models/documentgenerationv2request.md
- docs/models/security.md
- docs/sdks/epilot/README.md
- docs/models/utils/retryconfig.md
- docs/sdks/documents/README.md
- USAGE.md
- .gitattributes
- src/epilot_document/_hooks/sdkhooks.py
- src/epilot_document/_hooks/types.py
- src/epilot_document/_hooks/__init__.py
- CONTRIBUTING.md
6 changes: 6 additions & 0 deletions document/.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 document/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 768435d

Please sign in to comment.