Skip to content

Commit 9240769

Browse files
chore: 🐝 Update SDK - Generate SDK 2.2.1
1 parent 4ae54de commit 9240769

File tree

14 files changed

+41
-16
lines changed

14 files changed

+41
-16
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 3 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: df1adad265493efa34957777f047c5ac
4+
docChecksum: b787f8f143f23eabc774408ba7db78b9
55
docVersion: 1.0.0
66
speakeasyVersion: 1.570.2
77
generationVersion: 2.638.5
8-
releaseVersion: 2.1.1
9-
configChecksum: c3b5c89d428e0ede54717a131e497ad5
8+
releaseVersion: 2.2.1
9+
configChecksum: f15f7e2338d7af185893f7b3fb1c5409
1010
repoURL: https://github.com/gr4vy/gr4vy-java.git
1111
published: true
1212
features:

β€Ž.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.1.1
25+
version: 2.2.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:089a02f24e9cc88b166f5d029f15dd1d14087d5792dca954ee25305a59108d76
13-
sourceBlobDigest: sha256:3a0db2c1659a9ea61f4d6ae8c65df5ecf900a6a0f9db97d57528ad3c01653806
12+
sourceRevisionDigest: sha256:8ab415860183a2ad0d042144d0bab54eb257737db9e12b8d95bbfee0060c490e
13+
sourceBlobDigest: sha256:892599be3ad084ed84f99bec4fe66465e3fa69a697d106c46b1e11bfc0154c72
1414
tags:
1515
- latest
16-
- speakeasy-sdk-regen-1751472868
16+
- speakeasy-sdk-regen-1751547159
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:089a02f24e9cc88b166f5d029f15dd1d14087d5792dca954ee25305a59108d76
30-
sourceBlobDigest: sha256:3a0db2c1659a9ea61f4d6ae8c65df5ecf900a6a0f9db97d57528ad3c01653806
29+
sourceRevisionDigest: sha256:8ab415860183a2ad0d042144d0bab54eb257737db9e12b8d95bbfee0060c490e
30+
sourceBlobDigest: sha256:892599be3ad084ed84f99bec4fe66465e3fa69a697d106c46b1e11bfc0154c72
3131
codeSamplesNamespace: openapi-java-code-samples
32-
codeSamplesRevisionDigest: sha256:ec94de56bfec7b8dd889fdae3b7ea95e40c7b12f96986cccd1592c440f6f2baa
32+
codeSamplesRevisionDigest: sha256:3f627b132e6d0cc91638e779ad3de82a14a3bad2291254e190ed23bbc24f578a
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.1.1'
58+
implementation 'com.gr4vy:sdk:2.2.1'
5959
```
6060

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

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,14 @@ Based on:
168168
### Generated
169169
- [java v2.1.1] .
170170
### Releases
171-
- [Maven Central v2.1.1] https://central.sonatype.com/artifact/com.gr4vy/sdk/2.1.1 - .
171+
- [Maven Central v2.1.1] https://central.sonatype.com/artifact/com.gr4vy/sdk/2.1.1 - .
172+
173+
## 2025-07-03 12:52:22
174+
### Changes
175+
Based on:
176+
- OpenAPI Doc
177+
- Speakeasy CLI 1.570.2 (2.638.5) https://github.com/speakeasy-api/speakeasy
178+
### Generated
179+
- [java v2.2.1] .
180+
### Releases
181+
- [Maven Central v2.2.1] https://central.sonatype.com/artifact/com.gr4vy/sdk/2.2.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.1.1"
106+
version = "2.2.1"
107107

108108
from components.java
109109

β€Ždocs/models/components/AVSResponseCode.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
| `NO_MATCH` | no_match |
1010
| `PARTIAL_MATCH_ADDRESS` | partial_match_address |
1111
| `PARTIAL_MATCH_POSTCODE` | partial_match_postcode |
12+
| `PARTIAL_MATCH_NAME` | partial_match_name |
1213
| `UNAVAILABLE` | unavailable |

β€Ždocs/models/components/Method.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
| `SPEI` | spei |
9494
| `STITCH` | stitch |
9595
| `STRIPEDD` | stripedd |
96+
| `TAPI` | tapi |
9697
| `THAIQR` | thaiqr |
9798
| `TOUCHNGO` | touchngo |
9899
| `TRUEMONEY` | truemoney |

β€Ždocs/models/components/RedirectPaymentMethodCreateMethod.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ The method to use, this can be any of the methods that support redirect requests
8787
| `SPEI` | spei |
8888
| `STITCH` | stitch |
8989
| `STRIPEDD` | stripedd |
90+
| `TAPI` | tapi |
9091
| `THAIQR` | thaiqr |
9192
| `TOUCHNGO` | touchngo |
9293
| `TRUEMONEY` | truemoney |

β€Ž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.1.1
3+
version=2.2.1

0 commit comments

Comments
Β (0)