Skip to content

Commit 3f2db15

Browse files
committed
## Java SDK Changes:
* `client.payments.update()`: * `requestBody.testmode` **Changed** (Breaking ⚠️) * `client.paymentLinks.update()`: * `requestBody.testmode` **Changed** (Breaking ⚠️) * `client.customers.update()`: `request` **Changed** (Breaking ⚠️) * `client.subscriptions.update()`: * `requestBody.testmode` **Changed** (Breaking ⚠️) * `client.salesInvoices.update()`: `request` **Changed** (Breaking ⚠️)
1 parent c669d4a commit 3f2db15

35 files changed

+958
-393
lines changed

.speakeasy/gen.lock

Lines changed: 79 additions & 73 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ generation:
2828
generateNewTests: false
2929
skipResponseBodyAssertions: false
3030
java:
31-
version: 1.0.7
31+
version: 1.0.8
3232
additionalDependencies: []
3333
additionalPlugins: []
3434
artifactID: mollie
@@ -70,5 +70,6 @@ java:
7070
operationScopedParams: true
7171
outputModelSuffix: output
7272
projectName: openapi
73+
respectTitlesForPrimitiveUnionMembers: false
7374
templateVersion: v2
7475
unionStrategy: populated-fields

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.701.0
1+
speakeasyVersion: 1.704.0
22
sources:
33
Mollie API:
44
sourceNamespace: mollie-api
5-
sourceRevisionDigest: sha256:e0e5c6d7b45cfb659a81332b0ed4726b56646883f195b0719cf13fecfe3565e6
6-
sourceBlobDigest: sha256:d1ffcd0362a2fd00b5ca9cd65922798a2f3703908410dc587aa77043f1446fa3
5+
sourceRevisionDigest: sha256:9773d93b5ad744b2cd40b242c52864e114f21053c3e0c16937bd13df785e9499
6+
sourceBlobDigest: sha256:6dfe4cd5286deb71ea059ffa1a26f44fb16e7f5868828403af4a86c15b59b888
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1770200092
9+
- speakeasy-sdk-regen-1770286516
1010
- 1.0.0
1111
targets:
1212
client:
1313
source: Mollie API
1414
sourceNamespace: mollie-api
15-
sourceRevisionDigest: sha256:e0e5c6d7b45cfb659a81332b0ed4726b56646883f195b0719cf13fecfe3565e6
16-
sourceBlobDigest: sha256:d1ffcd0362a2fd00b5ca9cd65922798a2f3703908410dc587aa77043f1446fa3
15+
sourceRevisionDigest: sha256:9773d93b5ad744b2cd40b242c52864e114f21053c3e0c16937bd13df785e9499
16+
sourceBlobDigest: sha256:6dfe4cd5286deb71ea059ffa1a26f44fb16e7f5868828403af4a86c15b59b888
1717
codeSamplesNamespace: mollie-api-java-code-samples
18-
codeSamplesRevisionDigest: sha256:49d3967147d687e312fb259ff19be2becc47c2f8551a3337c562d73518169b94
18+
codeSamplesRevisionDigest: sha256:a12b380b51caeed6411abdcab2f5fe1278bec99171eaada7e0d2668b7f991fda
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ The samples below show how a published SDK artifact is used:
5353

5454
Gradle:
5555
```groovy
56-
implementation 'com.mollie:mollie:1.0.7'
56+
implementation 'com.mollie:mollie:1.0.8'
5757
```
5858

5959
Maven:
6060
```xml
6161
<dependency>
6262
<groupId>com.mollie</groupId>
6363
<artifactId>mollie</artifactId>
64-
<version>1.0.7</version>
64+
<version>1.0.8</version>
6565
</dependency>
6666
```
6767

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,4 +958,14 @@ Based on:
958958
### Generated
959959
- [java v1.0.7] .
960960
### Releases
961-
- [Maven Central v1.0.7] https://central.sonatype.com/artifact/com.mollie/mollie/1.0.7 - .
961+
- [Maven Central v1.0.7] https://central.sonatype.com/artifact/com.mollie/mollie/1.0.7 - .
962+
963+
## 2026-02-05 10:14:50
964+
### Changes
965+
Based on:
966+
- OpenAPI Doc
967+
- Speakeasy CLI 1.704.0 (2.806.4) https://github.com/speakeasy-api/speakeasy
968+
### Generated
969+
- [java v1.0.8] .
970+
### Releases
971+
- [Maven Central v1.0.8] https://central.sonatype.com/artifact/com.mollie/mollie/1.0.8 - .

docs/models/operations/UpdateCustomerRequest.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
8-
| `customerId` | *String* | :heavy_check_mark: | Provide the ID of the related customer. | cst_5B8cwPMGnU |
9-
| `idempotencyKey` | *Optional\<String>* | :heavy_minus_sign: | A unique key to ensure idempotent requests. This key should be a UUID v4 string. | 123e4567-e89b-12d3-a456-426 |
10-
| `entityCustomer` | [Optional\<EntityCustomer>](../../models/components/EntityCustomer.md) | :heavy_minus_sign: | N/A | |
6+
| Field | Type | Required | Description | Example |
7+
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
8+
| `customerId` | *String* | :heavy_check_mark: | Provide the ID of the related customer. | cst_5B8cwPMGnU |
9+
| `idempotencyKey` | *Optional\<String>* | :heavy_minus_sign: | A unique key to ensure idempotent requests. This key should be a UUID v4 string. | 123e4567-e89b-12d3-a456-426 |
10+
| `requestBody` | [Optional\<UpdateCustomerRequestBody>](../../models/operations/UpdateCustomerRequestBody.md) | :heavy_minus_sign: | N/A | |
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# UpdateCustomerRequestBody
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
8+
| `name` | *JsonNullable\<String>* | :heavy_minus_sign: | The full name of the customer. | John Doe |
9+
| `email` | *JsonNullable\<String>* | :heavy_minus_sign: | The email address of the customer. | example@email.com |
10+
| `locale` | [JsonNullable\<LocaleResponse>](../../models/components/LocaleResponse.md) | :heavy_minus_sign: | Allows you to preset the language to be used. | en_US |
11+
| `metadata` | [JsonNullable\<Metadata>](../../models/components/Metadata.md) | :heavy_minus_sign: | Provide any data you like, for example a string or a JSON object. We will save the data alongside the entity. Whenever<br/>you fetch the entity with our API, we will also include the metadata. You can use up to approximately 1kB. | |
12+
| `testmode` | *Optional\<Boolean>* | :heavy_minus_sign: | Whether the entity was created in test mode or live mode. This field does not update the mode of the entity.<br/><br/>Most API credentials are specifically created for either live mode or test mode, in which case this parameter can be<br/>omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by setting<br/>`testmode` to `true`. | false |

0 commit comments

Comments
 (0)