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 Specs - Merge Code Samples Into OpenAPI Spec #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
26 changes: 26 additions & 0 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
speakeasyVersion: 1.463.1
sources:
merge-code-samples-into-spec:
sourceNamespace: merge-code-samples-into-spec
sourceRevisionDigest: sha256:0136d5fdb6bbd7de537d021c22145e13a02195b23569a47843c7bab1023210f3
sourceBlobDigest: sha256:3745defa5741d15f5f03cec1151b4fe798d672c84a8a484b8c0207e2e3742417
tags:
- latest
- speakeasy-sdk-regen-1733963588
- 0.0.1
targets: {}
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
merge-code-samples-into-spec:
inputs:
- location: registry.speakeasyapi.dev/hathora/hathora/my-source
overlays:
- location: registry.speakeasyapi.dev/hathora/hathora/code-samples-unity-cloud-sdk-unity:main
- location: registry.speakeasyapi.dev/hathora/hathora/code-samples-typescript-hathora-typescript:main
- location: registry.speakeasyapi.dev/hathora/hathora/code-samples-java-hathora-java:main
output: openapi-with-code-samples.json
registry:
location: registry.speakeasyapi.dev/hathora/hathora/merge-code-samples-into-spec
targets: {}
3 changes: 3 additions & 0 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
merge-code-samples-into-spec:
inputs:
Expand All @@ -8,4 +9,6 @@ sources:
- location: registry.speakeasyapi.dev/hathora/hathora/code-samples-typescript-hathora-typescript:main
- location: registry.speakeasyapi.dev/hathora/hathora/code-samples-java-hathora-java:main
output: openapi-with-code-samples.json
registry:
location: registry.speakeasyapi.dev/hathora/hathora/merge-code-samples-into-spec
targets: {}
Loading