Skip to content

Commit

Permalink
Merge pull request #592 from codatio/speakeasy-sdk-regen-1726232705
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate Accounting library ACCOUNTING-LIBRARY 0.36.0
  • Loading branch information
dcoplowe authored Sep 13, 2024
2 parents 125b164 + 6100604 commit 13b1ed0
Show file tree
Hide file tree
Showing 1,199 changed files with 98,160 additions and 32,978 deletions.
17 changes: 15 additions & 2 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
speakeasyVersion: 1.377.0
speakeasyVersion: 1.396.6
sources:
accounting-source:
sourceNamespace: accounting-source
sourceRevisionDigest: sha256:69321f987c271eb886b1235bf55c2eb13b9f2994d6038d7625094c3c6e276d44
sourceBlobDigest: sha256:1196b9f04ffba9bfc30292d059e6e63e93b26fe3f8ca92cab6d58df8de86c4ca
tags:
- latest
- main
lending-source:
sourceNamespace: lending-source
sourceRevisionDigest: sha256:e9279793fec15674c2c6ff77d11be16f6945b43d47b8005e68d7300da68a24a4
Expand All @@ -8,19 +15,25 @@ sources:
- latest
- main
targets:
accounting-library:
source: accounting-source
sourceNamespace: accounting-source
sourceRevisionDigest: sha256:69321f987c271eb886b1235bf55c2eb13b9f2994d6038d7625094c3c6e276d44
sourceBlobDigest: sha256:1196b9f04ffba9bfc30292d059e6e63e93b26fe3f8ca92cab6d58df8de86c4ca
lending-library:
source: lending-source
sourceNamespace: lending-source
sourceRevisionDigest: sha256:e9279793fec15674c2c6ff77d11be16f6945b43d47b8005e68d7300da68a24a4
sourceBlobDigest: sha256:7ca97cfd4c993bac385e1da2ed1a467acb50d0bf3893fffd0a811d2f1ea49e91
outLocation: lending
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
accounting-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
registry:
location: registry.speakeasyapi.dev/codat/codat/accounting-source
assess-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
Expand Down
2 changes: 2 additions & 0 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ sources:
accounting-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
registry:
location: registry.speakeasyapi.dev/codat/codat/accounting-source
assess-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
Expand Down
3 changes: 3 additions & 0 deletions previous-versions/accounting/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.venv/
pyrightconfig.json
README-PYPI.md
.python-version
.DS_Store
venv/
Expand Down
11,242 changes: 11,242 additions & 0 deletions previous-versions/accounting/.speakeasy/gen.lock

Large diffs are not rendered by default.

41 changes: 18 additions & 23 deletions previous-versions/accounting/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
@@ -1,33 +1,28 @@
configVersion: 1.0.0
management:
docChecksum: 8ea965ff5a23362485749797744b35ac
docVersion: 3.0.0
speakeasyVersion: 1.126.3
generationVersion: 2.214.3
configVersion: 2.0.0
generation:
comments: {}
sdkClassName: CodatAccounting
repoURL: https://github.com/codatio/client-sdk-python.git
usageSnippets:
optionalPropertyRendering: withExample
fixes:
nameResolutionDec2023: false
parameterOrderingFeb2024: false
requestResponseComponentNamesFeb2024: false
auth:
oAuth2ClientCredentialsEnabled: false
telemetryEnabled: true
features:
python:
core: 4.3.0
deprecations: 2.81.1
downloadStreams: 0.0.2
examples: 2.81.3
globalSecurity: 2.83.1
globalServerURLs: 2.82.1
inputOutputModels: 2.82.0
nameOverrides: 2.81.1
retries: 2.82.0
python:
version: 0.35.0
version: 0.36.0
additionalDependencies:
dev: {}
main: {}
author: Codat
authors:
- Speakeasy
clientServerStatusCodesAsErrors: true
description: Access standardized accounting data from our accounting integrations.
enumFormat: enum
flattenGlobalSecurity: false
flattenRequests: false
imports:
option: openapi
paths:
Expand All @@ -37,9 +32,9 @@ python:
shared: models/shared
webhooks: models/webhooks
inputModelSuffix: input
installationURL: https://github.com/codatio/client-sdk-python.git#subdirectory=previous-versions/accounting
maxMethodParams: 0
methodArguments: infer-optional-args
outputModelSuffix: output
packageName: codat-accounting
published: true
repoSubDirectory: previous-versions/accounting
responseFormat: flat
templateVersion: v2
6 changes: 6 additions & 0 deletions previous-versions/accounting/.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 previous-versions/accounting/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 13b1ed0

Please sign in to comment.