Skip to content

Commit

Permalink
Merge pull request #594 from codatio/speakeasy-sdk-regen-1726234223
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate Bank Feeds library BANK-FEEDS-LIBRARY 7.0.0
  • Loading branch information
dcoplowe authored Sep 13, 2024
2 parents 331aad3 + e8c8681 commit b01aace
Show file tree
Hide file tree
Showing 347 changed files with 19,558 additions and 7,176 deletions.
12 changes: 12 additions & 0 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ sources:
tags:
- latest
- main
bank-feeds-source:
sourceNamespace: bank-feeds-source
sourceRevisionDigest: sha256:2bf52af4a0753c29a508bf534075c9fc6bbd4ba070605d3c7d4e092a9f3733cf
sourceBlobDigest: sha256:24d837ec7ccccb55559e6de16951a64c09874b48e5ca92b7af36ea0b95b0eac2
tags:
- latest
- main
lending-source:
sourceNamespace: lending-source
sourceRevisionDigest: sha256:e9279793fec15674c2c6ff77d11be16f6945b43d47b8005e68d7300da68a24a4
Expand All @@ -32,6 +39,11 @@ targets:
sourceNamespace: assess-source
sourceRevisionDigest: sha256:fc689a909f3360047c372a7fa75818d0909de3c521b92f4c30037918524de981
sourceBlobDigest: sha256:93a5943e66c0bec898e50532b545a9e2694aa004d1e763c9fadc7424a311c2ed
bank-feeds-library:
source: bank-feeds-source
sourceNamespace: bank-feeds-source
sourceRevisionDigest: sha256:2bf52af4a0753c29a508bf534075c9fc6bbd4ba070605d3c7d4e092a9f3733cf
sourceBlobDigest: sha256:24d837ec7ccccb55559e6de16951a64c09874b48e5ca92b7af36ea0b95b0eac2
lending-library:
source: lending-source
sourceNamespace: lending-source
Expand Down
3 changes: 3 additions & 0 deletions bank-feeds/.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
1,263 changes: 1,038 additions & 225 deletions bank-feeds/.speakeasy/gen.lock

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion bank-feeds/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,22 @@ generation:
nameResolutionDec2023: false
parameterOrderingFeb2024: false
requestResponseComponentNamesFeb2024: false
auth:
oAuth2ClientCredentialsEnabled: false
telemetryEnabled: true
python:
version: 6.1.1
version: 7.0.0
additionalDependencies:
dev: {}
main: {}
author: Codat
authors:
- Speakeasy
clientServerStatusCodesAsErrors: true
description: Set up bank feeds from accounts in your application to supported accounting platforms.
enumFormat: enum
flattenGlobalSecurity: false
flattenRequests: false
imports:
option: openapi
paths:
Expand All @@ -24,5 +33,8 @@ python:
webhooks: models/webhooks
inputModelSuffix: input
maxMethodParams: 0
methodArguments: infer-optional-args
outputModelSuffix: output
packageName: codat-bankfeeds
responseFormat: flat
templateVersion: v2
6 changes: 6 additions & 0 deletions bank-feeds/.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 bank-feeds/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 b01aace

Please sign in to comment.