Skip to content

Commit 696d3a8

Browse files
authored
Merge pull request #9 from Gusto/speakeasy-sdk-regen-1738195948
chore: 🐝 Update SDK - Generate Clients 0.1.5
2 parents c7a45da + 07b618b commit 696d3a8

File tree

1,393 files changed

+46029
-5610
lines changed

Some content is hidden

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

1,393 files changed

+46029
-5610
lines changed

β€Ž.speakeasy/workflow.lock

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,42 @@
1-
speakeasyVersion: 1.476.0
1+
speakeasyVersion: 1.481.1
22
sources:
33
GustoEmbedded-OAS:
44
sourceNamespace: gusto-embedded-oas
5-
sourceRevisionDigest: sha256:87b60bce94cefb19e7d1d550fc08554d689892ea9f656c3ab3097a9c13f5b8dc
6-
sourceBlobDigest: sha256:4690b51f54f8cdcd650967cfb7fea502a4fc64250aa9eab064cbfba4531e72d3
5+
sourceRevisionDigest: sha256:b8ccd9c54ce42543d40145452547d9e85117f77def69f9a48a1e3c6e1aa2396e
6+
sourceBlobDigest: sha256:6dfecc5db3b054cf50ecae2721910db17389763b34e786b79ef14cd85fd36b2e
77
tags:
88
- latest
9+
- speakeasy-sdk-regen-1738195948
910
- "2024-04-01"
1011
targets:
1112
gusto-embedded:
1213
source: GustoEmbedded-OAS
1314
sourceNamespace: gusto-embedded-oas
14-
sourceRevisionDigest: sha256:87b60bce94cefb19e7d1d550fc08554d689892ea9f656c3ab3097a9c13f5b8dc
15-
sourceBlobDigest: sha256:4690b51f54f8cdcd650967cfb7fea502a4fc64250aa9eab064cbfba4531e72d3
15+
sourceRevisionDigest: sha256:b8ccd9c54ce42543d40145452547d9e85117f77def69f9a48a1e3c6e1aa2396e
16+
sourceBlobDigest: sha256:6dfecc5db3b054cf50ecae2721910db17389763b34e786b79ef14cd85fd36b2e
1617
codeSamplesNamespace: gusto-embedded-oas-typescript-code-samples
17-
codeSamplesRevisionDigest: sha256:32ce2860ec35ba0dc3533f19a3481abf19e35a68bcc8b7d4560a59226a5f1989
18+
codeSamplesRevisionDigest: sha256:11834aa55388e94d51295b2ed5f51873b89481cd0543d1a95e51a0b3bfe97c7c
1819
workflow:
1920
workflowVersion: 1.0.0
2021
speakeasyVersion: latest
2122
sources:
2223
GustoEmbedded-OAS:
2324
inputs:
24-
- location: https://raw.githubusercontent.com/Gusto/Gusto-Partner-API/refs/heads/ar/new-github-action/generated/embedded/api.v2024-04-01.embedded.yaml
25+
- location: https://raw.githubusercontent.com/Gusto/Gusto-Partner-API/refs/heads/main/generated/embedded/api.v2024-04-01.embedded.yaml
2526
authHeader: Authorization
2627
authSecret: $openapi_doc_auth_token
2728
overlays:
28-
- location: .speakeasy/speakeasy-modifications-overlay.yaml
29+
- location: gusto_embedded/.speakeasy/speakeasy-modifications-overlay.yaml
2930
registry:
3031
location: registry.speakeasyapi.dev/gusto/ruby-sdk/gusto-embedded-oas
3132
targets:
3233
gusto-embedded:
3334
target: typescript
3435
source: GustoEmbedded-OAS
36+
output: ./gusto_embedded
37+
publish:
38+
npm:
39+
token: $npm_token
3540
codeSamples:
3641
registry:
3742
location: registry.speakeasyapi.dev/gusto/ruby-sdk/gusto-embedded-oas-typescript-code-samples

β€Žgusto_embedded/.devcontainer/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
<div align="center">
3+
<a href="https://codespaces.new/Gusto/gusto-typescript-client.git/tree/main"><img src="https://github.com/codespaces/badge.svg" /></a>
4+
</div>
5+
<br>
6+
27
> **Remember to shutdown a GitHub Codespace when it is not in use!**
38
49
# Dev Containers Quick Start

β€Žgusto_embedded/.devcontainer/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mkdir samples
1010
npm install
1111
npm install -g ts-node
1212
npm link
13-
npm link gusto-embedded
13+
npm link @gusto/embedded-api
1414
TS_CONFIG_CONTENT=$(cat <<EOL
1515
{
1616
"compilerOptions": {

β€Žgusto_embedded/.eslintrc.cjs

Lines changed: 0 additions & 28 deletions
This file was deleted.

β€Žgusto_embedded/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/.eslintcache
12
/models
23
/models/errors
34
/types

β€Žgusto_embedded/.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
!/**/*.json
88
!/**/*.map
99

10-
/.eslintrc.js
10+
/eslint.config.mjs
1111
/cjs
1212
/.tshy
1313
/.tshy-*

0 commit comments

Comments
Β (0)