mirror of
https://github.com/LukeHagar/Coolify-TypeScript-SDK.git
synced 2025-12-06 04:19:26 +00:00
20 lines
686 B
YAML
20 lines
686 B
YAML
workflowVersion: 1.0.0
|
|
speakeasyVersion: latest
|
|
sources:
|
|
Coolify-OAS:
|
|
inputs:
|
|
- location: https://raw.githubusercontent.com/coollabsio/coolify/refs/heads/main/openapi.yaml
|
|
overlays:
|
|
- location: ./speakeasy-suggested-name-overlay.yaml
|
|
- location: ./speakeasy-suggested-error-overlay.yaml
|
|
registry:
|
|
location: registry.speakeasyapi.dev/lukehagar/lukehagar/coolify-oas
|
|
targets:
|
|
coolify:
|
|
target: typescript
|
|
source: Coolify-OAS
|
|
codeSamples:
|
|
registry:
|
|
location: registry.speakeasyapi.dev/lukehagar/lukehagar/coolify-oas-code-samples
|
|
blocking: false
|