Skip to content

Commit 671da41

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.605.0
1 parent 0f2c967 commit 671da41

File tree

168 files changed

+5447
-1206
lines changed

Some content is hidden

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

168 files changed

+5447
-1206
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.582.0
1+
speakeasyVersion: 1.605.0
22
sources:
33
GustoEmbedded-OAS:
44
sourceNamespace: gusto-embedded-oas
5-
sourceRevisionDigest: sha256:21604c1ff7b9c06fdb546e4c82de7f0638061d995a3daab264e9121e961a751a
6-
sourceBlobDigest: sha256:a845c25e9fe3043a24e3cf22b6de69e05d374c47e8d8230cb6e07d4aa742c5a4
5+
sourceRevisionDigest: sha256:4f17a92304262999beb52d09140d42dbda1ea1d96d00a4e18514b5153b5a8aa6
6+
sourceBlobDigest: sha256:2411284264456b120394f00fbb5f0ae3ec0bcf8eb032d0b2645e144b8dc9b07a
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1752706761
9+
- speakeasy-sdk-regen-1753402543
1010
- "2024-04-01"
1111
targets:
1212
gusto-embedded:
1313
source: GustoEmbedded-OAS
1414
sourceNamespace: gusto-embedded-oas
15-
sourceRevisionDigest: sha256:21604c1ff7b9c06fdb546e4c82de7f0638061d995a3daab264e9121e961a751a
16-
sourceBlobDigest: sha256:a845c25e9fe3043a24e3cf22b6de69e05d374c47e8d8230cb6e07d4aa742c5a4
15+
sourceRevisionDigest: sha256:4f17a92304262999beb52d09140d42dbda1ea1d96d00a4e18514b5153b5a8aa6
16+
sourceBlobDigest: sha256:2411284264456b120394f00fbb5f0ae3ec0bcf8eb032d0b2645e144b8dc9b07a
1717
codeSamplesNamespace: gusto-embedded-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:0af51d1902f659776541c00e8292e04f5ecb4b9f0f88c17067de8d1156a43873
18+
codeSamplesRevisionDigest: sha256:96dd9da12104cd493ed303ffd434921b0e20d8b152bb8b80cd04fb1071e3328c
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

gusto_embedded/.speakeasy/gen.lock

Lines changed: 153 additions & 15 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
@@ -24,7 +24,7 @@ generation:
2424
generateNewTests: false
2525
skipResponseBodyAssertions: false
2626
typescript:
27-
version: 0.6.6
27+
version: 0.6.7
2828
additionalDependencies:
2929
dependencies: {}
3030
devDependencies: {}
@@ -60,4 +60,5 @@ typescript:
6060
packageName: '@gusto/embedded-api'
6161
responseFormat: envelope-http
6262
templateVersion: v2
63+
usageSDKInitImports: []
6364
useIndexModules: false

gusto_embedded/README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,11 @@ run();
194194

195195
### [bankAccounts](docs/sdks/bankaccounts/README.md)
196196

