Skip to content

Commit 9538466

Browse files
chore: 🐝 Update SDK - Generate SDK 1.0.0-beta.5
1 parent ac171d8 commit 9538466

File tree

287 files changed

+1488
-9144
lines changed

Some content is hidden

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

287 files changed

+1488
-9144
lines changed

β€Ž.speakeasy/gen.lock

Lines changed: 924 additions & 928 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
@@ -18,7 +18,7 @@ generation:
1818
oAuth2PasswordEnabled: false
1919
sdkHooksConfigAccess: true
2020
java:
21-
version: 1.0.0-beta.4
21+
version: 1.0.0-beta.5
2222
additionalDependencies:
2323
- testImplementation:org.junit.jupiter:junit-jupiter:5.10.0
2424
- implementation:com.auth0:java-jwt:4.5.0

β€Ž.speakeasy/workflow.lock

Lines changed: 7 additions & 7 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:649749f10d750179d89439fc6017f485846878eb9d51ef07db2bad9b3fa74dfe
13-
sourceBlobDigest: sha256:136aeecdb5ea0457e23e388d30ac5b990b86ab3a6f12113a18ff1f34698a85a7
12+
sourceRevisionDigest: sha256:d508ddf668dbe8af6ca27728bc3cb3ae37b90adc29cd0ae4df1945d840a3b66c
13+
sourceBlobDigest: sha256:2eb1d80aa5e27997c3663da76dddb7809d6cfaeb98451fd6ff56a686035769a8
1414
tags:
1515
- latest
16-
- speakeasy-sdk-regen-1748947398
16+
- speakeasy-sdk-regen-1748951350
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:649749f10d750179d89439fc6017f485846878eb9d51ef07db2bad9b3fa74dfe
30-
sourceBlobDigest: sha256:136aeecdb5ea0457e23e388d30ac5b990b86ab3a6f12113a18ff1f34698a85a7
29+
sourceRevisionDigest: sha256:d508ddf668dbe8af6ca27728bc3cb3ae37b90adc29cd0ae4df1945d840a3b66c
30+
sourceBlobDigest: sha256:2eb1d80aa5e27997c3663da76dddb7809d6cfaeb98451fd6ff56a686035769a8
3131
codeSamplesNamespace: openapi-java-code-samples
32-
codeSamplesRevisionDigest: sha256:b6d486247c4c0327fb8eae5b7685f01b4776291bde0e46507bf139f2c4427233
32+
codeSamplesRevisionDigest: sha256:8bbc6a73fea2335ba4096176d2276a3a559855686522c0e233100d998282f09e
3333
workflow:
3434
workflowVersion: 1.0.0
3535
speakeasyVersion: latest
@@ -45,7 +45,7 @@ workflow:
4545
- location: ./.speakeasy/overlays/mid-global.yaml
4646
- location: ./.speakeasy/overlays/fix-base-model.yaml
4747
- location: ./.speakeasy/overlays/fix-checkout-session-body.yaml
48-
- location: ./.speakeasy/overlays/fix-remove-timeout-in-seconds.yaml
48+
- location: ./.speakeasy/overlays/fix-remove-unwanted-headers.yaml
4949
registry:
5050
location: registry.speakeasyapi.dev/gr4vy/gr4vy/openapi
5151
targets:

β€ŽREADME.md

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

6161
Gradle:
6262
```groovy
63-
implementation 'com.gr4vy:sdk:1.0.0-beta.4'
63+
implementation 'com.gr4vy:sdk:1.0.0-beta.5'
6464
```
6565

6666
Maven:
6767
```xml
6868
<dependency>
6969
<groupId>com.gr4vy</groupId>
7070
<artifactId>sdk</artifactId>
71-
<version>1.0.0-beta.4</version>
71+
<version>1.0.0-beta.5</version>
7272
</dependency>
7373
```
7474

