Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.413.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Oct 9, 2024
1 parent 92514ab commit 6b1f6f3
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package/.speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ speakeasyVersion: 1.413.0
sources:
petstore-oas:
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:e09523de4972de9f4e0e248e22d383546760552d9c1b921cea56eb807d00f9aa
sourceRevisionDigest: sha256:c8936e0a50e98b34f35e247691120b06a4ecce4d7d8a8ba179d6ef9398abf185
sourceBlobDigest: sha256:ea345c5fff9396f9d26f06eb40051420eb8f4754000693080ce1ac6f4d44a179
tags:
- latest
Expand All @@ -11,7 +11,7 @@ targets:
petstore:
source: petstore-oas
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:e09523de4972de9f4e0e248e22d383546760552d9c1b921cea56eb807d00f9aa
sourceRevisionDigest: sha256:c8936e0a50e98b34f35e247691120b06a4ecce4d7d8a8ba179d6ef9398abf185
sourceBlobDigest: sha256:ea345c5fff9396f9d26f06eb40051420eb8f4754000693080ce1ac6f4d44a179
workflow:
workflowVersion: 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions package/sdk/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 1.0.0
speakeasyVersion: 1.413.0
generationVersion: 2.436.3
releaseVersion: 0.1.2
configChecksum: d79bbba58b8a9908202c3cb7ff66b042
releaseVersion: 0.1.3
configChecksum: 7acdfb5bd369949e11a5eed2d9896ec0
repoURL: https://github.com/ryan-timothy-albert/test_nested_repo.git
repoSubDirectory: package/sdk
installationURL: https://gitpkg.now.sh/ryan-timothy-albert/test_nested_repo/package/sdk
Expand Down
2 changes: 1 addition & 1 deletion package/sdk/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
typescript:
version: 0.1.2
version: 0.1.3
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
12 changes: 11 additions & 1 deletion package/sdk/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,14 @@ Based on:
### Generated
- [typescript v0.1.2] package/sdk
### Releases
- [NPM v0.1.2] https://www.npmjs.com/package/ryan-total-test-act/v/0.1.2 - package/sdk
- [NPM v0.1.2] https://www.npmjs.com/package/ryan-total-test-act/v/0.1.2 - package/sdk

## 2024-10-09 04:39:23
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.413.0 (2.436.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.1.3] package/sdk
### Releases
- [NPM v0.1.3] https://www.npmjs.com/package/ryan-total-test-act/v/0.1.3 - package/sdk
2 changes: 1 addition & 1 deletion package/sdk/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "ryan-total-test-act",
"version": "0.1.2",
"version": "0.1.3",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions package/sdk/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/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ryan-total-test-act",
"version": "0.1.2",
"version": "0.1.3",
"author": "ryan-timothy-albert",
"main": "./index.js",
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions package/sdk/src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.0.0",
sdkVersion: "0.1.2",
sdkVersion: "0.1.3",
genVersion: "2.436.3",
userAgent: "speakeasy-sdk/typescript 0.1.2 2.436.3 1.0.0 ryan-total-test-act",
userAgent: "speakeasy-sdk/typescript 0.1.3 2.436.3 1.0.0 ryan-total-test-act",
} as const;

0 comments on commit 6b1f6f3

Please sign in to comment.