Skip to content

Commit 50d86d7

Browse files
committed
wip
1 parent 235acc0 commit 50d86d7

File tree

334 files changed

+1639
-957
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

334 files changed

+1639
-957
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
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:228d6ad04ef57068440db4c1c803a27d378e7c72ffd8bb32d631aa2a4d9de6c5
13+
sourceBlobDigest: sha256:df7d2765ccda9769ce8602199e20ff257ab18b11283af32a59523d289ade3ea9
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:228d6ad04ef57068440db4c1c803a27d378e7c72ffd8bb32d631aa2a4d9de6c5
29+
sourceBlobDigest: sha256:df7d2765ccda9769ce8602199e20ff257ab18b11283af32a59523d289ade3ea9
30+
codeSamplesNamespace: gusto-embedded-local-typescript-code-samples
31+
codeSamplesRevisionDigest: sha256:9d100cdf09e14bb9e31d0409938108c8ec4f282a37649ccc1197206bd95479a6
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)