Skip to content

Commit 1d4feaf

Browse files
authored
Merge pull request #48 from Gusto/speakeasy-sdk-regen-1746176600
chore: 🐝 Update SDK - Generate Clients GUSTO-EMBEDDED 0.5.12
2 parents 6048891 + 0188579 commit 1d4feaf

File tree

311 files changed

+2335
-812
lines changed

Some content is hidden

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

311 files changed

+2335
-812
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.525.2
1+
speakeasyVersion: 1.542.0
22
sources:
33
GustoEmbedded-OAS:
44
sourceNamespace: gusto-embedded-oas
5-
sourceRevisionDigest: sha256:91c018fa809a168b39534b92dd85ae1a442f9e2c0e88ed8a144c99b06b5988f9
6-
sourceBlobDigest: sha256:37549766e4e4aaa724787a0c4d2ebc89fb776a0ccd77ca1836ece4c10a011b95
5+
sourceRevisionDigest: sha256:1edbe2c11880d0b2db66824f3c8928854ab077b842b7d172b4af4c1ebf3136c7
6+
sourceBlobDigest: sha256:23c2c6128efa8b760826b0955b1f98f0750b9e64781827b39efd87bf4b829386
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1744676036
9+
- speakeasy-sdk-regen-1746176600
1010
- "2024-04-01"
1111
targets:
1212
gusto-embedded:
1313
source: GustoEmbedded-OAS
1414
sourceNamespace: gusto-embedded-oas
15-
sourceRevisionDigest: sha256:91c018fa809a168b39534b92dd85ae1a442f9e2c0e88ed8a144c99b06b5988f9
16-
sourceBlobDigest: sha256:37549766e4e4aaa724787a0c4d2ebc89fb776a0ccd77ca1836ece4c10a011b95
15+
sourceRevisionDigest: sha256:1edbe2c11880d0b2db66824f3c8928854ab077b842b7d172b4af4c1ebf3136c7
16+
sourceBlobDigest: sha256:23c2c6128efa8b760826b0955b1f98f0750b9e64781827b39efd87bf4b829386
1717
codeSamplesNamespace: gusto-embedded-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:8851e282b68f2a49b714fc9549827b4ba33ce67f9620982f8f5b2d555264731d
18+
codeSamplesRevisionDigest: sha256:cc2abd997eb84f269ae729423079b5ac652936e41a94857f32c9a7b75e623b2d
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

gusto_embedded/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.DS_Store
2+
**/.speakeasy/temp/
3+
**/.speakeasy/logs/
4+
.DS_Store
15
/mcp-server
26
/bin
37
/.eslintcache

gusto_embedded/.speakeasy/gen.lock

Lines changed: 336 additions & 279 deletions
Large diffs are not rendered by default.

gusto_embedded/.speakeasy/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ generation:
1414
parameterOrderingFeb2024: true
1515
requestResponseComponentNamesFeb2024: true
1616
securityFeb2025: false
17+
sharedErrorComponentsApr2025: false
1718
auth:
1819
oAuth2ClientCredentialsEnabled: true
1920
oAuth2PasswordEnabled: true
2021
typescript:
21-
version: 0.5.11
22+
version: 0.5.12
2223
additionalDependencies:
2324
dependencies: {}
2425
devDependencies: {}

