Skip to content

Commit

Permalink
Merge pull request #603 from codatio/speakeasy-sdk-regen-1729526461
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate Sync for Payables version 1 library SYNC-FOR-PAYABLES-VERSION-1-LIBRARY 3.2.1
  • Loading branch information
dcoplowe authored Oct 21, 2024
2 parents 9816f56 + dc68046 commit fe49f6f
Show file tree
Hide file tree
Showing 552 changed files with 52,534 additions and 3,985 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.403.2
speakeasyVersion: 1.420.0
sources:
accounting-source:
sourceNamespace: accounting-source
Expand Down Expand Up @@ -63,6 +63,13 @@ sources:
tags:
- latest
- main
sync-for-payables-version-1-source:
sourceNamespace: sync-for-payables-version-1-source
sourceRevisionDigest: sha256:ab9717c986622b855c68e2ef2fb6e08f3a7ae563776e008d8bd9ab73ebe19508
sourceBlobDigest: sha256:b5315c8afa06d894adc545f61272bd3e52b92d379f9b4d5928c6393c3e21dfa1
tags:
- latest
- main
targets:
accounting-library:
source: accounting-source
Expand Down Expand Up @@ -109,6 +116,11 @@ targets:
sourceNamespace: sync-for-commerce-source
sourceRevisionDigest: sha256:6a62a3d9d65254b83a8e6afa5ea2e9d287076520c057bf8a1b60e42ebbdc815e
sourceBlobDigest: sha256:2e0d6f59d01a5896709430e1e05d725b88ca088e959502f216a39b23ccab77ec
sync-for-payables-version-1-library:
source: sync-for-payables-version-1-source
sourceNamespace: sync-for-payables-version-1-source
sourceRevisionDigest: sha256:ab9717c986622b855c68e2ef2fb6e08f3a7ae563776e008d8bd9ab73ebe19508
sourceBlobDigest: sha256:b5315c8afa06d894adc545f61272bd3e52b92d379f9b4d5928c6393c3e21dfa1
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down Expand Up @@ -180,6 +192,8 @@ workflow:
sync-for-payables-version-1-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables-v1.yaml
registry:
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-version-1-source
sync-for-payroll-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payroll.yaml
Expand Down
2 changes: 2 additions & 0 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ sources:
sync-for-payables-version-1-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables-v1.yaml
registry:
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-version-1-source
sync-for-payroll-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payroll.yaml
Expand Down
3 changes: 3 additions & 0 deletions previous-versions/sync-for-payables-version-1/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.venv/
pyrightconfig.json
README-PYPI.md
venv/
src/*.egg-info/
__pycache__/
Expand Down
4,917 changes: 4,794 additions & 123 deletions previous-versions/sync-for-payables-version-1/.speakeasy/gen.lock

Large diffs are not rendered by default.

23 changes: 13 additions & 10 deletions previous-versions/sync-for-payables-version-1/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,25 @@ generation:
nameResolutionDec2023: false
parameterOrderingFeb2024: false
requestResponseComponentNamesFeb2024: false
telemetryEnabled: true
auth:
oAuth2ClientCredentialsEnabled: false
telemetryEnabled: true
python:
version: 3.2.0
version: 3.2.1
additionalDependencies:
dev: {}
main: {}
author: Codat
authors:
- Speakeasy
clientServerStatusCodesAsErrors: true
description: Push expenses to accounting software.
enumFormat: enum
fixFlags:
responseRequiredSep2024: false
flattenGlobalSecurity: false
flattenRequests: false
flatteningOrder: parameters-first
imports:
option: openapi
paths:
Expand All @@ -26,15 +36,8 @@ python:
webhooks: models/webhooks
inputModelSuffix: input
maxMethodParams: 0
methodArguments: infer-optional-args
outputModelSuffix: output
packageName: codat-sync-for-payables-version-1
additionalDependencies:
dev: {}
main: {}
authors:
- Speakeasy
enumFormat: enum
flattenRequests: false
methodArguments: infer-optional-args
responseFormat: flat
templateVersion: v2
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/sync-for-payables-version-1/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 fe49f6f

Please sign in to comment.