Skip to content

Commit

Permalink
Merge pull request #57 from codatio/speakeasy-sdk-regen-1726304028
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate Banking library BANKING-LIBRARY 0.2.0
  • Loading branch information
dcoplowe authored Sep 14, 2024
2 parents 027b3da + ee666f0 commit 499a15a
Show file tree
Hide file tree
Showing 140 changed files with 6,564 additions and 3,087 deletions.
16 changes: 15 additions & 1 deletion .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
speakeasyVersion: 1.396.8
speakeasyVersion: 1.396.9
sources:
accounting-source:
sourceNamespace: accounting-source
Expand All @@ -14,6 +14,13 @@ sources:
tags:
- latest
- main
banking-source:
sourceNamespace: banking-source
sourceRevisionDigest: sha256:ba6aa66d7b50ed4631adca7711ffdf2a76270842ca4be92413d92c5644116692
sourceBlobDigest: sha256:78c7d7c24581662bec85176d517f23c35ad9b6e569b1c23ac199b9b50a96063a
tags:
- latest
- main
lending-source:
sourceNamespace: lending-source
sourceRevisionDigest: sha256:9147c771bacaf4215b76211456d0c1004ee745d3eab1429e3c39599c317c5b17
Expand Down Expand Up @@ -67,6 +74,11 @@ targets:
sourceNamespace: bank-feeds-source
sourceRevisionDigest: sha256:4e8af09e166edeb95d268f2c1bb0d9d33401e55f5a50aedebbb6465dd005566f
sourceBlobDigest: sha256:24d837ec7ccccb55559e6de16951a64c09874b48e5ca92b7af36ea0b95b0eac2
banking-library:
source: banking-source
sourceNamespace: banking-source
sourceRevisionDigest: sha256:ba6aa66d7b50ed4631adca7711ffdf2a76270842ca4be92413d92c5644116692
sourceBlobDigest: sha256:78c7d7c24581662bec85176d517f23c35ad9b6e569b1c23ac199b9b50a96063a
lending-library:
source: lending-source
sourceNamespace: lending-source
Expand Down Expand Up @@ -114,6 +126,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
lending-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Lending.yaml
Expand Down
2 changes: 2 additions & 0 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,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
lending-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Lending.yaml
Expand Down
624 changes: 517 additions & 107 deletions previous-versions/banking/.speakeasy/gen.lock

Large diffs are not rendered by default.

11 changes: 10 additions & 1 deletion previous-versions/banking/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ generation:
nameResolutionDec2023: false
parameterOrderingFeb2024: false
requestResponseComponentNamesFeb2024: false
auth:
oAuth2ClientCredentialsEnabled: false
telemetryEnabled: true
java:
version: 0.1.0
version: 0.2.0
additionalDependencies: []
additionalPlugins: []
artifactID: banking
author: Codat
clientServerStatusCodesAsErrors: true
companyEmail: support@codat.io
companyName: Codat
companyURL: https://www.codat.io/
Expand All @@ -28,6 +33,10 @@ java:
shared: models/components
webhooks: models/webhooks
inputModelSuffix: input
license:
name: The MIT License (MIT)
shortName: MIT
url: https://mit-license.org/
maxMethodParams: 0
outputModelSuffix: output
projectName: openapi
Expand Down
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 499a15a

Please sign in to comment.