Skip to content

Commit 61a0f82

Browse files
authored
Merge pull request #11 from Gusto/ar/local-workflow
Adds local target to Speakeasy workflow file
2 parents 696d3a8 + 6d51451 commit 61a0f82

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.speakeasy/workflow.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ sources:
1010
- location: gusto_embedded/.speakeasy/speakeasy-modifications-overlay.yaml
1111
registry:
1212
location: registry.speakeasyapi.dev/gusto/ruby-sdk/gusto-embedded-oas
13+
GustoEmbedded-local:
14+
inputs:
15+
- location: ../Gusto-Partner-API/generated/embedded/api.v2024-04-01.embedded.yaml
16+
overlays:
17+
- location: gusto_embedded/.speakeasy/speakeasy-modifications-overlay.yaml
18+
registry:
19+
location: registry.speakeasyapi.dev/gusto/ruby-sdk/gusto-embedded-local
1320
targets:
1421
gusto-embedded:
1522
target: typescript
@@ -24,3 +31,13 @@ targets:
2431
labelOverride:
2532
fixedValue: Typescript (SDK)
2633
blocking: false
34+
local:
35+
target: typescript
36+
source: GustoEmbedded-local
37+
output: ./gusto_embedded
38+
codeSamples:
39+
registry:
40+
location: registry.speakeasyapi.dev/gusto/ruby-sdk/gusto-embedded-oas-typescript-code-samples
41+
labelOverride:
42+
fixedValue: Typescript (SDK)
43+
blocking: false

gusto_embedded/.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ generation:
1616
oAuth2ClientCredentialsEnabled: true
1717
oAuth2PasswordEnabled: true
1818
typescript:
19-
version: 0.1.5
19+
version: 0.1.11
2020
additionalDependencies:
2121
dependencies: {}
2222
devDependencies: {}

0 commit comments

Comments
 (0)