Skip to content

Commit ced982f

Browse files
committed
wip
1 parent 235acc0 commit ced982f

File tree

10 files changed

+186
-30
lines changed

10 files changed

+186
-30
lines changed

.speakeasy/workflow.lock

+35-5
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
6+
sourceBlobDigest: sha256:8cb7d7d6ab90af686f6647092eb52e63c492963d61184dc935d869b487d23dcc
7+
tags:
8+
- latest
9+
- "2024-04-01"
10+
GustoEmbedded-local:
11+
sourceNamespace: gusto-embedded-local
12+
sourceRevisionDigest: sha256:b958fa00e1426745ebc9ea4a137dc9d6c00c1ac1570b802ca2c5af0f379e5984
613
sourceBlobDigest: sha256:8cb7d7d6ab90af686f6647092eb52e63c492963d61184dc935d869b487d23dcc
714
tags:
815
- latest
9-
- speakeasy-sdk-regen-1743811995
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:b958fa00e1426745ebc9ea4a137dc9d6c00c1ac1570b802ca2c5af0f379e5984
29+
sourceBlobDigest: sha256:8cb7d7d6ab90af686f6647092eb52e63c492963d61184dc935d869b487d23dcc
30+
codeSamplesNamespace: gusto-embedded-local-typescript-code-samples
31+
codeSamplesRevisionDigest: sha256:a8064440aaaf20c639763494f8ce59b5869847d0940b86b2cce7045abce3476d
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

+18-1
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)