Skip to content

chore: 🐝 Update SDK - Generate SDK 1.0.0-beta.4 #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 3, 2025
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
122 changes: 114 additions & 8 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 @@ -18,7 +18,7 @@ generation:
oAuth2PasswordEnabled: false
sdkHooksConfigAccess: true
java:
version: 1.0.0-beta.3
version: 1.0.0-beta.4
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.554.1
speakeasyVersion: 1.555.0
sources:
Gr4vy:
sourceNamespace: openapi
Expand All @@ -9,11 +9,11 @@ sources:
- 1.0.0
openapi:
sourceNamespace: openapi
sourceRevisionDigest: sha256:769af343140411532f967959547d8b9131e10029846a8e287bf1f0fcee265be6
sourceBlobDigest: sha256:2ba0bd520b3cc84796862bea0b8cc5ac30dd0e4369b5427a260720c691958e9c
sourceRevisionDigest: sha256:649749f10d750179d89439fc6017f485846878eb9d51ef07db2bad9b3fa74dfe
sourceBlobDigest: sha256:136aeecdb5ea0457e23e388d30ac5b990b86ab3a6f12113a18ff1f34698a85a7
tags:
- latest
- speakeasy-sdk-regen-1748613308
- speakeasy-sdk-regen-1748947398
- 1.0.0
targets:
gr-4-vy:
Expand All @@ -26,10 +26,10 @@ targets:
java:
source: openapi
sourceNamespace: openapi
sourceRevisionDigest: sha256:769af343140411532f967959547d8b9131e10029846a8e287bf1f0fcee265be6
sourceBlobDigest: sha256:2ba0bd520b3cc84796862bea0b8cc5ac30dd0e4369b5427a260720c691958e9c
sourceRevisionDigest: sha256:649749f10d750179d89439fc6017f485846878eb9d51ef07db2bad9b3fa74dfe
sourceBlobDigest: sha256:136aeecdb5ea0457e23e388d30ac5b990b86ab3a6f12113a18ff1f34698a85a7
codeSamplesNamespace: openapi-java-code-samples
codeSamplesRevisionDigest: sha256:f4cf1a0a30ee1e24377c962b9f570237524c48ad5c68bb67664462de122cf9ae
codeSamplesRevisionDigest: sha256:b6d486247c4c0327fb8eae5b7685f01b4776291bde0e46507bf139f2c4427233
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 @@ -60,15 +60,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'com.gr4vy:sdk:1.0.0-beta.3'
implementation 'com.gr4vy:sdk:1.0.0-beta.4'
```

Maven:
```xml
<dependency>
<groupId>com.gr4vy</groupId>
<artifactId>sdk</artifactId>
<version>1.0.0-beta.3</version>
<version>1.0.0-beta.4</version>
</dependency>
```

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

## 2025-06-03 10:42:59
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.555.0 (2.618.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v1.0.0-beta.4] .
### Releases
- [Maven Central v1.0.0-beta.4] https://central.sonatype.com/artifact/com.gr4vy/sdk/1.0.0-beta.4 - .
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ publishing {
// https://github.com/gradle/gradle/issues/18619
groupId = "com.gr4vy"
artifactId = "sdk"
version = "1.0.0-beta.3"
version = "1.0.0-beta.4"

from components.java

Expand Down
8 changes: 0 additions & 8 deletions docs/models/components/CollectionNoCursorRefund.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/models/operations/AddBuyerRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@

| Field | Type | Required | Description |
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
| `applicationName` | *Optional\<String>* | :heavy_minus_sign: | N/A |
| `merchantAccountId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the merchant account to use for this request. |
| `buyerCreate` | [BuyerCreate](../../models/components/BuyerCreate.md) | :heavy_check_mark: | N/A |
1 change: 1 addition & 0 deletions docs/models/operations/AddBuyerShippingDetailsRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| `buyerId` | *String* | :heavy_check_mark: | The ID of the buyer to add shipping details to. | fe26475d-ec3e-4884-9553-f7356683f7f9 |
| `applicationName` | *Optional\<String>* | :heavy_minus_sign: | N/A | |
| `merchantAccountId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the merchant account to use for this request. | |
| `shippingDetailsCreate` | [ShippingDetailsCreate](../../models/components/ShippingDetailsCreate.md) | :heavy_check_mark: | N/A | |
1 change: 1 addition & 0 deletions docs/models/operations/CaptureTransactionRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- |
| `transactionId` | *String* | :heavy_check_mark: | N/A | 7099948d-7286-47e4-aad8-b68f7eb44591 |
| `applicationName` | *Optional\<String>* | :heavy_minus_sign: | N/A | |
| `merchantAccountId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the merchant account to use for this request. | |
| `transactionCapture` | [TransactionCapture](../../models/components/TransactionCapture.md) | :heavy_check_mark: | N/A | |
1 change: 1 addition & 0 deletions docs/models/operations/ConfigureDigitalWalletRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@

| Field | Type | Required | Description |
| --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- |
| `applicationName` | *Optional\<String>* | :heavy_minus_sign: | N/A |
| `merchantAccountId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the merchant account to use for this request. |
| `digitalWalletCreate` | [DigitalWalletCreate](../../models/components/DigitalWalletCreate.md) | :heavy_check_mark: | N/A |
1 change: 1 addition & 0 deletions docs/models/operations/CreateAccountUpdaterJobRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@

| Field | Type | Required | Description |
| ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| `applicationName` | *Optional\<String>* | :heavy_minus_sign: | N/A |
| `merchantAccountId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the merchant account to use for this request. |
| `accountUpdaterJobCreate` | [AccountUpdaterJobCreate](../../models/components/AccountUpdaterJobCreate.md) | :heavy_check_mark: | N/A |
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@

| Field | Type | Required | Description |
| --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| `applicationName` | *Optional\<String>* | :heavy_minus_sign: | N/A |
| `merchantAccountId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the merchant account to use for this request. |
| `applePaySessionRequest` | [ApplePaySessionRequest](../../models/components/ApplePaySessionRequest.md) | :heavy_check_mark: | N/A |
1 change: 1 addition & 0 deletions docs/models/operations/CreateCheckoutSessionRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
| `applicationName` | *Optional\<String>* | :heavy_minus_sign: | N/A |
| `merchantAccountId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the merchant account to use for this request. |
| `checkoutSessionCreate` | [Optional\<CheckoutSessionCreate>](../../models/components/CheckoutSessionCreate.md) | :heavy_minus_sign: | N/A |
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# CreateClickToPayDigitalWalletSessionRequest


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
| `applicationName` | *Optional\<String>* | :heavy_minus_sign: | N/A |
| `clickToPaySessionRequest` | [ClickToPaySessionRequest](../../models/components/ClickToPaySessionRequest.md) | :heavy_check_mark: | N/A |
Loading