Skip to content

Commit

Permalink
Merge pull request #604 from codatio/speakeasy-sdk-regen-1729527049
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate Sync for Payables library SYNC-FOR-PAYABLES-LIBRARY 4.0.0
  • Loading branch information
dcoplowe authored Oct 21, 2024
2 parents 669e837 + 569e05c commit 7a25db1
Show file tree
Hide file tree
Showing 220 changed files with 18,196 additions and 11 deletions.
14 changes: 14 additions & 0 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ sources:
tags:
- latest
- main
sync-for-payables-source:
sourceNamespace: sync-for-payables-source
sourceRevisionDigest: sha256:7c3fb539b32980f17c61cbe8bbe409b4057d4716e8cef551dd8ec88317143f70
sourceBlobDigest: sha256:8df2e8138c36c7caf1549554e034c740c7e5b0250b1b001e86cb5fb1b9377447
tags:
- latest
- main
sync-for-payables-version-1-source:
sourceNamespace: sync-for-payables-version-1-source
sourceRevisionDigest: sha256:ab9717c986622b855c68e2ef2fb6e08f3a7ae563776e008d8bd9ab73ebe19508
Expand Down Expand Up @@ -116,6 +123,11 @@ targets:
sourceNamespace: sync-for-commerce-source
sourceRevisionDigest: sha256:6a62a3d9d65254b83a8e6afa5ea2e9d287076520c057bf8a1b60e42ebbdc815e
sourceBlobDigest: sha256:2e0d6f59d01a5896709430e1e05d725b88ca088e959502f216a39b23ccab77ec
sync-for-payables-library:
source: sync-for-payables-source
sourceNamespace: sync-for-payables-source
sourceRevisionDigest: sha256:7c3fb539b32980f17c61cbe8bbe409b4057d4716e8cef551dd8ec88317143f70
sourceBlobDigest: sha256:8df2e8138c36c7caf1549554e034c740c7e5b0250b1b001e86cb5fb1b9377447
sync-for-payables-version-1-library:
source: sync-for-payables-version-1-source
sourceNamespace: sync-for-payables-version-1-source
Expand Down Expand Up @@ -189,6 +201,8 @@ workflow:
sync-for-payables-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables.yaml
registry:
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-source
sync-for-payables-version-1-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables-v1.yaml
Expand Down
2 changes: 2 additions & 0 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ sources:
sync-for-payables-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables.yaml
registry:
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-source
sync-for-payables-version-1-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables-v1.yaml
Expand Down
2 changes: 2 additions & 0 deletions sync-for-payables/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# This allows generated code to be indexed correctly
*.py linguist-generated=false
9 changes: 9 additions & 0 deletions sync-for-payables/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.venv/
venv/
src/*.egg-info/
__pycache__/
.pytest_cache/
.python-version
.DS_Store
pyrightconfig.json
README-PYPI.md
926 changes: 926 additions & 0 deletions sync-for-payables/.speakeasy/gen.lock

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions sync-for-payables/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,32 @@
configVersion: 2.0.0
generation:
sdkClassName: CodatSyncPayables
maintainOpenAPIOrder: true
usageSnippets:
optionalPropertyRendering: withExample
useClassNamesForArrayFields: true
fixes:
nameResolutionDec2023: false
parameterOrderingFeb2024: false
requestResponseComponentNamesFeb2024: false
auth:
oAuth2ClientCredentialsEnabled: false
python:
version: 0.0.0
version: 4.0.0
additionalDependencies:
dev: {}
main: {}
author: Codat
authors:
- Speakeasy
- Speakeasy
clientServerStatusCodesAsErrors: true
description: Streamline your customers' accounts payable workflow.
enumFormat: enum
fixFlags:
responseRequiredSep2024: true
flattenGlobalSecurity: false
flattenRequests: false
flatteningOrder: parameters-first
imports:
option: openapi
paths:
Expand Down
6 changes: 6 additions & 0 deletions sync-for-payables/.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 sync-for-payables/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 7a25db1

Please sign in to comment.