File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
gusto_embedded/.speakeasy Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,13 @@ sources:
10
10
- location : gusto_embedded/.speakeasy/speakeasy-modifications-overlay.yaml
11
11
registry :
12
12
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
13
20
targets :
14
21
gusto-embedded :
15
22
target : typescript
@@ -24,3 +31,13 @@ targets:
24
31
labelOverride :
25
32
fixedValue : Typescript (SDK)
26
33
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
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ generation:
16
16
oAuth2ClientCredentialsEnabled : true
17
17
oAuth2PasswordEnabled : true
18
18
typescript :
19
- version : 0.1.5
19
+ version : 0.1.11
20
20
additionalDependencies :
21
21
dependencies : {}
22
22
devDependencies : {}
You can’t perform that action at this time.
0 commit comments