197-
* [create](docs/sdks/bankaccounts/README.md#create) - Create a company bank account
198197
* [get](docs/sdks/bankaccounts/README.md#get) - Get all company bank accounts
198+
* [create](docs/sdks/bankaccounts/README.md#create) - Create a company bank account
199199
* [verify](docs/sdks/bankaccounts/README.md#verify) - Verify a company bank account
200200
* [createFromPlaidToken](docs/sdks/bankaccounts/README.md#createfromplaidtoken) - Create a bank account from a plaid processor token
201+
* [deleteV1CompaniesCompanyIdBankAccountsBankAccountId](docs/sdks/bankaccounts/README.md#deletev1companiescompanyidbankaccountsbankaccountid) - Delete a company bank account
201202

202203
### [companies](docs/sdks/companies/README.md)
203204

@@ -241,6 +242,8 @@ run();
241242
* [getEmployeeBenefits](docs/sdks/companybenefits/README.md#getemployeebenefits) - Get all employee benefits for a company benefit
242243
* [updateEmployeeBenefits](docs/sdks/companybenefits/README.md#updateemployeebenefits) - Bulk update employee benefits for a company benefit
243244
* [getRequirements](docs/sdks/companybenefits/README.md#getrequirements) - Get benefit fields requirements by ID
245+
* [getV1CompanyBenefitsCompanyBenefitIdContributionExclusions](docs/sdks/companybenefits/README.md#getv1companybenefitscompanybenefitidcontributionexclusions) - Get contribution exclusions for a company benefit
246+
* [putV1CompanyBenefitsCompanyBenefitIdContributionExclusions](docs/sdks/companybenefits/README.md#putv1companybenefitscompanybenefitidcontributionexclusions) - Update contribution exclusions for a company benefit
244247

245248
### [companyForms](docs/sdks/companyforms/README.md)
246249

@@ -620,6 +623,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
620623
- [`achTransactionsGetAll`](docs/sdks/achtransactions/README.md#getall) - Get all ACH transactions for a company
621624
- [`bankAccountsCreate`](docs/sdks/bankaccounts/README.md#create) - Create a company bank account
622625
- [`bankAccountsCreateFromPlaidToken`](docs/sdks/bankaccounts/README.md#createfromplaidtoken) - Create a bank account from a plaid processor token
626+
- [`bankAccountsDeleteV1CompaniesCompanyIdBankAccountsBankAccountId`](docs/sdks/bankaccounts/README.md#deletev1companiescompanyidbankaccountsbankaccountid) - Delete a company bank account
623627
- [`bankAccountsGet`](docs/sdks/bankaccounts/README.md#get) - Get all company bank accounts
624628
- [`bankAccountsVerify`](docs/sdks/bankaccounts/README.md#verify) - Verify a company bank account
625629
- [`companiesAcceptTermsOfService`](docs/sdks/companies/README.md#accepttermsofservice) - Accept terms of service for a company user
@@ -647,7 +651,9 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
647651
- [`companyBenefitsGetRequirements`](docs/sdks/companybenefits/README.md#getrequirements) - Get benefit fields requirements by ID
648652
- [`companyBenefitsGetSummary`](docs/sdks/companybenefits/README.md#getsummary) - Get company benefit summary by company benefit id.
649653
- [`companyBenefitsGetSupported`](docs/sdks/companybenefits/README.md#getsupported) - Get a supported benefit by ID
654+
- [`companyBenefitsGetV1CompanyBenefitsCompanyBenefitIdContributionExclusions`](docs/sdks/companybenefits/README.md#getv1companybenefitscompanybenefitidcontributionexclusions) - Get contribution exclusions for a company benefit
650655
- [`companyBenefitsList`](docs/sdks/companybenefits/README.md#list) - Get benefits for a company
656+
- [`companyBenefitsPutV1CompanyBenefitsCompanyBenefitIdContributionExclusions`](docs/sdks/companybenefits/README.md#putv1companybenefitscompanybenefitidcontributionexclusions) - Update contribution exclusions for a company benefit
651657
- [`companyBenefitsUpdate`](docs/sdks/companybenefits/README.md#update) - Update a company benefit
652658
- [`companyBenefitsUpdateEmployeeBenefits`](docs/sdks/companybenefits/README.md#updateemployeebenefits) - Bulk update employee benefits for a company benefit
653659
- [`companyFormsGet`](docs/sdks/companyforms/README.md#get) - Get a company form
@@ -903,6 +909,7 @@ To learn about this feature and how to get started, check
903909
- [`useAchTransactionsGetAll`](docs/sdks/achtransactions/README.md#getall) - Get all ACH transactions for a company
904910
- [`useBankAccountsCreateFromPlaidTokenMutation`](docs/sdks/bankaccounts/README.md#createfromplaidtoken) - Create a bank account from a plaid processor token
905911
- [`useBankAccountsCreateMutation`](docs/sdks/bankaccounts/README.md#create) - Create a company bank account
912+
- [`useBankAccountsDeleteV1CompaniesCompanyIdBankAccountsBankAccountIdMutation`](docs/sdks/bankaccounts/README.md#deletev1companiescompanyidbankaccountsbankaccountid) - Delete a company bank account
906913
- [`useBankAccountsGet`](docs/sdks/bankaccounts/README.md#get) - Get all company bank accounts
907914
- [`useBankAccountsVerifyMutation`](docs/sdks/bankaccounts/README.md#verify) - Verify a company bank account
908915
- [`useCompaniesAcceptTermsOfServiceMutation`](docs/sdks/companies/README.md#accepttermsofservice) - Accept terms of service for a company user
@@ -930,7 +937,9 @@ To learn about this feature and how to get started, check
930937
- [`useCompanyBenefitsGetRequirements`](docs/sdks/companybenefits/README.md#getrequirements) - Get benefit fields requirements by ID
931938
- [`useCompanyBenefitsGetSummary`](docs/sdks/companybenefits/README.md#getsummary) - Get company benefit summary by company benefit id.
932939
- [`useCompanyBenefitsGetSupported`](docs/sdks/companybenefits/README.md#getsupported) - Get a supported benefit by ID
940+
- [`useCompanyBenefitsGetV1CompanyBenefitsCompanyBenefitIdContributionExclusions`](docs/sdks/companybenefits/README.md#getv1companybenefitscompanybenefitidcontributionexclusions) - Get contribution exclusions for a company benefit
933941
- [`useCompanyBenefitsList`](docs/sdks/companybenefits/README.md#list) - Get benefits for a company
942+
- [`useCompanyBenefitsPutV1CompanyBenefitsCompanyBenefitIdContributionExclusionsMutation`](docs/sdks/companybenefits/README.md#putv1companybenefitscompanybenefitidcontributionexclusions) - Update contribution exclusions for a company benefit
934943
- [`useCompanyBenefitsUpdateEmployeeBenefitsMutation`](docs/sdks/companybenefits/README.md#updateemployeebenefits) - Bulk update employee benefits for a company benefit
935944
- [`useCompanyBenefitsUpdateMutation`](docs/sdks/companybenefits/README.md#update) - Update a company benefit
936945
- [`useCompanyFormsGet`](docs/sdks/companyforms/README.md#get) - Get a company form
@@ -1329,7 +1338,7 @@ run();
13291338
**Primary error:**
13301339
* [`GustoEmbeddedError`](./src/models/errors/gustoembeddederror.ts): The base class for HTTP error responses.
13311340

1332-
<details><summary>Less common errors (10)</summary>
1341+
<details><summary>Less common errors (11)</summary>
13331342

13341343
<br />
13351344

@@ -1342,10 +1351,11 @@ run();
13421351

13431352

13441353
**Inherit from [`GustoEmbeddedError`](./src/models/errors/gustoembeddederror.ts)**:
1345-
* [`UnprocessableEntityErrorObject`](./src/models/errors/unprocessableentityerrorobject.ts): Unprocessable Entity This may happen when the body of your request contains errors such as `invalid_attribute_value`, or the request fails due to an `invalid_operation`. See the [Errors Categories](https://docs.gusto.com/embedded-payroll/docs/error-categories) guide for more details. Applicable to 135 of 257 methods.*
1346-
* [`UnprocessableEntityErrorObject1`](./src/models/errors/unprocessableentityerrorobject1.ts): Unprocessable Entity This may happen when the body of your request contains errors such as `invalid_attribute_value`, or the request fails due to an `invalid_operation`. See the [Errors Categories](https://docs.gusto.com/embedded-payroll/docs/error-categories) guide for more details. Status code `422`. Applicable to 4 of 257 methods.*
1347-
* [`PayrollBlockersError`](./src/models/errors/payrollblockerserror.ts): Payroll Blockers Error For detailed information, see the [Payroll Blockers guide](https://docs.gusto.com/embedded-payroll/docs/payroll-blockers). Status code `422`. Applicable to 4 of 257 methods.*
1348-
* [`DeleteV1CompanyBenefitsCompanyBenefitIdResponseBody`](./src/models/errors/deletev1companybenefitscompanybenefitidresponsebody.ts): Unprocessable Entity. Status code `422`. Applicable to 1 of 257 methods.*
1354+
* [`UnprocessableEntityErrorObject`](./src/models/errors/unprocessableentityerrorobject.ts): Unprocessable Entity This may happen when the body of your request contains errors such as `invalid_attribute_value`, or the request fails due to an `invalid_operation`. See the [Errors Categories](https://docs.gusto.com/embedded-payroll/docs/error-categories) guide for more details. Applicable to 138 of 260 methods.*
1355+
* [`UnprocessableEntityErrorObject1`](./src/models/errors/unprocessableentityerrorobject1.ts): Unprocessable Entity This may happen when the body of your request contains errors such as `invalid_attribute_value`, or the request fails due to an `invalid_operation`. See the [Errors Categories](https://docs.gusto.com/embedded-payroll/docs/error-categories) guide for more details. Status code `422`. Applicable to 4 of 260 methods.*
1356+
* [`PayrollBlockersError`](./src/models/errors/payrollblockerserror.ts): Payroll Blockers Error For detailed information, see the [Payroll Blockers guide](https://docs.gusto.com/embedded-payroll/docs/payroll-blockers). Status code `422`. Applicable to 4 of 260 methods.*
1357+
* [`DeleteV1CompanyBenefitsCompanyBenefitIdResponseBody`](./src/models/errors/deletev1companybenefitscompanybenefitidresponsebody.ts): Unprocessable Entity. Status code `422`. Applicable to 1 of 260 methods.*
1358+
* [`CompanySuspensionCreationErrors`](./src/models/errors/companysuspensioncreationerrors.ts): Unprocessable Entity This may happen when the body of your request contains errors such as `invalid_attribute_value`, or the request fails due to an `invalid_operation`. See the [Errors Categories](https://docs.gusto.com/embedded-payroll/docs/error-categories) guide for more details. Status code `422`. Applicable to 1 of 260 methods.*
13491359
* [`ResponseValidationError`](./src/models/errors/responsevalidationerror.ts): Type mismatch between the data returned from the server and the structure expected by the SDK. See `error.rawValue` for the raw value and `error.pretty()` for a nicely formatted multi-line string.
13501360

13511361
</details>

gusto_embedded/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,4 +308,14 @@ Based on:
308308
### Generated
309309
- [typescript v0.6.6] gusto_embedded
310310
### Releases
311-
- [NPM v0.6.6] https://www.npmjs.com/package/@gusto/embedded-api/v/0.6.6 - gusto_embedded
311+
- [NPM v0.6.6] https://www.npmjs.com/package/@gusto/embedded-api/v/0.6.6 - gusto_embedded
312+
313+
## 2025-08-16 00:13:45
314+
### Changes
315+
Based on:
316+
- OpenAPI Doc
317+
- Speakeasy CLI 1.605.0 (2.684.0) https://github.com/speakeasy-api/speakeasy
318+
### Generated
319+
- [typescript v0.6.7] gusto_embedded
320+
### Releases
321+
- [NPM v0.6.7] https://www.npmjs.com/package/@gusto/embedded-api/v/0.6.7 - gusto_embedded

gusto_embedded/docs/models/components/admin.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ let value: Admin = {
1414

1515
## Fields
1616

17-
| Field | Type | Required | Description |
18-
| ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
19-
| `uuid` | *string* | :heavy_check_mark: | The unique id of the admin. |
20-
| `email` | *string* | :heavy_minus_sign: | The email of the admin for Gusto's system. If the email matches an existing user, this will create an admin account for them. |
21-
| `firstName` | *string* | :heavy_minus_sign: | The first name of the admin. |
22-
| `lastName` | *string* | :heavy_minus_sign: | The last name of the admin. |
17+
| Field | Type | Required | Description |
18+
| ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ |
19+
| `uuid` | *string* | :heavy_check_mark: | The unique id of the admin. |
20+
| `email` | *string* | :heavy_minus_sign: | The email of the admin for Gusto's system. |
21+
| `firstName` | *string* | :heavy_minus_sign: | The first name of the admin. |
22+
| `lastName` | *string* | :heavy_minus_sign: | The last name of the admin. |

gusto_embedded/docs/models/components/benefits.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33
## Example Usage
44

55
```typescript
6-
import { Benefits } from "@gusto/embedded-api/models/components/payrollemployeecompensationstype.js";
6+
import { Benefits } from "@gusto/embedded-api/models/components/externalpayroll.js";
77

88
let value: Benefits = {};
99
```
1010

1111
## Fields
1212

13-
| Field | Type | Required | Description |
14-
| --------------------- | --------------------- | --------------------- | --------------------- |
15-
| `name` | *string* | :heavy_minus_sign: | N/A |
16-
| `employeeDeduction` | *number* | :heavy_minus_sign: | N/A |
17-
| `companyContribution` | *number* | :heavy_minus_sign: | N/A |
18-
| `imputed` | *boolean* | :heavy_minus_sign: | N/A |
13+
| Field | Type | Required | Description |
14+
| --------------------------- | --------------------------- | --------------------------- | --------------------------- |
15+
| `benefitId` | *number* | :heavy_minus_sign: | N/A |
16+
| `companyContributionAmount` | *string* | :heavy_minus_sign: | N/A |
17+
| `employeeDeductionAmount` | *string* | :heavy_minus_sign: | N/A |

0 commit comments

Comments
 (0)