Skip to content

Commit 784cf2d

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.513.4
1 parent 30d0a82 commit 784cf2d

File tree

642 files changed

+9491
-2083
lines changed

Some content is hidden

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

642 files changed

+9491
-2083
lines changed

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.513.4
22
sources:
33
GustoEmbedded-OAS:
44
sourceNamespace: gusto-embedded-oas
5-
sourceRevisionDigest: sha256:b6231dbd5bfe779803fc89e53d1eb2a8f2410b4de85bd64d965fda1e3cc9507e
6-
sourceBlobDigest: sha256:fd0ff3b53eea2bd9b89b0584cf31e1a8c25d405a55d4d0237624a49b7b6b064a
5+
sourceRevisionDigest: sha256:ab19f0ae7dea054d3df2a031cd9e3ec5ca701f157d72d25cb1bb0f83d5a1fafe
6+
sourceBlobDigest: sha256:d7b953dfa4be8c41dd7aa60cb8a0afbb300fd170e449e5eb24c8d61ac4f298fd
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1745022438
9+
- speakeasy-sdk-regen-1759192108
1010
- "2024-04-01"
1111
targets:
1212
gusto-embedded:
1313
source: GustoEmbedded-OAS
1414
sourceNamespace: gusto-embedded-oas
15-
sourceRevisionDigest: sha256:b6231dbd5bfe779803fc89e53d1eb2a8f2410b4de85bd64d965fda1e3cc9507e
16-
sourceBlobDigest: sha256:fd0ff3b53eea2bd9b89b0584cf31e1a8c25d405a55d4d0237624a49b7b6b064a
15+
sourceRevisionDigest: sha256:ab19f0ae7dea054d3df2a031cd9e3ec5ca701f157d72d25cb1bb0f83d5a1fafe
16+
sourceBlobDigest: sha256:d7b953dfa4be8c41dd7aa60cb8a0afbb300fd170e449e5eb24c8d61ac4f298fd
1717
codeSamplesNamespace: gusto-embedded-oas-code-samples
18-
codeSamplesRevisionDigest: sha256:868aac81d768a0cc0a0f2736edeed9a88b4ba23e77276079971b9cc8bd2c0151
18+
codeSamplesRevisionDigest: sha256:c66beaa92c7e018b234a819b5b5ec2c6a0cbb721ec1648bc122fbbd63088115a
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: 1.513.4

gusto_embedded/.speakeasy/gen.lock

Lines changed: 1109 additions & 82 deletions
Large diffs are not rendered by default.

gusto_embedded/.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ generation:
1515
oAuth2ClientCredentialsEnabled: true
1616
oAuth2PasswordEnabled: true
1717
ruby:
18-
version: 0.2.11
18+
version: 0.2.12
1919
author: Gusto
2020
description: Ruby Client SDK Generated by Speakeasy
2121
flattenGlobalSecurity: false

gusto_embedded/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
gusto_embedded_client (0.2.11)
4+
gusto_embedded_client (0.2.12)
55
faraday
66
faraday-multipart
77
rack

gusto_embedded/README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,11 @@ end
139139

140140
### [bank_accounts](docs/sdks/bankaccounts/README.md)
141141

