Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
218 changes: 109 additions & 109 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
java:
version: 2.16.23
version: 2.16.24
additionalDependencies:
- testImplementation:org.junit.jupiter:junit-jupiter:5.10.0
- implementation:com.auth0:java-jwt:4.5.0
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
speakeasyVersion: 1.704.0
speakeasyVersion: 1.709.1
sources:
Gr4vy:
sourceNamespace: openapi
Expand All @@ -9,11 +9,11 @@ sources:
- 1.0.0
openapi:
sourceNamespace: openapi
sourceRevisionDigest: sha256:3e620d191a89fe7b71d213223fd07fdb0b85e972b391c41310e51842ebbe102d
sourceBlobDigest: sha256:fee63726df3a2e7234b066623df5796d8cf5483a52404e2735f567da55adcb58
sourceRevisionDigest: sha256:0f770779fc33417a253f443b47954e1ab43c44ecc77ed14462d62474e2750a12
sourceBlobDigest: sha256:8f83bc6698ed80b39bbaff361399d73fd0a5bc505a95be7b14bb82321c89ade6
tags:
- latest
- speakeasy-sdk-regen-1770290467
- speakeasy-sdk-regen-1770644634
- 1.0.0
targets:
gr-4-vy:
Expand All @@ -26,10 +26,10 @@ targets:
java:
source: openapi
sourceNamespace: openapi
sourceRevisionDigest: sha256:3e620d191a89fe7b71d213223fd07fdb0b85e972b391c41310e51842ebbe102d
sourceBlobDigest: sha256:fee63726df3a2e7234b066623df5796d8cf5483a52404e2735f567da55adcb58
sourceRevisionDigest: sha256:0f770779fc33417a253f443b47954e1ab43c44ecc77ed14462d62474e2750a12
sourceBlobDigest: sha256:8f83bc6698ed80b39bbaff361399d73fd0a5bc505a95be7b14bb82321c89ade6
codeSamplesNamespace: openapi-java-code-samples
codeSamplesRevisionDigest: sha256:5af83f4d5a978f0c5f4fa7a4c47525df8353d2d9b3d3599db45b69bb98ef7b80
codeSamplesRevisionDigest: sha256:15387c6914d448bfbcc366852996e64fe7f011f4d4287d59c89f531e230d419d
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'com.gr4vy:sdk:2.16.23'
implementation 'com.gr4vy:sdk:2.16.24'
```

Maven:
```xml
<dependency>
<groupId>com.gr4vy</groupId>
<artifactId>sdk</artifactId>
<version>2.16.23</version>
<version>2.16.24</version>
</dependency>
```

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1068,4 +1068,14 @@ Based on:
### Generated
- [java v2.16.23] .
### Releases
- [Maven Central v2.16.23] https://central.sonatype.com/artifact/com.gr4vy/sdk/2.16.23 - .
- [Maven Central v2.16.23] https://central.sonatype.com/artifact/com.gr4vy/sdk/2.16.23 - .

## 2026-02-09 13:43:32
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.709.1 (2.812.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v2.16.24] .
### Releases
- [Maven Central v2.16.24] https://central.sonatype.com/artifact/com.gr4vy/sdk/2.16.24 - .
6 changes: 3 additions & 3 deletions docs/models/components/CartItem.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/models/components/CheckoutSession.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
| `buyer` | [JsonNullable\<GuestBuyer>](../../models/components/GuestBuyer.md) | :heavy_minus_sign: | Provide buyer details for the transaction. No buyer resource will be created on Gr4vy when used. | |
| `airline` | [JsonNullable\<Airline>](../../models/components/Airline.md) | :heavy_minus_sign: | The airline addendum data which describes the airline booking associated with this transaction. | |
| `amount` | *JsonNullable\<Long>* | :heavy_minus_sign: | The total amount for this transaction. | |
| `currency` | *JsonNullable\<String>* | :heavy_minus_sign: | The currency code for this transaction. | EUR |
| `currency` | *JsonNullable\<String>* | :heavy_minus_sign: | The currency code for this transaction. | **Example 1:** EUR<br/>**Example 2:** GBP<br/>**Example 3:** USD |
| `paymentServiceId` | *JsonNullable\<String>* | :heavy_minus_sign: | The unique identifier of an existing payment service. When provided, the created transaction will be processed by the given payment service and any routing rules will be skipped. | |
| `type` | *Optional\<String>* | :heavy_minus_sign: | Always `checkout-session` | checkout-session |
| `id` | *String* | :heavy_check_mark: | The ID for the checkout session. | 4137b1cf-39ac-42a8-bad6-1c680d5dab6b |
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/CheckoutSessionCreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
| `buyer` | [JsonNullable\<GuestBuyer>](../../models/components/GuestBuyer.md) | :heavy_minus_sign: | Provide buyer details for the transaction. No buyer resource will be created on Gr4vy when used. | |
| `airline` | [JsonNullable\<Airline>](../../models/components/Airline.md) | :heavy_minus_sign: | The airline addendum data which describes the airline booking associated with this transaction. | |
| `amount` | *JsonNullable\<Long>* | :heavy_minus_sign: | The total amount for this transaction. | |
| `currency` | *JsonNullable\<String>* | :heavy_minus_sign: | The currency code for this transaction. | EUR |
| `currency` | *JsonNullable\<String>* | :heavy_minus_sign: | The currency code for this transaction. | **Example 1:** EUR<br/>**Example 2:** GBP<br/>**Example 3:** USD |
| `paymentServiceId` | *JsonNullable\<String>* | :heavy_minus_sign: | The unique identifier of an existing payment service. When provided, the created transaction will be processed by the given payment service and any routing rules will be skipped. | |
| `expiresIn` | *Optional\<Double>* | :heavy_minus_sign: | The time in seconds when this checkout session expires. | |
2 changes: 1 addition & 1 deletion docs/models/components/DigitalWalletCreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Request body for registering a new digital wallet
| `merchantName` | *String* | :heavy_check_mark: | N/A | |
| `merchantDisplayName` | *JsonNullable\<String>* | :heavy_minus_sign: | N/A | |
| `merchantUrl` | *JsonNullable\<String>* | :heavy_minus_sign: | N/A | |
| `merchantCountryCode` | *JsonNullable\<String>* | :heavy_minus_sign: | N/A | DE |
| `merchantCountryCode` | *JsonNullable\<String>* | :heavy_minus_sign: | N/A | **Example 1:** DE<br/>**Example 2:** GB<br/>**Example 3:** US |
| `domainNames` | List\<*String*> | :heavy_minus_sign: | N/A | |
| `acceptTermsAndConditions` | *boolean* | :heavy_check_mark: | N/A | |
Loading