Skip to content

Commit 5652ffe

Browse files
authored
Merge pull request #42 from Gusto/speakeasy-sdk-regen-1743034410
chore: 🐝 Update SDK - Generate Clients GUSTO-EMBEDDED 0.5.7
2 parents b3f64bf + 6756435 commit 5652ffe

22 files changed

+400
-400
lines changed

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.523.2
1+
speakeasyVersion: 1.525.2
22
sources:
33
GustoEmbedded-OAS:
44
sourceNamespace: gusto-embedded-oas
5-
sourceRevisionDigest: sha256:49e2c45ffc7d5074a267a32cec3a9e3fdf51fd136d7380276d9880d0bc16bc74
6-
sourceBlobDigest: sha256:14abacdc5f636c4f884328990f4351d88566a6ffcb2869cd818e0f317b87adf7
5+
sourceRevisionDigest: sha256:58a71327018a7afe5b9f0737ddaa07c00dbd209bec679dbc4389cf0061310f02
6+
sourceBlobDigest: sha256:687842f700a87c82ba30231cdecaba3b0af5bfa152abe16b3f6cea7d355b151d
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1743010219
9+
- speakeasy-sdk-regen-1743034410
1010
- "2024-04-01"
1111
targets:
1212
gusto-embedded:
1313
source: GustoEmbedded-OAS
1414
sourceNamespace: gusto-embedded-oas
15-
sourceRevisionDigest: sha256:49e2c45ffc7d5074a267a32cec3a9e3fdf51fd136d7380276d9880d0bc16bc74
16-
sourceBlobDigest: sha256:14abacdc5f636c4f884328990f4351d88566a6ffcb2869cd818e0f317b87adf7
15+
sourceRevisionDigest: sha256:58a71327018a7afe5b9f0737ddaa07c00dbd209bec679dbc4389cf0061310f02
16+
sourceBlobDigest: sha256:687842f700a87c82ba30231cdecaba3b0af5bfa152abe16b3f6cea7d355b151d
1717
codeSamplesNamespace: gusto-embedded-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:2ded6125f44ab714fce88bbde17120523f2e95ea8aed437ff4c2c65f05952ad2
18+
codeSamplesRevisionDigest: sha256:f0c4ec1629c73d598c5686b49c7f9c45d349f8858603e3a781c2bebd6de397a5
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

gusto_embedded/.speakeasy/gen.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: f0264e24-cbe2-4074-b157-7a6ba8979508
33
management:
4-
docChecksum: daf9c178abf39865e8f9a043cbe12dd4
4+
docChecksum: 040871ecd05195c4f0c000645be00a17
55
docVersion: "2024-04-01"
6-
speakeasyVersion: 1.523.2
7-
generationVersion: 2.560.1
8-
releaseVersion: 0.5.6
9-
configChecksum: 239c4dee373a3435320fc8dd2651e571
6+
speakeasyVersion: 1.525.2
7+
generationVersion: 2.562.3
8+
releaseVersion: 0.5.7
9+
configChecksum: eb9a288a5e984d5e6bed2236f9b00fea
1010
repoURL: https://github.com/Gusto/gusto-typescript-client.git
1111
repoSubDirectory: gusto_embedded
1212
installationURL: https://gitpkg.now.sh/Gusto/gusto-typescript-client/gusto_embedded
@@ -1212,6 +1212,7 @@ generatedFiles:
12121212
- docs/sdks/recoverycases/README.md
12131213
- docs/sdks/reports/README.md
12141214
- docs/sdks/signatories/README.md
1215+
- docs/sdks/suspensions/README.md
12151216
- docs/sdks/taxrequirements/README.md
12161217
- docs/sdks/timeoffpolicies/README.md
12171218
- docs/sdks/webhooks/README.md
@@ -1231,13 +1232,13 @@ generatedFiles:
12311232
- src/funcs/companiesCreatePartnerManaged.ts
12321233
- src/funcs/companiesFinishOnboarding.ts
12331234
- src/funcs/companiesGet.ts
1234-
- src/funcs/companiesGetCompaniesCompanyUuidSuspensions.ts
12351235
- src/funcs/companiesGetCustomFields.ts
12361236
- src/funcs/companiesGetOnboardingStatus.ts
12371237
- src/funcs/companiesListAdmins.ts
12381238
- src/funcs/companiesMigrate.ts
1239-
- src/funcs/companiesPostCompaniesCompanyUuidSuspensions.ts
12401239
- src/funcs/companiesRetrieveTermsOfService.ts
1240+
- src/funcs/companiesSuspensionsGet.ts
1241+
- src/funcs/companiesSuspensionsSuspend.ts
12411242
- src/funcs/companiesUpdate.ts
12421243
- src/funcs/companyAttachmentGetDownloadUrl.ts
12431244
- src/funcs/companyAttachmentsCreate.ts
@@ -1907,13 +1908,13 @@ generatedFiles:
19071908
- src/react-query/companiesCreatePartnerManaged.ts
19081909
- src/react-query/companiesFinishOnboarding.ts
19091910
- src/react-query/companiesGet.ts
1910-
- src/react-query/companiesGetCompaniesCompanyUuidSuspensions.ts
19111911
- src/react-query/companiesGetCustomFields.ts
19121912
- src/react-query/companiesGetOnboardingStatus.ts
19131913
- src/react-query/companiesListAdmins.ts
19141914
- src/react-query/companiesMigrate.ts
1915-
- src/react-query/companiesPostCompaniesCompanyUuidSuspensions.ts
19161915
- src/react-query/companiesRetrieveTermsOfService.ts
1916+
- src/react-query/companiesSuspensionsGet.ts
1917+
- src/react-query/companiesSuspensionsSuspend.ts
19171918
- src/react-query/companiesUpdate.ts
19181919
- src/react-query/companyAttachmentGetDownloadUrl.ts
19191920
- src/react-query/companyAttachmentsCreate.ts
@@ -2192,6 +2193,7 @@ generatedFiles:
21922193
- src/sdk/reports.ts
21932194
- src/sdk/sdk.ts
21942195
- src/sdk/signatories.ts
2196+
- src/sdk/suspensions.ts
21952197
- src/sdk/taxrequirements.ts
21962198
- src/sdk/timeoffpolicies.ts
21972199
- src/sdk/webhooks.ts

