Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.327.0 (#75)
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 Jul 8, 2024
1 parent fb061b5 commit 9e181d8
Show file tree
Hide file tree
Showing 45 changed files with 878 additions and 958 deletions.
15 changes: 8 additions & 7 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
lockVersion: 2.0.0
id: 4f7e8ab5-4c00-496a-9710-e7c707e4ee78
management:
docChecksum: 21e24cc6937caa9e711e620b7c454d02
docChecksum: 23a72be327507578ca959897c0ec25d9
docVersion: "2018-02-08"
speakeasyVersion: 1.326.0
generationVersion: 2.359.0
releaseVersion: 2.6.0
configChecksum: f9f3460580d552d54f32ebf43069ea2c
speakeasyVersion: 1.327.0
generationVersion: 2.359.6
releaseVersion: 2.6.1
configChecksum: 54cd46c14300d12f69e6e58c612c7b56
repoURL: https://github.com/goshippo/shippo-javascript-sdk.git
installationURL: https://github.com/goshippo/shippo-javascript-sdk
published: true
features:
typescript:
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.5
core: 3.11.0
core: 3.11.3
flattening: 2.81.1
globalSecurity: 2.82.9
globalSecurityCallbacks: 0.1.0
Expand Down Expand Up @@ -171,6 +171,7 @@ generatedFiles:
- src/models/components/manifestcreaterequest.ts
- src/models/components/orderpaginatedlist.ts
- src/models/components/order.ts
- src/models/components/ordershopappenum.ts
- src/models/components/orderstatusenum.ts
- src/models/components/ordercreaterequest.ts
- src/models/components/lineitembase.ts
Expand Down Expand Up @@ -444,8 +445,8 @@ generatedFiles:
- docs/models/components/manifestcreaterequestaddressfrom.md
- docs/models/components/manifestcreaterequest.md
- docs/models/components/orderpaginatedlist.md
- docs/models/components/shopapp.md
- docs/models/components/order.md
- docs/models/components/ordershopappenum.md
- docs/models/components/orderstatusenum.md
- docs/models/components/ordercreaterequest.md
- docs/models/components/lineitembase.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.6.0
version: 2.6.1
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.326.0
speakeasyVersion: 1.327.0
sources:
openapi:
sourceNamespace: openapi
sourceRevisionDigest: sha256:f406ac8cb06cb2b0add2e9c5bddbb8da87f8e23cba028f21593cb9f6fb372b4d
sourceBlobDigest: sha256:84ad15f1d2a3fa7e731c1a9cefaab3414ba25b757579b7803a10c3f4a02df3ca
sourceRevisionDigest: sha256:c8fd96db0a5b7677259e2759dc2cf39a5f14769cb80e908a170599846263d733
sourceBlobDigest: sha256:1e1de117a29c1be1f402cdf662657e96ae5452ccfeaf18e3e6339afeee51f216
tags:
- latest
- main
targets:
first-target:
source: openapi
sourceNamespace: openapi
sourceRevisionDigest: sha256:f406ac8cb06cb2b0add2e9c5bddbb8da87f8e23cba028f21593cb9f6fb372b4d
sourceBlobDigest: sha256:84ad15f1d2a3fa7e731c1a9cefaab3414ba25b757579b7803a10c3f4a02df3ca
sourceRevisionDigest: sha256:c8fd96db0a5b7677259e2759dc2cf39a5f14769cb80e908a170599846263d733
sourceBlobDigest: sha256:1e1de117a29c1be1f402cdf662657e96ae5452ccfeaf18e3e6339afeee51f216
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 @@ -276,4 +276,14 @@ Based on:
### Generated
- [typescript v2.6.0] .
### Releases
- [NPM v2.6.0] https://www.npmjs.com/package/shippo/v/2.6.0 - .
- [NPM v2.6.0] https://www.npmjs.com/package/shippo/v/2.6.0 - .

## 2024-07-08 17:39:53
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.327.0 (2.359.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v2.6.1] .
### Releases
- [NPM v2.6.1] https://www.npmjs.com/package/shippo/v/2.6.1 - .
2 changes: 1 addition & 1 deletion docs/models/components/order.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
| `lineItems` | [components.LineItem](../../models/components/lineitem.md)[] | :heavy_minus_sign: | Array of <a href="#section/Line-Item">line item</a> objects representing the items in this order. <br/>All objects will be returned expanded by default. | |
| `objectId` | *string* | :heavy_minus_sign: | Unique identifier of the order object. | adcfdddf8ec64b84ad22772bce3ea37a |
| `objectOwner` | *string* | :heavy_minus_sign: | Username of the user who created the object. | [email protected] |
| `shopApp` | [components.ShopApp](../../models/components/shopapp.md) | :heavy_minus_sign: | Platform the order was created on and, if applicable, imported from. <br/>Orders created via the Shippo API or dashboard will have the value "Shippo". | Shippo |
| `shopApp` | [components.OrderShopAppEnum](../../models/components/ordershopappenum.md) | :heavy_minus_sign: | Platform the order was created on and, if applicable, imported from. <br/>Orders created via the Shippo API or dashboard will have the value "Shippo". | Shippo |
| `transactions` | *string*[] | :heavy_minus_sign: | Array of <a href="#tag/Transactions">transaction</a> objects representing all shipping labels purchased for this order.<br/>All objects are returned expanded with a limited number of fields by default. | |
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ShopApp
# OrderShopAppEnum

Platform the order was created on and, if applicable, imported from.
Orders created via the Shippo API or dashboard will have the value "Shippo".
Expand All @@ -20,5 +20,6 @@ Orders created via the Shippo API or dashboard will have the value "Shippo".
| `Shopify` | Shopify |
| `Spreecommerce` | Spreecommerce |
| `StripeRelay` | StripeRelay |
| `Walmart` | Walmart |
| `Weebly` | Weebly |
| `WooCommerce` | WooCommerce |
2 changes: 1 addition & 1 deletion docs/models/components/shipment.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Shipment represents the parcel as retrieved from the database
| `objectUpdated` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_check_mark: | Date and time of last Shipment update. | |
| `parcels` | [components.Parcel](../../models/components/parcel.md)[] | :heavy_check_mark: | List of Parcel objects to be shipped. | |
| `rates` | [components.Rate](../../models/components/rate.md)[] | :heavy_check_mark: | An array with all available rates. If <code>async</code> has been set to <code>false</code> in the request,<br/>this will be populated with all available rates in the response. Otherwise rates will be created<br/>asynchronously and this array will initially be empty. | |
| `status` | [components.ShipmentStatus](../../models/components/shipmentstatus.md) | :heavy_check_mark: | `Waiting` shipments have been successfully submitted but not yet been processed. <br/>`Queued` shipments are currently being processed. <br/>`Success` shipments have been processed successfully, meaning that rate generation has concluded. <br/>`Error` does not occur currently and is reserved for future use. | SUCCESS |
| `status` | [components.ShipmentStatus](../../models/components/shipmentstatus.md) | :heavy_check_mark: | `Waiting` shipments have been successfully submitted but not yet been processed. <br/>`Queued` shipments are currently being processed. <br/>`Success` shipments have been processed successfully, meaning that rate generation has concluded. <br/>`Error` does not occur currently and is reserved for future use. | QUEUED |
| `test` | *boolean* | :heavy_minus_sign: | Indicates whether the object has been created in test mode. | |
2 changes: 1 addition & 1 deletion docs/models/components/shipmentstatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
| `Error` | ERROR |
| `Queued` | QUEUED |
| `Success` | SUCCESS |
| `Status` | STATUS |
| `Waiting` | WAITING |
Loading

0 comments on commit 9e181d8

Please sign in to comment.