Skip to content

Commit 9122193

Browse files
Update SDK
1 parent 42940d4 commit 9122193

File tree

250 files changed

+6419
-68573
lines changed

Some content is hidden

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

250 files changed

+6419
-68573
lines changed

.devcontainer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ The speakeasy CLI allows you to generate more usage snippets. Here's how:
2020
- To generate a sample for a specific operation by providing an operation ID, use:
2121

2222
```
23-
speakeasy generate usage -s https://raw.githubusercontent.com/mollie/openapi-specs/main/routes-bundled.yaml -l python -i {INPUT_OPERATION_ID} -o ./samples
23+
speakeasy generate usage -s ../../openapi-specs/mol-public-api/v2/specs.yaml -l python -i {INPUT_OPERATION_ID} -o ./samples
2424
```
2525

2626
- To generate samples for an entire namespace (like a tag or group name), use:
2727

2828
```
29-
speakeasy generate usage -s https://raw.githubusercontent.com/mollie/openapi-specs/main/routes-bundled.yaml -l python -n {INPUT_TAG_NAME} -o ./samples
29+
speakeasy generate usage -s ../../openapi-specs/mol-public-api/v2/specs.yaml -l python -n {INPUT_TAG_NAME} -o ./samples
3030
```

.devcontainer/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ python -m pip install --upgrade pip
1111
pip install -e .
1212

1313
# Generate starter usage sample with speakeasy
14-
speakeasy generate usage -s https://raw.githubusercontent.com/mollie/openapi-specs/main/routes-bundled.yaml -l python -o samples/root.py
14+
speakeasy generate usage -s ../../openapi-specs/mol-public-api/v2/specs.yaml -l python -o samples/root.py

.genignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pyproject.toml

.speakeasy/gen.lock

Lines changed: 370 additions & 274 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,23 @@ configVersion: 2.0.0
22
generation:
33
devContainers:
44
enabled: true
5-
schemaPath: https://raw.githubusercontent.com/mollie/openapi-specs/main/routes-bundled.yaml
6-
sdkClassName: Mollie
5+
schemaPath: ../../openapi-specs/mol-public-api/v2/specs.yaml
6+
sdkClassName: Client
77
maintainOpenAPIOrder: true
88
usageSnippets:
99
optionalPropertyRendering: withExample
1010
useClassNamesForArrayFields: true
1111
fixes:
1212
nameResolutionDec2023: true
13+
nameResolutionFeb2025: false
1314
parameterOrderingFeb2024: true
1415
requestResponseComponentNamesFeb2024: true
16+
securityFeb2025: true
1517
auth:
1618
oAuth2ClientCredentialsEnabled: true
1719
oAuth2PasswordEnabled: true
1820
python:
19-
version: 0.0.2
21+
version: 0.1.0
2022
additionalDependencies:
2123
dev: {}
2224
main: {}
@@ -27,7 +29,7 @@ python:
2729
description: Python Client SDK Generated by Speakeasy.
2830
enableCustomCodeRegions: false
2931
enumFormat: enum
30-
envVarPrefix: MOLLIE
32+
envVarPrefix: CLIENT
3133
fixFlags:
3234
responseRequiredSep2024: true
3335
flattenGlobalSecurity: true
@@ -45,6 +47,7 @@ python:
4547
maxMethodParams: 999
4648
methodArguments: infer-optional-args
4749
outputModelSuffix: output
48-
packageName: mollie-api-python-beta
50+
packageName: mollie-api-python-alpha
51+
pytestTimeout: 0
4952
responseFormat: flat
5053
templateVersion: v2

.speakeasy/temp/91795e/openapi/bundle/openapi.yaml

Lines changed: 0 additions & 32796 deletions
This file was deleted.

0 commit comments

Comments
 (0)