gusto_embedded/.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ generation:
1818
oAuth2ClientCredentialsEnabled: true
1919
oAuth2PasswordEnabled: true
2020
typescript:
21-
version: 0.5.6
21+
version: 0.5.7
2222
additionalDependencies:
2323
dependencies: {}
2424
devDependencies: {}

gusto_embedded/README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,11 @@ run();
215215
* [getOnboardingStatus](docs/sdks/companies/README.md#getonboardingstatus) - Get the company's onboarding status
216216
* [finishOnboarding](docs/sdks/companies/README.md#finishonboarding) - Finish company onboarding
217217
* [getCustomFields](docs/sdks/companies/README.md#getcustomfields) - Get the custom fields of a company
218-
* [getCompaniesCompanyUuidSuspensions](docs/sdks/companies/README.md#getcompaniescompanyuuidsuspensions) - Get suspensions for this company
219-
* [postCompaniesCompanyUuidSuspensions](docs/sdks/companies/README.md#postcompaniescompanyuuidsuspensions) - Suspend a company's account
218+
219+
#### [companies.suspensions](docs/sdks/suspensions/README.md)
220+
221+
* [get](docs/sdks/suspensions/README.md#get) - Get suspensions for this company
222+
* [suspend](docs/sdks/suspensions/README.md#suspend) - Suspend a company's account
220223

221224
### [companyAttachment](docs/sdks/companyattachment/README.md)
222225

@@ -615,13 +618,13 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
615618
- [`companiesCreatePartnerManaged`](docs/sdks/companies/README.md#createpartnermanaged) - Create a partner managed company
616619
- [`companiesFinishOnboarding`](docs/sdks/companies/README.md#finishonboarding) - Finish company onboarding
617620
- [`companiesGet`](docs/sdks/companies/README.md#get) - Get a company
618-
- [`companiesGetCompaniesCompanyUuidSuspensions`](docs/sdks/companies/README.md#getcompaniescompanyuuidsuspensions) - Get suspensions for this company
619621
- [`companiesGetCustomFields`](docs/sdks/companies/README.md#getcustomfields) - Get the custom fields of a company
620622
- [`companiesGetOnboardingStatus`](docs/sdks/companies/README.md#getonboardingstatus) - Get the company's onboarding status
621623
- [`companiesListAdmins`](docs/sdks/companies/README.md#listadmins) - Get all the admins at a company
622624
- [`companiesMigrate`](docs/sdks/companies/README.md#migrate) - Migrate company to embedded payroll
623-
- [`companiesPostCompaniesCompanyUuidSuspensions`](docs/sdks/companies/README.md#postcompaniescompanyuuidsuspensions) - Suspend a company's account
624625
- [`companiesRetrieveTermsOfService`](docs/sdks/companies/README.md#retrievetermsofservice) - Retrieve terms of service status for a company user
626+
- [`companiesSuspensionsGet`](docs/sdks/suspensions/README.md#get) - Get suspensions for this company
627+
- [`companiesSuspensionsSuspend`](docs/sdks/suspensions/README.md#suspend) - Suspend a company's account
625628
- [`companiesUpdate`](docs/sdks/companies/README.md#update) - Update a company
626629
- [`companyAttachmentGetDownloadUrl`](docs/sdks/companyattachment/README.md#getdownloadurl) - Get a temporary url to download the Company Attachment file
627630
- [`companyAttachmentsCreate`](docs/sdks/companyattachments/README.md#create) - Create Company Attachment and Upload File
@@ -889,13 +892,13 @@ To learn about this feature and how to get started, check
889892
- [`useCompaniesCreatePartnerManagedMutation`](docs/sdks/companies/README.md#createpartnermanaged) - Create a partner managed company
890893
- [`useCompaniesFinishOnboardingMutation`](docs/sdks/companies/README.md#finishonboarding) - Finish company onboarding
891894
- [`useCompaniesGet`](docs/sdks/companies/README.md#get) - Get a company
892-
- [`useCompaniesGetCompaniesCompanyUuidSuspensions`](docs/sdks/companies/README.md#getcompaniescompanyuuidsuspensions) - Get suspensions for this company
893895
- [`useCompaniesGetCustomFields`](docs/sdks/companies/README.md#getcustomfields) - Get the custom fields of a company
894896
- [`useCompaniesGetOnboardingStatus`](docs/sdks/companies/README.md#getonboardingstatus) - Get the company's onboarding status
895897
- [`useCompaniesListAdmins`](docs/sdks/companies/README.md#listadmins) - Get all the admins at a company
896898
- [`useCompaniesMigrateMutation`](docs/sdks/companies/README.md#migrate) - Migrate company to embedded payroll
897-
- [`useCompaniesPostCompaniesCompanyUuidSuspensionsMutation`](docs/sdks/companies/README.md#postcompaniescompanyuuidsuspensions) - Suspend a company's account
898899
- [`useCompaniesRetrieveTermsOfServiceMutation`](docs/sdks/companies/README.md#retrievetermsofservice) - Retrieve terms of service status for a company user
900+
- [`useCompaniesSuspensionsGet`](docs/sdks/suspensions/README.md#get) - Get suspensions for this company
901+
- [`useCompaniesSuspensionsSuspendMutation`](docs/sdks/suspensions/README.md#suspend) - Suspend a company's account
899902
- [`useCompaniesUpdateMutation`](docs/sdks/companies/README.md#update) - Update a company
900903
- [`useCompanyAttachmentGetDownloadUrl`](docs/sdks/companyattachment/README.md#getdownloadurl) - Get a temporary url to download the Company Attachment file
901904
- [`useCompanyAttachmentsCreateMutation`](docs/sdks/companyattachments/README.md#create) - Create Company Attachment and Upload File

gusto_embedded/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,14 @@ Based on:
158158
### Generated
159159
- [typescript v0.5.6] gusto_embedded
160160
### Releases
161-
- [NPM v0.5.6] https://www.npmjs.com/package/@gusto/embedded-api/v/0.5.6 - gusto_embedded
161+
- [NPM v0.5.6] https://www.npmjs.com/package/@gusto/embedded-api/v/0.5.6 - gusto_embedded
162+
163+
## 2025-03-28 00:13:12
164+
### Changes
165+
Based on:
166+
- OpenAPI Doc
167+
- Speakeasy CLI 1.525.2 (2.562.3) https://github.com/speakeasy-api/speakeasy
168+
### Generated
169+
- [typescript v0.5.7] gusto_embedded
170+
### Releases
171+
- [NPM v0.5.7] https://www.npmjs.com/package/@gusto/embedded-api/v/0.5.7 - gusto_embedded

gusto_embedded/docs/models/components/historicalemployeebody.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { HistoricalEmployeeBody } from "@gusto/embedded-api/models/components/hi
88
let value: HistoricalEmployeeBody = {
99
firstName: "Collin",
1010
lastName: "Satterfield",
11-
dateOfBirth: "1975-02-20",
11+
dateOfBirth: "1975-02-22",
1212
ssn: "<value>",
1313
workAddress: {},
1414
homeAddress: {

gusto_embedded/docs/models/operations/postv1historicalemployeesrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let value: PostV1HistoricalEmployeesRequest = {
1010
historicalEmployeeBody: {
1111
firstName: "Emmie",
1212
lastName: "Rippin",
13-
dateOfBirth: "1951-02-25",
13+
dateOfBirth: "1951-02-27",
1414
ssn: "<value>",
1515
workAddress: {},
1616
homeAddress: {

gusto_embedded/docs/models/operations/putv1historicalemployeesrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let value: PutV1HistoricalEmployeesRequest = {
1212
version: "<value>",
1313
firstName: "Herminia",
1414
lastName: "Durgan",
15-
dateOfBirth: "2002-12-22",
15+
dateOfBirth: "2002-12-23",
1616
ssn: "<value>",
1717
workAddress: {},
1818
homeAddress: {

gusto_embedded/docs/models/operations/putv1historicalemployeesrequestbody.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let value: PutV1HistoricalEmployeesRequestBody = {
1111
version: "<value>",
1212
firstName: "Okey",
1313
lastName: "Mueller",
14-
dateOfBirth: "1962-06-01",
14+
dateOfBirth: "1962-06-02",
1515
ssn: "<value>",
1616
workAddress: {},
1717
homeAddress: {

0 commit comments

Comments
 (0)