Skip to content

Commit 752107a

Browse files
authored
Merge pull request #613 from codatio/speakeasy-sdk-regen-1732624899
chore: 🐝 Update SDK - Generate Platform library PLATFORM-LIBRARY 4.0.0
2 parents f9ca6f2 + e2ec0f2 commit 752107a

File tree

484 files changed

+24553
-12472
lines changed

Some content is hidden

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

484 files changed

+24553
-12472
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.440.1
1+
speakeasyVersion: 1.446.1
22
sources:
33
accounting-source:
44
sourceNamespace: accounting-source
@@ -56,6 +56,14 @@ sources:
5656
tags:
5757
- latest
5858
- speakeasy-sdk-regen-1731929356
59+
platform-source:
60+
sourceNamespace: platform-source
61+
sourceRevisionDigest: sha256:43fa77abcae884c23afeea140d8e7fcbc14211c707ef801439ad9508b35b21d4
62+
sourceBlobDigest: sha256:d80a27e44fffb9c61f16a99e7d25c294f39be1a5a761d51a87c76477f8589f54
63+
tags:
64+
- latest
65+
- speakeasy-sdk-regen-1732624899
66+
- 3.0.0
5967
sync-for-commerce-source:
6068
sourceNamespace: sync-for-commerce-source
6169
sourceRevisionDigest: sha256:6a62a3d9d65254b83a8e6afa5ea2e9d287076520c057bf8a1b60e42ebbdc815e
@@ -120,6 +128,13 @@ targets:
120128
sourceBlobDigest: sha256:0bb930c7190c9e61384e5af6224f76ea004ad9bc0788b264aaa35b9ebad5699f
121129
codeSamplesNamespace: lending-source-code-samples
122130
codeSamplesRevisionDigest: sha256:2a3bee0a978a51571d6cbec79cdcf1073f22d5d7afe86b41d7bfff4cf53e6be8
131+
platform-library:
132+
source: platform-source
133+
sourceNamespace: platform-source
134+
sourceRevisionDigest: sha256:43fa77abcae884c23afeea140d8e7fcbc14211c707ef801439ad9508b35b21d4
135+
sourceBlobDigest: sha256:d80a27e44fffb9c61f16a99e7d25c294f39be1a5a761d51a87c76477f8589f54
136+
codeSamplesNamespace: platform-source-code-samples
137+
codeSamplesRevisionDigest: sha256:598d4e7d1cb1d3316e6d179038d87797bb54958b2e25315ce6235a50f4afb859
123138
sync-for-commerce-library:
124139
source: sync-for-commerce-source
125140
sourceNamespace: sync-for-commerce-source

platform/.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
venv/
25
src/*.egg-info/
36
__pycache__/

platform/.speakeasy/gen.lock

Lines changed: 1233 additions & 357 deletions
Large diffs are not rendered by default.

platform/.speakeasy/gen.yaml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,25 @@ generation:
99
requestResponseComponentNamesFeb2024: false
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
12+
oAuth2PasswordEnabled: false
1213
telemetryEnabled: true
1314
python:
14-
version: 3.5.0
15+
version: 4.0.0
1516
additionalDependencies:
1617
dev: {}
1718
main: {}
1819
author: Codat
20+
authors:
21+
- Speakeasy
1922
clientServerStatusCodesAsErrors: true
20-
description: Manage the building blocks of Codat, including companies, connections,
21-
and more.
23+
defaultErrorName: SDKError
24+
description: Manage the building blocks of Codat, including companies, connections, and more.
25+
enumFormat: enum
26+
fixFlags:
27+
responseRequiredSep2024: false
2228
flattenGlobalSecurity: false
29+
flattenRequests: false
30+
flatteningOrder: parameters-first
2331
imports:
2432
option: openapi
2533
paths:
@@ -30,13 +38,9 @@ python:
3038
webhooks: models/webhooks
3139
inputModelSuffix: input
3240
maxMethodParams: 0
41+
methodArguments: infer-optional-args
3342
outputModelSuffix: output
3443
packageName: codat-platform
3544
projectUrls: {}
3645
responseFormat: flat
37-
authors:
38-
- Speakeasy
39-
enumFormat: enum
40-
flattenRequests: false
41-
methodArguments: infer-optional-args
4246
templateVersion: v2

platform/.vscode/settings.json

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+
}

platform/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)