From 30fd5218c5bb9e18e8897960cfe955bd232187dc Mon Sep 17 00:00:00 2001 From: Maxence Maireaux Date: Tue, 31 Mar 2026 09:59:52 +0200 Subject: [PATCH] feat: debug Speakeasy --- .speakeasy/workflow.yaml | 62 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) diff --git a/.speakeasy/workflow.yaml b/.speakeasy/workflow.yaml index 1be3f38d05..56942cc451 100644 --- a/.speakeasy/workflow.yaml +++ b/.speakeasy/workflow.yaml @@ -27,4 +27,64 @@ sources: output: ./releases/build/generate.json registry: location: registry.speakeasyapi.dev/formance/formance/stacks-source -targets: {} +targets: + csharp-sdk: + target: csharp + source: stacks-source + output: ./sdks/csharp + codeSamples: + registry: + location: registry.speakeasyapi.dev/formance/formance/stacks-source-csharp-code-samples + labelOverride: + fixedValue: Csharp (SDK) + blocking: false + go-sdk: + target: go + source: stacks-source + output: ./sdks/go + codeSamples: + registry: + location: registry.speakeasyapi.dev/formance/formance/stacks-source-go-code-samples + labelOverride: + fixedValue: Go (SDK) + blocking: false + java-sdk: + target: java + source: stacks-source + output: ./sdks/java + codeSamples: + registry: + location: registry.speakeasyapi.dev/formance/formance/stacks-source-java-code-samples + labelOverride: + fixedValue: Java (SDK) + blocking: false + php-sdk: + target: php + source: stacks-source + output: ./sdks/php + codeSamples: + registry: + location: registry.speakeasyapi.dev/formance/formance/stacks-source-php-code-samples + labelOverride: + fixedValue: Php (SDK) + blocking: false + python-sdk: + target: python + source: stacks-source + output: ./sdks/python + codeSamples: + registry: + location: registry.speakeasyapi.dev/formance/formance/stacks-source-python-code-samples + labelOverride: + fixedValue: Python (SDK) + blocking: false + typescript-sdk: + target: typescript + source: stacks-source + output: ./sdks/typescript + codeSamples: + registry: + location: registry.speakeasyapi.dev/formance/formance/stacks-source-typescript-code-samples + labelOverride: + fixedValue: Typescript (SDK) + blocking: false