Skip to content

Commit 331aad3

Browse files
authored
Merge pull request #593 from codatio/speakeasy-sdk-regen-1726233281
chore: 🐝 Update SDK - Generate Assess library ASSESS-LIBRARY 0.34.0
2 parents 13b1ed0 + 01999cc commit 331aad3

File tree

293 files changed

+15203
-6135
lines changed

Some content is hidden

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

293 files changed

+15203
-6135
lines changed

.speakeasy/workflow.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ sources:
77
tags:
88
- latest
99
- main
10+
assess-source:
11+
sourceNamespace: assess-source
12+
sourceRevisionDigest: sha256:fc689a909f3360047c372a7fa75818d0909de3c521b92f4c30037918524de981
13+
sourceBlobDigest: sha256:93a5943e66c0bec898e50532b545a9e2694aa004d1e763c9fadc7424a311c2ed
14+
tags:
15+
- latest
16+
- main
1017
lending-source:
1118
sourceNamespace: lending-source
1219
sourceRevisionDigest: sha256:e9279793fec15674c2c6ff77d11be16f6945b43d47b8005e68d7300da68a24a4
@@ -20,6 +27,11 @@ targets:
2027
sourceNamespace: accounting-source
2128
sourceRevisionDigest: sha256:69321f987c271eb886b1235bf55c2eb13b9f2994d6038d7625094c3c6e276d44
2229
sourceBlobDigest: sha256:1196b9f04ffba9bfc30292d059e6e63e93b26fe3f8ca92cab6d58df8de86c4ca
30+
assess-library:
31+
source: assess-source
32+
sourceNamespace: assess-source
33+
sourceRevisionDigest: sha256:fc689a909f3360047c372a7fa75818d0909de3c521b92f4c30037918524de981
34+
sourceBlobDigest: sha256:93a5943e66c0bec898e50532b545a9e2694aa004d1e763c9fadc7424a311c2ed
2335
lending-library:
2436
source: lending-source
2537
sourceNamespace: lending-source
@@ -37,6 +49,8 @@ workflow:
3749
assess-source:
3850
inputs:
3951
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
52+
registry:
53+
location: registry.speakeasyapi.dev/codat/codat/assess-source
4054
bank-feeds-source:
4155
inputs:
4256
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml

.speakeasy/workflow.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ sources:
99
assess-source:
1010
inputs:
1111
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
12+
registry:
13+
location: registry.speakeasyapi.dev/codat/codat/assess-source
1214
bank-feeds-source:
1315
inputs:
1416
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml

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

Lines changed: 1062 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 19 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,28 @@
1-
configVersion: 1.0.0
2-
management:
3-
docChecksum: cb22dac8fdd8b0115a43bf705ca74371
4-
docVersion: '1.0'
5-
speakeasyVersion: 1.126.3
6-
generationVersion: 2.214.3
1+
configVersion: 2.0.0
72
generation:
8-
comments: {}
93
sdkClassName: CodatAssess
10-
repoURL: https://github.com/codatio/client-sdk-python.git
114
usageSnippets:
125
optionalPropertyRendering: withExample
6+
fixes:
7+
nameResolutionDec2023: false
8+
parameterOrderingFeb2024: false
9+
requestResponseComponentNamesFeb2024: false
10+
auth:
11+
oAuth2ClientCredentialsEnabled: false
1312
telemetryEnabled: true
14-
features:
15-
python:
16-
core: 4.3.0
17-
examples: 2.81.3
18-
globalSecurity: 2.83.1
19-
globalServerURLs: 2.82.1
20-
inputOutputModels: 2.82.0
21-
nameOverrides: 2.81.1
22-
retries: 2.82.0
2313
python:
24-
version: 0.33.0
14+
version: 0.34.0
15+
additionalDependencies:
16+
dev: {}
17+
main: {}
2518
author: Codat
19+
authors:
20+
- Speakeasy
2621
clientServerStatusCodesAsErrors: true
27-
description: Make credit decisions backed by enhanced financials, metrics, reports,
28-
and data integrity features.
22+
description: Make credit decisions backed by enhanced financials, metrics, reports, and data integrity features.
23+
enumFormat: enum
2924
flattenGlobalSecurity: true
25+
flattenRequests: false
3026
imports:
3127
option: openapi
3228
paths:
@@ -36,9 +32,9 @@ python:
3632
shared: models/shared
3733
webhooks: models/webhooks
3834
inputModelSuffix: input
39-
installationURL: https://github.com/codatio/client-sdk-python.git#subdirectory=previous-versions/assess
4035
maxMethodParams: 0
36+
methodArguments: infer-optional-args
4137
outputModelSuffix: output
4238
packageName: codat-assess
43-
published: true
44-
repoSubDirectory: previous-versions/assess
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)