Skip to content

chore: 🐝 Update SDK - Generate Client 0.2.12 #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.513.4
sources:
GustoEmbedded-OAS:
sourceNamespace: gusto-embedded-oas
sourceRevisionDigest: sha256:b6231dbd5bfe779803fc89e53d1eb2a8f2410b4de85bd64d965fda1e3cc9507e
sourceBlobDigest: sha256:fd0ff3b53eea2bd9b89b0584cf31e1a8c25d405a55d4d0237624a49b7b6b064a
sourceRevisionDigest: sha256:0c523c54e576882b177d4c394d921b00e44bb9493c719f53e24bade73c6cf561
sourceBlobDigest: sha256:9d54ec3ef633d0f18bb9b6709210914ebfa37bdeb722b635d73dd4974917632f
tags:
- latest
- speakeasy-sdk-regen-1745022438
- speakeasy-sdk-regen-1749256202
- "2024-04-01"
targets:
gusto-embedded:
source: GustoEmbedded-OAS
sourceNamespace: gusto-embedded-oas
sourceRevisionDigest: sha256:b6231dbd5bfe779803fc89e53d1eb2a8f2410b4de85bd64d965fda1e3cc9507e
sourceBlobDigest: sha256:fd0ff3b53eea2bd9b89b0584cf31e1a8c25d405a55d4d0237624a49b7b6b064a
sourceRevisionDigest: sha256:0c523c54e576882b177d4c394d921b00e44bb9493c719f53e24bade73c6cf561
sourceBlobDigest: sha256:9d54ec3ef633d0f18bb9b6709210914ebfa37bdeb722b635d73dd4974917632f
codeSamplesNamespace: gusto-embedded-oas-code-samples
codeSamplesRevisionDigest: sha256:868aac81d768a0cc0a0f2736edeed9a88b4ba23e77276079971b9cc8bd2c0151
codeSamplesRevisionDigest: sha256:c8e96e69994bfe2692a21b78a14d61ab85e98eee9136cc31ec67690907d24416
workflow:
workflowVersion: 1.0.0
speakeasyVersion: 1.513.4
Expand Down
729 changes: 676 additions & 53 deletions gusto_embedded/.speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gusto_embedded/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
ruby:
version: 0.2.11
version: 0.2.12
author: Gusto
description: Ruby Client SDK Generated by Speakeasy
flattenGlobalSecurity: false
Expand Down
2 changes: 1 addition & 1 deletion gusto_embedded/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
gusto_embedded_client (0.2.11)
gusto_embedded_client (0.2.12)
faraday
faraday-multipart
rack
Expand Down
8 changes: 6 additions & 2 deletions gusto_embedded/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ end
* [update_onboarding_status](docs/sdks/contractors/README.md#update_onboarding_status) - Change the contractor's onboarding status
* [get_address](docs/sdks/contractors/README.md#get_address) - Get a contractor address
* [update_address](docs/sdks/contractors/README.md#update_address) - Update a contractor's address
* [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

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

Expand Down Expand Up @@ -333,6 +334,7 @@ end

* [list](docs/sdks/employees/README.md#list) - Get employees of a company
* [create](docs/sdks/employees/README.md#create) - Create an employee
* [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
* [create_historical](docs/sdks/employees/README.md#create_historical) - Create a historical employee
* [get](docs/sdks/employees/README.md#get) - Get an employee
* [update](docs/sdks/employees/README.md#update) - Update an employee.
Expand Down Expand Up @@ -446,6 +448,7 @@ end
### [notifications](docs/sdks/notifications/README.md)

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

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

Expand All @@ -467,8 +470,8 @@ end

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

* [create_off_cycle](docs/sdks/payrolls/README.md#create_off_cycle) - Create an off-cycle payroll
* [list](docs/sdks/payrolls/README.md#list) - Get all payrolls for a company
* [create_off_cycle](docs/sdks/payrolls/README.md#create_off_cycle) - Create an off-cycle payroll
* [get_approved_reversals](docs/sdks/payrolls/README.md#get_approved_reversals) - Get approved payroll reversals
* [get](docs/sdks/payrolls/README.md#get) - Get a single payroll
* [update](docs/sdks/payrolls/README.md#update) - Update a payroll by ID
Expand All @@ -493,7 +496,8 @@ end
### [reports](docs/sdks/reports/README.md)

* [create_custom](docs/sdks/reports/README.md#create_custom) - Create a custom report
* [get](docs/sdks/reports/README.md#get) - Get a report
* [post_payrolls_payroll_uuid_reports_general_ledger](docs/sdks/reports/README.md#post_payrolls_payroll_uuid_reports_general_ledger) - Create a general ledger report
* [get_reports_request_uuid](docs/sdks/reports/README.md#get_reports_request_uuid) - Get a report
* [get_template](docs/sdks/reports/README.md#get_template) - Get a report template

### [signatories](docs/sdks/signatories/README.md)
Expand Down
12 changes: 11 additions & 1 deletion gusto_embedded/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,14 @@ Based on:
### Generated
- [ruby v0.2.11] gusto_embedded
### Releases
- [Ruby Gems v0.2.11] https://rubygems.org/gems/gusto_embedded_client/versions/0.2.11 - gusto_embedded
- [Ruby Gems v0.2.11] https://rubygems.org/gems/gusto_embedded_client/versions/0.2.11 - gusto_embedded

## 2025-06-25 00:30:40
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.513.4 (2.545.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v0.2.12] gusto_embedded
### Releases
- [Ruby Gems v0.2.12] https://rubygems.org/gems/gusto_embedded_client/versions/0.2.12 - gusto_embedded
12 changes: 12 additions & 0 deletions gusto_embedded/docs/models/operations/aggregation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Aggregation

The breakdown of the report. Use 'default' for no split.


## Values

| Name | Value |
| ------------ | ------------ |
| `DEFAULT` | default |
| `JOB` | job |
| `DEPARTMENT` | department |
14 changes: 14 additions & 0 deletions gusto_embedded/docs/models/operations/currentemploymentstatus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# CurrentEmploymentStatus

The current employment status of the employee. Full-time employees work 30+ hours per week. Part-time employees are split into two groups: those that work 20-29 hours a week, and those that work under 20 hours a week. Variable employees have hours that vary each week. Seasonal employees are hired for 6 months of the year or less.


## Values

| Name | Value |
| ------------------------------ | ------------------------------ |
| `FULL_TIME` | full_time |
| `PART_TIME_UNDER_TWENTY_HOURS` | part_time_under_twenty_hours |
| `PART_TIME_TWENTY_PLUS_HOURS` | part_time_twenty_plus_hours |
| `VARIABLE` | variable |
| `SEASONAL` | seasonal |
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# DeleteV1HomeAddressesHomeAddressUuidHeaderXGustoAPIVersion

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.


## Values

| Name | Value |
| ------------------------------------ | ------------------------------------ |
| `TWO_THOUSAND_AND_TWENTY_FOUR_04_01` | 2024-04-01 |
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `home_address_uuid` | *::String* | :heavy_check_mark: | The UUID of the home address |
| `x_gusto_api_version` | [T.nilable(::GustoEmbedded::Shared::VersionHeader)](../../models/shared/versionheader.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. |
| `x_gusto_api_version` | [T.nilable(::GustoEmbedded::Operations::DeleteV1HomeAddressesHomeAddressUuidHeaderXGustoAPIVersion)](../../models/operations/deletev1homeaddresseshomeaddressuuidheaderxgustoapiversion.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. |
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@

## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `content_type` | *::String* | :heavy_check_mark: | HTTP response content type for this operation |
| `status_code` | *::Integer* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [Faraday::Response](https://www.rubydoc.info/gems/faraday/Faraday/Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `unprocessable_entity_error_object` | [T.nilable(::GustoEmbedded::Shared::UnprocessableEntityErrorObject)](../../models/shared/unprocessableentityerrorobject.md) | :heavy_minus_sign: | Unprocessable Entity <br/> <br/>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.<br/> |
| Field | Type | Required | Description |
| --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| `content_type` | *::String* | :heavy_check_mark: | HTTP response content type for this operation |
| `status_code` | *::Integer* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [Faraday::Response](https://www.rubydoc.info/gems/faraday/Faraday/Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
Loading