Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.305.0 (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: speakeasybot <[email protected]>
  • Loading branch information
github-actions[bot] and speakeasybot authored Jun 12, 2024
1 parent bd7f095 commit 19cbc6f
Show file tree
Hide file tree
Showing 20 changed files with 155 additions and 34 deletions.
12 changes: 8 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 4f7e8ab5-4c00-496a-9710-e7c707e4ee78
management:
docChecksum: 5f3530e1b29cad621760a07269fb6df8
docChecksum: 59d2f5c3153947aecd9df397497acc52
docVersion: "2018-02-08"
speakeasyVersion: 1.304.0
speakeasyVersion: 1.305.0
generationVersion: 2.340.3
releaseVersion: 2.2.10
configChecksum: 3653f14e9e309a06c295dd874c8097c9
releaseVersion: 2.3.0
configChecksum: 90703ed87561cdf055b3e5323c6799d5
repoURL: https://github.com/goshippo/shippo-javascript-sdk.git
installationURL: https://github.com/goshippo/shippo-javascript-sdk
published: true
Expand All @@ -24,6 +24,7 @@ features:
hiddenGlobals: 0.1.0
includes: 2.81.1
nameOverrides: 2.81.2
nullables: 0.1.0
responseFormat: 0.2.3
sdkHooks: 0.1.0
unions: 2.85.5
Expand Down Expand Up @@ -280,6 +281,8 @@ generatedFiles:
- src/models/components/index.ts
- src/models/operations/index.ts
- docs/models/components/addresspaginatedlist.md
- docs/models/components/latitude.md
- docs/models/components/longitude.md
- docs/models/components/address.md
- docs/models/components/addressvalidationresults.md
- docs/models/components/code.md
Expand Down Expand Up @@ -463,6 +466,7 @@ generatedFiles:
- docs/models/components/trackingstatuslocationbase.md
- docs/models/components/tracksrequest.md
- docs/models/components/transactionpaginatedlist.md
- docs/models/components/createdby.md
- docs/models/components/transactionrate.md
- docs/models/components/transaction.md
- docs/models/components/transactionstatusenum.md
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
typescript:
version: 2.2.10
version: 2.3.0
additionalDependencies:
dependencies: {}
devDependencies:
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
speakeasyVersion: 1.304.0
speakeasyVersion: 1.305.0
sources:
openapi:
sourceNamespace: openapi
sourceRevisionDigest: sha256:b991e2d47c37fec4a13c48145527fce86e7267efa058be2fd52c27895dbaf427
sourceBlobDigest: sha256:412901bee886ccd8a5e455681e12da460dfb0d437c39fba95ffed319d3d855c4
sourceRevisionDigest: sha256:f2fd896da11bd9554c26b5a65b3191f6bc70e24e04846130d025370cbebd928f
sourceBlobDigest: sha256:11bdc0d399416614e7aa2a47a27d8c5c30ab25e57addfc7dc2c3aaab1348b15e
tags:
- latest
- main
targets:
first-target:
source: openapi
sourceNamespace: openapi
sourceRevisionDigest: sha256:b991e2d47c37fec4a13c48145527fce86e7267efa058be2fd52c27895dbaf427
sourceBlobDigest: sha256:412901bee886ccd8a5e455681e12da460dfb0d437c39fba95ffed319d3d855c4
sourceRevisionDigest: sha256:f2fd896da11bd9554c26b5a65b3191f6bc70e24e04846130d025370cbebd928f
sourceBlobDigest: sha256:11bdc0d399416614e7aa2a47a27d8c5c30ab25e57addfc7dc2c3aaab1348b15e
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,14 @@ Based on:
### Generated
- [typescript v2.2.10] .
### Releases
- [NPM v2.2.10] https://www.npmjs.com/package/shippo/v/2.2.10 - .
- [NPM v2.2.10] https://www.npmjs.com/package/shippo/v/2.2.10 - .

## 2024-06-12 19:28:37
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.305.0 (2.340.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v2.3.0] .
### Releases
- [NPM v2.3.0] https://www.npmjs.com/package/shippo/v/2.3.0 - .
4 changes: 2 additions & 2 deletions docs/models/components/address.md

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions docs/models/components/createdby.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# CreatedBy

An object with details about the user who created the Transaction (purchased the label).
A value will be returned only for Transactions that can be associated with a specific user, e.g. when a logged-in
user purchases a label via the Shippo Web application; but not for Transactions purchased e.g. via the API using a ShippoToken,
which is associated with the account but not any specific user.


## Fields

| Field | Type | Required | Description | Example |
| -------------------- | -------------------- | -------------------- | -------------------- | -------------------- |
| `firstName` | *string* | :heavy_minus_sign: | N/A | Shwan |
| `lastName` | *string* | :heavy_minus_sign: | N/A | Ippotle |
| `username` | *string* | :heavy_minus_sign: | N/A | [email protected] |
2 changes: 2 additions & 0 deletions docs/models/components/latitude.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Latitude

2 changes: 2 additions & 0 deletions docs/models/components/longitude.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Longitude

1 change: 1 addition & 0 deletions docs/models/components/transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `commercialInvoiceUrl` | *string* | :heavy_minus_sign: | A URL pointing to the commercial invoice as a 8.5x11 inch PDF file. <br/>A value will only be returned if the Transactions has been processed successfully and if the shipment is international. | |
| `createdBy` | [components.CreatedBy](../../models/components/createdby.md) | :heavy_minus_sign: | N/A | |
| `eta` | *string* | :heavy_minus_sign: | The estimated time of arrival according to the carrier. | |
| `labelFileType` | [components.LabelFileTypeEnum](../../models/components/labelfiletypeenum.md) | :heavy_minus_sign: | Print format of the <a href="https://docs.goshippo.com/docs/shipments/shippinglabelsizes/">label</a>. If empty, will use the default format set from <br/><a href="https://apps.goshippo.com/settings/labels">the Shippo dashboard.</a> | PDF_4x6 |
| `labelUrl` | *string* | :heavy_minus_sign: | A URL pointing directly to the label in the format you've set in your settings. <br/>A value will only be returned if the Transactions has been processed successfully. | https://shippo-delivery.s3.amazonaws.com/70ae8117ee1749e393f249d5b77c45e0.pdf?Signature=vDw1ltcyGveVR1OQoUDdzC43BY8%3D&Expires=1437093830&AWSAccessKeyId=AKIAJTHP3LLFMYAWALIA |
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "shippo",
"version": "2.2.10",
"version": "2.3.0",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shippo",
"version": "2.2.10",
"version": "2.3.0",
"author": "Shippo",
"license": "MIT",
"main": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "2018-02-08",
sdkVersion: "2.2.10",
sdkVersion: "2.3.0",
genVersion: "2.340.3",
userAgent: "speakeasy-sdk/typescript 2.2.10 2.340.3 2018-02-08 shippo",
userAgent: "speakeasy-sdk/typescript 2.3.0 2.340.3 2018-02-08 shippo",
} as const;
Loading

0 comments on commit 19cbc6f

Please sign in to comment.