Skip to content

Commit a2ceb97

Browse files
committed
wip
1 parent 235acc0 commit a2ceb97

36 files changed

+358
-202
lines changed

.speakeasy/workflow.lock

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,36 @@ speakeasyVersion: 1.525.2
22
sources:
33
GustoEmbedded-OAS:
44
sourceNamespace: gusto-embedded-oas
5-
sourceRevisionDigest: sha256:6a7950ff2c31a4c64212393827ae14f689c434262b0ff5c3d37f415a0f4a187d
5+
sourceRevisionDigest: sha256:757faeace32fceefa1c486515cbd4b902e787957af0937115410b9aac266a229
66
sourceBlobDigest: sha256:8cb7d7d6ab90af686f6647092eb52e63c492963d61184dc935d869b487d23dcc
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1743811995
9+
- "2024-04-01"
10+
GustoEmbedded-local:
11+
sourceNamespace: gusto-embedded-local
12+
sourceRevisionDigest: sha256:063d27c08e881096eb9495325a7ec7c3289b83c6a221339820bb1fd658669fc5
13+
sourceBlobDigest: sha256:6ca9cc307dc49b4b70c0569eee3479cad28b683f1441096b71716ee1da5e9263
14+
tags:
15+
- latest
1016
- "2024-04-01"
1117
targets:
1218
gusto-embedded:
1319
source: GustoEmbedded-OAS
1420
sourceNamespace: gusto-embedded-oas
15-
sourceRevisionDigest: sha256:6a7950ff2c31a4c64212393827ae14f689c434262b0ff5c3d37f415a0f4a187d
21+
sourceRevisionDigest: sha256:757faeace32fceefa1c486515cbd4b902e787957af0937115410b9aac266a229
1622
sourceBlobDigest: sha256:8cb7d7d6ab90af686f6647092eb52e63c492963d61184dc935d869b487d23dcc
1723
codeSamplesNamespace: gusto-embedded-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:6b563cfa3d09c0d4fd998e1d840c38c1a7d72c698b1da91de4c91f2ac3271fa0
24+
codeSamplesRevisionDigest: sha256:8851e282b68f2a49b714fc9549827b4ba33ce67f9620982f8f5b2d555264731d
25+
local:
26+
source: GustoEmbedded-local
27+
sourceNamespace: gusto-embedded-local
28+
sourceRevisionDigest: sha256:063d27c08e881096eb9495325a7ec7c3289b83c6a221339820bb1fd658669fc5
29+
sourceBlobDigest: sha256:6ca9cc307dc49b4b70c0569eee3479cad28b683f1441096b71716ee1da5e9263
30+
codeSamplesNamespace: gusto-embedded-local-typescript-code-samples
31+
codeSamplesRevisionDigest: sha256:c329dfd4794a5a982de2d9c1ef1c257d1a92eeb494293c626c3b77fac5258a98
1932
workflow:
2033
workflowVersion: 1.0.0
21-
speakeasyVersion: latest
34+
speakeasyVersion: 1.525.2
2235
sources:
2336
GustoEmbedded-OAS:
2437
inputs:
@@ -31,6 +44,13 @@ workflow:
3144
authSecret: $openapi_doc_auth_token
3245
registry:
3346
location: registry.speakeasyapi.dev/gusto/ruby-sdk/gusto-embedded-oas
47+
GustoEmbedded-local:
48+
inputs:
49+
- location: ../Gusto-Partner-API/generated/embedded/api.v2024-04-01.embedded.yaml
50+
overlays:
51+
- location: ../Gusto-Partner-API/.speakeasy/speakeasy-modifications-overlay.yaml
52+
registry:
53+
location: registry.speakeasyapi.dev/gusto/ruby-sdk/gusto-embedded-local
3454
targets:
3555
gusto-embedded:
3656
target: typescript
@@ -44,3 +64,13 @@ workflow:
4464
location: registry.speakeasyapi.dev/gusto/ruby-sdk/gusto-embedded-oas-typescript-code-samples
4565
labelOverride:
4666
fixedValue: Typescript (SDK)
67+
local:
68+
target: typescript
69+
source: GustoEmbedded-local
70+
output: ./gusto_embedded
71+
codeSamples:
72+
registry:
73+
location: registry.speakeasyapi.dev/gusto/ruby-sdk/gusto-embedded-local-typescript-code-samples
74+
labelOverride:
75+
fixedValue: Typescript (SDK)
76+
blocking: false

.speakeasy/workflow.yaml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
workflowVersion: 1.0.0
2-
speakeasyVersion: latest
2+
speakeasyVersion: 1.525.2
33
sources:
44
GustoEmbedded-OAS:
55
inputs:
@@ -12,6 +12,13 @@ sources:
1212
authSecret: $openapi_doc_auth_token
1313
registry:
1414
location: registry.speakeasyapi.dev/gusto/ruby-sdk/gusto-embedded-oas
15+
GustoEmbedded-local:
16+
inputs:
17+
- location: ../Gusto-Partner-API/generated/embedded/api.v2024-04-01.embedded.yaml
18+
overlays:
19+
- location: ../Gusto-Partner-API/.speakeasy/speakeasy-modifications-overlay.yaml
20+
registry:
21+
location: registry.speakeasyapi.dev/gusto/ruby-sdk/gusto-embedded-local
1522
targets:
1623
gusto-embedded:
1724
target: typescript
@@ -25,3 +32,13 @@ targets:
2532
location: registry.speakeasyapi.dev/gusto/ruby-sdk/gusto-embedded-oas-typescript-code-samples
2633
labelOverride:
2734
fixedValue: Typescript (SDK)
35+
local:
36+
target: typescript
37+
source: GustoEmbedded-local
38+
output: ./gusto_embedded
39+
codeSamples:
40+
registry:
41+
location: registry.speakeasyapi.dev/gusto/ruby-sdk/gusto-embedded-local-typescript-code-samples
42+
labelOverride:
43+
fixedValue: Typescript (SDK)
44+
blocking: false

0 commit comments

Comments
 (0)