Skip to content

Commit 6100604

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.396.6
1 parent 125b164 commit 6100604

File tree

1,199 files changed

+98160
-32978
lines changed

Some content is hidden

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

1,199 files changed

+98160
-32978
lines changed

.speakeasy/workflow.lock

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
speakeasyVersion: 1.377.0
1+
speakeasyVersion: 1.396.6
22
sources:
3+
accounting-source:
4+
sourceNamespace: accounting-source
5+
sourceRevisionDigest: sha256:69321f987c271eb886b1235bf55c2eb13b9f2994d6038d7625094c3c6e276d44
6+
sourceBlobDigest: sha256:1196b9f04ffba9bfc30292d059e6e63e93b26fe3f8ca92cab6d58df8de86c4ca
7+
tags:
8+
- latest
9+
- main
310
lending-source:
411
sourceNamespace: lending-source
512
sourceRevisionDigest: sha256:e9279793fec15674c2c6ff77d11be16f6945b43d47b8005e68d7300da68a24a4
@@ -8,19 +15,25 @@ sources:
815
- latest
916
- main
1017
targets:
18+
accounting-library:
19+
source: accounting-source
20+
sourceNamespace: accounting-source
21+
sourceRevisionDigest: sha256:69321f987c271eb886b1235bf55c2eb13b9f2994d6038d7625094c3c6e276d44
22+
sourceBlobDigest: sha256:1196b9f04ffba9bfc30292d059e6e63e93b26fe3f8ca92cab6d58df8de86c4ca
1123
lending-library:
1224
source: lending-source
1325
sourceNamespace: lending-source
1426
sourceRevisionDigest: sha256:e9279793fec15674c2c6ff77d11be16f6945b43d47b8005e68d7300da68a24a4
1527
sourceBlobDigest: sha256:7ca97cfd4c993bac385e1da2ed1a467acb50d0bf3893fffd0a811d2f1ea49e91
16-
outLocation: lending
1728
workflow:
1829
workflowVersion: 1.0.0
1930
speakeasyVersion: latest
2031
sources:
2132
accounting-source:
2233
inputs:
2334
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
35+
registry:
36+
location: registry.speakeasyapi.dev/codat/codat/accounting-source
2437
assess-source:
2538
inputs:
2639
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml

.speakeasy/workflow.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ sources:
44
accounting-source:
55
inputs:
66
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
7+
registry:
8+
location: registry.speakeasyapi.dev/codat/codat/accounting-source
79
assess-source:
810
inputs:
911
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml

previous-versions/accounting/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.venv/
2+
pyrightconfig.json
3+
README-PYPI.md
14
.python-version
25
.DS_Store
36
venv/

previous-versions/accounting/.speakeasy/gen.lock

Lines changed: 11242 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 18 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,28 @@
1-
configVersion: 1.0.0
2-
management:
3-
docChecksum: 8ea965ff5a23362485749797744b35ac
4-
docVersion: 3.0.0
5-
speakeasyVersion: 1.126.3
6-
generationVersion: 2.214.3
1+
configVersion: 2.0.0
72
generation:
8-
comments: {}
93
sdkClassName: CodatAccounting
10-
repoURL: https://github.com/codatio/client-sdk-python.git
114
usageSnippets:
125
optionalPropertyRendering: withExample
6+
fixes:
7+
nameResolutionDec2023: false
8+
parameterOrderingFeb2024: false
9+
requestResponseComponentNamesFeb2024: false
10+
auth:
11+
oAuth2ClientCredentialsEnabled: false
1312
telemetryEnabled: true
14-
features:
15-
python:
16-
core: 4.3.0
17-
deprecations: 2.81.1
18-
downloadStreams: 0.0.2
19-
examples: 2.81.3
20-
globalSecurity: 2.83.1
21-
globalServerURLs: 2.82.1
22-
inputOutputModels: 2.82.0
23-
nameOverrides: 2.81.1
24-
retries: 2.82.0
2513
python:
26-
version: 0.35.0
14+
version: 0.36.0
15+
additionalDependencies:
16+
dev: {}
17+
main: {}
2718
author: Codat
19+
authors:
20+
- Speakeasy
2821
clientServerStatusCodesAsErrors: true
2922
description: Access standardized accounting data from our accounting integrations.
23+
enumFormat: enum
3024
flattenGlobalSecurity: false
25+
flattenRequests: false
3126
imports:
3227
option: openapi
3328
paths:
@@ -37,9 +32,9 @@ python:
3732
shared: models/shared
3833
webhooks: models/webhooks
3934
inputModelSuffix: input
40-
installationURL: https://github.com/codatio/client-sdk-python.git#subdirectory=previous-versions/accounting
4135
maxMethodParams: 0
36+
methodArguments: infer-optional-args
4237
outputModelSuffix: output
4338
packageName: codat-accounting
44-
published: true
45-
repoSubDirectory: previous-versions/accounting
39+
responseFormat: flat
40+
templateVersion: v2
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+
}
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)