@@ -2,23 +2,36 @@ speakeasyVersion: 1.525.2
2
2
sources:
3
3
GustoEmbedded-OAS:
4
4
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
6
13
sourceBlobDigest: sha256:8cb7d7d6ab90af686f6647092eb52e63c492963d61184dc935d869b487d23dcc
7
14
tags:
8
15
- latest
9
- - speakeasy-sdk-regen-1743811995
10
16
- "2024-04-01"
11
17
targets:
12
18
gusto-embedded:
13
19
source: GustoEmbedded-OAS
14
20
sourceNamespace: gusto-embedded-oas
15
- sourceRevisionDigest: sha256:6a7950ff2c31a4c64212393827ae14f689c434262b0ff5c3d37f415a0f4a187d
21
+ sourceRevisionDigest: sha256:757faeace32fceefa1c486515cbd4b902e787957af0937115410b9aac266a229
16
22
sourceBlobDigest: sha256:8cb7d7d6ab90af686f6647092eb52e63c492963d61184dc935d869b487d23dcc
17
23
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
19
32
workflow:
20
33
workflowVersion: 1.0.0
21
- speakeasyVersion: latest
34
+ speakeasyVersion: 1.525.2
22
35
sources:
23
36
GustoEmbedded-OAS:
24
37
inputs:
@@ -31,6 +44,13 @@ workflow:
31
44
authSecret: $openapi_doc_auth_token
32
45
registry:
33
46
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
34
54
targets:
35
55
gusto-embedded:
36
56
target: typescript
@@ -44,3 +64,13 @@ workflow:
44
64
location: registry.speakeasyapi.dev/gusto/ruby-sdk/gusto-embedded-oas-typescript-code-samples
45
65
labelOverride:
46
66
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
0 commit comments