Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.299.3 (#48)
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 May 30, 2024
1 parent 5ac028a commit 5653e2e
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 21 deletions.
12 changes: 6 additions & 6 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: d1d281c714996d3d8fc74912caace9c3
docChecksum: 9f7d04d5659ec0b9eeb44850ff26491c
docVersion: "2018-02-08"
speakeasyVersion: 1.297.0
generationVersion: 2.338.1
releaseVersion: 2.2.7
configChecksum: a82eb68fc5367c3061e3496e3c261f3d
speakeasyVersion: 1.299.3
generationVersion: 2.338.7
releaseVersion: 2.2.8
configChecksum: df16a2469a90b46036c859ec2059eb61
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.9.9
core: 3.9.10
flattening: 2.81.1
globalSecurity: 2.82.9
globalSecurityCallbacks: 0.1.0
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.7
version: 2.2.8
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.297.0
speakeasyVersion: 1.299.3
sources:
openapi:
sourceNamespace: openapi
sourceRevisionDigest: sha256:44a79298f4dd116ed3a9e77bb07b3d6c114d9e96957bbad727825fe5f2a078a0
sourceBlobDigest: sha256:10347ed8e7f2381c5ad0321eacfb6241486f76b8f78a0a195f22c7bb77f7c5d7
sourceRevisionDigest: sha256:14930e2b5e8fff496c38443e78806ba68c35da0da310e3b035c7d2d48955b159
sourceBlobDigest: sha256:6c5cca209b61d8a07637cd9b482d4bb1ef4eb8c59141b79fc2b12b42b65b999a
tags:
- latest
- main
targets:
first-target:
source: openapi
sourceNamespace: openapi
sourceRevisionDigest: sha256:44a79298f4dd116ed3a9e77bb07b3d6c114d9e96957bbad727825fe5f2a078a0
sourceBlobDigest: sha256:10347ed8e7f2381c5ad0321eacfb6241486f76b8f78a0a195f22c7bb77f7c5d7
sourceRevisionDigest: sha256:14930e2b5e8fff496c38443e78806ba68c35da0da310e3b035c7d2d48955b159
sourceBlobDigest: sha256:6c5cca209b61d8a07637cd9b482d4bb1ef4eb8c59141b79fc2b12b42b65b999a
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 @@ -136,4 +136,14 @@ Based on:
### Generated
- [typescript v2.2.7] .
### Releases
- [NPM v2.2.7] https://www.npmjs.com/package/shippo/v/2.2.7 - .
- [NPM v2.2.7] https://www.npmjs.com/package/shippo/v/2.2.7 - .

## 2024-05-30 18:29:17
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.299.3 (2.338.7) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v2.2.8] .
### Releases
- [NPM v2.2.8] https://www.npmjs.com/package/shippo/v/2.2.8 - .
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.7",
"version": "2.2.8",
"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.7",
"version": "2.2.8",
"author": "Shippo",
"license": "MIT",
"main": "./index.js",
Expand Down
6 changes: 3 additions & 3 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.7",
genVersion: "2.338.1",
userAgent: "speakeasy-sdk/typescript 2.2.7 2.338.1 2018-02-08 shippo",
sdkVersion: "2.2.8",
genVersion: "2.338.7",
userAgent: "speakeasy-sdk/typescript 2.2.8 2.338.7 2018-02-08 shippo",
} as const;
2 changes: 1 addition & 1 deletion src/sdk/batches.ts
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ export class Batches extends ClientSDK {
const response = await this.do$(request$, doOptions);

const [result$] = await this.matcher<components.Batch>()
.json(200, components.Batch$)
.json(202, components.Batch$)
.fail([400, "4XX", "5XX"])
.match(response);

Expand Down

0 comments on commit 5653e2e

Please sign in to comment.