Skip to content

Commit d33b3b5

Browse files
authored
Merge pull request #595 from codatio/speakeasy-sdk-regen-1726235078
chore: 🐝 Update SDK - Generate Banking library BANKING-LIBRARY 0.29.0
2 parents b01aace + 987cc2b commit d33b3b5

File tree

178 files changed

+8968
-3247
lines changed

Some content is hidden

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

178 files changed

+8968
-3247
lines changed

.speakeasy/workflow.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ sources:
2121
tags:
2222
- latest
2323
- main
24+
banking-source:
25+
sourceNamespace: banking-source
26+
sourceRevisionDigest: sha256:b2683698c6afe88bf4ca96bb8a6d598c19410794ef4f6bc027c755fb59e1434f
27+
sourceBlobDigest: sha256:78c7d7c24581662bec85176d517f23c35ad9b6e569b1c23ac199b9b50a96063a
28+
tags:
29+
- latest
30+
- main
2431
lending-source:
2532
sourceNamespace: lending-source
2633
sourceRevisionDigest: sha256:e9279793fec15674c2c6ff77d11be16f6945b43d47b8005e68d7300da68a24a4
@@ -44,6 +51,11 @@ targets:
4451
sourceNamespace: bank-feeds-source
4552
sourceRevisionDigest: sha256:2bf52af4a0753c29a508bf534075c9fc6bbd4ba070605d3c7d4e092a9f3733cf
4653
sourceBlobDigest: sha256:24d837ec7ccccb55559e6de16951a64c09874b48e5ca92b7af36ea0b95b0eac2
54+
banking-library:
55+
source: banking-source
56+
sourceNamespace: banking-source
57+
sourceRevisionDigest: sha256:b2683698c6afe88bf4ca96bb8a6d598c19410794ef4f6bc027c755fb59e1434f
58+
sourceBlobDigest: sha256:78c7d7c24581662bec85176d517f23c35ad9b6e569b1c23ac199b9b50a96063a
4759
lending-library:
4860
source: lending-source
4961
sourceNamespace: lending-source
@@ -71,6 +83,8 @@ workflow:
7183
banking-source:
7284
inputs:
7385
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
86+
registry:
87+
location: registry.speakeasyapi.dev/codat/codat/banking-source
7488
commerce-source:
7589
inputs:
7690
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml

.speakeasy/workflow.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ sources:
1919
banking-source:
2020
inputs:
2121
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
22+
registry:
23+
location: registry.speakeasyapi.dev/codat/codat/banking-source
2224
commerce-source:
2325
inputs:
2426
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml

previous-versions/banking/.gitattributes

100755100644
File mode changed.

previous-versions/banking/.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/banking/.speakeasy/gen.lock

Lines changed: 534 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 31 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,40 @@
1-
configVersion: 1.0.0
2-
management:
3-
docChecksum: 2031a20e1e5287065532bb2f442cfd2c
4-
docVersion: 3.0.0
5-
speakeasyVersion: 1.100.2
6-
generationVersion: 2.159.2
1+
configVersion: 2.0.0
72
generation:
83
sdkClassName: CodatBanking
9-
singleTagPerOp: false
4+
usageSnippets:
5+
optionalPropertyRendering: withExample
6+
fixes:
7+
nameResolutionDec2023: false
8+
parameterOrderingFeb2024: false
9+
requestResponseComponentNamesFeb2024: false
10+
auth:
11+
oAuth2ClientCredentialsEnabled: false
1012
telemetryEnabled: true
11-
features:
12-
python:
13-
core: 3.0.2
14-
deprecations: 2.81.1
15-
examples: 2.81.2
16-
globalSecurity: 2.82.0
17-
globalServerURLs: 2.82.0
18-
nameOverrides: 2.81.1
19-
retries: 2.82.0
2013
python:
21-
version: 0.28.0
14+
version: 0.29.0
15+
additionalDependencies:
16+
dev: {}
17+
main: {}
2218
author: Codat
19+
authors:
20+
- Speakeasy
21+
clientServerStatusCodesAsErrors: true
2322
description: Access standardized banking data from our banking integrations.
23+
enumFormat: enum
2424
flattenGlobalSecurity: false
25+
flattenRequests: false
26+
imports:
27+
option: openapi
28+
paths:
29+
callbacks: ""
30+
errors: ""
31+
operations: ""
32+
shared: ""
33+
webhooks: ""
34+
inputModelSuffix: input
2535
maxMethodParams: 0
36+
methodArguments: infer-optional-args
37+
outputModelSuffix: output
2638
packageName: codat-banking
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)