@@ -437,9 +437,6 @@ public class Application {
437437
.build();
438438

439439
ListBuyersRequest req = ListBuyersRequest.builder()
440-
.cursor("ZXhhbXBsZTE")
441-
.search("John")
442-
.externalIdentifier("buyer-12345")
443440
.build();
444441

445442
sdk.buyers().list()
@@ -480,9 +477,6 @@ public class Application {
480477
.build();
481478

482479
ListBuyersRequest req = ListBuyersRequest.builder()
483-
.cursor("ZXhhbXBsZTE")
484-
.search("John")
485-
.externalIdentifier("buyer-12345")
486480
.build();
487481

488482
sdk.buyers().list()
@@ -537,9 +531,6 @@ public class Application {
537531
.build();
538532

539533
ListBuyersRequest req = ListBuyersRequest.builder()
540-
.cursor("ZXhhbXBsZTE")
541-
.search("John")
542-
.externalIdentifier("buyer-12345")
543534
.build();
544535

545536
sdk.buyers().list()

β€ŽRELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,14 @@ Based on:
2828
### Generated
2929
- [java v1.0.0-beta.4] .
3030
### Releases
31-
- [Maven Central v1.0.0-beta.4] https://central.sonatype.com/artifact/com.gr4vy/sdk/1.0.0-beta.4 - .
31+
- [Maven Central v1.0.0-beta.4] https://central.sonatype.com/artifact/com.gr4vy/sdk/1.0.0-beta.4 - .
32+
33+
## 2025-06-03 11:48:51
34+
### Changes
35+
Based on:
36+
- OpenAPI Doc
37+
- Speakeasy CLI 1.555.0 (2.618.0) https://github.com/speakeasy-api/speakeasy
38+
### Generated
39+
- [java v1.0.0-beta.5] .
40+
### Releases
41+
- [Maven Central v1.0.0-beta.5] https://central.sonatype.com/artifact/com.gr4vy/sdk/1.0.0-beta.5 - .

β€Ž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 = "1.0.0-beta.4"
106+
version = "1.0.0-beta.5"
107107

108108
from components.java
109109

β€Ždocs/models/operations/AddBuyerRequest.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
8-
| `applicationName` | *Optional\<String>* | :heavy_minus_sign: | N/A |
98
| `merchantAccountId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the merchant account to use for this request. |
109
| `buyerCreate` | [BuyerCreate](../../models/components/BuyerCreate.md) | :heavy_check_mark: | N/A |

β€Ždocs/models/operations/AddBuyerShippingDetailsRequest.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
88
| `buyerId` | *String* | :heavy_check_mark: | The ID of the buyer to add shipping details to. | fe26475d-ec3e-4884-9553-f7356683f7f9 |
9-
| `applicationName` | *Optional\<String>* | :heavy_minus_sign: | N/A | |
109
| `merchantAccountId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the merchant account to use for this request. | |
1110
| `shippingDetailsCreate` | [ShippingDetailsCreate](../../models/components/ShippingDetailsCreate.md) | :heavy_check_mark: | N/A | |

β€Ždocs/models/operations/CaptureTransactionRequest.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- |
88
| `transactionId` | *String* | :heavy_check_mark: | N/A | 7099948d-7286-47e4-aad8-b68f7eb44591 |
9-
| `applicationName` | *Optional\<String>* | :heavy_minus_sign: | N/A | |
109
| `merchantAccountId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the merchant account to use for this request. | |
1110
| `transactionCapture` | [TransactionCapture](../../models/components/TransactionCapture.md) | :heavy_check_mark: | N/A | |

β€Ždocs/models/operations/ConfigureDigitalWalletRequest.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55

66
| Field | Type | Required | Description |
77
| --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- |
8-
| `applicationName` | *Optional\<String>* | :heavy_minus_sign: | N/A |
98
| `merchantAccountId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the merchant account to use for this request. |
109
| `digitalWalletCreate` | [DigitalWalletCreate](../../models/components/DigitalWalletCreate.md) | :heavy_check_mark: | N/A |

β€Ždocs/models/operations/CreateAccountUpdaterJobRequest.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55

66
| Field | Type | Required | Description |
77
| ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
8-
| `applicationName` | *Optional\<String>* | :heavy_minus_sign: | N/A |
98
| `merchantAccountId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the merchant account to use for this request. |
109
| `accountUpdaterJobCreate` | [AccountUpdaterJobCreate](../../models/components/AccountUpdaterJobCreate.md) | :heavy_check_mark: | N/A |

β€Ždocs/models/operations/CreateApplePayDigitalWalletSessionRequest.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55

66
| Field | Type | Required | Description |
77
| --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
8-
| `applicationName` | *Optional\<String>* | :heavy_minus_sign: | N/A |
98
| `merchantAccountId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the merchant account to use for this request. |
109
| `applePaySessionRequest` | [ApplePaySessionRequest](../../models/components/ApplePaySessionRequest.md) | :heavy_check_mark: | N/A |

β€Ždocs/models/operations/CreateCheckoutSessionRequest.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
8-
| `applicationName` | *Optional\<String>* | :heavy_minus_sign: | N/A |
98
| `merchantAccountId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the merchant account to use for this request. |
109
| `checkoutSessionCreate` | [Optional\<CheckoutSessionCreate>](../../models/components/CheckoutSessionCreate.md) | :heavy_minus_sign: | N/A |

β€Ždocs/models/operations/CreateClickToPayDigitalWalletSessionRequest.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
Β (0)