Skip to content

chore: 🐝 Update SDK - Generate 0.3.2#19

Open
github-actions[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1769127783
Open

chore: 🐝 Update SDK - Generate 0.3.2#19
github-actions[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1769127783

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Jan 23, 2026

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

Java SDK Changes:

  • gustoembedded.payrolls.generatePrintableChecks(): response.startingCheckNumber Changed (Breaking ⚠️)
  • gustoembedded.locations.update(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.peopleBatches.getV1PeopleBatchesPeopleBatchUuid(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.peopleBatches.postV1CompaniesCompanyIdPeopleBatches(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.reimbursements.deleteV1RecurringReimbursements(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.companies.get():
    • request.xGustoApiVersion Changed (Breaking ⚠️)
    • response.locations[].active Added
    • error.status[404] Added
  • gustoembedded.companies.update():
    • request.xGustoApiVersion Changed (Breaking ⚠️)
    • response.locations[].active Added
    • error.status[404] Added
  • gustoembedded.companies.suspensions.get(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.industrySelection.get():
    • request.xGustoApiVersion Changed (Breaking ⚠️)
    • error.status[404] Added
  • gustoembedded.industrySelection.update():
    • request Changed (Breaking ⚠️)
    • error.status[404] Added
  • gustoembedded.locations.retrieve(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.payrolls.getPayStubs(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.locations.getMinimumWages(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.bankAccounts.get(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.bankAccounts.create(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.bankAccounts.deleteV1CompaniesCompanyIdBankAccountsBankAccountId(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.reimbursements.putV1RecurringReimbursements(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.employees.list(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.employees.create(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.employees.get(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.employees.update(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.employees.delete(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.employees.getOnboardingStatus(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.employees.updateOnboardingStatus(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.employeeEmployments.getHistory(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.employeeAddresses.get(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.employeeAddresses.create(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.employeeAddresses.retrieveHomeAddress(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.employeeAddresses.update(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.employeeAddresses.delete(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.employeeAddresses.getWorkAddresses(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.employeeAddresses.createWorkAddress(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.employeeAddresses.retrieveWorkAddress(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.employeeAddresses.updateWorkAddress(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.employeeAddresses.deleteWorkAddress(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.reimbursements.getV1RecurringReimbursements(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.employeeTaxSetup.getStateTaxes(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.employeeTaxSetup.updateStateTaxes(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.reimbursements.postV1EmployeesEmployeeIdRecurringReimbursements(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.reimbursements.getV1EmployeesEmployeeIdRecurringReimbursements(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.salaryEstimates.postV1SalaryEstimatesUuidAccept(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.contractors.create(): response.paymentMethod Changed (Breaking ⚠️)
  • gustoembedded.contractors.list(): response.[].paymentMethod Changed (Breaking ⚠️)
  • gustoembedded.contractors.get(): response.paymentMethod Changed (Breaking ⚠️)
  • gustoembedded.contractors.update(): response.paymentMethod Changed (Breaking ⚠️)
  • gustoembedded.contractors.getV1CompaniesCompanyIdContractorsPaymentDetails(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.contractorPaymentMethod.get(): response.type.enum(null) Removed (Breaking ⚠️)
  • gustoembedded.contractorPaymentMethod.update(): response.type.enum(null) Removed (Breaking ⚠️)
  • gustoembedded.payrolls.list():
    • response.[].creditBlockers[].unblockOptions[] Changed
    • errors[] Changed (Breaking ⚠️)
  • gustoembedded.payrolls.createOffCycle():
    • requestBody.employeeUuids Changed
    • errors[] Changed (Breaking ⚠️)
  • gustoembedded.payrolls.get():
    • response.creditBlockers[].unblockOptions[] Changed
    • errors[] Changed (Breaking ⚠️)
  • gustoembedded.payrolls.update(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.payrolls.getPayStub(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.payrolls.prepare():
    • request Changed (Breaking ⚠️)
    • error Changed
  • gustoembedded.payrolls.getReceipt(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.payrolls.cancel():
    • request.xGustoApiVersion Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
    • error.status[404] Added
  • gustoembedded.payrolls.delete(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.salaryEstimates.putV1SalaryEstimatesId(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.contractorPaymentGroups.preview():
    • response Changed (Breaking ⚠️)
    • errors[] Changed (Breaking ⚠️)
  • gustoembedded.payrolls.getV1CompaniesCompanyIdPayrollsIdPartnerDisbursements(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.payrolls.patchV1CompaniesCompanyIdPayrollsIdPartnerDisbursements(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.timeOffPolicies.calculateAccruingTimeOffHours():
    • request Changed (Breaking ⚠️)
    • error.status[404] Added
  • gustoembedded.timeOffPolicies.get(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.timeOffPolicies.update(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.timeOffPolicies.getAll(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.timeOffPolicies.create(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.timeOffPolicies.addEmployees(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.timeOffPolicies.removeEmployees(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.timeOffPolicies.updateBalance(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.timeOffPolicies.deactivate(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.contractorPayments.create():
    • request Changed (Breaking ⚠️)
    • error.status[404] Added
  • gustoembedded.contractorPayments.list():
    • request.xGustoApiVersion Changed (Breaking ⚠️)
    • error.status[404] Added
  • gustoembedded.contractorPayments.get():
    • request.xGustoApiVersion Changed (Breaking ⚠️)
    • error.status[404] Added
  • gustoembedded.contractorPayments.delete():
    • request.xGustoApiVersion Changed (Breaking ⚠️)
    • error.status[404] Added
  • gustoembedded.contractorPaymentGroups.getList():
    • response.[] Changed (Breaking ⚠️)
    • errors[] Changed (Breaking ⚠️)
  • gustoembedded.contractorPaymentGroups.create():
    • requestBody.submissionBlockers Added
    • response Changed (Breaking ⚠️)
    • errors[] Changed (Breaking ⚠️)
  • gustoembedded.salaryEstimates.getV1SalaryEstimatesId(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.contractorPaymentGroups.get():
    • response Changed (Breaking ⚠️)
    • errors[] Changed (Breaking ⚠️)
  • gustoembedded.contractorPaymentGroups.delete(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.contractorPaymentGroups.fund():
    • response Changed (Breaking ⚠️)
    • errors[] Changed (Breaking ⚠️)
  • gustoembedded.contractorPaymentGroups.getV1ContractorPaymentGroupsIdPartnerDisbursements(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.contractorPaymentGroups.patchV1ContractorPaymentGroupsIdPartnerDisbursements(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.salaryEstimates.postV1EmployeesEmployeeIdSalaryEstimates(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.reports.postV1CompaniesCompanyIdReportsEmployeesAnnualFicaWage(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.companyBenefits.get(): response.employeeBenefits[] Changed (Breaking ⚠️)
  • gustoembedded.companyBenefits.delete(): error Changed (Breaking ⚠️)
  • gustoembedded.wireInRequests.list(): response.[].paymentType.enum(contractorPaymentGroup) Added (Breaking ⚠️)
  • gustoembedded.companyBenefits.getRequirements(): response.employeeDeduction.choices Changed (Breaking ⚠️)
  • gustoembedded.wireInRequests.submit(): response.paymentType.enum(contractorPaymentGroup) Added (Breaking ⚠️)
  • gustoembedded.employeeBenefits.getV1EmployeesEmployeeUuidSection603HighEarnerStatuses(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.employeeBenefits.postV1EmployeesEmployeeUuidSection603HighEarnerStatuses(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.employeeBenefits.getV1EmployeesEmployeeUuidSection603HighEarnerStatusesEffectiveYear(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.employeeBenefits.patchV1EmployeesEmployeeUuidSection603HighEarnerStatusesEffectiveYear(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.holidayPayPolicies.get(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.holidayPayPolicies.create(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.holidayPayPolicies.update(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.holidayPayPolicies.delete(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.holidayPayPolicies.addEmployees(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.holidayPayPolicies.removeEmployees(): errors[] Changed (Breaking ⚠️)
  • gustoembedded.informationRequests.getInformationRequests(): response.[].requiredQuestions[].responseType.enum(radioButton) Added (Breaking ⚠️)
  • gustoembedded.informationRequests.submit(): response.requiredQuestions[].responseType.enum(radioButton) Added (Breaking ⚠️)
  • gustoembedded.recoveryCases.get(): response.[] Changed (Breaking ⚠️)
  • gustoembedded.wireInRequests.get(): response.paymentType.enum(contractorPaymentGroup) Added (Breaking ⚠️)
  • gustoembedded.payrolls.submit(): Added
  • gustoembedded.companyBenefits.updateEmployeeBenefits():
    • requestBody.employeeBenefits[] Changed
  • gustoembedded.reports.createCustom():
    • requestBody.employeeUuids Changed
  • gustoembedded.companies.getV1PartnerManagedCompaniesCompanyUuidMigrationReadiness(): Added
  • gustoembedded.payrolls.calculateGrossUp(): Added
  • gustoembedded.employeePaymentMethod.deleteBankAccount(): error.status[422] Added
  • gustoembedded.jobsAndCompensations.deleteCompensation(): error.status[422] Added
  • gustoembedded.employeeBenefits.delete(): error.status[422] Added
  • gustoembedded.employeeTaxSetup.updateFederalTaxes():
    • requestBody.twoJobs Changed
  • gustoembedded.externalPayrolls.delete(): error.status[422] Added
  • gustoembedded.companies.migrate(): Removed (Breaking ⚠️)
  • gustoembedded.jobsAndCompensations.delete(): error.status[422] Added
  • gustoembedded.payrolls.calculate(): Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (491:3)
│ ├─┬/v1/time_off_policies/{time_off_policy_uuid}
│ │ ├─┬GET
│ │ │ ├─┬Responses
│ │ │ │ └─┬404
│ │ │ │   ├──[🔀] description (11601:24)
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (25946:20)❌ 
│ │ │ └─┬Extensions
│ │ │   ├──[🔀] x-gusto-integration-type (11587:9)
│ │ │   └──[+] x-gusto-rswag (11592:22)
│ │ └─┬PUT
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (11651:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (11636:22)
│ ├─┬/v1/employees/{employee_id}/onboarding_status
│ │ ├─┬GET
│ │ │ ├─┬Responses
│ │ │ │ └─┬404
│ │ │ │   ├──[🔀] description (4639:24)
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (25946:20)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (4630:22)
│ │ └─┬PUT
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (4691:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (4682:22)
│ ├─┬/v1/token_info
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           ├─┬resource_owner
│ │           │ ├──[🔀] type (107:23)❌ 
│ │           │ └──[-] nullable (107:51)❌ 
│ │           └─┬resource
│ │             ├──[🔀] type (92:23)❌ 
│ │             └──[-] nullable (93:51)❌ 
│ ├─┬/v1/companies/{company_uuid}/time_off_policies
│ │ ├─┬GET
│ │ │ ├─┬Responses
│ │ │ │ └─┬404
│ │ │ │   ├──[🔀] description (11709:24)
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (25946:20)❌ 
│ │ │ └─┬Extensions
│ │ │   ├──[🔀] x-gusto-integration-type (11692:9)
│ │ │   └──[+] x-gusto-rswag (11698:22)
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (11757:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (11742:22)
│ ├─┬/v1/employees/{employee_id}/recurring_reimbursements
│ │ ├─┬GET
│ │ │ ├─┬Responses
│ │ │ │ └─┬404
│ │ │ │   ├──[🔀] description (13780:24)
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (25946:20)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (13748:22)
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ ├─┬404
│ │   │ │ ├──[🔀] description (13850:24)
│ │   │ │ └─┬application/json
│ │   │ │   └─┬Schema
│ │   │ │     └──[🔀] $ref (25946:20)❌ 
│ │   │ └─┬422
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (13814:22)
│ ├─┬/v1/salary_estimates/occupations
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (13690:22)
│ ├─┬/v1/employees/{employee_uuid}/state_taxes
│ │ ├─┬GET
│ │ │ ├─┬Responses
│ │ │ │ └─┬404
│ │ │ │   ├──[🔀] description (4868:24)
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (25946:20)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (4859:22)
│ │ └─┬PUT
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (4914:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (4905:22)
│ ├─┬/v1/contractor_payment_groups/{contractor_payment_group_uuid}/fund
│ │ └─┬PUT
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (8712:22)
│ ├─┬/v1/time_off_policies/{time_off_policy_uuid}/add_employees
│ │ └─┬PUT
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (11815:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └─┬employees
│ │   │       └─┬Schema
│ │   │         └─┬balance
│ │   │           ├──[🔀] type (11858:27)❌ 
│ │   │           └──[-] nullable (11342:59)❌ 
│ │   └─┬Extensions
│ │     ├──[🔀] x-gusto-integration-type (11795:9)
│ │     └──[+] x-gusto-rswag (11800:22)
│ ├─┬/v1/companies/{company_id}/contractors/payment_details
│ │ └─┬GET
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (12978:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (12969:22)
│ ├─┬/v1/home_addresses/{home_address_uuid}
│ │ ├─┬GET
│ │ │ ├─┬Responses
│ │ │ │ └─┬404
│ │ │ │   ├──[🔀] description (4086:24)
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (25946:20)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (4077:22)
│ │ ├─┬PUT
│ │ │ ├─┬Responses
│ │ │ │ └─┬404
│ │ │ │   ├──[🔀] description (4133:24)
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (25946:20)❌ 
│ │ │ ├─┬Requestbody
│ │ │ │ └─┬application/json
│ │ │ │   └─┬Schema
│ │ │ │     └─┬ALLOF
│ │ │ │       ├─┬effective_date
│ │ │ │       │ ├──[🔀] type (4166:25)❌ 
│ │ │ │       │ └──[-] nullable (4006:51)❌ 
│ │ │ │       └─┬street_2
│ │ │ │         ├──[🔀] type (4156:25)❌ 
│ │ │ │         └──[-] nullable (3996:51)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (4124:22)
│ │ └─┬DELETE
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (4208:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (4203:22)
│ ├─┬/v1/companies/{company_uuid}/payrolls/skip
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬employee_uuids
│ │           └──[🔀] type (7678:21)❌ 
│ ├─┬/v1/time_off_policies/{time_off_policy_uuid}/remove_employees
│ │ └─┬PUT
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (11890:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (11875:22)
│ ├─┬/v1/employees/{employee_id}/salary_estimates
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (13383:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └─┬annual_net_revenue
│ │   │       ├──[🔀] type (13399:21)❌ 
│ │   │       └──[-] nullable (12862:47)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (13368:22)
│ ├─┬/v1/locations/{location_uuid}/minimum_wages
│ │ └─┬GET
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (1716:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (1707:22)
│ ├─┬/v1/companies/{company_id}/pay_schedules
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬day_1
│ │         │ ├──[🔀] type (2370:21)❌ 
│ │         │ └──[-] nullable (2232:47)❌ 
│ │         └─┬day_2
│ │           ├──[🔀] type (2376:21)❌ 
│ │           └──[-] nullable (2236:47)❌ 
│ ├─┬/v1/companies/{company_id}/locations
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬street_2
│ │           ├──[🔀] type (1474:21)❌ 
│ │           └──[-] nullable (1343:47)❌ 
│ ├─┬/v1/companies/{company_uuid}/holiday_pay_policy/remove
│ │ └─┬PUT
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (12396:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (12381:22)
│ ├─┬/v1/companies/{company_id}/employees
│ │ ├─┬GET
│ │ │ ├──[🔀] description (2775:20)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   └─┬Schema
│ │ │ │     └─┬Extensions
│ │ │ │       └──[🔀] x-enumdescriptions (2841:17)
│ │ │ ├─┬Responses
│ │ │ │ └─┬404
│ │ │ │   ├──[🔀] description (2904:24)
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (25946:20)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (2895:22)
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (2948:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (2939:22)
│ ├─┬/v1/contractor_payment_groups/{id}/partner_disbursements
│ │ ├─┬GET
│ │ │ ├─┬Responses
│ │ │ │ └─┬404
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (25946:20)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (13012:22)
│ │ └─┬PATCH
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   └──[🔀] description (13066:24)
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (13057:22)
│ ├─┬/v1/employees/{employee_id}/pay_stubs
│ │ └─┬GET
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (9162:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (9153:22)
│ ├─┬/v1/companies/{company_uuid}/suspensions
│ │ ├─┬GET
│ │ │ ├─┬Responses
│ │ │ │ └─┬404
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (25946:20)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (11959:22)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (12006:22)
│ ├─┬/v1/compensations/{compensation_id}
│ │ └─┬DELETE
│ │   └─┬Responses
│ │     └──[+] codes (27338:7)
│ ├─┬/v1/companies/{company_uuid}/external_payrolls/{external_payroll_id}
│ │ └─┬DELETE
│ │   └─┬Responses
│ │     └──[+] codes (27338:7)
│ ├─┬/v1/recurring_reimbursements/{id}
│ │ ├─┬GET
│ │ │ ├─┬Responses
│ │ │ │ └─┬404
│ │ │ │   ├──[🔀] description (13931:24)
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (25946:20)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (13901:22)
│ │ ├─┬PUT
│ │ │ ├─┬Responses
│ │ │ │ ├─┬422
│ │ │ │ │ └─┬application/json
│ │ │ │ │   └─┬Schema
│ │ │ │ │     └──[🔀] $ref (25946:20)❌ 
│ │ │ │ ├─┬409
│ │ │ │ │ └─┬application/json
│ │ │ │ │   └─┬Schema
│ │ │ │ │     └──[🔀] $ref (25946:20)❌ 
│ │ │ │ └─┬404
│ │ │ │   ├──[🔀] description (14007:24)
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (25946:20)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (13965:22)
│ │ └─┬DELETE
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (14061:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (14056:22)
│ ├─┬/v1/payrolls/{payroll_uuid}/gross_up
│ │ └─┬POST
│ │   ├──[+] security (7710:11)
│ │   ├──[🔀] summary (7708:16)
│ │   ├─┬Parameters
│ │   │ ├──[-] required (14776:23)❌ 
│ │   │ └─┬Schema
│ │   │   ├──[+] enum (7728:17)
│ │   │   ├──[-] enum (14781:23)❌ 
│ │   │   └──[🔀] default (7729:22)❌ 
│ │   ├─┬Responses
│ │   │ ├─┬200
│ │   │ │ ├──[🔀] description (7746:24)
│ │   │ │ └─┬application/json
│ │   │ │   ├──[-] examples (30627:29)❌ 
│ │   │ │   └─┬Schema
│ │   │ │     └──[🔀] $ref (27123:13)❌ 
│ │   │ ├─┬404
│ │   │ │ ├──[+] content (7764:15)
│ │   │ │ └──[🔀] description (7761:24)
│ │   │ └─┬422
│ │   │   ├──[🔀] description (7752:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (19311:20)❌ 
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   ├──[-] examples (7474:33)❌ 
│ │   │   └─┬Schema
│ │   │     └──[🔀] $ref (27109:13)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (7737:22)
│ ├─┬/v1/locations/{location_id}
│ │ ├─┬GET
│ │ │ ├─┬Responses
│ │ │ │ └─┬404
│ │ │ │   ├──[🔀] description (1572:24)
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (25946:20)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (1563:22)
│ │ └─┬PUT
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (1622:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └─┬ALLOF
│ │   │       └─┬street_2
│ │   │         ├──[🔀] type (1650:25)❌ 
│ │   │         └──[-] nullable (1516:51)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (1607:22)
│ ├─┬/v1/jobs/{job_id}
│ │ ├─┬PUT
│ │ │ └─┬Requestbody
│ │ │   └─┬application/json
│ │ │     └─┬Schema
│ │ │       ├─┬state_wc_covered
│ │ │       │ ├──[🔀] type (5414:21)❌ 
│ │ │       │ └──[-] nullable (5236:47)❌ 
│ │ │       └─┬state_wc_class_code
│ │ │         ├──[🔀] type (5419:21)❌ 
│ │ │         └──[-] nullable (5240:47)❌ 
│ │ └─┬DELETE
│ │   └─┬Responses
│ │     └──[+] codes (27338:7)
│ ├─┬/v1/employees/{employee_id}/garnishments
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬total_amount
│ │         │ ├──[🔀] type (10655:21)❌ 
│ │         │ └──[-] nullable (10155:47)❌ 
│ │         ├─┬pay_period_maximum
│ │         │ ├──[🔀] type (10643:21)❌ 
│ │         │ └──[-] nullable (10144:47)❌ 
│ │         ├─┬garnishment_type
│ │         │ ├──[🔀] type (10609:21)❌ 
│ │         │ └──[-] nullable (10112:47)❌ 
│ │         ├─┬times
│ │         │ ├──[🔀] type (10623:21)❌ 
│ │         │ └──[-] nullable (10126:47)❌ 
│ │         └─┬annual_maximum
│ │           ├──[🔀] type (10638:21)❌ 
│ │           └──[-] nullable (10137:47)❌ 
│ ├─┬/v1/companies/{company_uuid}/holiday_pay_policy/add
│ │ └─┬PUT
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (12326:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (12311:22)
│ ├─┬/v1/companies/{company_id}/bank_accounts/{bank_account_id}
│ │ └─┬DELETE
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (13291:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (13286:22)
│ ├─┬/v1/webhooks/health_check
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (13323:22)
│ ├─┬/v1/payrolls/{payroll_uuid}/reports/general_ledger
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └─┬integration_type
│ │   │         ├──[🔀] type (31474:19)❌ 
│ │   │         └──[-] nullable (30429:43)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬integration_type
│ │           ├──[🔀] type (9481:21)❌ 
│ │           └──[-] nullable (8980:47)❌ 
│ ├─┬/v1/companies/{company_id}/contractor_payment_groups/preview
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (8514:22)
│ ├─┬/v1/companies/{company_id}/contractor_payments
│ │ ├─┬GET
│ │ │ ├──[+] security (8073:11)
│ │ │ ├─┬Parameters
│ │ │ │ ├──[-] required (14776:23)❌ 
│ │ │ │ └─┬Schema
│ │ │ │   ├──[+] enum (8110:17)
│ │ │ │   ├──[-] enum (14781:23)❌ 
│ │ │ │   └──[🔀] default (8111:22)❌ 
│ │ │ ├─┬Parameters
│ │ │ │ ├──[+] example (8119:20)
│ │ │ │ └─┬Schema
│ │ │ │   └──[-] example (7745:30)
│ │ │ ├─┬Parameters
│ │ │ │ ├──[+] example (8126:20)
│ │ │ │ └─┬Schema
│ │ │ │   └──[-] example (7752:30)
│ │ │ ├─┬Responses
│ │ │ │ └─┬404
│ │ │ │   ├──[+] content (8097:15)
│ │ │ │   └──[🔀] description (8091:24)
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (8080:22)
│ │ └─┬POST
│ │   ├──[+] security (8011:11)
│ │   ├─┬Parameters
│ │   │ ├──[-] required (14776:23)❌ 
│ │   │ └─┬Schema
│ │   │   ├──[+] enum (8054:17)
│ │   │   ├──[-] enum (14781:23)❌ 
│ │   │   └──[🔀] default (8055:22)❌ 
│ │   ├─┬Responses
│ │   │ ├─┬200
│ │   │ │ ├──[🔀] description (8020:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[-] examples (28258:29)❌ 
│ │   │ ├─┬404
│ │   │ │ ├──[+] content (8041:15)
│ │   │ │ └──[🔀] description (8035:24)
│ │   │ └─┬422
│ │   │   ├──[🔀] description (8026:24)
│ │   │   └─┬application/json
│ │   │     ├──[-] examples (26318:29)❌ 
│ │   │     ├──[-] examples (26301:29)❌ 
│ │   │     └──[-] examples (26309:29)❌ 
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └──[🔀] $ref (27248:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (8017:22)
│ ├─┬/v1/salary_estimates/{uuid}/accept
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (13644:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (13629:22)
│ ├─┬/v1/employees/{employee_id}/employment_history
│ │ └─┬GET
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (3906:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (3897:22)
│ ├─┬/v1/employees/{employee_uuid}/section603_high_earner_statuses
│ │ ├─┬GET
│ │ │ ├─┬Responses
│ │ │ │ └─┬404
│ │ │ │   ├──[🔀] description (14108:24)
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (25946:20)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (14099:22)
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (14154:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (14145:22)
│ ├─┬/v1/time_off_policies/{time_off_policy_uuid}/deactivate
│ │ └─┬PUT
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (12578:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (12563:22)
│ ├─┬/v1/employees/{employee_uuid}/section603_high_earner_statuses/{effective_year}
│ │ ├─┬GET
│ │ │ ├─┬Responses
│ │ │ │ └─┬404
│ │ │ │   ├──[🔀] description (14225:24)
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (25946:20)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (14216:22)
│ │ └─┬PATCH
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (14283:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (14274:22)
│ ├─┬/v1/companies/{company_uuid}/external_payrolls/tax_liabilities
│ │ └─┬PUT
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬liability_selections
│ │           └─┬Schema
│ │             └─┬last_unpaid_external_payroll_uuid
│ │               ├──[🔀] type (2209:27)❌ 
│ │               └──[-] nullable (2072:59)❌ 
│ ├─┬/v1/employees/{employee_id}/jobs
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬state_wc_class_code
│ │         │ ├──[🔀] type (5268:21)❌ 
│ │         │ └──[-] nullable (5091:47)❌ 
│ │         └─┬state_wc_covered
│ │           ├──[🔀] type (5263:21)❌ 
│ │           └──[-] nullable (5087:47)❌ 
│ ├─┬/v1/companies/{company_id}/company_benefits
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[-] required (9098:35)❌ 
│ │         └─┬catch_up_type
│ │           ├──[🔀] type (9594:21)❌ 
│ │           └──[-] nullable (9093:47)❌ 
│ ├─┬/v1/companies/{company_id}/payrolls/{payroll_id}/cancel
│ │ └─┬PUT
│ │   ├──[+] security (7949:11)
│ │   ├──[🔀] description (7950:20)
│ │   ├─┬Parameters
│ │   │ ├──[-] required (14776:23)❌ 
│ │   │ └─┬Schema
│ │   │   ├──[+] enum (7992:17)
│ │   │   ├──[-] enum (14781:23)❌ 
│ │   │   └──[🔀] default (7993:22)❌ 
│ │   ├─┬Responses
│ │   │ ├─┬422
│ │   │ │ ├──[🔀] description (7971:24)
│ │   │ │ └─┬application/json
│ │   │ │   ├──[-] examples (26318:29)❌ 
│ │   │ │   ├──[-] examples (26301:29)❌ 
│ │   │ │   └──[-] examples (26309:29)❌ 
│ │   │ ├─┬200
│ │   │ │ ├──[🔀] description (7965:24)
│ │   │ │ └─┬application/json
│ │   │ │   ├──[-] examples (29782:29)❌ 
│ │   │ │   ├──[-] examples (29742:29)❌ 
│ │   │ │   └─┬Schema
│ │   │ │     └──[🔀] $ref (27194:13)❌ 
│ │   │ └─┬404
│ │   │   ├──[+] content (7983:15)
│ │   │   └──[🔀] description (7980:24)
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (7962:22)
│ ├─┬/v1/companies/{company_uuid}/notifications
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (12895:22)
│ ├─┬/v1/employees/{employee_id}
│ │ ├─┬GET
│ │ │ ├──[🔀] description (3390:20)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   └─┬Schema
│ │ │ │     └─┬Extensions
│ │ │ │       └──[🔀] x-enumdescriptions (3432:17)
│ │ │ ├─┬Responses
│ │ │ │ └─┬404
│ │ │ │   ├──[🔀] description (3450:24)
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (25946:20)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (3441:22)
│ │ ├─┬PUT
│ │ │ ├─┬Responses
│ │ │ │ └─┬404
│ │ │ │   ├──[🔀] description (3506:24)
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (25946:20)❌ 
│ │ │ ├─┬Requestbody
│ │ │ │ └─┬application/json
│ │ │ │   └─┬Schema
│ │ │ │     └─┬ALLOF
│ │ │ │       ├─┬middle_initial
│ │ │ │       │ ├──[🔀] type (3524:25)❌ 
│ │ │ │       │ └──[-] nullable (3373:51)❌ 
│ │ │ │       ├─┬preferred_first_name
│ │ │ │       │ ├──[🔀] type (3542:25)❌ 
│ │ │ │       │ └──[-] nullable (3390:51)❌ 
│ │ │ │       └─┬work_email
│ │ │ │         └──[-] nullable (3396:51)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (3485:22)
│ │ └─┬DELETE
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (3588:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (3583:22)
│ ├─┬/v1/companies/{company_id}/payrolls/{payroll_id}/calculate
│ │ └─┬PUT
│ │   ├──[+] security (7820:11)
│ │   ├──[🔀] description (7821:20)
│ │   ├─┬Parameters
│ │   │ ├──[-] required (14776:23)❌ 
│ │   │ └─┬Schema
│ │   │   ├──[+] enum (7860:17)
│ │   │   ├──[-] enum (14781:23)❌ 
│ │   │   └──[🔀] default (7861:22)❌ 
│ │   ├─┬Responses
│ │   │ ├─┬422
│ │   │ │ ├──[🔀] description (7839:24)
│ │   │ │ └─┬application/json
│ │   │ │   └─┬Schema
│ │   │ │     └──[🔀] $ref (19311:20)❌ 
│ │   │ └─┬404
│ │   │   ├──[+] content (7851:15)
│ │   │   └──[🔀] description (7848:24)
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (7834:22)
│ ├─┬/v1/companies/{company_id}/contractor_payment_groups
│ │ ├─┬GET
│ │ │ ├─┬Responses
│ │ │ │ └─┬404
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (25946:20)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (8327:22)
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └──[+] properties (8421:17)
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (8376:22)
│ ├─┬/v1/payrolls/{payroll_id}/employees/{employee_id}/calculate_accruing_time_off_hours
│ │ └─┬POST
│ │   ├──[+] security (7539:11)
│ │   ├──[🔀] description (7540:20)
│ │   ├─┬Parameters
│ │   │ ├──[-] required (14776:23)❌ 
│ │   │ └─┬Schema
│ │   │   ├──[+] enum (7594:17)
│ │   │   ├──[-] enum (14781:23)❌ 
│ │   │   └──[🔀] default (7595:22)❌ 
│ │   ├─┬Responses
│ │   │ ├──[+] codes (7568:11)
│ │   │ ├─┬200
│ │   │ │ ├──[🔀] description (7562:24)
│ │   │ │ └─┬application/json
│ │   │ │   ├──[-] examples (27445:29)❌ 
│ │   │ │   └─┬Schema
│ │   │ │     └──[🔀] $ref (27168:13)❌ 
│ │   │ └─┬422
│ │   │   ├──[🔀] description (7574:24)
│ │   │   └─┬application/json
│ │   │     ├──[-] examples (26318:29)❌ 
│ │   │     ├──[-] examples (26301:29)❌ 
│ │   │     └──[-] examples (26309:29)❌ 
│ │   ├─┬Requestbody
│ │   │ ├──[-] required (7309:27)❌ 
│ │   │ └─┬application/json
│ │   │   ├──[-] examples (7333:33)❌ 
│ │   │   └─┬Schema
│ │   │     └──[🔀] $ref (27134:13)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (7559:22)
│ ├─┬/v1/company_benefits/{company_benefit_id}
│ │ ├─┬PUT
│ │ │ └─┬Requestbody
│ │ │   └─┬application/json
│ │ │     └─┬Schema
│ │ │       └─┬catch_up_type
│ │ │         ├──[🔀] type (9731:21)❌ 
│ │ │         └──[-] nullable (9230:47)❌ 
│ │ └─┬DELETE
│ │   └─┬Responses
│ │     └─┬422
│ │       ├──[🔀] description (27338:20)
│ │       └─┬application/json
│ │         ├──[+] examples (27362:15)
│ │         ├──[+] examples (27345:15)
│ │         ├──[+] examples (27353:15)
│ │         └─┬Schema
│ │           └──[🔀] $ref (19311:20)❌ 
│ ├─┬/v1/employees/{employee_id}/employee_benefits
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬coverage_amount
│ │         │ ├──[🔀] type (10184:21)❌ 
│ │         │ └──[-] nullable (9698:47)❌ 
│ │         ├─┬employee_deduction_annual_maximum
│ │         │ ├──[🔀] type (10103:21)❌ 
│ │         │ └──[-] nullable (9620:47)❌ 
│ │         ├─┬company_contribution_annual_maximum
│ │         │ ├──[🔀] type (10159:21)❌ 
│ │         │ └──[-] nullable (9675:47)❌ 
│ │         ├─┬deduction_reduces_taxable_income
│ │         │ ├──[🔀] type (10193:21)❌ 
│ │         │ └──[-] nullable (9710:47)❌ 
│ │         ├─┬limit_option
│ │         │ ├──[🔀] type (10164:21)❌ 
│ │         │ └──[-] nullable (9690:47)❌ 
│ │         └─┬expiration_date
│ │           ├──[🔀] type (10217:21)❌ 
│ │           └──[-] nullable (9729:47)❌ 
│ ├─┬/v1/companies/{company_id}/bank_accounts
│ │ ├─┬GET
│ │ │ ├─┬Responses
│ │ │ │ └─┬404
│ │ │ │   ├──[🔀] description (1762:24)
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (25946:20)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (1751:22)
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (1803:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (1794:22)
│ ├─┬/v1/companies/{company_id}/pay_schedules/{pay_schedule_id}
│ │ └─┬PUT
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬day_2
│ │         │ ├──[🔀] type (2595:21)❌ 
│ │         │ └──[-] nullable (2453:47)❌ 
│ │         └─┬day_1
│ │           ├──[🔀] type (2589:21)❌ 
│ │           └──[-] nullable (2449:47)❌ 
│ ├─┬/v1/salary_estimates/{uuid}
│ │ ├─┬GET
│ │ │ ├─┬Responses
│ │ │ │ └─┬404
│ │ │ │   ├──[🔀] description (13484:24)
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (25946:20)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (13475:22)
│ │ └─┬PUT
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (13535:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └─┬annual_net_revenue
│ │   │       ├──[🔀] type (13551:21)❌ 
│ │   │       └──[-] nullable (13011:47)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (13520:22)
│ ├─┬/oauth/token
│ │ └─┬POST
│ │   ├──[🔀] description (137:20)
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (150:22)
│ ├─┬/v1/companies/{company_id}/payrolls/{payroll_id}
│ │ ├─┬GET
│ │ │ ├─┬Responses
│ │ │ │ └─┬404
│ │ │ │   ├──[🔀] description (7259:24)
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (25946:20)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (7250:22)
│ │ ├─┬PUT
│ │ │ ├─┬Responses
│ │ │ │ ├─┬200
│ │ │ │ │ └──[🔀] description (7307:24)
│ │ │ │ ├─┬422
│ │ │ │ │ └──[🔀] description (7319:24)
│ │ │ │ └─┬404
│ │ │ │   ├──[🔀] description (7313:24)
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (25946:20)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (7304:22)
│ │ └─┬DELETE
│ │   ├─┬Responses
│ │   │ ├─┬404
│ │   │ │ ├──[🔀] description (7382:24)
│ │   │ │ └─┬application/json
│ │   │ │   └─┬Schema
│ │   │ │     └──[🔀] $ref (25946:20)❌ 
│ │   │ └─┬202
│ │   │   └──[-] content (7184:43)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (7375:22)
│ ├─┬/v1/companies/{company_id}/payrolls/{id}/partner_disbursements
│ │ ├─┬GET
│ │ │ ├─┬Responses
│ │ │ │ └─┬404
│ │ │ │   ├──[🔀] description (13157:24)
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (25946:20)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (13148:22)
│ │ └─┬PATCH
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (13211:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (13196:22)
│ ├─┬/v1/companies/{company_id}/payrolls
│ │ ├─┬GET
│ │ │ ├─┬Responses
│ │ │ │ ├─┬200
│ │ │ │ │ └──[🔀] description (7009:24)
│ │ │ │ └─┬404
│ │ │ │   ├──[🔀] description (7015:24)
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (25946:20)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (7006:22)
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ ├─┬200
│ │   │ │ └──[🔀] description (7059:24)
│ │   │ ├─┬404
│ │   │ │ ├──[🔀] description (7074:24)
│ │   │ │ └─┬application/json
│ │   │ │   └─┬Schema
│ │   │ │     └──[🔀] $ref (25946:20)❌ 
│ │   │ └─┬422
│ │   │   └──[🔀] description (7065:24)
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └─┬employee_uuids
│ │   │       └──[🔀] type (7116:21)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (7056:22)
│ ├─┬/v1/payrolls/{payroll_id}/employees/{employee_id}/pay_stub
│ │ └─┬GET
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (9106:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (9096:22)
│ ├─┬/v1/companies/{company_id}
│ │ ├─┬GET
│ │ │ ├──[+] security (318:11)
│ │ │ ├──[🔀] description (319:20)
│ │ │ ├─┬Parameters
│ │ │ │ ├──[-] required (14776:23)❌ 
│ │ │ │ └─┬Schema
│ │ │ │   ├──[+] enum (344:17)
│ │ │ │   ├──[-] enum (14781:23)❌ 
│ │ │ │   └──[🔀] default (345:22)❌ 
│ │ │ ├─┬Responses
│ │ │ │ ├─┬200
│ │ │ │ │ ├──[🔀] description (350:24)
│ │ │ │ │ └─┬application/json
│ │ │ │ │   └──[-] examples (27210:29)❌ 
│ │ │ │ └─┬404
│ │ │ │   ├──[+] content (359:15)
│ │ │ │   └──[🔀] description (356:24)
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (347:22)
│ │ └─┬PUT
│ │   ├──[+] security (366:11)
│ │   ├─┬Parameters
│ │   │ ├──[-] required (14776:23)❌ 
│ │   │ └─┬Schema
│ │   │   ├──[+] enum (388:17)
│ │   │   ├──[-] enum (14781:23)❌ 
│ │   │   └──[🔀] default (389:22)❌ 
│ │   ├─┬Responses
│ │   │ ├─┬404
│ │   │ │ ├──[+] content (415:15)
│ │   │ │ └──[🔀] description (412:24)
│ │   │ ├─┬200
│ │   │ │ ├──[🔀] description (406:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[-] examples (27210:29)❌ 
│ │   │ └─┬422
│ │   │   ├──[🔀] description (418:24)
│ │   │   └─┬application/json
│ │   │     ├──[-] examples (26318:29)❌ 
│ │   │     ├──[-] examples (26301:29)❌ 
│ │   │     └──[-] examples (26309:29)❌ 
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └──[-] examples (361:33)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (391:22)
│ ├─┬/v1/contractor_payment_groups/{contractor_payment_group_uuid}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (8615:22)
│ │ └─┬DELETE
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (8662:22)
│ ├─┬/v1/time_off_policies/{time_off_policy_uuid}/balance
│ │ └─┬PUT
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (12504:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (12489:22)
│ ├─┬/v1/companies/{company_uuid}/reports
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬employee_uuids
│ │           └──[🔀] type (9414:21)❌ 
│ ├─┬/v1/companies/{company_id}/reports/employees_annual_fica_wage
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (14869:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (14829:22)
│ ├─┬/v1/employees/{employee_id}/home_addresses
│ │ ├─┬GET
│ │ │ ├─┬Responses
│ │ │ │ └─┬404
│ │ │ │   ├──[🔀] description (3954:24)
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (25946:20)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (3945:22)
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (4007:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     ├─┬effective_date
│ │   │     │ ├──[🔀] type (4036:21)❌ 
│ │   │     │ └──[-] nullable (3880:47)❌ 
│ │   │     └─┬street_2
│ │   │       ├──[🔀] type (4023:21)❌ 
│ │   │       └──[-] nullable (3867:47)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (3992:22)
│ ├─┬/v1/garnishments/{garnishment_id}
│ │ └─┬PUT
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬pay_period_maximum
│ │         │ ├──[🔀] type (10800:21)❌ 
│ │         │ └──[-] nullable (10297:47)❌ 
│ │         ├─┬times
│ │         │ ├──[🔀] type (10780:21)❌ 
│ │         │ └──[-] nullable (10279:47)❌ 
│ │         ├─┬total_amount
│ │         │ ├──[🔀] type (10812:21)❌ 
│ │         │ └──[-] nullable (10308:47)❌ 
│ │         └─┬annual_maximum
│ │           ├──[🔀] type (10795:21)❌ 
│ │           └──[-] nullable (10290:47)❌ 
│ ├─┬/v1/companies/{company_uuid}/holiday_pay_policy
│ │ ├─┬GET
│ │ │ ├─┬Responses
│ │ │ │ └─┬404
│ │ │ │   ├──[🔀] description (12116:24)
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (25946:20)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (12105:22)
│ │ ├─┬PUT
│ │ │ ├─┬Responses
│ │ │ │ └─┬404
│ │ │ │   ├──[🔀] description (12221:24)
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (25946:20)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (12206:22)
│ │ ├─┬POST
│ │ │ ├─┬Responses
│ │ │ │ └─┬404
│ │ │ │   ├──[🔀] description (12166:24)
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (25946:20)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (12151:22)
│ │ └─┬DELETE
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[🔀] description (12275:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (12264:22)
│ ├─┬/v1/people_batches/{people_batch_uuid}
│ │ └─┬GET
│ │   ├─┬Responses
│ │   │ ├─┬200
│ │   │ │ └─┬application/json
│ │   │ │   └─┬Schema
│ │   │ │     ├─┬exclusions
│ │   │ │     │ ├──[🔀] type (14771:23)❌ 
│ │   │ │     │ └──[-] nullable (14201:51)❌ 
│ │   │ │     ├─┬completed_at
│ │   │ │     │ ├──[🔀] type (14701:23)❌ 
│ │   │ │     │ └──[-] nullable (14137:51)❌ 
│ │   │ │     ├─┬submitted_items
│ │   │ │     │ ├──[🔀] type (14706:23)❌ 
│ │   │ │     │ └──[-] nullable (14140:51)❌ 
│ │   │ │     └─┬results
│ │   │ │       └─┬Schema
│ │   │ │         └─┬errors
│ │   │ │           ├──[🔀] type (14745:29)❌ 
│ │   │ │           ├──[-] nullable (14178:63)❌ 
│ │   │ │           └─┬Schema
│ │   │ │             ├─┬errors
│ │   │ │             │ ├──[🔀] type (14764:35)❌ 
│ │   │ │             │ └──[-] nullable (14195:75)❌ 
│ │   │ │             └─┬message
│ │   │ │               ├──[🔀] type (14759:35)❌ 
│ │   │ │               └──[-] nullable (14191:75)❌ 
│ │   │ └─┬404
│ │   │   ├──[🔀] description (14790:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (25946:20)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (14673:22)
│ ├─┬/v1/payrolls/{payroll_uuid}/generated_documents/printable_payroll_checks
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Example
│ │           └──[🔀] value (31586:17)
│ ├─┬/v1/employees/{employee_id}/bank_accounts/{bank_account_uuid}
│ │ └─┬DELETE
│ │   └─┬Responses
│ │     └──[+] codes (27338:7)
│ ├─┬/v1/companies/{company_uuid}/contractors
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬201
│ │       └─┬application/json
│ │         ├─┬Individual Contractor
│ │         │ └──[🔀] value (29140:17)
│ │         └─┬Business Contractor
│ │           └──[🔀] value (29165:17)
│ ├─┬/v1/companies/{company_id}/industry_selection
│ │ ├─┬GET
│ │ │ ├──[+] security (894:11)
│ │ │ ├──[🔀] description (895:20)
│ │ │ ├─┬Parameters
│ │ │ │ ├──[-] required (14776:23)❌ 
│ │ │ │ └─┬Schema
│ │ │ │   ├──[+] enum (917:17)
│ │ │ │   ├──[-] enum (14781:23)❌ 
│ │ │ │   └──[🔀] default (918:22)❌ 
│ │ │ ├─┬Responses
│ │ │ │ ├─┬200
│ │ │ │ │ ├──[🔀] description (923:24)
│ │ │ │ │ └─┬application/json
│ │ │ │ │   └──[-] examples (27841:29)❌ 
│ │ │ │ └─┬404
│ │ │ │   ├──[+] content (932:15)
│ │ │ │   └──[🔀] description (929:24)
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (920:22)
│ │ └─┬PUT
│ │   ├──[+] security (938:11)
│ │   ├──[🔀] description (939:20)
│ │   ├─┬Parameters
│ │   │ ├──[-] required (14776:23)❌ 
│ │   │ └─┬Schema
│ │   │   ├──[+] enum (967:17)
│ │   │   ├──[-] enum (14781:23)❌ 
│ │   │   └──[🔀] default (968:22)❌ 
│ │   ├─┬Responses
│ │   │ ├─┬201
│ │   │ │ ├──[🔀] description (973:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[-] examples (27841:29)❌ 
│ │   │ ├─┬404
│ │   │ │ ├──[+] content (991:15)
│ │   │ │ └──[🔀] description (988:24)
│ │   │ └─┬422
│ │   │   ├──[🔀] description (979:24)
│ │   │   └─┬application/json
│ │   │     ├──[-] examples (26318:29)❌ 
│ │   │     ├──[-] examples (26301:29)❌ 
│ │   │     └──[-] examples (26309:29)❌ 
│ │   ├─...

@github-actions github-actions bot added the patch Patch version bump label Jan 23, 2026
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1769127783 branch 7 times, most recently from 57fc3cf to 20a4d1b Compare January 30, 2026 00:27
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1769127783 branch 7 times, most recently from c593f45 to 1cecb9d Compare February 6, 2026 00:27
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1769127783 branch 6 times, most recently from e183c15 to d380338 Compare February 12, 2026 00:29
* `gustoembedded.payrolls.generatePrintableChecks()`:  `response.startingCheckNumber` **Changed** (Breaking ⚠️)
* `gustoembedded.locations.update()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.peopleBatches.getV1PeopleBatchesPeopleBatchUuid()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.peopleBatches.postV1CompaniesCompanyIdPeopleBatches()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.reimbursements.deleteV1RecurringReimbursements()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.companies.get()`: 
  *  `request.xGustoApiVersion` **Changed** (Breaking ⚠️)
  *  `response.locations[].active` **Added**
  *  `error.status[404]` **Added**
* `gustoembedded.companies.update()`: 
  *  `request.xGustoApiVersion` **Changed** (Breaking ⚠️)
  *  `response.locations[].active` **Added**
  *  `error.status[404]` **Added**
* `gustoembedded.companies.suspensions.get()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.industrySelection.get()`: 
  *  `request.xGustoApiVersion` **Changed** (Breaking ⚠️)
  *  `error.status[404]` **Added**
* `gustoembedded.industrySelection.update()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `error.status[404]` **Added**
* `gustoembedded.locations.retrieve()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.payrolls.getPayStubs()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.locations.getMinimumWages()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.bankAccounts.get()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.bankAccounts.create()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.bankAccounts.deleteV1CompaniesCompanyIdBankAccountsBankAccountId()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.reimbursements.putV1RecurringReimbursements()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.employees.list()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.employees.create()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.employees.get()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.employees.update()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.employees.delete()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.employees.getOnboardingStatus()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.employees.updateOnboardingStatus()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.employeeEmployments.getHistory()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.employeeAddresses.get()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.employeeAddresses.create()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.employeeAddresses.retrieveHomeAddress()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.employeeAddresses.update()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.employeeAddresses.delete()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.employeeAddresses.getWorkAddresses()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.employeeAddresses.createWorkAddress()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.employeeAddresses.retrieveWorkAddress()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.employeeAddresses.updateWorkAddress()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.employeeAddresses.deleteWorkAddress()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.reimbursements.getV1RecurringReimbursements()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.employeeTaxSetup.getStateTaxes()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.employeeTaxSetup.updateStateTaxes()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.reimbursements.postV1EmployeesEmployeeIdRecurringReimbursements()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.reimbursements.getV1EmployeesEmployeeIdRecurringReimbursements()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.salaryEstimates.postV1SalaryEstimatesUuidAccept()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.contractors.create()`:  `response.paymentMethod` **Changed** (Breaking ⚠️)
* `gustoembedded.contractors.list()`:  `response.[].paymentMethod` **Changed** (Breaking ⚠️)
* `gustoembedded.contractors.get()`:  `response.paymentMethod` **Changed** (Breaking ⚠️)
* `gustoembedded.contractors.update()`:  `response.paymentMethod` **Changed** (Breaking ⚠️)
* `gustoembedded.contractors.getV1CompaniesCompanyIdContractorsPaymentDetails()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.contractorPaymentMethod.get()`:  `response.type.enum(null)` **Removed** (Breaking ⚠️)
* `gustoembedded.contractorPaymentMethod.update()`:  `response.type.enum(null)` **Removed** (Breaking ⚠️)
* `gustoembedded.payrolls.list()`: 
  *  `response.[].creditBlockers[].unblockOptions[]` **Changed**
  *  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.payrolls.createOffCycle()`: 
  *  `requestBody.employeeUuids` **Changed**
  *  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.payrolls.get()`: 
  *  `response.creditBlockers[].unblockOptions[]` **Changed**
  *  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.payrolls.update()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.payrolls.getPayStub()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.payrolls.prepare()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `error` **Changed**
* `gustoembedded.payrolls.getReceipt()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.payrolls.cancel()`: 
  *  `request.xGustoApiVersion` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
  *  `error.status[404]` **Added**
* `gustoembedded.payrolls.delete()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.salaryEstimates.putV1SalaryEstimatesId()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.contractorPaymentGroups.preview()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.payrolls.getV1CompaniesCompanyIdPayrollsIdPartnerDisbursements()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.payrolls.patchV1CompaniesCompanyIdPayrollsIdPartnerDisbursements()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.timeOffPolicies.calculateAccruingTimeOffHours()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `error.status[404]` **Added**
* `gustoembedded.timeOffPolicies.get()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.timeOffPolicies.update()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.timeOffPolicies.getAll()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.timeOffPolicies.create()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.timeOffPolicies.addEmployees()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.timeOffPolicies.removeEmployees()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.timeOffPolicies.updateBalance()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.timeOffPolicies.deactivate()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.contractorPayments.create()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `error.status[404]` **Added**
* `gustoembedded.contractorPayments.list()`: 
  *  `request.xGustoApiVersion` **Changed** (Breaking ⚠️)
  *  `error.status[404]` **Added**
* `gustoembedded.contractorPayments.get()`: 
  *  `request.xGustoApiVersion` **Changed** (Breaking ⚠️)
  *  `error.status[404]` **Added**
* `gustoembedded.contractorPayments.delete()`: 
  *  `request.xGustoApiVersion` **Changed** (Breaking ⚠️)
  *  `error.status[404]` **Added**
* `gustoembedded.contractorPaymentGroups.getList()`: 
  *  `response.[]` **Changed** (Breaking ⚠️)
  *  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.contractorPaymentGroups.create()`: 
  *  `requestBody.submissionBlockers` **Added**
  *  `response` **Changed** (Breaking ⚠️)
  *  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.salaryEstimates.getV1SalaryEstimatesId()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.contractorPaymentGroups.get()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.contractorPaymentGroups.delete()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.contractorPaymentGroups.fund()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.contractorPaymentGroups.getV1ContractorPaymentGroupsIdPartnerDisbursements()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.contractorPaymentGroups.patchV1ContractorPaymentGroupsIdPartnerDisbursements()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.salaryEstimates.postV1EmployeesEmployeeIdSalaryEstimates()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.reports.postV1CompaniesCompanyIdReportsEmployeesAnnualFicaWage()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.companyBenefits.get()`:  `response.employeeBenefits[]` **Changed** (Breaking ⚠️)
* `gustoembedded.companyBenefits.delete()`:  `error` **Changed** (Breaking ⚠️)
* `gustoembedded.wireInRequests.list()`:  `response.[].paymentType.enum(contractorPaymentGroup)` **Added** (Breaking ⚠️)
* `gustoembedded.companyBenefits.getRequirements()`:  `response.employeeDeduction.choices` **Changed** (Breaking ⚠️)
* `gustoembedded.wireInRequests.submit()`:  `response.paymentType.enum(contractorPaymentGroup)` **Added** (Breaking ⚠️)
* `gustoembedded.employeeBenefits.getV1EmployeesEmployeeUuidSection603HighEarnerStatuses()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.employeeBenefits.postV1EmployeesEmployeeUuidSection603HighEarnerStatuses()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.employeeBenefits.getV1EmployeesEmployeeUuidSection603HighEarnerStatusesEffectiveYear()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.employeeBenefits.patchV1EmployeesEmployeeUuidSection603HighEarnerStatusesEffectiveYear()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.holidayPayPolicies.get()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.holidayPayPolicies.create()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.holidayPayPolicies.update()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.holidayPayPolicies.delete()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.holidayPayPolicies.addEmployees()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.holidayPayPolicies.removeEmployees()`:  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.informationRequests.getInformationRequests()`:  `response.[].requiredQuestions[].responseType.enum(radioButton)` **Added** (Breaking ⚠️)
* `gustoembedded.informationRequests.submit()`:  `response.requiredQuestions[].responseType.enum(radioButton)` **Added** (Breaking ⚠️)
* `gustoembedded.recoveryCases.get()`:  `response.[]` **Changed** (Breaking ⚠️)
* `gustoembedded.wireInRequests.get()`:  `response.paymentType.enum(contractorPaymentGroup)` **Added** (Breaking ⚠️)
* `gustoembedded.payrolls.submit()`: **Added**
* `gustoembedded.companyBenefits.updateEmployeeBenefits()`: 
  *  `requestBody.employeeBenefits[]` **Changed**
* `gustoembedded.reports.createCustom()`: 
  *  `requestBody.employeeUuids` **Changed**
* `gustoembedded.companies.getV1PartnerManagedCompaniesCompanyUuidMigrationReadiness()`: **Added**
* `gustoembedded.payrolls.calculateGrossUp()`: **Added**
* `gustoembedded.employeePaymentMethod.deleteBankAccount()`:  `error.status[422]` **Added**
* `gustoembedded.jobsAndCompensations.deleteCompensation()`:  `error.status[422]` **Added**
* `gustoembedded.employeeBenefits.delete()`:  `error.status[422]` **Added**
* `gustoembedded.employeeTaxSetup.updateFederalTaxes()`: 
  *  `requestBody.twoJobs` **Changed**
* `gustoembedded.externalPayrolls.delete()`:  `error.status[422]` **Added**
* `gustoembedded.companies.migrate()`: **Removed** (Breaking ⚠️)
* `gustoembedded.jobsAndCompensations.delete()`:  `error.status[422]` **Added**
* `gustoembedded.payrolls.calculate()`: **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1769127783 branch from d380338 to a414f15 Compare February 13, 2026 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant