Skip to content
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

chore: 🐝 Update SDK - Generate 1.0.0-beta.2 #22

Merged
merged 4 commits into from
Nov 25, 2024
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
30 changes: 5 additions & 25 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 83c79445-e1aa-4008-8835-519234c13f68
management:
docChecksum: bf61704a99aaaf3476d24bb0d505a88c
docChecksum: bda7f4add5fb510fe4737e3adbe45aea
docVersion: "2018-02-08"
speakeasyVersion: 1.441.2
speakeasyVersion: 1.445.2
generationVersion: 2.461.4
releaseVersion: 1.0.0-beta.1
configChecksum: 8a2d90092207cde728720bd7a0fbc889
releaseVersion: 1.0.0-beta.2
configChecksum: 057bc6ab5654228aa14c5d86eece1a3d
repoURL: https://github.com/goshippo/shippo-java-sdk.git
published: true
features:
Expand Down Expand Up @@ -442,27 +442,6 @@ generatedFiles:
- docs/models/webhooks/BatchResponse.md
- docs/models/webhooks/TrackResponse.md
- docs/models/webhooks/TransactionResponse.md
- docs/sdks/addresses/README.md
- docs/sdks/batches/README.md
- docs/sdks/carrieraccounts/README.md
- docs/sdks/carrierparceltemplates/README.md
- docs/sdks/customsdeclarations/README.md
- docs/sdks/customsitems/README.md
- docs/sdks/manifests/README.md
- docs/sdks/orders/README.md
- docs/sdks/parcels/README.md
- docs/sdks/pickups/README.md
- docs/sdks/rates/README.md
- docs/sdks/ratesatcheckout/README.md
- docs/sdks/refunds/README.md
- docs/sdks/servicegroups/README.md
- docs/sdks/shipments/README.md
- docs/sdks/shippo/README.md
- docs/sdks/shippoaccounts/README.md
- docs/sdks/trackingstatus/README.md
- docs/sdks/transactions/README.md
- docs/sdks/userparceltemplates/README.md
- docs/sdks/webhooks/README.md
- gradle/wrapper/gradle-wrapper.jar
- gradle/wrapper/gradle-wrapper.properties
- gradlew
Expand Down Expand Up @@ -1068,6 +1047,7 @@ examples:
parameters:
path:
BatchId: "<value>"
query: {}
header:
SHIPPO-API-VERSION: "2018-02-08"
responses:
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
java:
version: 1.0.0-beta.1
version: 1.0.0-beta.2
additionalDependencies: []
additionalPlugins:
- id 'groovy'
Expand Down
15 changes: 8 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
speakeasyVersion: 1.441.2
speakeasyVersion: 1.445.2
sources:
my-first-source:
sourceNamespace: my-first-source
sourceRevisionDigest: sha256:b7a5f00224fde68f5c68a9f4dd3d077b0d25f491e519ffc69758b407a0e2909c
sourceBlobDigest: sha256:b267e444289e13e5381eb13cc6671b99c9498b3c6f27111df668633f7ebb7f43
sourceRevisionDigest: sha256:2a7cd95f243d9d8389cc9ee18c5d767295321f3ee53882b8505e576a89720be8
sourceBlobDigest: sha256:d7c076258c923e1f4b46ef44088cc063c0fb24303fd11831a44c1bf2939c684b
tags:
- latest
- speakeasy-sdk-regen-1732213941
- speakeasy-sdk-regen-1732549856
- "2018-02-08"
targets:
my-first-target:
source: my-first-source
sourceNamespace: my-first-source
sourceRevisionDigest: sha256:b7a5f00224fde68f5c68a9f4dd3d077b0d25f491e519ffc69758b407a0e2909c
sourceBlobDigest: sha256:b267e444289e13e5381eb13cc6671b99c9498b3c6f27111df668633f7ebb7f43
sourceRevisionDigest: sha256:2a7cd95f243d9d8389cc9ee18c5d767295321f3ee53882b8505e576a89720be8
sourceBlobDigest: sha256:d7c076258c923e1f4b46ef44088cc063c0fb24303fd11831a44c1bf2939c684b
codeSamplesNamespace: my-first-source-code-samples
codeSamplesRevisionDigest: sha256:45c308b6146e78c1e75de14d33c990910dba6e191df6adb384da7a1f35aa73df
codeSamplesRevisionDigest: sha256:6ad8778ad203cf1cfc55445ef10ae13eb705f8499e663b798cdfdbe431414140
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,3 +391,10 @@ public class Application {
<!-- End Authentication [security] -->



<!-- No SDK Installation -->
<!-- No SDK Example Usage -->
<!-- No SDK Available Operations -->
<!-- Placeholder for Future Speakeasy SDK Sections -->


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

## 2024-11-25 16:21:38
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.445.2 (2.461.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v1.0.0-beta.2] .
### Releases
- [Maven Central v1.0.0-beta.2] https://central.sonatype.com/artifact/com.goshippo/sdk/1.0.0-beta.2 - .
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ tasks.withType(Javadoc) {
}

group = "com.goshippo"
version = "1.0.0-beta.1"
version = "1.0.0-beta.2"

sourcesJar {
archiveBaseName = "sdk"
Expand Down Expand Up @@ -102,7 +102,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.goshippo'
artifactId = 'sdk'
version = '1.0.0-beta.1'
version = '1.0.0-beta.2'

from components.java

Expand Down
2 changes: 2 additions & 0 deletions docs/models/operations/GetBatchRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `batchId` | *String* | :heavy_check_mark: | Object ID of the batch | |
| `page` | *Optional\<Long>* | :heavy_minus_sign: | The page number you want to select | |
| `results` | *Optional\<Long>* | :heavy_minus_sign: | The number of results to return per page (max 100, default 5) | |
| `shippoApiVersion` | *Optional\<String>* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our <a href="https://docs.goshippo.com/docs/api_concepts/apiversioning/">API version</a> guide. | 2018-02-08 |
Loading