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.477.2
sources:
merge-code-samples-into-spec:
sourceNamespace: merge-code-samples-into-spec
sourceRevisionDigest: sha256:a4c02d4e0404ea0c56df317555cae382d1b4e9cd1345c025a9d893413bd8dd57
sourceBlobDigest: sha256:94b454b1efddba947fcaedc280d57e76ddc85567aaad2e55181707f9ed7b21d9
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