Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ workflow:
sources:
stacks-source:
inputs:
- location: ./releases/base.yaml
- location: ./components/auth.openapi.yaml
modelNamespace: auth
- location: ./components/gateway.openapi.yaml
Expand All @@ -33,6 +32,7 @@ workflow:
modelNamespace: orchestration
- location: ./components/reconciliation.openapi.yaml
modelNamespace: reconciliation
- location: ./releases/base.yaml
overlays:
- location: ./releases/overlays/shared.overlay.yaml
output: ./releases/build/generate.json
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ speakeasyVersion: latest
sources:
stacks-source:
inputs:
- location: ./releases/base.yaml
- location: ./components/auth.openapi.yaml
modelNamespace: auth
- location: ./components/gateway.openapi.yaml
Expand All @@ -22,6 +21,7 @@ sources:
modelNamespace: orchestration
- location: ./components/reconciliation.openapi.yaml
modelNamespace: reconciliation
- location: ./releases/base.yaml
overlays:
- location: ./releases/overlays/shared.overlay.yaml
output: ./releases/build/generate.json
Expand Down
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ prepend-paths: download-specs
# Build the merged OpenAPI spec using Speakeasy
build-openapi version="v0.0.0": prepend-paths
mkdir -p releases/build
speakeasy run -s all
speakeasy run -s all --skip-upload-spec
cd releases && sed -i'' -e 's/SDK_VERSION/{{version}}/g' build/generate.json

# Generate event schemas
Expand Down
Loading