Skip to content

Commit

Permalink
Merge pull request #593 from codatio/speakeasy-sdk-regen-1726233281
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate Assess library ASSESS-LIBRARY 0.34.0
  • Loading branch information
dcoplowe authored Sep 13, 2024
2 parents 13b1ed0 + 01999cc commit 331aad3
Show file tree
Hide file tree
Showing 293 changed files with 15,203 additions and 6,135 deletions.
14 changes: 14 additions & 0 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ sources:
tags:
- latest
- main
assess-source:
sourceNamespace: assess-source
sourceRevisionDigest: sha256:fc689a909f3360047c372a7fa75818d0909de3c521b92f4c30037918524de981
sourceBlobDigest: sha256:93a5943e66c0bec898e50532b545a9e2694aa004d1e763c9fadc7424a311c2ed
tags:
- latest
- main
lending-source:
sourceNamespace: lending-source
sourceRevisionDigest: sha256:e9279793fec15674c2c6ff77d11be16f6945b43d47b8005e68d7300da68a24a4
Expand All @@ -20,6 +27,11 @@ targets:
sourceNamespace: accounting-source
sourceRevisionDigest: sha256:69321f987c271eb886b1235bf55c2eb13b9f2994d6038d7625094c3c6e276d44
sourceBlobDigest: sha256:1196b9f04ffba9bfc30292d059e6e63e93b26fe3f8ca92cab6d58df8de86c4ca
assess-library:
source: assess-source
sourceNamespace: assess-source
sourceRevisionDigest: sha256:fc689a909f3360047c372a7fa75818d0909de3c521b92f4c30037918524de981
sourceBlobDigest: sha256:93a5943e66c0bec898e50532b545a9e2694aa004d1e763c9fadc7424a311c2ed
lending-library:
source: lending-source
sourceNamespace: lending-source
Expand All @@ -37,6 +49,8 @@ workflow:
assess-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
registry:
location: registry.speakeasyapi.dev/codat/codat/assess-source
bank-feeds-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
Expand Down
2 changes: 2 additions & 0 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ sources:
assess-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
registry:
location: registry.speakeasyapi.dev/codat/codat/assess-source
bank-feeds-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
Expand Down
3 changes: 3 additions & 0 deletions previous-versions/assess/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.venv/
pyrightconfig.json
README-PYPI.md
.python-version
.DS_Store
venv/
Expand Down
1,062 changes: 1,062 additions & 0 deletions previous-versions/assess/.speakeasy/gen.lock

Large diffs are not rendered by default.

42 changes: 19 additions & 23 deletions previous-versions/assess/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,28 @@
configVersion: 1.0.0
management:
docChecksum: cb22dac8fdd8b0115a43bf705ca74371
docVersion: '1.0'
speakeasyVersion: 1.126.3
generationVersion: 2.214.3
configVersion: 2.0.0
generation:
comments: {}
sdkClassName: CodatAssess
repoURL: https://github.com/codatio/client-sdk-python.git
usageSnippets:
optionalPropertyRendering: withExample
fixes:
nameResolutionDec2023: false
parameterOrderingFeb2024: false
requestResponseComponentNamesFeb2024: false
auth:
oAuth2ClientCredentialsEnabled: false
telemetryEnabled: true
features:
python:
core: 4.3.0
examples: 2.81.3
globalSecurity: 2.83.1
globalServerURLs: 2.82.1
inputOutputModels: 2.82.0
nameOverrides: 2.81.1
retries: 2.82.0
python:
version: 0.33.0
version: 0.34.0
additionalDependencies:
dev: {}
main: {}
author: Codat
authors:
- Speakeasy
clientServerStatusCodesAsErrors: true
description: Make credit decisions backed by enhanced financials, metrics, reports,
and data integrity features.
description: Make credit decisions backed by enhanced financials, metrics, reports, and data integrity features.
enumFormat: enum
flattenGlobalSecurity: true
flattenRequests: false
imports:
option: openapi
paths:
Expand All @@ -36,9 +32,9 @@ python:
shared: models/shared
webhooks: models/webhooks
inputModelSuffix: input
installationURL: https://github.com/codatio/client-sdk-python.git#subdirectory=previous-versions/assess
maxMethodParams: 0
methodArguments: infer-optional-args
outputModelSuffix: output
packageName: codat-assess
published: true
repoSubDirectory: previous-versions/assess
responseFormat: flat
templateVersion: v2
6 changes: 6 additions & 0 deletions previous-versions/assess/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"python.testing.pytestArgs": ["tests", "-vv"],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"pylint.args": ["--rcfile=pylintrc"]
}
26 changes: 26 additions & 0 deletions previous-versions/assess/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 331aad3

Please sign in to comment.