Skip to content

Commit 4a4dc5d

Browse files
authored
Merge pull request #617 from codatio/speakeasy-sdk-regen-1732638431
chore: 🐝 Update SDK - Generate Sync for Expenses library SYNC-FOR-EXPENSES-LIBRARY 7.0.0
2 parents e84ebcb + f652d3f commit 4a4dc5d

File tree

592 files changed

+33189
-13655
lines changed

Some content is hidden

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

592 files changed

+33189
-13655
lines changed

.speakeasy/workflow.lock

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.446.1
1+
speakeasyVersion: 1.447.0
22
sources:
33
accounting-source:
44
sourceNamespace: accounting-source
@@ -73,6 +73,14 @@ sources:
7373
- latest
7474
- speakeasy-sdk-regen-1732635208
7575
- "1.1"
76+
sync-for-expenses-source:
77+
sourceNamespace: sync-for-expenses-source
78+
sourceRevisionDigest: sha256:41e2e01d05c1e741182977bc257561fbf22e7d1e144dc86afa13000cc0d713d9
79+
sourceBlobDigest: sha256:abe56a70fc7e5c5883c7e8a6bef59d69ceb2dc4eddbb3106ae06b6c5acb38408
80+
tags:
81+
- latest
82+
- speakeasy-sdk-regen-1732638431
83+
- prealpha
7684
sync-for-payables-source:
7785
sourceNamespace: sync-for-payables-source
7886
sourceRevisionDigest: sha256:9b7390685375f6bb8f444cfdaef0cf211fe30a63abac80c98d441203bd76d654
@@ -146,6 +154,13 @@ targets:
146154
sourceBlobDigest: sha256:1d1592cd53dae647bff1e58e43cb64f19f9da714cfc6f6198c43659b89b05369
147155
codeSamplesNamespace: sync-for-commerce-source-code-samples
148156
codeSamplesRevisionDigest: sha256:3b9ecd425a767a3ec537a2496260b5f66bcc810311faa362630aecb65f6c8367
157+
sync-for-expenses-library:
158+
source: sync-for-expenses-source
159+
sourceNamespace: sync-for-expenses-source
160+
sourceRevisionDigest: sha256:41e2e01d05c1e741182977bc257561fbf22e7d1e144dc86afa13000cc0d713d9
161+
sourceBlobDigest: sha256:abe56a70fc7e5c5883c7e8a6bef59d69ceb2dc4eddbb3106ae06b6c5acb38408
162+
codeSamplesNamespace: sync-for-expenses-source-code-samples
163+
codeSamplesRevisionDigest: sha256:e6d7dcebdfe01aa1632ae52a84b8845df637387eab47239f688b8c827b10045b
149164
sync-for-payables-library:
150165
source: sync-for-payables-source
151166
sourceNamespace: sync-for-payables-source

sync-for-expenses/.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/

sync-for-expenses/.speakeasy/gen.lock

Lines changed: 2212 additions & 387 deletions
Large diffs are not rendered by default.

sync-for-expenses/.speakeasy/gen.yaml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,25 @@ generation:
99
requestResponseComponentNamesFeb2024: false
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
12+
oAuth2PasswordEnabled: false
1213
telemetryEnabled: true
1314
python:
14-
version: 6.2.0
15+
version: 7.0.0
1516
additionalDependencies:
1617
dev: {}
1718
main: {}
1819
author: Codat
20+
authors:
21+
- Speakeasy
1922
clientServerStatusCodesAsErrors: true
23+
defaultErrorName: SDKError
2024
description: Push expenses to accounting software.
25+
enumFormat: enum
26+
fixFlags:
27+
responseRequiredSep2024: false
2128
flattenGlobalSecurity: false
29+
flattenRequests: false
30+
flatteningOrder: parameters-first
2231
imports:
2332
option: openapi
2433
paths:
@@ -29,13 +38,9 @@ python:
2938
webhooks: models/webhooks
3039
inputModelSuffix: input
3140
maxMethodParams: 0
41+
methodArguments: infer-optional-args
3242
outputModelSuffix: output
3343
packageName: codat-sync-for-expenses
3444
projectUrls: {}
3545
responseFormat: flat
36-
authors:
37-
- Speakeasy
38-
enumFormat: enum
39-
flattenRequests: false
40-
methodArguments: infer-optional-args
4146
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+
}

sync-for-expenses/CONTRIBUTING.md

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)