Skip to content

Commit 625669d

Browse files
authored
Merge pull request #51 from codatio/speakeasy-sdk-regen-1726243035
chore: 🐝 Update SDK - Generate Lending library LENDING-LIBRARY 1.1.0
2 parents 722c15a + c33faf0 commit 625669d

File tree

1,470 files changed

+89751
-46510
lines changed

Some content is hidden

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

1,470 files changed

+89751
-46510
lines changed

.speakeasy/workflow.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ sources:
1414
tags:
1515
- latest
1616
- main
17+
lending-source:
18+
sourceNamespace: lending-source
19+
sourceRevisionDigest: sha256:9147c771bacaf4215b76211456d0c1004ee745d3eab1429e3c39599c317c5b17
20+
sourceBlobDigest: sha256:11ae523963780dcf6d5f3e5d617b7d4f809c94c11f59f95202727916e51510f4
21+
tags:
22+
- latest
23+
- main
1724
targets:
1825
accounting-library:
1926
source: accounting-source
@@ -25,6 +32,11 @@ targets:
2532
sourceNamespace: bank-feeds-source
2633
sourceRevisionDigest: sha256:4e8af09e166edeb95d268f2c1bb0d9d33401e55f5a50aedebbb6465dd005566f
2734
sourceBlobDigest: sha256:24d837ec7ccccb55559e6de16951a64c09874b48e5ca92b7af36ea0b95b0eac2
35+
lending-library:
36+
source: lending-source
37+
sourceNamespace: lending-source
38+
sourceRevisionDigest: sha256:9147c771bacaf4215b76211456d0c1004ee745d3eab1429e3c39599c317c5b17
39+
sourceBlobDigest: sha256:11ae523963780dcf6d5f3e5d617b7d4f809c94c11f59f95202727916e51510f4
2840
workflow:
2941
workflowVersion: 1.0.0
3042
speakeasyVersion: latest
@@ -45,6 +57,8 @@ workflow:
4557
lending-source:
4658
inputs:
4759
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Lending.yaml
60+
registry:
61+
location: registry.speakeasyapi.dev/codat/codat/lending-source
4862
platform-source:
4963
inputs:
5064
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Platform.yaml

.speakeasy/workflow.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ sources:
1717
lending-source:
1818
inputs:
1919
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Lending.yaml
20+
registry:
21+
location: registry.speakeasyapi.dev/codat/codat/lending-source
2022
platform-source:
2123
inputs:
2224
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Platform.yaml

lending/.speakeasy/gen.lock

Lines changed: 11891 additions & 1436 deletions
Large diffs are not rendered by default.

lending/.speakeasy/gen.yaml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,20 @@ generation:
77
nameResolutionDec2023: false
88
parameterOrderingFeb2024: false
99
requestResponseComponentNamesFeb2024: false
10+
auth:
11+
oAuth2ClientCredentialsEnabled: false
1012
telemetryEnabled: true
1113
java:
12-
version: 1.0.0
14+
version: 1.1.0
15+
additionalDependencies: []
16+
additionalPlugins: []
1317
artifactID: lending
1418
author: Codat
19+
clientServerStatusCodesAsErrors: true
1520
companyEmail: support@codat.io
1621
companyName: Codat
1722
companyURL: https://www.codat.io/
18-
description: Make credit decisions backed by enhanced financials, metrics, reports,
19-
and data integrity features.
23+
description: Make credit decisions backed by enhanced financials, metrics, reports, and data integrity features.
2024
flattenGlobalSecurity: false
2125
githubURL: github.com/codatio/client-sdk-java/lending
2226
groupID: io.codat
@@ -29,6 +33,10 @@ java:
2933
shared: models/shared
3034
webhooks: models/webhooks
3135
inputModelSuffix: input
36+
license:
37+
name: The MIT License (MIT)
38+
shortName: MIT
39+
url: https://mit-license.org/
3240
maxMethodParams: 0
3341
outputModelSuffix: output
3442
projectName: openapi

lending/CONTRIBUTING.md

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)