gusto_embedded/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,10 @@ run();
465465
* [get](docs/sdks/industryselection/README.md#get) - Get a company industry selection
466466
* [update](docs/sdks/industryselection/README.md#update) - Update a company industry selection
467467

468+
### [informationRequests](docs/sdks/informationrequests/README.md)
469+
470+
* [getInformationRequests](docs/sdks/informationrequests/README.md#getinformationrequests) - Get all information requests for a company
471+
468472
### [introspection](docs/sdks/introspection/README.md)
469473

470474
* [getInfo](docs/sdks/introspection/README.md#getinfo) - Get info about the current access token
@@ -776,6 +780,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
776780
- [`i9VerificationUpdate`](docs/sdks/i9verification/README.md#update) - Create or update an employee's I-9 authorization
777781
- [`industrySelectionGet`](docs/sdks/industryselection/README.md#get) - Get a company industry selection
778782
- [`industrySelectionUpdate`](docs/sdks/industryselection/README.md#update) - Update a company industry selection
783+
- [`informationRequestsGetInformationRequests`](docs/sdks/informationrequests/README.md#getinformationrequests) - Get all information requests for a company
779784
- [`introspectionGetInfo`](docs/sdks/introspection/README.md#getinfo) - Get info about the current access token
780785
- [`introspectionRefreshToken`](docs/sdks/introspection/README.md#refreshtoken) - Refresh access token
781786
- [`invoicesGet`](docs/sdks/invoices/README.md#get) - Retrieve invoicing data for companies
@@ -1050,6 +1055,7 @@ To learn about this feature and how to get started, check
10501055
- [`useI9VerificationUpdateMutation`](docs/sdks/i9verification/README.md#update) - Create or update an employee's I-9 authorization
10511056
- [`useIndustrySelectionGet`](docs/sdks/industryselection/README.md#get) - Get a company industry selection
10521057
- [`useIndustrySelectionUpdateMutation`](docs/sdks/industryselection/README.md#update) - Update a company industry selection
1058+
- [`useInformationRequestsGetInformationRequests`](docs/sdks/informationrequests/README.md#getinformationrequests) - Get all information requests for a company
10531059
- [`useIntrospectionGetInfo`](docs/sdks/introspection/README.md#getinfo) - Get info about the current access token
10541060
- [`useIntrospectionRefreshTokenMutation`](docs/sdks/introspection/README.md#refreshtoken) - Refresh access token
10551061
- [`useInvoicesGet`](docs/sdks/invoices/README.md#get) - Retrieve invoicing data for companies
@@ -1160,8 +1166,8 @@ async function run() {
11601166
const result = await gustoEmbedded.companyAttachments.create({
11611167
companyId: "<id>",
11621168
requestBody: {
1163-
category: "gep_notice",
11641169
document: await openAsBlob("example.file"),
1170+
category: "gep_notice",
11651171
},
11661172
});
11671173

gusto_embedded/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,4 +208,14 @@ Based on:
208208
### Generated
209209
- [typescript v0.5.11] gusto_embedded
210210
### Releases
211-
- [NPM v0.5.11] https://www.npmjs.com/package/@gusto/embedded-api/v/0.5.11 - gusto_embedded
211+
- [NPM v0.5.11] https://www.npmjs.com/package/@gusto/embedded-api/v/0.5.11 - gusto_embedded
212+
213+
## 2025-05-02 09:03:02
214+
### Changes
215+
Based on:
216+
- OpenAPI Doc
217+
- Speakeasy CLI 1.542.0 (2.596.2) https://github.com/speakeasy-api/speakeasy
218+
### Generated
219+
- [typescript v0.5.12] gusto_embedded
220+
### Releases
221+
- [NPM v0.5.12] https://www.npmjs.com/package/@gusto/embedded-api/v/0.5.12 - gusto_embedded

gusto_embedded/docs/models/components/achtransaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Representation of an ACH transaction
88
import { AchTransaction } from "@gusto/embedded-api/models/components/achtransaction.js";
99

1010
let value: AchTransaction = {
11-
uuid: "02fd4f54-2ef5-4b51-a681-d739c5b6fc50",
11+
uuid: "566e71a8-bc3c-4b27-8a9a-b5b7af02bb64",
1212
};
1313
```
1414

gusto_embedded/docs/models/components/admin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The representation of an admin user in Gusto.
88
import { Admin } from "@gusto/embedded-api/models/components/admin.js";
99

1010
let value: Admin = {
11-
uuid: "5ea60c8c-bc4c-487a-8014-f25055fd60da",
11+
uuid: "d64f9b7f-e849-41cf-9dd7-fcc067bd9495",
1212
};
1313
```
1414

gusto_embedded/docs/models/components/authorizationstatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The employee's authorization status
77
```typescript
88
import { AuthorizationStatus } from "@gusto/embedded-api/models/components/i9authorization.js";
99

10-
let value: AuthorizationStatus = "permanent_resident";
10+
let value: AuthorizationStatus = "citizen";
1111
```
1212

1313
## Values

gusto_embedded/docs/models/components/company.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The representation of a company in Gusto.
88
import { Company } from "@gusto/embedded-api/models/components/company.js";
99

1010
let value: Company = {
11-
uuid: "a61142f2-c998-4f5c-b86f-916cbe4c79ff",
11+
uuid: "9ca13f72-0a2d-4f1c-bd18-fa78e3dc0991",
1212
compensations: {
1313
hourly: [
1414
{

0 commit comments

Comments
 (0)