Skip to content

Commit a5c95ba

Browse files
committed
## Java SDK Changes:
* `gr4vy.buyers.giftCards.list()`: * `request` **Changed** (Breaking ⚠️) * `response.items[]` **Changed** * `gr4vy.transactions.update()`: * `request.transactionUpdate.connectionOptions` **Changed** * `response.paymentMethod.method.enum(paypay)` **Added** * `gr4vy.payouts.list()`: `response.items[].paymentMethod.method.enum(paypay)` **Added** * `gr4vy.paymentMethods.create()`: * `requestBody.union(RedirectPaymentMethodCreate).method.enum(paypay)` **Added** * `response` **Changed** * `gr4vy.paymentMethods.get()`: `response` **Changed** * `gr4vy.giftCards.get()`: `response` **Changed** * `gr4vy.giftCards.create()`: `response` **Changed** * `gr4vy.giftCards.list()`: `response.items[]` **Changed** * `gr4vy.giftCards.balances.list()`: `response.items[]` **Changed** * `gr4vy.transactions.list()`: * `request.method` **Changed** * `response.items[].paymentMethod.method.enum(paypay)` **Added** * `gr4vy.transactions.create()`: * `request.transactionCreate` **Changed** * `response.paymentMethod.method.enum(paypay)` **Added** * `gr4vy.transactions.get()`: `response.paymentMethod.method.enum(paypay)` **Added** * `gr4vy.buyers.paymentMethods.list()`: `response.items[]` **Changed** * `gr4vy.paymentMethods.list()`: `response.items[]` **Changed** * `gr4vy.transactions.capture()`: `response.union(Transaction).paymentMethod.method.enum(paypay)` **Added** * `gr4vy.paymentServices.list()`: * `request.method` **Changed** * `response.items[].method.enum(paypay)` **Added** * `gr4vy.transactions.sync()`: `response.paymentMethod.method.enum(paypay)` **Added** * `gr4vy.paymentServiceDefinitions.list()`: `response.items[].method.enum(paypay)` **Added** * `gr4vy.paymentServiceDefinitions.get()`: `response.method.enum(paypay)` **Added** * `gr4vy.transactions.cancel()`: `response.transaction.paymentMethod.method.enum(paypay)` **Added** * `gr4vy.paymentServices.create()`: `response.method.enum(paypay)` **Added** * `gr4vy.paymentServices.get()`: `response.method.enum(paypay)` **Added** * `gr4vy.paymentServices.update()`: `response.method.enum(paypay)` **Added** * `gr4vy.transactions.void()`: `response.union(Transaction).paymentMethod.method.enum(paypay)` **Added** * `gr4vy.payouts.create()`: `response.paymentMethod.method.enum(paypay)` **Added** * `gr4vy.payouts.get()`: `response.paymentMethod.method.enum(paypay)` **Added** * `gr4vy.paymentLinks.create()`: * `request.paymentLinkCreate.connectionOptions` **Changed**
1 parent 2bc7f1a commit a5c95ba

55 files changed

Lines changed: 1955 additions & 709 deletions

File tree

Some content is hidden

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

.speakeasy/gen.lock

Lines changed: 140 additions & 116 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ generation:
3030
generateNewTests: false
3131
skipResponseBodyAssertions: false
3232
java:
33-
version: 2.16.52
33+
version: 2.16.53
3434
additionalDependencies:
3535
- testImplementation:org.junit.jupiter:junit-jupiter:5.10.0
3636
- 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
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.760.0
1+
speakeasyVersion: 1.761.6
22
sources:
33
Gr4vy:
44
sourceNamespace: openapi
@@ -9,8 +9,8 @@ sources:
99
- 1.0.0
1010
openapi:
1111
sourceNamespace: openapi
12-
sourceRevisionDigest: sha256:bba241586320e7fb1dc86371949f7776f34367843939c0c7e29d5b2fdaec350c
13-
sourceBlobDigest: sha256:f26a120860b0723b0d86d6a042ca50b8d90f24cf4a60c247c9c7523d813801f6
12+
sourceRevisionDigest: sha256:0de45bac56995bf3b35e3d40f583d97cd5505fa772e6f4fdb5af4d6cba7b8dce
13+
sourceBlobDigest: sha256:fd2de20ddef7c4e3c4025c5f9340630302de3c3cd6795f8e92d85a0a142f5a0a
1414
tags:
1515
- latest
1616
- 1.0.0
@@ -25,10 +25,10 @@ targets:
2525
java:
2626
source: openapi
2727
sourceNamespace: openapi
28-
sourceRevisionDigest: sha256:bba241586320e7fb1dc86371949f7776f34367843939c0c7e29d5b2fdaec350c
29-
sourceBlobDigest: sha256:f26a120860b0723b0d86d6a042ca50b8d90f24cf4a60c247c9c7523d813801f6
28+
sourceRevisionDigest: sha256:0de45bac56995bf3b35e3d40f583d97cd5505fa772e6f4fdb5af4d6cba7b8dce
29+
sourceBlobDigest: sha256:fd2de20ddef7c4e3c4025c5f9340630302de3c3cd6795f8e92d85a0a142f5a0a
3030
codeSamplesNamespace: openapi-java-code-samples
31-
codeSamplesRevisionDigest: sha256:036b1561ee6d565b79fef188678acb3349cb8b940b21c2e32cae678807012a6d
31+
codeSamplesRevisionDigest: sha256:3a6ff509085231f4f102fcdaa97f45224efdc9e119670490457c51c4bb5f0fff
3232
workflow:
3333
workflowVersion: 1.0.0
3434
speakeasyVersion: latest

README.md

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

