Skip to content

Commit

Permalink
Merge pull request #617 from codatio/speakeasy-sdk-regen-1732638431
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate Sync for Expenses library SYNC-FOR-EXPENSES-LIBRARY 7.0.0
  • Loading branch information
dcoplowe authored Nov 26, 2024
2 parents e84ebcb + f652d3f commit 4a4dc5d
Show file tree
Hide file tree
Showing 592 changed files with 33,189 additions and 13,655 deletions.
17 changes: 16 additions & 1 deletion .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
speakeasyVersion: 1.446.1
speakeasyVersion: 1.447.0
sources:
accounting-source:
sourceNamespace: accounting-source
Expand Down Expand Up @@ -73,6 +73,14 @@ sources:
- latest
- speakeasy-sdk-regen-1732635208
- "1.1"
sync-for-expenses-source:
sourceNamespace: sync-for-expenses-source
sourceRevisionDigest: sha256:41e2e01d05c1e741182977bc257561fbf22e7d1e144dc86afa13000cc0d713d9
sourceBlobDigest: sha256:abe56a70fc7e5c5883c7e8a6bef59d69ceb2dc4eddbb3106ae06b6c5acb38408
tags:
- latest
- speakeasy-sdk-regen-1732638431
- prealpha
sync-for-payables-source:
sourceNamespace: sync-for-payables-source
sourceRevisionDigest: sha256:9b7390685375f6bb8f444cfdaef0cf211fe30a63abac80c98d441203bd76d654
Expand Down Expand Up @@ -146,6 +154,13 @@ targets:
sourceBlobDigest: sha256:1d1592cd53dae647bff1e58e43cb64f19f9da714cfc6f6198c43659b89b05369
codeSamplesNamespace: sync-for-commerce-source-code-samples
codeSamplesRevisionDigest: sha256:3b9ecd425a767a3ec537a2496260b5f66bcc810311faa362630aecb65f6c8367
sync-for-expenses-library:
source: sync-for-expenses-source
sourceNamespace: sync-for-expenses-source
sourceRevisionDigest: sha256:41e2e01d05c1e741182977bc257561fbf22e7d1e144dc86afa13000cc0d713d9
sourceBlobDigest: sha256:abe56a70fc7e5c5883c7e8a6bef59d69ceb2dc4eddbb3106ae06b6c5acb38408
codeSamplesNamespace: sync-for-expenses-source-code-samples
codeSamplesRevisionDigest: sha256:e6d7dcebdfe01aa1632ae52a84b8845df637387eab47239f688b8c827b10045b
sync-for-payables-library:
source: sync-for-payables-source
sourceNamespace: sync-for-payables-source
Expand Down
3 changes: 3 additions & 0 deletions sync-for-expenses/.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
2,599 changes: 2,212 additions & 387 deletions sync-for-expenses/.speakeasy/gen.lock

Large diffs are not rendered by default.

17 changes: 11 additions & 6 deletions sync-for-expenses/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,25 @@ generation:
requestResponseComponentNamesFeb2024: false
auth:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
telemetryEnabled: true
python:
version: 6.2.0
version: 7.0.0
additionalDependencies:
dev: {}
main: {}
author: Codat
authors:
- Speakeasy
clientServerStatusCodesAsErrors: true
defaultErrorName: SDKError
description: Push expenses to accounting software.
enumFormat: enum
fixFlags:
responseRequiredSep2024: false
flattenGlobalSecurity: false
flattenRequests: false
flatteningOrder: parameters-first
imports:
option: openapi
paths:
Expand All @@ -29,13 +38,9 @@ python:
webhooks: models/webhooks
inputModelSuffix: input
maxMethodParams: 0
methodArguments: infer-optional-args
outputModelSuffix: output
packageName: codat-sync-for-expenses
projectUrls: {}
responseFormat: flat
authors:
- Speakeasy
enumFormat: enum
flattenRequests: false
methodArguments: infer-optional-args
templateVersion: v2
6 changes: 6 additions & 0 deletions sync-for-expenses/.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-expenses/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 4a4dc5d

Please sign in to comment.