Skip to content

Commit 98f9e20

Browse files
chore: 🐝 Update SDK - Generate SDK 2.3.1
1 parent 9240769 commit 98f9e20

File tree

10 files changed

+31
-20
lines changed

10 files changed

+31
-20
lines changed

.speakeasy/gen.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 5bbaa3a9-baa0-471b-ba6a-13fd88e8c119
33
management:
4-
docChecksum: b787f8f143f23eabc774408ba7db78b9
4+
docChecksum: 5cb4916add1fc5d533f4ad998ee95760
55
docVersion: 1.0.0
66
speakeasyVersion: 1.570.2
77
generationVersion: 2.638.5
8-
releaseVersion: 2.2.1
9-
configChecksum: f15f7e2338d7af185893f7b3fb1c5409
8+
releaseVersion: 2.3.1
9+
configChecksum: 102610326f1ca505abd7e4639a0a98c0
1010
repoURL: https://github.com/gr4vy/gr4vy-java.git
1111
published: true
1212
features:
@@ -21,6 +21,7 @@ features:
2121
globalServerURLs: 2.82.2
2222
globals: 2.82.2
2323
groups: 2.81.2
24+
ignores: 2.81.1
2425
nameOverrides: 2.81.3
2526
nullables: 0.1.0
2627
openEnums: 0.2.0

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ generation:
2222
generateNewTests: false
2323
skipResponseBodyAssertions: false
2424
java:
25-
version: 2.2.1
25+
version: 2.3.1
2626
additionalDependencies:
2727
- testImplementation:org.junit.jupiter:junit-jupiter:5.10.0
2828
- implementation:com.auth0:java-jwt:4.5.0

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ sources:
99
- 1.0.0
1010
openapi:
1111
sourceNamespace: openapi
12-
sourceRevisionDigest: sha256:8ab415860183a2ad0d042144d0bab54eb257737db9e12b8d95bbfee0060c490e
13-
sourceBlobDigest: sha256:892599be3ad084ed84f99bec4fe66465e3fa69a697d106c46b1e11bfc0154c72
12+
sourceRevisionDigest: sha256:9b35f07213e983caf55f1761e9574a09bc05e1734ef257b36c4b81a4ba97f359
13+
sourceBlobDigest: sha256:d3695752c36a9d4394711776ac70e4194e678ebefda6fc24f1e99ac52791e75e
1414
tags:
1515
- latest
16-
- speakeasy-sdk-regen-1751547159
16+
- speakeasy-sdk-regen-1751549987
1717
- 1.0.0
1818
targets:
1919
gr-4-vy:
@@ -26,10 +26,10 @@ targets:
2626
java:
2727
source: openapi
2828
sourceNamespace: openapi
29-
sourceRevisionDigest: sha256:8ab415860183a2ad0d042144d0bab54eb257737db9e12b8d95bbfee0060c490e
30-
sourceBlobDigest: sha256:892599be3ad084ed84f99bec4fe66465e3fa69a697d106c46b1e11bfc0154c72
29+
sourceRevisionDigest: sha256:9b35f07213e983caf55f1761e9574a09bc05e1734ef257b36c4b81a4ba97f359
30+
sourceBlobDigest: sha256:d3695752c36a9d4394711776ac70e4194e678ebefda6fc24f1e99ac52791e75e
3131
codeSamplesNamespace: openapi-java-code-samples
32-
codeSamplesRevisionDigest: sha256:3f627b132e6d0cc91638e779ad3de82a14a3bad2291254e190ed23bbc24f578a
32+
codeSamplesRevisionDigest: sha256:d26445a96857514c63213eafacf3563cd633f05c870841c97e1e71ef48eee008
3333
workflow:
3434
workflowVersion: 1.0.0
3535
speakeasyVersion: latest

README.md

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

5656
Gradle:
5757
```groovy
58-
implementation 'com.gr4vy:sdk:2.2.1'
58+
implementation 'com.gr4vy:sdk:2.3.1'
5959
```
6060

6161
Maven:
6262
```xml
6363
<dependency>
6464
<groupId>com.gr4vy</groupId>
6565
<artifactId>sdk</artifactId>
66-
<version>2.2.1</version>
66+
<version>2.3.1</version>
6767
</dependency>
6868
```
6969

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,14 @@ Based on:
178178
### Generated
179179
- [java v2.2.1] .
180180
### Releases
181-
- [Maven Central v2.2.1] https://central.sonatype.com/artifact/com.gr4vy/sdk/2.2.1 - .
181+
- [Maven Central v2.2.1] https://central.sonatype.com/artifact/com.gr4vy/sdk/2.2.1 - .
182+
183+
## 2025-07-03 13:39:27
184+
### Changes
185+
Based on:
186+
- OpenAPI Doc
187+
- Speakeasy CLI 1.570.2 (2.638.5) https://github.com/speakeasy-api/speakeasy
188+
### Generated
189+
- [java v2.3.1] .
190+
### Releases
191+
- [Maven Central v2.3.1] https://central.sonatype.com/artifact/com.gr4vy/sdk/2.3.1 - .

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ publishing {
103103
// https://github.com/gradle/gradle/issues/18619
104104
groupId = "com.gr4vy"
105105
artifactId = "sdk"
106-
version = "2.2.1"
106+
version = "2.3.1"
107107

108108
from components.java
109109

docs/sdks/checkoutsessions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ public class Application {
322322

323323
## delete
324324

325-
Deleta a checkout session and all of its (PCI) data.
325+
Delete a checkout session and all of its (PCI) data.
326326

327327
### Example Usage
328328

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
groupId=com.gr4vy
22
artifactId=sdk
3-
version=2.2.1
3+
version=2.3.1

src/main/java/com/gr4vy/sdk/CheckoutSessions.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public GetCheckoutSessionResponse get(
196196
/**
197197
* Delete checkout session
198198
*
199-
* <p>Deleta a checkout session and all of its (PCI) data.
199+
* <p>Delete a checkout session and all of its (PCI) data.
200200
*
201201
* @return The call builder
202202
*/
@@ -207,7 +207,7 @@ public DeleteCheckoutSessionRequestBuilder delete() {
207207
/**
208208
* Delete checkout session
209209
*
210-
* <p>Deleta a checkout session and all of its (PCI) data.
210+
* <p>Delete a checkout session and all of its (PCI) data.
211211
*
212212
* @param sessionId The ID of the checkout session.
213213
* @return The response from the API call
@@ -220,7 +220,7 @@ public DeleteCheckoutSessionResponse delete(String sessionId) throws Exception {
220220
/**
221221
* Delete checkout session
222222
*
223-
* <p>Deleta a checkout session and all of its (PCI) data.
223+
* <p>Delete a checkout session and all of its (PCI) data.
224224
*
225225
* @param sessionId The ID of the checkout session.
226226
* @param merchantAccountId

src/main/java/com/gr4vy/sdk/SDKConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class SDKConfiguration {
1919

2020
private static final String LANGUAGE = "java";
2121
public static final String OPENAPI_DOC_VERSION = "1.0.0";
22-
public static final String SDK_VERSION = "2.2.1";
22+
public static final String SDK_VERSION = "2.3.1";
2323
public static final String GEN_VERSION = "2.638.5";
2424
private static final String BASE_PACKAGE = "com.gr4vy.sdk";
2525
public static final String USER_AGENT =

0 commit comments

Comments
 (0)