Skip to content

Commit e5992cf

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.399.0 (#600)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent a2f707d commit e5992cf

File tree

308 files changed

+14335
-5917
lines changed

Some content is hidden

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

308 files changed

+14335
-5917
lines changed

.speakeasy/workflow.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.396.6
1+
speakeasyVersion: 1.399.0
22
sources:
33
accounting-source:
44
sourceNamespace: accounting-source
@@ -56,6 +56,13 @@ sources:
5656
tags:
5757
- latest
5858
- main
59+
sync-for-commerce-source:
60+
sourceNamespace: sync-for-commerce-source
61+
sourceRevisionDigest: sha256:6a62a3d9d65254b83a8e6afa5ea2e9d287076520c057bf8a1b60e42ebbdc815e
62+
sourceBlobDigest: sha256:2e0d6f59d01a5896709430e1e05d725b88ca088e959502f216a39b23ccab77ec
63+
tags:
64+
- latest
65+
- main
5966
targets:
6067
accounting-library:
6168
source: accounting-source
@@ -97,6 +104,11 @@ targets:
97104
sourceNamespace: lending-source
98105
sourceRevisionDigest: sha256:e9279793fec15674c2c6ff77d11be16f6945b43d47b8005e68d7300da68a24a4
99106
sourceBlobDigest: sha256:7ca97cfd4c993bac385e1da2ed1a467acb50d0bf3893fffd0a811d2f1ea49e91
107+
sync-for-commerce-library:
108+
source: sync-for-commerce-source
109+
sourceNamespace: sync-for-commerce-source
110+
sourceRevisionDigest: sha256:6a62a3d9d65254b83a8e6afa5ea2e9d287076520c057bf8a1b60e42ebbdc815e
111+
sourceBlobDigest: sha256:2e0d6f59d01a5896709430e1e05d725b88ca088e959502f216a39b23ccab77ec
100112
workflow:
101113
workflowVersion: 1.0.0
102114
speakeasyVersion: latest

sync-for-commerce/.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-commerce/.speakeasy/gen.lock

Lines changed: 528 additions & 204 deletions
Large diffs are not rendered by default.

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,22 @@ generation:
77
nameResolutionDec2023: false
88
parameterOrderingFeb2024: false
99
requestResponseComponentNamesFeb2024: false
10+
auth:
11+
oAuth2ClientCredentialsEnabled: false
1012
telemetryEnabled: true
1113
python:
12-
version: 4.0.0
14+
version: 5.0.0
15+
additionalDependencies:
16+
dev: {}
17+
main: {}
1318
author: Codat
19+
authors:
20+
- Speakeasy
1421
clientServerStatusCodesAsErrors: true
1522
description: Push merchants' data from your ecommerce or point-of-sale (POS) platform into your merchants' accounting platform.
23+
enumFormat: enum
1624
flattenGlobalSecurity: false
25+
flattenRequests: false
1726
imports:
1827
option: openapi
1928
paths:
@@ -24,5 +33,8 @@ python:
2433
webhooks: models/webhooks
2534
inputModelSuffix: input
2635
maxMethodParams: 0
36+
methodArguments: infer-optional-args
2737
outputModelSuffix: output
2838
packageName: codat-sync-for-commerce
39+
responseFormat: flat
40+
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-commerce/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)