Skip to content

Commit 0a50121

Browse files
chore: 🐝 Update SDK - Generate SDK 1.0.0-beta.4
1 parent 5062814 commit 0a50121

File tree

290 files changed

+7530
-805
lines changed

Some content is hidden

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

290 files changed

+7530
-805
lines changed

.speakeasy/gen.lock

Lines changed: 114 additions & 8 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.3
21+
version: 1.0.0-beta.4
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
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.554.1
1+
speakeasyVersion: 1.555.0
22
sources:
33
Gr4vy:
44
sourceNamespace: openapi
@@ -9,11 +9,11 @@ sources:
99
- 1.0.0
1010
openapi:
1111
sourceNamespace: openapi
12-
sourceRevisionDigest: sha256:769af343140411532f967959547d8b9131e10029846a8e287bf1f0fcee265be6
13-
sourceBlobDigest: sha256:2ba0bd520b3cc84796862bea0b8cc5ac30dd0e4369b5427a260720c691958e9c
12+
sourceRevisionDigest: sha256:649749f10d750179d89439fc6017f485846878eb9d51ef07db2bad9b3fa74dfe
13+
sourceBlobDigest: sha256:136aeecdb5ea0457e23e388d30ac5b990b86ab3a6f12113a18ff1f34698a85a7
1414
tags:
1515
- latest
16-
- speakeasy-sdk-regen-1748613308
16+
- speakeasy-sdk-regen-1748947398
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:769af343140411532f967959547d8b9131e10029846a8e287bf1f0fcee265be6
30-
sourceBlobDigest: sha256:2ba0bd520b3cc84796862bea0b8cc5ac30dd0e4369b5427a260720c691958e9c
29+
sourceRevisionDigest: sha256:649749f10d750179d89439fc6017f485846878eb9d51ef07db2bad9b3fa74dfe
30+
sourceBlobDigest: sha256:136aeecdb5ea0457e23e388d30ac5b990b86ab3a6f12113a18ff1f34698a85a7
3131
codeSamplesNamespace: openapi-java-code-samples
32-
codeSamplesRevisionDigest: sha256:f4cf1a0a30ee1e24377c962b9f570237524c48ad5c68bb67664462de122cf9ae
32+
codeSamplesRevisionDigest: sha256:b6d486247c4c0327fb8eae5b7685f01b4776291bde0e46507bf139f2c4427233
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
@@ -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.3'
63+
implementation 'com.gr4vy:sdk:1.0.0-beta.4'
6464
```
6565

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

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,14 @@ Based on:
1818
### Generated
1919
- [java v1.0.0-beta.3] .
2020
### Releases
21-
- [Maven Central v1.0.0-beta.3] https://central.sonatype.com/artifact/com.gr4vy/sdk/1.0.0-beta.3 - .
21+
- [Maven Central v1.0.0-beta.3] https://central.sonatype.com/artifact/com.gr4vy/sdk/1.0.0-beta.3 - .
22+
23+
## 2025-06-03 10:42:59
24+
### Changes
25+
Based on:
26+
- OpenAPI Doc
27+
- Speakeasy CLI 1.555.0 (2.618.0) https://github.com/speakeasy-api/speakeasy
28+
### Generated
29+
- [java v1.0.0-beta.4] .
30+
### Releases
31+
- [Maven Central v1.0.0-beta.4] https://central.sonatype.com/artifact/com.gr4vy/sdk/1.0.0-beta.4 - .

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.3"
106+
version = "1.0.0-beta.4"
107107

108108
from components.java
109109

docs/models/components/CollectionNoCursorRefund.md

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

docs/models/operations/AddBuyerRequest.md

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

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

docs/models/operations/AddBuyerShippingDetailsRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
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 | |
910
| `merchantAccountId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the merchant account to use for this request. | |
1011
| `shippingDetailsCreate` | [ShippingDetailsCreate](../../models/components/ShippingDetailsCreate.md) | :heavy_check_mark: | N/A | |

docs/models/operations/CaptureTransactionRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
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 | |
910
| `merchantAccountId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the merchant account to use for this request. | |
1011
| `transactionCapture` | [TransactionCapture](../../models/components/TransactionCapture.md) | :heavy_check_mark: | N/A | |

docs/models/operations/ConfigureDigitalWalletRequest.md

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

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

docs/models/operations/CreateAccountUpdaterJobRequest.md

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

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

docs/models/operations/CreateApplePayDigitalWalletSessionRequest.md

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

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

docs/models/operations/CreateCheckoutSessionRequest.md

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

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
8+
| `applicationName` | *Optional\<String>* | :heavy_minus_sign: | N/A |
89
| `merchantAccountId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the merchant account to use for this request. |
910
| `checkoutSessionCreate` | [Optional\<CheckoutSessionCreate>](../../models/components/CheckoutSessionCreate.md) | :heavy_minus_sign: | N/A |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CreateClickToPayDigitalWalletSessionRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
8+
| `applicationName` | *Optional\<String>* | :heavy_minus_sign: | N/A |
9+
| `clickToPaySessionRequest` | [ClickToPaySessionRequest](../../models/components/ClickToPaySessionRequest.md) | :heavy_check_mark: | N/A |

0 commit comments

Comments
 (0)