142-
* [create](docs/sdks/bankaccounts/README.md#create) - Create a company bank account
143142
* [get](docs/sdks/bankaccounts/README.md#get) - Get all company bank accounts
143+
* [create](docs/sdks/bankaccounts/README.md#create) - Create a company bank account
144144
* [verify](docs/sdks/bankaccounts/README.md#verify) - Verify a company bank account
145145
* [create_from_plaid_token](docs/sdks/bankaccounts/README.md#create_from_plaid_token) - Create a bank account from a plaid processor token
146+
* [delete_v1_companies_company_id_bank_accounts_bank_account_id](docs/sdks/bankaccounts/README.md#delete_v1_companies_company_id_bank_accounts_bank_account_id) - Delete a company bank account
146147

147148

148149
### [companies](docs/sdks/companies/README.md)
@@ -187,6 +188,8 @@ end
187188
* [get_employee_benefits](docs/sdks/companybenefits/README.md#get_employee_benefits) - Get all employee benefits for a company benefit
188189
* [update_employee_benefits](docs/sdks/companybenefits/README.md#update_employee_benefits) - Bulk update employee benefits for a company benefit
189190
* [get_requirements](docs/sdks/companybenefits/README.md#get_requirements) - Get benefit fields requirements by ID
191+
* [get_v1_company_benefits_company_benefit_id_contribution_exclusions](docs/sdks/companybenefits/README.md#get_v1_company_benefits_company_benefit_id_contribution_exclusions) - Get contribution exclusions for a company benefit
192+
* [put_v1_company_benefits_company_benefit_id_contribution_exclusions](docs/sdks/companybenefits/README.md#put_v1_company_benefits_company_benefit_id_contribution_exclusions) - Update contribution exclusions for a company benefit
190193

191194
### [company_forms](docs/sdks/companyforms/README.md)
192195

@@ -211,12 +214,14 @@ end
211214

212215
### [contractor_payment_groups](docs/sdks/contractorpaymentgroups/README.md)
213216

214-
* [create](docs/sdks/contractorpaymentgroups/README.md#create) - Create a contractor payment group
215217
* [get_list](docs/sdks/contractorpaymentgroups/README.md#get_list) - Get contractor payment groups for a company
218+
* [create](docs/sdks/contractorpaymentgroups/README.md#create) - Create a contractor payment group
216219
* [preview](docs/sdks/contractorpaymentgroups/README.md#preview) - Preview a contractor payment group
217-
* [get](docs/sdks/contractorpaymentgroups/README.md#get) - Fetch a contractor payment group
220+
* [get](docs/sdks/contractorpaymentgroups/README.md#get) - Get a contractor payment group
218221
* [delete](docs/sdks/contractorpaymentgroups/README.md#delete) - Cancel a contractor payment group
219222
* [fund](docs/sdks/contractorpaymentgroups/README.md#fund) - Fund a contractor payment group [DEMO]
223+
* [get_v1_contractor_payment_groups_id_partner_disbursements](docs/sdks/contractorpaymentgroups/README.md#get_v1_contractor_payment_groups_id_partner_disbursements) - Get partner disbursements for a contractor payment group
224+
* [patch_v1_contractor_payment_groups_id_partner_disbursements](docs/sdks/contractorpaymentgroups/README.md#patch_v1_contractor_payment_groups_id_partner_disbursements) - Update partner disbursements for a contractor payment group
220225

221226
### [contractor_payment_method](docs/sdks/contractorpaymentmethod/README.md)
222227

@@ -249,6 +254,7 @@ end
249254
* [update_onboarding_status](docs/sdks/contractors/README.md#update_onboarding_status) - Change the contractor's onboarding status
250255
* [get_address](docs/sdks/contractors/README.md#get_address) - Get a contractor address
251256
* [update_address](docs/sdks/contractors/README.md#update_address) - Update a contractor's address
257+
* [get_v1_companies_company_id_contractors_payment_details](docs/sdks/contractors/README.md#get_v1_companies_company_id_contractors_payment_details) - List contractor payment details
252258

253259
### [departments](docs/sdks/departments/README.md)
254260

@@ -333,6 +339,7 @@ end
333339

334340
* [list](docs/sdks/employees/README.md#list) - Get employees of a company
335341
* [create](docs/sdks/employees/README.md#create) - Create an employee
342+
* [get_v1_companies_company_id_employees_payment_details](docs/sdks/employees/README.md#get_v1_companies_company_id_employees_payment_details) - Get employee payment details for a company
336343
* [create_historical](docs/sdks/employees/README.md#create_historical) - Create a historical employee
337344
* [get](docs/sdks/employees/README.md#get) - Get an employee
338345
* [update](docs/sdks/employees/README.md#update) - Update an employee.
@@ -446,6 +453,7 @@ end
446453
### [notifications](docs/sdks/notifications/README.md)
447454

448455
* [get_details](docs/sdks/notifications/README.md#get_details) - Get a notification's details
456+
* [get_company_notifications](docs/sdks/notifications/README.md#get_company_notifications) - Get notifications for company
449457

450458
### [pay_schedules](docs/sdks/payschedules/README.md)
451459

@@ -467,8 +475,8 @@ end
467475

468476
### [payrolls](docs/sdks/payrolls/README.md)
469477

470-
* [create_off_cycle](docs/sdks/payrolls/README.md#create_off_cycle) - Create an off-cycle payroll
471478
* [list](docs/sdks/payrolls/README.md#list) - Get all payrolls for a company
479+
* [create_off_cycle](docs/sdks/payrolls/README.md#create_off_cycle) - Create an off-cycle payroll
472480
* [get_approved_reversals](docs/sdks/payrolls/README.md#get_approved_reversals) - Get approved payroll reversals
473481
* [get](docs/sdks/payrolls/README.md#get) - Get a single payroll
474482
* [update](docs/sdks/payrolls/README.md#update) - Update a payroll by ID
@@ -484,6 +492,8 @@ end
484492
* [get_pay_stub](docs/sdks/payrolls/README.md#get_pay_stub) - Get an employee pay stub (pdf)
485493
* [get_pay_stubs](docs/sdks/payrolls/README.md#get_pay_stubs) - Get an employee's pay stubs
486494
* [generate_printable_checks](docs/sdks/payrolls/README.md#generate_printable_checks) - Generate printable payroll checks (pdf)
495+
* [get_v1_companies_company_id_payrolls_id_partner_disbursements](docs/sdks/payrolls/README.md#get_v1_companies_company_id_payrolls_id_partner_disbursements) - Get partner disbursements for a payroll
496+
* [patch_v1_companies_company_id_payrolls_id_partner_disbursements](docs/sdks/payrolls/README.md#patch_v1_companies_company_id_payrolls_id_partner_disbursements) - Update partner disbursements for a payroll
487497

488498
### [recovery_cases](docs/sdks/recoverycases/README.md)
489499

@@ -493,7 +503,8 @@ end
493503
### [reports](docs/sdks/reports/README.md)
494504

495505
* [create_custom](docs/sdks/reports/README.md#create_custom) - Create a custom report
496-
* [get](docs/sdks/reports/README.md#get) - Get a report
506+
* [post_payrolls_payroll_uuid_reports_general_ledger](docs/sdks/reports/README.md#post_payrolls_payroll_uuid_reports_general_ledger) - Create a general ledger report
507+
* [get_reports_request_uuid](docs/sdks/reports/README.md#get_reports_request_uuid) - Get a report
497508
* [get_template](docs/sdks/reports/README.md#get_template) - Get a report template
498509

499510
### [signatories](docs/sdks/signatories/README.md)
@@ -531,6 +542,7 @@ end
531542
* [delete_subscription](docs/sdks/webhooks/README.md#delete_subscription) - Delete a webhook subscription
532543
* [verify](docs/sdks/webhooks/README.md#verify) - Verify the webhook subscription
533544
* [request_verification_token](docs/sdks/webhooks/README.md#request_verification_token) - Request the webhook subscription verification_token
545+
* [get_v1_webhooks_health_check](docs/sdks/webhooks/README.md#get_v1_webhooks_health_check) - Get the webhooks health status
534546

535547
### [wire_in_requests](docs/sdks/wireinrequests/README.md)
536548

gusto_embedded/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,14 @@ Based on:
108108
### Generated
109109
- [ruby v0.2.11] gusto_embedded
110110
### Releases
111-
- [Ruby Gems v0.2.11] https://rubygems.org/gems/gusto_embedded_client/versions/0.2.11 - gusto_embedded
111+
- [Ruby Gems v0.2.11] https://rubygems.org/gems/gusto_embedded_client/versions/0.2.11 - gusto_embedded
112+
113+
## 2025-10-14 00:27:55
114+
### Changes
115+
Based on:
116+
- OpenAPI Doc
117+
- Speakeasy CLI 1.513.4 (2.545.4) https://github.com/speakeasy-api/speakeasy
118+
### Generated
119+
- [ruby v0.2.12] gusto_embedded
120+
### Releases
121+
- [Ruby Gems v0.2.12] https://rubygems.org/gems/gusto_embedded_client/versions/0.2.12 - gusto_embedded

gusto_embedded/docs/models/operations/accounttype.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# AccountType
22

3-
The bank account type
4-
53

64
## Values
75

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Aggregation
2+
3+
The breakdown of the report. Use 'default' for no split.
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| ------------- | ------------- |
10+
| `DEFAULT` | default |
11+
| `JOB` | job |
12+
| `DEPARTMENT` | department |
13+
| `INTEGRATION` | integration |
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# DeleteV1CompaniesCompanyIdBankAccountsBankAccountIdHeaderXGustoAPIVersion
2+
3+
Determines the date-based API version associated with your API call. If none is provided, your application's [minimum API version](https://docs.gusto.com/embedded-payroll/docs/api-versioning#minimum-api-version) is used.
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| ------------------------------------ | ------------------------------------ |
10+
| `TWO_THOUSAND_AND_TWENTY_FOUR_04_01` | 2024-04-01 |
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# DeleteV1CompaniesCompanyIdBankAccountsBankAccountIdRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
8+
| `company_id` | *::String* | :heavy_check_mark: | The UUID of the company |
9+
| `bank_account_id` | *::String* | :heavy_check_mark: | The UUID of the company bank account |
10+
| `x_gusto_api_version` | [T.nilable(::GustoEmbedded::Operations::DeleteV1CompaniesCompanyIdBankAccountsBankAccountIdHeaderXGustoAPIVersion)](../../models/operations/deletev1companiescompanyidbankaccountsbankaccountidheaderxgustoapiversion.md) | :heavy_minus_sign: | Determines the date-based API version associated with your API call. If none is provided, your application's [minimum API version](https://docs.gusto.com/embedded-payroll/docs/api-versioning#minimum-api-version) is used. |

0 commit comments

Comments
 (0)