Skip to content

Commit 499a15a

Browse files
authored
Merge pull request #57 from codatio/speakeasy-sdk-regen-1726304028
chore: 🐝 Update SDK - Generate Banking library BANKING-LIBRARY 0.2.0
2 parents 027b3da + ee666f0 commit 499a15a

140 files changed

Lines changed: 6564 additions & 3087 deletions

File tree

Some content is hidden

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

.speakeasy/workflow.lock

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.396.8
1+
speakeasyVersion: 1.396.9
22
sources:
33
accounting-source:
44
sourceNamespace: accounting-source
@@ -14,6 +14,13 @@ sources:
1414
tags:
1515
- latest
1616
- main
17+
banking-source:
18+
sourceNamespace: banking-source
19+
sourceRevisionDigest: sha256:ba6aa66d7b50ed4631adca7711ffdf2a76270842ca4be92413d92c5644116692
20+
sourceBlobDigest: sha256:78c7d7c24581662bec85176d517f23c35ad9b6e569b1c23ac199b9b50a96063a
21+
tags:
22+
- latest
23+
- main
1724
lending-source:
1825
sourceNamespace: lending-source
1926
sourceRevisionDigest: sha256:9147c771bacaf4215b76211456d0c1004ee745d3eab1429e3c39599c317c5b17
@@ -67,6 +74,11 @@ targets:
6774
sourceNamespace: bank-feeds-source
6875
sourceRevisionDigest: sha256:4e8af09e166edeb95d268f2c1bb0d9d33401e55f5a50aedebbb6465dd005566f
6976
sourceBlobDigest: sha256:24d837ec7ccccb55559e6de16951a64c09874b48e5ca92b7af36ea0b95b0eac2
77+
banking-library:
78+
source: banking-source
79+
sourceNamespace: banking-source
80+
sourceRevisionDigest: sha256:ba6aa66d7b50ed4631adca7711ffdf2a76270842ca4be92413d92c5644116692
81+
sourceBlobDigest: sha256:78c7d7c24581662bec85176d517f23c35ad9b6e569b1c23ac199b9b50a96063a
7082
lending-library:
7183
source: lending-source
7284
sourceNamespace: lending-source
@@ -114,6 +126,8 @@ workflow:
114126
banking-source:
115127
inputs:
116128
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
129+
registry:
130+
location: registry.speakeasyapi.dev/codat/codat/banking-source
117131
lending-source:
118132
inputs:
119133
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Lending.yaml

.speakeasy/workflow.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ sources:
1414
banking-source:
1515
inputs:
1616
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
17+
registry:
18+
location: registry.speakeasyapi.dev/codat/codat/banking-source
1719
lending-source:
1820
inputs:
1921
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Lending.yaml

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

Lines changed: 517 additions & 107 deletions
Large diffs are not rendered by default.

previous-versions/banking/.speakeasy/gen.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@ generation:
77
nameResolutionDec2023: false
88
parameterOrderingFeb2024: false
99
requestResponseComponentNamesFeb2024: false
10+
auth:
11+
oAuth2ClientCredentialsEnabled: false
1012
telemetryEnabled: true
1113
java:
12-
version: 0.1.0
14+
version: 0.2.0
15+
additionalDependencies: []
16+
additionalPlugins: []
1317
artifactID: banking
1418
author: Codat
19+
clientServerStatusCodesAsErrors: true
1520
companyEmail: support@codat.io
1621
companyName: Codat
1722
companyURL: https://www.codat.io/
@@ -28,6 +33,10 @@ java:
2833
shared: models/components
2934
webhooks: models/webhooks
3035
inputModelSuffix: input
36+
license:
37+
name: The MIT License (MIT)
38+
shortName: MIT
39+
url: https://mit-license.org/
3140
maxMethodParams: 0
3241
outputModelSuffix: output
3342
projectName: openapi
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)