Skip to content

Commit

Permalink
Merge pull request #595 from codatio/speakeasy-sdk-regen-1726235078
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate Banking library BANKING-LIBRARY 0.29.0
  • Loading branch information
dcoplowe authored Sep 13, 2024
2 parents b01aace + 987cc2b commit d33b3b5
Show file tree
Hide file tree
Showing 178 changed files with 8,968 additions and 3,247 deletions.
14 changes: 14 additions & 0 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ sources:
tags:
- latest
- main
banking-source:
sourceNamespace: banking-source
sourceRevisionDigest: sha256:b2683698c6afe88bf4ca96bb8a6d598c19410794ef4f6bc027c755fb59e1434f
sourceBlobDigest: sha256:78c7d7c24581662bec85176d517f23c35ad9b6e569b1c23ac199b9b50a96063a
tags:
- latest
- main
lending-source:
sourceNamespace: lending-source
sourceRevisionDigest: sha256:e9279793fec15674c2c6ff77d11be16f6945b43d47b8005e68d7300da68a24a4
Expand All @@ -44,6 +51,11 @@ targets:
sourceNamespace: bank-feeds-source
sourceRevisionDigest: sha256:2bf52af4a0753c29a508bf534075c9fc6bbd4ba070605d3c7d4e092a9f3733cf
sourceBlobDigest: sha256:24d837ec7ccccb55559e6de16951a64c09874b48e5ca92b7af36ea0b95b0eac2
banking-library:
source: banking-source
sourceNamespace: banking-source
sourceRevisionDigest: sha256:b2683698c6afe88bf4ca96bb8a6d598c19410794ef4f6bc027c755fb59e1434f
sourceBlobDigest: sha256:78c7d7c24581662bec85176d517f23c35ad9b6e569b1c23ac199b9b50a96063a
lending-library:
source: lending-source
sourceNamespace: lending-source
Expand Down Expand Up @@ -71,6 +83,8 @@ workflow:
banking-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
registry:
location: registry.speakeasyapi.dev/codat/codat/banking-source
commerce-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
Expand Down
2 changes: 2 additions & 0 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ sources:
banking-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
registry:
location: registry.speakeasyapi.dev/codat/codat/banking-source
commerce-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
Expand Down
Empty file modified previous-versions/banking/.gitattributes
100755 → 100644
Empty file.
3 changes: 3 additions & 0 deletions previous-versions/banking/.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
534 changes: 534 additions & 0 deletions previous-versions/banking/.speakeasy/gen.lock

Large diffs are not rendered by default.

48 changes: 31 additions & 17 deletions previous-versions/banking/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,40 @@
configVersion: 1.0.0
management:
docChecksum: 2031a20e1e5287065532bb2f442cfd2c
docVersion: 3.0.0
speakeasyVersion: 1.100.2
generationVersion: 2.159.2
configVersion: 2.0.0
generation:
sdkClassName: CodatBanking
singleTagPerOp: false
usageSnippets:
optionalPropertyRendering: withExample
fixes:
nameResolutionDec2023: false
parameterOrderingFeb2024: false
requestResponseComponentNamesFeb2024: false
auth:
oAuth2ClientCredentialsEnabled: false
telemetryEnabled: true
features:
python:
core: 3.0.2
deprecations: 2.81.1
examples: 2.81.2
globalSecurity: 2.82.0
globalServerURLs: 2.82.0
nameOverrides: 2.81.1
retries: 2.82.0
python:
version: 0.28.0
version: 0.29.0
additionalDependencies:
dev: {}
main: {}
author: Codat
authors:
- Speakeasy
clientServerStatusCodesAsErrors: true
description: Access standardized banking data from our banking integrations.
enumFormat: enum
flattenGlobalSecurity: false
flattenRequests: false
imports:
option: openapi
paths:
callbacks: ""
errors: ""
operations: ""
shared: ""
webhooks: ""
inputModelSuffix: input
maxMethodParams: 0
methodArguments: infer-optional-args
outputModelSuffix: output
packageName: codat-banking
responseFormat: flat
templateVersion: v2
6 changes: 6 additions & 0 deletions previous-versions/banking/.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/banking/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 d33b3b5

Please sign in to comment.