6060
Gradle:
6161
```groovy
62-
implementation 'com.gr4vy:sdk:2.16.52'
62+
implementation 'com.gr4vy:sdk:2.16.53'
6363
```
6464

6565
Maven:
6666
```xml
6767
<dependency>
6868
<groupId>com.gr4vy</groupId>
6969
<artifactId>sdk</artifactId>
70-
<version>2.16.52</version>
70+
<version>2.16.53</version>
7171
</dependency>
7272
```
7373

@@ -426,9 +426,9 @@ Async support is available for:
426426
### [PaymentServices](docs/sdks/paymentservices/README.md)
427427

428428
* [list](docs/sdks/paymentservices/README.md#list) - List payment services
429-
* [create](docs/sdks/paymentservices/README.md#create) - Update a configured payment service
429+
* [create](docs/sdks/paymentservices/README.md#create) - Configure a payment service
430430
* [get](docs/sdks/paymentservices/README.md#get) - Get payment service
431-
* [update](docs/sdks/paymentservices/README.md#update) - Configure a payment service
431+
* [update](docs/sdks/paymentservices/README.md#update) - Update a configured payment service
432432
* [delete](docs/sdks/paymentservices/README.md#delete) - Delete a configured payment service
433433
* [verify](docs/sdks/paymentservices/README.md#verify) - Verify payment service credentials
434434
* [session](docs/sdks/paymentservices/README.md#session) - Create a session for a payment service definition

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1358,4 +1358,14 @@ Based on:
13581358
### Generated
13591359
- [java v2.16.52] .
13601360
### Releases
1361-
- [Maven Central v2.16.52] https://central.sonatype.com/artifact/com.gr4vy/sdk/2.16.52 - .
1361+
- [Maven Central v2.16.52] https://central.sonatype.com/artifact/com.gr4vy/sdk/2.16.52 - .
1362+
1363+
## 2026-04-16 15:57:56
1364+
### Changes
1365+
Based on:
1366+
- OpenAPI Doc
1367+
- Speakeasy CLI 1.761.6 (2.879.13) https://github.com/speakeasy-api/speakeasy
1368+
### Generated
1369+
- [java v2.16.53] .
1370+
### Releases
1371+
- [Maven Central v2.16.53] https://central.sonatype.com/artifact/com.gr4vy/sdk/2.16.53 - .

docs/models/components/GiftCard.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@
1515
| `expirationDate` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The date and time when this gift card expires. This is a full date/time and may be more accurate than the actual expiry date received by the gift card service. | 2013-07-16T19:23:00.000+00:00 |
1616
| `buyer` | [JsonNullable\<Buyer>](../../models/components/Buyer.md) | :heavy_minus_sign: | The buyer for which this gift card is stored. | |
1717
| `createdAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_check_mark: | The date this gift card record was created at. | 2013-07-16T19:23:00.000+00:00 |
18-
| `updatedAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_check_mark: | The date this gift card record was last updated at. | 2013-07-16T19:23:00.000+00:00 |
18+
| `updatedAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_check_mark: | The date this gift card record was last updated at. | 2013-07-16T19:23:00.000+00:00 |
19+
| `lastUsedAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The timestamp when this gift card was last used in a transaction. | 2013-07-16T19:23:00.000+00:00 |
20+
| `usageCount` | *long* | :heavy_check_mark: | The number of times this gift card has been used in transactions. | 100 |
21+
| `citLastUsedAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The timestamp when this gift card was last used in a transaction for client initiated transactions. | 2013-07-16T19:23:00.000+00:00 |
22+
| `citUsageCount` | *long* | :heavy_check_mark: | The number of times this gift card has been used in transactions for client initiated transactions. | 50 |

docs/models/components/GiftCardSummary.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@
1616
| `balance` | *JsonNullable\<Long>* | :heavy_minus_sign: | The amount remaining on the balance for this gift card according to the gift card service. This may be `null` if the balance could not be fetched. | 1299 |
1717
| `balanceErrorCode` | [JsonNullable\<GiftCardErrorCode>](../../models/components/GiftCardErrorCode.md) | :heavy_minus_sign: | If the last balance update failed, this will contain the internal code for this error. | incorrect_currency |
1818
| `balanceRawErrorCode` | *JsonNullable\<String>* | :heavy_minus_sign: | If the last balance update failed, this will contain the the raw error code received from the gift card provider. | 10363 |
19-
| `balanceRawErrorMessage` | *JsonNullable\<String>* | :heavy_minus_sign: | If the last balance update failed, this will contain the the raw error message received from the gift card provider. | This currency is not supported by the merchant. |
19+
| `balanceRawErrorMessage` | *JsonNullable\<String>* | :heavy_minus_sign: | If the last balance update failed, this will contain the the raw error message received from the gift card provider. | This currency is not supported by the merchant. |
20+
| `lastUsedAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The timestamp when this gift card was last used in a transaction. | 2013-07-16T19:23:00.000+00:00 |
21+
| `usageCount` | *long* | :heavy_check_mark: | The number of times this gift card has been used in transactions. | 100 |
22+
| `citLastUsedAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The timestamp when this gift card was last used in a transaction for client initiated transactions. | 2013-07-16T19:23:00.000+00:00 |
23+
| `citUsageCount` | *long* | :heavy_check_mark: | The number of times this gift card has been used in transactions for client initiated transactions. | 50 |

docs/models/components/Method.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Method custom = Method.of("custom_value");
9191
| `PAYMAYA` | paymaya |
9292
| `PAYPAL` | paypal |
9393
| `PAYPALPAYLATER` | paypalpaylater |
94+
| `PAYPAY` | paypay |
9495
| `PAYTO` | payto |
9596
| `PAYVALIDA` | payvalida |
9697
| `PICPAY` | picpay |

0 commit comments

Comments
 (0)