Skip to content

chore: 🐝 Update SDK - Generate SDK 1.0.0-beta.7 #74

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 2 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
90 changes: 45 additions & 45 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.6
version: 1.0.0-beta.7
additionalDependencies:
- testImplementation:org.junit.jupiter:junit-jupiter:5.10.0
- implementation:com.auth0:java-jwt:4.5.0
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ sources:
- 1.0.0
openapi:
sourceNamespace: openapi
sourceRevisionDigest: sha256:6b3dc3631928863a66a1608e5a573d65f61faf3f1eea7bb466f895d31ae01077
sourceBlobDigest: sha256:e292563575fcc151f2be97051458c6e5ad35e1ebe9acd96c3fb5dd862b2130c1
sourceRevisionDigest: sha256:8504a2ac7ffb0ee763800e6d50dafe18ff7b67e9093f798523270b6e8c7f5d62
sourceBlobDigest: sha256:b6ef58a6f8dda9b5163a34af28ce4ebe3a4f079dff0f0d734a2da9f714742a24
tags:
- latest
- speakeasy-sdk-regen-1748954136
- speakeasy-sdk-regen-1748963300
- 1.0.0
targets:
gr-4-vy:
Expand All @@ -26,10 +26,10 @@ targets:
java:
source: openapi
sourceNamespace: openapi
sourceRevisionDigest: sha256:6b3dc3631928863a66a1608e5a573d65f61faf3f1eea7bb466f895d31ae01077
sourceBlobDigest: sha256:e292563575fcc151f2be97051458c6e5ad35e1ebe9acd96c3fb5dd862b2130c1
sourceRevisionDigest: sha256:8504a2ac7ffb0ee763800e6d50dafe18ff7b67e9093f798523270b6e8c7f5d62
sourceBlobDigest: sha256:b6ef58a6f8dda9b5163a34af28ce4ebe3a4f079dff0f0d734a2da9f714742a24
codeSamplesNamespace: openapi-java-code-samples
codeSamplesRevisionDigest: sha256:2725a21b3096f3bce2bc3144ed6844807d9d9a2bebd5e82d2e4bad599a76e7bc
codeSamplesRevisionDigest: sha256:f9b9fa5877c77975eac6f4a5fc55a28455053aa9752ccc1b79b0f0c284908ec9
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.6'
implementation 'com.gr4vy:sdk:1.0.0-beta.7'
```

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

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

## 2025-06-03 15:08:02
### 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.7] .
### Releases
- [Maven Central v1.0.0-beta.7] https://central.sonatype.com/artifact/com.gr4vy/sdk/1.0.0-beta.7 - .
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.6"
version = "1.0.0-beta.7"

from components.java

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CollectionAuditLogEntry
# AuditLogEntries


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CollectionBuyer
# Buyers


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CollectionNoCursorCardSchemeDefinition
# CardSchemeDefinitions


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CollectionNoCursorDigitalWallet
# DigitalWallets


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CollectionNoCursorGiftCardSummary
# GiftCardSummaries


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CollectionGiftCard
# GiftCards


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CollectionMerchantAccount
# MerchantAccounts


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CollectionNoCursorNetworkToken
# NetworkTokens


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CollectionNoCursorPaymentMethodSummary
# PaymentMethodSummaries


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CollectionPaymentMethod
# PaymentMethods


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CollectionNoCursorPaymentOption
# PaymentOptions


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CollectionPaymentServiceDefinition
# PaymentServiceDefinitions


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CollectionNoCursorPaymentServiceToken
# PaymentServiceTokens


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CollectionPaymentService
# PaymentServices


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CollectionPayoutSummary
# PayoutSummaries


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CollectionRefund
# Refunds


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CollectionReportExecution
# ReportExecutions


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CollectionReport
# Reports


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CollectionNoCursorShippingDetails
# ShippingDetailsList


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CollectionTransactionEvent
# TransactionEvents


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CollectionTransactionSummary
# TransactionSummaries


## Fields
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
| `statusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `rawResponse` | [HttpResponse\<InputStream>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `collectionRefund` | [Optional\<CollectionRefund>](../../models/components/CollectionRefund.md) | :heavy_minus_sign: | Successful Response |
| `refunds` | [Optional\<Refunds>](../../models/components/Refunds.md) | :heavy_minus_sign: | Successful Response |
2 changes: 1 addition & 1 deletion docs/models/operations/ListAllReportExecutionsResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
| `statusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `rawResponse` | [HttpResponse\<InputStream>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `collectionReportExecution` | [Optional\<CollectionReportExecution>](../../models/components/CollectionReportExecution.md) | :heavy_minus_sign: | Successful Response |
| `reportExecutions` | [Optional\<ReportExecutions>](../../models/components/ReportExecutions.md) | :heavy_minus_sign: | Successful Response |
2 changes: 1 addition & 1 deletion docs/models/operations/ListAuditLogsResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
| `statusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `rawResponse` | [HttpResponse\<InputStream>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `collectionAuditLogEntry` | [Optional\<CollectionAuditLogEntry>](../../models/components/CollectionAuditLogEntry.md) | :heavy_minus_sign: | Successful Response |
| `auditLogEntries` | [Optional\<AuditLogEntries>](../../models/components/AuditLogEntries.md) | :heavy_minus_sign: | Successful Response |
2 changes: 1 addition & 1 deletion docs/models/operations/ListBuyerGiftCardsResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
| `statusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `rawResponse` | [HttpResponse\<InputStream>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `collectionNoCursorGiftCardSummary` | [Optional\<CollectionNoCursorGiftCardSummary>](../../models/components/CollectionNoCursorGiftCardSummary.md) | :heavy_minus_sign: | Successful Response |
| `giftCardSummaries` | [Optional\<GiftCardSummaries>](../../models/components/GiftCardSummaries.md) | :heavy_minus_sign: | Successful Response |
2 changes: 1 addition & 1 deletion docs/models/operations/ListBuyerPaymentMethodsResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
| `statusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `rawResponse` | [HttpResponse\<InputStream>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `collectionNoCursorPaymentMethodSummary` | [Optional\<CollectionNoCursorPaymentMethodSummary>](../../models/components/CollectionNoCursorPaymentMethodSummary.md) | :heavy_minus_sign: | Successful Response |
| `paymentMethodSummaries` | [Optional\<PaymentMethodSummaries>](../../models/components/PaymentMethodSummaries.md) | :heavy_minus_sign: | Successful Response |
Loading