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.cancel():
    • request.xGustoApiVersion Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
    • error.status[404] Added
  • gustoembedded.timeOffPolicies.calculateAccruingTimeOffHours():
    • request Changed (Breaking ⚠️)
    • error.status[404] Added
  • gustoembedded.wireInRequests.list(): response.[].paymentType.enum(contractorPaymentGroup) Added (Breaking ⚠️)
  • gustoembedded.industrySelection.get():
    • request.xGustoApiVersion Changed (Breaking ⚠️)
    • error.status[404] Added
  • gustoembedded.industrySelection.update():
    • request Changed (Breaking ⚠️)
    • error.status[404] Added
  • gustoembedded.wireInRequests.submit(): response.paymentType.enum(contractorPaymentGroup) Added (Breaking ⚠️)
  • gustoembedded.contractors.create(): response.paymentMethod.enum(null) Removed (Breaking ⚠️)
  • gustoembedded.contractors.list(): response.[].paymentMethod.enum(null) Removed (Breaking ⚠️)
  • gustoembedded.contractors.get(): response.paymentMethod.enum(null) Removed (Breaking ⚠️)
  • gustoembedded.contractors.update(): response.paymentMethod.enum(null) Removed (Breaking ⚠️)
  • gustoembedded.contractorPaymentMethod.get(): response.type.enum(null) Removed (Breaking ⚠️)
  • gustoembedded.contractorPaymentMethod.update(): response.type.enum(null) Removed (Breaking ⚠️)
  • gustoembedded.wireInRequests.get(): response.paymentType.enum(contractorPaymentGroup) Added (Breaking ⚠️)
  • gustoembedded.recoveryCases.get(): response.[] Changed (Breaking ⚠️)
  • gustoembedded.informationRequests.submit(): response.requiredQuestions[].responseType.enum(radioButton) Added (Breaking ⚠️)
  • gustoembedded.informationRequests.getInformationRequests(): response.[].requiredQuestions[].responseType.enum(radioButton) Added (Breaking ⚠️)
  • gustoembedded.contractorPaymentGroups.create():
    • requestBody.submissionBlockers Added
    • response Changed (Breaking ⚠️)
  • gustoembedded.contractorPaymentGroups.getList(): response.[] Changed (Breaking ⚠️)
  • gustoembedded.payrolls.generatePrintableChecks(): response.startingCheckNumber Changed (Breaking ⚠️)
  • gustoembedded.contractorPaymentGroups.preview(): response Changed (Breaking ⚠️)
  • gustoembedded.contractorPaymentGroups.get(): response Changed (Breaking ⚠️)
  • gustoembedded.contractorPaymentGroups.fund(): response Changed (Breaking ⚠️)
  • gustoembedded.companyBenefits.get(): response.employeeBenefits[] Changed (Breaking ⚠️)
  • gustoembedded.companyBenefits.delete(): error Changed (Breaking ⚠️)
  • gustoembedded.companyBenefits.updateEmployeeBenefits():
    • requestBody.employeeBenefits[] Changed
  • gustoembedded.companies.getV1PartnerManagedCompaniesCompanyUuidMigrationReadiness(): Added
  • gustoembedded.payrolls.calculateGrossUp(): Added
  • gustoembedded.payrolls.get(): response.creditBlockers[].unblockOptions[].union(wait_for_reverse_wire).metadata.bankAccountLast4Digits Added
  • gustoembedded.payrolls.list(): response.[].creditBlockers[].unblockOptions[].union(wait_for_reverse_wire).metadata.bankAccountLast4Digits Added
  • gustoembedded.externalPayrolls.delete(): error.status[422] Added
  • gustoembedded.companies.migrate(): Removed (Breaking ⚠️)

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (438:3)
│ ├─┬/v1/webhooks/health_check
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (13036:22)
│ ├─┬/v1/locations/{location_uuid}/minimum_wages
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (1651:22)
│ ├─┬/v1/employees/{employee_id}/pay_stubs
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (8873:22)
│ ├─┬/v1/employees/{employee_uuid}/state_taxes
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (4801:22)
│ │ └─┬PUT
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (4847:22)
│ ├─┬/v1/companies/{company_uuid}/holiday_pay_policy/add
│ │ └─┬PUT
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (12024:22)
│ ├─┬/v1/time_off_policies/{time_off_policy_uuid}/remove_employees
│ │ └─┬PUT
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (11588:22)
│ ├─┬/v1/jobs/{job_id}
│ │ └─┬PUT
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬state_wc_covered
│ │         │ ├──[🔀] type (5354:21)❌ 
│ │         │ └──[-] nullable (5236:47)❌ 
│ │         └─┬state_wc_class_code
│ │           ├──[🔀] type (5359:21)❌ 
│ │           └──[-] nullable (5240:47)❌ 
│ ├─┬/v1/companies/{company_id}/payrolls
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (6942:22)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (6992:22)
│ ├─┬/v1/employees/{employee_id}/employee_benefits
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬expiration_date
│ │         │ ├──[🔀] type (9935:21)❌ 
│ │         │ └──[-] nullable (9729:47)❌ 
│ │         ├─┬coverage_amount
│ │         │ ├──[🔀] type (9902:21)❌ 
│ │         │ └──[-] nullable (9698:47)❌ 
│ │         ├─┬company_contribution_annual_maximum
│ │         │ ├──[🔀] type (9877:21)❌ 
│ │         │ └──[-] nullable (9675:47)❌ 
│ │         ├─┬limit_option
│ │         │ ├──[🔀] type (9882:21)❌ 
│ │         │ └──[-] nullable (9690:47)❌ 
│ │         ├─┬deduction_reduces_taxable_income
│ │         │ ├──[🔀] type (9911:21)❌ 
│ │         │ └──[-] nullable (9710:47)❌ 
│ │         └─┬employee_deduction_annual_maximum
│ │           ├──[🔀] type (9821:21)❌ 
│ │           └──[-] nullable (9620:47)❌ 
│ ├─┬/v1/partner_managed_companies/{company_uuid}/migrate
│ │ └─┬PUT
│ │   └─┬Responses
│ │     └─┬422
│ │       ├──[🔀] description (408:24)
│ │       └─┬application/json
│ │         ├──[-] examples (26309:29)❌ 
│ │         ├──[-] examples (26318:29)❌ 
│ │         ├──[-] examples (26301:29)❌ 
│ │         └─┬Schema
│ │           └──[🔀] $ref (412:17)❌ 
│ ├─┬/v1/companies/{company_uuid}/holiday_pay_policy/remove
│ │ └─┬PUT
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (12094:22)
│ ├─┬/v1/companies/{company_id}/contractor_payment_groups
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (8047:22)
│ │ └─┬POST
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └──[+] properties (8141:17)
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (8096:22)
│ ├─┬/v1/contractor_payment_groups/{id}/partner_disbursements
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (12725:22)
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (12770:22)
│ ├─┬/v1/employees/{employee_uuid}/federal_taxes
│ │ └─┬PUT
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬extra_withholding
│ │           ├──[🔀] type (4726:21)❌ 
│ │           └──[-] nullable (4612:47)❌ 
│ ├─┬/v1/payrolls/{payroll_uuid}/generated_documents/printable_payroll_checks
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Example
│ │           └──[🔀] value (31061:17)
│ ├─┬/v1/companies/{company_id}/reports/employees_annual_fica_wage
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (14542:22)
│ ├─┬/v1/contractor_payment_groups/{contractor_payment_group_uuid}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (8335:22)
│ │ └─┬DELETE
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (8382:22)
│ ├─┬/v1/companies/{company_id}/payrolls/{id}/partner_disbursements
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (12861:22)
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (12909:22)
│ ├─┬/v1/companies/{company_uuid}/notifications
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (12608:22)
│ ├─┬/v1/companies/{company_id}/pay_schedules/{pay_schedule_id}
│ │ └─┬PUT
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬day_1
│ │         │ ├──[🔀] type (2533:21)❌ 
│ │         │ └──[-] nullable (2449:47)❌ 
│ │         └─┬day_2
│ │           ├──[🔀] type (2539:21)❌ 
│ │           └──[-] nullable (2453:47)❌ 
│ ├─┬/v1/employees/{employee_id}/work_addresses
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (4196:22)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (4241:22)
│ ├─┬/v1/salary_estimates/{uuid}/accept
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (13342:22)
│ ├─┬/v1/payrolls/{payroll_uuid}/receipt
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (7394:22)
│ ├─┬/v1/companies/{company_uuid}/suspensions
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (11672:22)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (11719:22)
│ ├─┬/v1/employees/{employee_id}/recurring_reimbursements
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (13461:22)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (13527:22)
│ ├─┬/v1/companies/{company_id}/bank_accounts/{bank_account_id}
│ │ └─┬DELETE
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (12999:22)
│ ├─┬/v1/employees/{employee_id}
│ │ ├─┬GET
│ │ │ ├──[🔀] description (3334:20)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   └─┬Schema
│ │ │ │     └─┬Extensions
│ │ │ │       └──[🔀] x-enumdescriptions (3376:17)
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (3385:22)
│ │ ├─┬PUT
│ │ │ ├─┬Requestbody
│ │ │ │ └─┬application/json
│ │ │ │   └─┬Schema
│ │ │ │     └─┬ALLOF
│ │ │ │       ├─┬middle_initial
│ │ │ │       │ ├──[🔀] type (3468:25)❌ 
│ │ │ │       │ └──[-] nullable (3373:51)❌ 
│ │ │ │       ├─┬work_email
│ │ │ │       │ └──[-] nullable (3396:51)❌ 
│ │ │ │       └─┬preferred_first_name
│ │ │ │         ├──[🔀] type (3486:25)❌ 
│ │ │ │         └──[-] nullable (3390:51)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (3429:22)
│ │ └─┬DELETE
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (3527:22)
│ ├─┬/v1/companies/{company_id}/payrolls/{payroll_id}/cancel
│ │ └─┬PUT
│ │   ├──[+] security (7776:11)
│ │   ├──[🔀] description (7777:20)
│ │   ├─┬Parameters
│ │   │ ├──[-] required (14776:23)❌ 
│ │   │ └─┬Schema
│ │   │   ├──[+] enum (7819:17)
│ │   │   ├──[-] enum (14781:23)❌ 
│ │   │   └──[🔀] default (7820:22)❌ 
│ │   ├─┬Responses
│ │   │ ├─┬200
│ │   │ │ ├──[🔀] description (7792:24)
│ │   │ │ └─┬application/json
│ │   │ │   ├──[-] examples (29742:29)❌ 
│ │   │ │   ├──[-] examples (29782:29)❌ 
│ │   │ │   └─┬Schema
│ │   │ │     └──[🔀] $ref (26749:13)❌ 
│ │   │ ├─┬404
│ │   │ │ ├──[+] content (7810:15)
│ │   │ │ └──[🔀] description (7807:24)
│ │   │ └─┬422
│ │   │   ├──[🔀] description (7798:24)
│ │   │   └─┬application/json
│ │   │     ├──[-] examples (26301:29)❌ 
│ │   │     ├──[-] examples (26309:29)❌ 
│ │   │     └──[-] examples (26318:29)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (7789:22)
│ ├─┬/v1/companies/{company_uuid}/tax_requirements/{state}
│ │ └─┬PUT
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬requirement_sets
│ │           └─┬Schema
│ │             └─┬requirements
│ │               └─┬Schema
│ │                 └─┬value
│ │                   ├──[🔀] type (11093:33)❌ 
│ │                   └──[-] nullable (10870:71)❌ 
│ ├─┬/v1/companies/{company_id}/contractors/payment_details
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (12682:22)
│ ├─┬/v1/garnishments/{garnishment_id}
│ │ └─┬PUT
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬total_amount
│ │         │ ├──[🔀] type (10528:21)❌ 
│ │         │ └──[-] nullable (10308:47)❌ 
│ │         ├─┬pay_period_maximum
│ │         │ ├──[🔀] type (10516:21)❌ 
│ │         │ └──[-] nullable (10297:47)❌ 
│ │         ├─┬annual_maximum
│ │         │ ├──[🔀] type (10511:21)❌ 
│ │         │ └──[-] nullable (10290:47)❌ 
│ │         └─┬times
│ │           ├──[🔀] type (10496:21)❌ 
│ │           └──[-] nullable (10279:47)❌ 
│ ├─┬/v1/companies/{company_id}/bank_accounts
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (1695:22)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (1738:22)
│ ├─┬/v1/recurring_reimbursements/{id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (13614:22)
│ │ ├─┬PUT
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (13678:22)
│ │ └─┬DELETE
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (13769:22)
│ ├─┬/v1/companies/{company_uuid}/external_payrolls/{external_payroll_id}
│ │ └─┬DELETE
│ │   └─┬Responses
│ │     └──[+] codes (26813:7)
│ ├─┬/v1/home_addresses/{home_address_uuid}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (4021:22)
│ │ ├─┬PUT
│ │ │ ├─┬Requestbody
│ │ │ │ └─┬application/json
│ │ │ │   └─┬Schema
│ │ │ │     └─┬ALLOF
│ │ │ │       ├─┬effective_date
│ │ │ │       │ ├──[🔀] type (4110:25)❌ 
│ │ │ │       │ └──[-] nullable (4006:51)❌ 
│ │ │ │       └─┬street_2
│ │ │ │         ├──[🔀] type (4100:25)❌ 
│ │ │ │         └──[-] nullable (3996:51)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (4068:22)
│ │ └─┬DELETE
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (4147:22)
│ ├─┬/v1/employees/{employee_id}/salary_estimates
│ │ └─┬POST
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └─┬annual_net_revenue
│ │   │       ├──[🔀] type (13112:21)❌ 
│ │   │       └──[-] nullable (12862:47)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (13081:22)
│ ├─┬/v1/payrolls/{payroll_id}/employees/{employee_id}/calculate_accruing_time_off_hours
│ │ └─┬POST
│ │   ├──[+] security (7412:11)
│ │   ├──[🔀] description (7413:20)
│ │   ├─┬Parameters
│ │   │ ├──[-] required (14776:23)❌ 
│ │   │ └─┬Schema
│ │   │   ├──[+] enum (7466:17)
│ │   │   ├──[-] enum (14781:23)❌ 
│ │   │   └──[🔀] default (7467:22)❌ 
│ │   ├─┬Responses
│ │   │ ├──[+] codes (7440:11)
│ │   │ ├─┬200
│ │   │ │ ├──[🔀] description (7434:24)
│ │   │ │ └─┬application/json
│ │   │ │   ├──[-] examples (27445:29)❌ 
│ │   │ │   └─┬Schema
│ │   │ │     └──[🔀] $ref (26723:13)❌ 
│ │   │ └─┬422
│ │   │   ├──[🔀] description (7446:24)
│ │   │   └─┬application/json
│ │   │     ├──[-] examples (26318:29)❌ 
│ │   │     ├──[-] examples (26301:29)❌ 
│ │   │     └──[-] examples (26309:29)❌ 
│ │   ├─┬Requestbody
│ │   │ ├──[-] required (7309:27)❌ 
│ │   │ └─┬application/json
│ │   │   ├──[-] examples (7333:33)❌ 
│ │   │   └─┬Schema
│ │   │     └──[🔀] $ref (26689:13)❌ 
│ │   └─┬Extensions
│ │     ├──[🔀] x-gusto-integration-type (7427:9)
│ │     └──[+] x-gusto-rswag (7431:22)
│ ├─┬/v1/companies/{company_id}/employees
│ │ ├─┬GET
│ │ │ ├──[🔀] description (2719:20)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   └─┬Schema
│ │ │ │     └─┬Extensions
│ │ │ │       └──[🔀] x-enumdescriptions (2785:17)
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (2839:22)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (2883:22)
│ ├─┬/v1/locations/{location_id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (1507:22)
│ │ └─┬PUT
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └─┬ALLOF
│ │   │       └─┬street_2
│ │   │         ├──[🔀] type (1594:25)❌ 
│ │   │         └──[-] nullable (1516:51)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (1551:22)
│ ├─┬/v1/payrolls/{payroll_uuid}/gross_up
│ │ └─┬POST
│ │   ├──[+] security (7580:11)
│ │   ├──[🔀] summary (7578:16)
│ │   ├─┬Parameters
│ │   │ ├──[-] required (14776:23)❌ 
│ │   │ └─┬Schema
│ │   │   ├──[+] enum (7598:17)
│ │   │   ├──[-] enum (14781:23)❌ 
│ │   │   └──[🔀] default (7599:22)❌ 
│ │   ├─┬Responses
│ │   │ ├─┬200
│ │   │ │ ├──[🔀] description (7616:24)
│ │   │ │ └─┬application/json
│ │   │ │   ├──[-] examples (30627:29)❌ 
│ │   │ │   └─┬Schema
│ │   │ │     └──[🔀] $ref (26678:13)❌ 
│ │   │ ├─┬404
│ │   │ │ ├──[+] content (7634:15)
│ │   │ │ └──[🔀] description (7631:24)
│ │   │ └─┬422
│ │   │   ├──[🔀] description (7622:24)
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (18997:20)❌ 
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   ├──[-] examples (7474:33)❌ 
│ │   │   └─┬Schema
│ │   │     └──[🔀] $ref (26664:13)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (7607:22)
│ ├─┬/v1/time_off_policies/{time_off_policy_uuid}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (11307:22)
│ │ └─┬PUT
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (11351:22)
│ ├─┬/v1/time_off_policies/{time_off_policy_uuid}/balance
│ │ └─┬PUT
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (12202:22)
│ ├─┬/v1/companies/{company_id}/industry_selection
│ │ ├─┬GET
│ │ │ ├──[+] security (841:11)
│ │ │ ├──[🔀] description (842:20)
│ │ │ ├─┬Parameters
│ │ │ │ ├──[-] required (14776:23)❌ 
│ │ │ │ └─┬Schema
│ │ │ │   ├──[+] enum (864:17)
│ │ │ │   ├──[-] enum (14781:23)❌ 
│ │ │ │   └──[🔀] default (865:22)❌ 
│ │ │ ├─┬Responses
│ │ │ │ ├─┬200
│ │ │ │ │ ├──[🔀] description (870:24)
│ │ │ │ │ └─┬application/json
│ │ │ │ │   └──[-] examples (27841:29)❌ 
│ │ │ │ └─┬404
│ │ │ │   ├──[+] content (879:15)
│ │ │ │   └──[🔀] description (876:24)
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (867:22)
│ │ └─┬PUT
│ │   ├──[+] security (885:11)
│ │   ├──[🔀] description (886:20)
│ │   ├─┬Parameters
│ │   │ ├──[-] required (14776:23)❌ 
│ │   │ └─┬Schema
│ │   │   ├──[+] enum (914:17)
│ │   │   ├──[-] enum (14781:23)❌ 
│ │   │   └──[🔀] default (915:22)❌ 
│ │   ├─┬Responses
│ │   │ ├─┬422
│ │   │ │ ├──[🔀] description (926:24)
│ │   │ │ └─┬application/json
│ │   │ │   ├──[-] examples (26318:29)❌ 
│ │   │ │   ├──[-] examples (26301:29)❌ 
│ │   │ │   └──[-] examples (26309:29)❌ 
│ │   │ ├─┬201
│ │   │ │ ├──[🔀] description (920:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[-] examples (27841:29)❌ 
│ │   │ └─┬404
│ │   │   ├──[+] content (935:15)
│ │   │   └──[🔀] description (932:24)
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   ├──[-] examples (863:33)❌ 
│ │   │   └─┬Schema
│ │   │     └──[🔀] $ref (17048:14)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (917:22)
│ ├─┬/v1/employees/{employee_id}/onboarding_status
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (4574:22)
│ │ └─┬PUT
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (4626:22)
│ ├─┬/v1/companies/{company_id}/company_benefits
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[-] required (9098:35)❌ 
│ │         └─┬catch_up_type
│ │           ├──[🔀] type (9312:21)❌ 
│ │           └──[-] nullable (9093:47)❌ 
│ ├─┬/v1/employees/{employee_id}/employment_history
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (3841:22)
│ ├─┬/v1/payrolls/{payroll_id}/employees/{employee_id}/pay_stub
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (8816:22)
│ ├─┬/v1/companies/{company_uuid}/holiday_pay_policy
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (11818:22)
│ │ ├─┬PUT
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (11919:22)
│ │ ├─┬POST
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (11864:22)
│ │ └─┬DELETE
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (11977:22)
│ ├─┬/v1/companies/{company_id}/contractor_payment_groups/preview
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (8234:22)
│ ├─┬/v1/time_off_policies/{time_off_policy_uuid}/add_employees
│ │ └─┬PUT
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └─┬employees
│ │   │       └─┬Schema
│ │   │         └─┬balance
│ │   │           ├──[🔀] type (11571:27)❌ 
│ │   │           └──[-] nullable (11342:59)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (11513:22)
│ ├─┬/v1/companies/{company_id}/bank_accounts/{bank_account_uuid}/verify
│ │ └─┬PUT
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬deposit_1
│ │         │ └──[-] nullable (1730:47)❌ 
│ │         └─┬deposit_2
│ │           └──[-] nullable (1734:47)❌ 
│ ├─┬/v1/token_info
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           ├─┬resource
│ │           │ ├──[🔀] type (92:23)❌ 
│ │           │ └──[-] nullable (93:51)❌ 
│ │           └─┬resource_owner
│ │             ├──[🔀] type (107:23)❌ 
│ │             └──[-] nullable (107:51)❌ 
│ ├─┬/v1/companies/{company_id}/pay_schedules
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬day_2
│ │         │ ├──[🔀] type (2320:21)❌ 
│ │         │ └──[-] nullable (2236:47)❌ 
│ │         └─┬day_1
│ │           ├──[🔀] type (2314:21)❌ 
│ │           └──[-] nullable (2232:47)❌ 
│ ├─┬/v1/employees/{employee_id}/garnishments
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬total_amount
│ │         │ ├──[🔀] type (10371:21)❌ 
│ │         │ └──[-] nullable (10155:47)❌ 
│ │         ├─┬times
│ │         │ ├──[🔀] type (10339:21)❌ 
│ │         │ └──[-] nullable (10126:47)❌ 
│ │         ├─┬pay_period_maximum
│ │         │ ├──[🔀] type (10359:21)❌ 
│ │         │ └──[-] nullable (10144:47)❌ 
│ │         ├─┬garnishment_type
│ │         │ ├──[🔀] type (10325:21)❌ 
│ │         │ └──[-] nullable (10112:47)❌ 
│ │         └─┬annual_maximum
│ │           ├──[🔀] type (10354:21)❌ 
│ │           └──[-] nullable (10137:47)❌ 
│ ├─┬/v1/employees/{employee_id}/home_addresses
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (3889:22)
│ │ └─┬POST
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     ├─┬street_2
│ │   │     │ ├──[🔀] type (3967:21)❌ 
│ │   │     │ └──[-] nullable (3867:47)❌ 
│ │   │     └─┬effective_date
│ │   │       ├──[🔀] type (3980:21)❌ 
│ │   │       └──[-] nullable (3880:47)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (3936:22)
│ ├─┬/oauth/token
│ │ └─┬POST
│ │   ├──[🔀] description (137:20)
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (150:22)
│ ├─┬/v1/employees/{employee_id}/jobs
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬state_wc_covered
│ │         │ ├──[🔀] type (5203:21)❌ 
│ │         │ └──[-] nullable (5087:47)❌ 
│ │         └─┬state_wc_class_code
│ │           ├──[🔀] type (5208:21)❌ 
│ │           └──[-] nullable (5091:47)❌ 
│ ├─┬/v1/payrolls/{payroll_uuid}/reports/general_ledger
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └─┬integration_type
│ │   │         ├──[🔀] type (30949:19)❌ 
│ │   │         └──[-] nullable (30429:43)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬integration_type
│ │           ├──[🔀] type (9199:21)❌ 
│ │           └──[-] nullable (8980:47)❌ 
│ ├─┬/v1/companies/{company_id}/payrolls/{payroll_id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (7181:22)
│ │ ├─┬PUT
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (7235:22)
│ │ └─┬DELETE
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (7303:22)
│ ├─┬/v1/employee_benefits/{employee_benefit_id}
│ │ └─┬PUT
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬expiration_date
│ │         │ ├──[🔀] type (10071:21)❌ 
│ │         │ └──[-] nullable (9863:47)❌ 
│ │         ├─┬deduction_reduces_taxable_income
│ │         │ ├──[🔀] type (10158:21)❌ 
│ │         │ └──[-] nullable (9951:47)❌ 
│ │         ├─┬limit_option
│ │         │ ├──[🔀] type (10133:21)❌ 
│ │         │ └──[-] nullable (9934:47)❌ 
│ │         ├─┬employee_deduction_annual_maximum
│ │         │ ├──[🔀] type (10062:21)❌ 
│ │         │ └──[-] nullable (9855:47)❌ 
│ │         ├─┬coverage_amount
│ │         │ ├──[🔀] type (10153:21)❌ 
│ │         │ └──[-] nullable (9942:47)❌ 
│ │         └─┬company_contribution_annual_maximum
│ │           ├──[🔀] type (10128:21)❌ 
│ │           └──[-] nullable (9919:47)❌ 
│ ├─┬/v1/companies/{company_id}/locations
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬street_2
│ │           ├──[🔀] type (1418:21)❌ 
│ │           └──[-] nullable (1343:47)❌ 
│ ├─┬/v1/companies/{company_uuid}/time_off_policies
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (11412:22)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (11456:22)
│ ├─┬/v1/salary_estimates/{uuid}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (13188:22)
│ │ └─┬PUT
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └─┬annual_net_revenue
│ │   │       ├──[🔀] type (13264:21)❌ 
│ │   │       └──[-] nullable (13011:47)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (13233:22)
│ ├─┬/v1/employees/{employee_uuid}/section603_high_earner_statuses/{effective_year}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (13929:22)
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (13987:22)
│ ├─┬/v1/time_off_policies/{time_off_policy_uuid}/deactivate
│ │ └─┬PUT
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (12276:22)
│ ├─┬/v1/salary_estimates/occupations
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (13403:22)
│ ├─┬/v1/employees/{employee_uuid}/section603_high_earner_statuses
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (13812:22)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (13858:22)
│ ├─┬/v1/people_batches/{people_batch_uuid}
│ │ └─┬GET
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       ├─┬submitted_items
│ │   │       │ ├──[🔀] type (14419:23)❌ 
│ │   │       │ └──[-] nullable (14140:51)❌ 
│ │   │       ├─┬exclusions
│ │   │       │ ├──[🔀] type (14484:23)❌ 
│ │   │       │ └──[-] nullable (14201:51)❌ 
│ │   │       ├─┬results
│ │   │       │ └─┬Schema
│ │   │       │   └─┬errors
│ │   │       │     ├──[🔀] type (14458:29)❌ 
│ │   │       │     ├──[-] nullable (14178:63)❌ 
│ │   │       │     └─┬Schema
│ │   │       │       ├─┬errors
│ │   │       │       │ ├──[🔀] type (14477:35)❌ 
│ │   │       │       │ └──[-] nullable (14195:75)❌ 
│ │   │       │       └─┬message
│ │   │       │         ├──[🔀] type (14472:35)❌ 
│ │   │       │         └──[-] nullable (14191:75)❌ 
│ │   │       └─┬completed_at
│ │   │         ├──[🔀] type (14414:23)❌ 
│ │   │         └──[-] nullable (14137:51)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (14386:22)
│ ├─┬/v1/contractor_payment_groups/{contractor_payment_group_uuid}/fund
│ │ └─┬PUT
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (8432:22)
│ ├─┬/v1/companies/{company_uuid}/external_payrolls/tax_liabilities
│ │ └─┬PUT
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬liability_selections
│ │           └─┬Schema
│ │             └─┬last_unpaid_external_payroll_uuid
│ │               ├──[🔀] type (2153:27)❌ 
│ │               └──[-] nullable (2072:59)❌ 
│ ├─┬/v1/company_benefits/{company_benefit_id}
│ │ ├─┬PUT
│ │ │ └─┬Requestbody
│ │ │   └─┬application/json
│ │ │     └─┬Schema
│ │ │       └─┬catch_up_type
│ │ │         ├──[🔀] type (9449:21)❌ 
│ │ │         └──[-] nullable (9230:47)❌ 
│ │ └─┬DELETE
│ │   └─┬Responses
│ │     └─┬422
│ │       ├──[🔀] description (26813:20)
│ │       └─┬application/json
│ │         ├──[+] examples (26837:15)
│ │         ├──[+] examples (26820:15)
│ │         ├──[+] examples (26828:15)
│ │         └─┬Schema
│ │           └──[🔀] $ref (18997:20)❌ 
│ ├─┬/v1/companies/{company_id}/people_batches
│ │ └─┬POST
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └─┬batch
│ │   │       └─┬Schema
│ │   │         ├─┬person
│ │   │         │ ├─┬email
│ │   │         │ │ ├──[🔀] type (14172:31)❌ 
│ │   │         │ │ └──[-] nullable (13905:67)❌ 
│ │   │         │ ├─┬middle_initial
│ │   │         │ │ ├──[🔀] type (14160:31)❌ 
│ │   │         │ │ └──[-] nullable (13896:67)❌ 
│ │   │         │ ├─┬date_of_birth
│ │   │         │ │ ├──[🔀] type (14189:31)❌ 
│ │   │         │ │ └──[-] nullable (13919:67)❌ 
│ │   │         │ ├─┬work_email
│ │   │         │ │ ├──[🔀] type (14178:31)❌ 
│ │   │         │ │ └──[-] nullable (13910:67)❌ 
│ │   │         │ ├─┬self_onboarding
│ │   │         │ │ ├──[🔀] type (14195:31)❌ 
│ │   │         │ │ └──[-] nullable (13923:67)❌ 
│ │   │         │ ├─┬ssn
│ │   │         │ │ ├──[🔀] type (14184:31)❌ 
│ │   │         │ │ └──[-] nullable (13914:67)❌ 
│ │   │         │ └─┬preferred_first_name
│ │   │         │   ├──[🔀] type (14167:31)❌ 
│ │   │         │   └──[-] nullable (13900:67)❌ 
│ │   │         ├─┬bank_accounts
│ │   │         │ └─┬Schema
│ │   │         │   ├─┬split_amount
│ │   │         │   │ ├──[🔀] type (14351:33)❌ 
│ │   │         │   │ └──[-] nullable (14075:71)❌ 
│ │   │         │   └─┬name
│ │   │         │     ├──[🔀] type (14323:33)❌ 
│ │   │         │     └──[-] nullable (14048:71)❌ 
│ │   │         └─┬job
│ │   │           ├─┬state_wc_class_code
│ │   │           │ ├──[🔀] type (14262:31)❌ 
│ │   │           │ └──[-] nullable (13988:67)❌ 
│ │   │           └─┬state_wc_covered
│ │   │             ├──[🔀] type (14257:31)❌ 
│ │   │             └──[-] nullable (13984:67)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (14044:22)
│ └─┬/v1/work_addresses/{work_address_uuid}
│   ├─┬GET
│   │ └─┬Extensions
│   │   └──[+] x-gusto-rswag (4309:22)
│   ├─┬PUT
│   │ └─┬Extensions
│   │   └──[+] x-gusto-rswag (4354:22)
│   └─┬DELETE
│     └─┬Extensions
│       └──[+] x-gusto-rswag (4422:22)
└─┬Components
  ├──[+] schemas (26664:7)
  ├──[+] schemas (26689:7)
  ├──[+] schemas (26749:7)
  ├──[+] schemas (19247:7)
  ├──[+] schemas (19271:7)
  ├──[+] schemas (26620:7)
  ├──[+] schemas (26678:7)
  ├──[+] schemas (26723:7)
  ├──[+] schemas (26574:7)
  ├─┬Payroll-Check
  │ ├─┬starting_check_number
  │ │ └──[🔀] type (21273:13)❌ 
  │ └─┬Extensions
  │   └──[🔀] x-examples (21295:9)
  ├─┬Employee-Benefit-For-Company-Benefit
  │ └─┬ALLOF
  │   ├──[+] properties (20378:13)
  │   ├─┬employee_uuid
  │   │ ├──[🔀] description (20373:28)
  │   │ └──[+] readOnly (20374:25)❌ 
  │   ├─┬company_benefit_uuid
  │   │ ├──[+] enum (20382:19)
  │   │ ├──[+] enum (20383:19)
  │   │ ├──[🔀] description (20380:28)
  │   │ └──[-] readOnly (20033:35)❌ 
  │   └─┬uuid
  │     ├──[🔀] description (20377:28)
  │     └──[-] readOnly (20037:35)❌ 
  ├─┬Payroll-Show
  │ └─┬Extensions
  │   └──[🔀] x-examples (24994:9)
  ├─┬Payroll
  │ └─┬Extensions
  │   └──[🔀] x-examples (20991:9)
  ├─┬Payroll-Credit-Blockers-Type
  │ └─┬Schema
  │   └──[🔀] $ref (26620:13)❌ 
  ├─┬Company
  │ └─┬pay_schedule_type
  │   ├──[-] enum (17400:27)❌ 
  │   ├──[-] enum (17401:27)❌ 
  │   ├──[-] enum (17402:27)❌ 
  │   ├──[-] enum (17403:27)❌ 
  │   ├──[-] type (17397:25)❌ 
  │   ├──[+] anyOf (17688:15)
  │   └──[+] anyOf (17694:15)
  ├─┬Pay-Schedule-Assignment-Preview
  │ └─┬type
  │   ├──[-] enum (21793:27)❌ 
  │   ├──[-] enum (21794:27)❌ 
  │   ├──[-] enum (21795:27)❌ 
  │   ├──[-] enum (21792:27)❌ 
  │   ├──[-] type (21789:25)❌ 
  │   ├──[+] anyOf (22070:15)
  │   └──[+] anyOf (22076:15)
  ├─┬Employee
  │ └─┬current_employment_status
  │   ├──[-] enum (15435:27)❌ 
  │   ├──[-] enum (15436:27)❌ 
  │   ├──[-] enum (15437:27)❌ 
  │   ├──[-] enum (15438:27)❌ 
  │   ├──[-] enum (15439:27)❌ 
  │   ├──[-] type (15431:25)❌ 
  │   ├──[+] anyOf (15716:15)
  │   └──[+] anyOf (15723:15)
  ├─┬Contractor-Payment-Group-With-Blockers
  │ └─┬ALLOF
  │   ├─┬credit_blockers
  │   │ └─┬Schema
  │   │   └──[🔀] $ref (26620:13)❌ 
  │   └─┬submission_blockers
  │     └─┬Schema
  │       └──[🔀] $ref (26574:13)❌ 
  ├─┬Payroll-Credit-Blocker-Unblock-Option-Wait-For-Reverse-Wire
  │ └─┬metadata
  │   ├──[+] properties (26213:13)
  │   └─┬reverse_wire_detail_id
  │     ├──[🔀] type (26215:17)❌ 
  │     └──[🔀] description (26217:28)
  ├─┬Garnishment
  │ └─┬garnishment_type
  │   ├──[-] enum (15953:27)❌ 
  │   ├──[-] enum (15954:27)❌ 
  │   ├──[-] enum (15955:27)❌ 
  │   ├──[-] enum (15956:27)❌ 
  │   ├──[-] enum (15957:27)❌ 
  │   ├──[-] enum (15958:27)❌ 
  │   ├──[-] enum (15952:27)❌ 
  │   ├──[-] type (15949:25)❌ 
  │   ├──[+] anyOf (16234:15)
  │   └──[+] anyOf (16243:15)
  ├─┬Industry
  │ ├─┬sic_codes
  │ │ └──[🔀] description (17063:24)
  │ └─┬Extensions
  │   └──[🔀] x-examples (17074:9)
  ├─┬Payroll-Submission-Blockers-Type
  │ └─┬Schema
  │   └──[🔀] $ref (26574:13)❌ 
  ├─┬Contractor-Payment-Details-List
  │ └─┬Schema
  │   └─┬split_by
  │     ├──[-] enum (24249:31)❌ 
  │     ├──[-] enum (24248:31)❌ 
  │     ├──[-] type (24245:29)❌ 
  │     ├──[+] anyOf (24532:17)
  │     └──[+] anyOf (24536:17)
  ├─┬Pay-Schedule-Assignment-Body
  │ └─┬type
  │   ├──[-] enum (16280:27)❌ 
  │   ├──[-] enum (16281:27)❌ 
  │   ├──[-] enum (16278:27)❌ 
  │   ├──[-] enum (16279:27)❌ 
  │   ├──[-] type (16275:25)❌ 
  │   ├──[+] anyOf (16560:15)
  │   └──[+] anyOf (16566:15)
  ├─┬Unprocessable-Entity-Error-Object
  │ └─┬Extensions
  │   └──[🔀] x-examples (19007:9)
  ├─┬Wire-In-Request
  │ └─┬payment_type
  │   └──[+] enum (23918:15)
  ├─┬Contractor-Payment-Group-Preview
  │ ├─┬submission_blockers
  │ │ └─┬Schema
  │ │   └──[🔀] $ref (26574:13)❌ 
  │ └─┬credit_blockers
  │   └─┬Schema
  │     └──[🔀] $ref (26620:13)❌ 
  ├─┬Company-Bank-Account
  │ └─┬plaid_status
  │   ├──[-] enum (19216:27)❌ 
  │   ├──[-] enum (19217:27)❌ 
  │   ├──[-] type (19213:25)❌ 
  │   ├──[+] anyOf (19563:15)
  │   └──[+] anyOf (19567:15)
  ├─┬Contractor
  │ └─┬payment_method
  │   ├──[-] enum (18050:27)❌ 
  │   ├──[-] enum (18051:27)❌ 
  │   ├──[-] enum (18052:27)❌ 
  │   ├──[-] type (18046:25)❌ 
  │   ├──[+] anyOf (18337:15)
  │   └──[+] anyOf (18341:15)
  ├─┬Company-Benefit-With-Employee-Benefits
  │ └─┬employee_benefits
  │   └─┬Schema
  │     ├──[-] properties (19639:29)❌ 
  │     └──[-] properties (19636:29)❌ 
  ├─┬Recovery-Case
  │ ├─┬original_debit_date
  │ │ └──[🔀] type (23739:13)❌ 
  │ └─┬latest_error_code
  │   └──[🔀] type (23734:13)❌ 
  ├─┬Off-Cycle-Reason-Type
  │ ├──[-] enum (20154:19)❌ 
  │ ├──[-] enum (20155:19)❌ 
  │ ├──[-] enum (20156:19)❌ 
  │ ├──[-] enum (20157:19)❌ 
  │ ├──[-] enum (20158:19)❌ 
  │ ├──[-] enum (20159:19)❌ 
  │ ├──[-] enum (20150:19)❌ 
  │ ├──[-] enum (20151:19)❌ 
  │ ├──[-] enum (20160:19)❌ 
  │ ├──[-] enum (20152:19)❌ 
  │ ├──[-] enum (20153:19)❌ 
  │ ├──[-] type (20145:17)❌ 
  │ ├──[+] anyOf (20491:11)
  │ └──[+] anyOf (20504:11)
  ├─┬Payroll-Receipt
  │ ├─┬totals
  │ │ ├─┬reimbursement_debit
  │ │ │ └──[+] format (21480:23)❌ 
  │ │ ├─┬net_pay_debit
  │ │ │ └──[+] format (21472:23)❌ 
  │ │ ├─┬child_support_debit
  │ │ │ └──[+] format (21476:23)❌ 
  │ │ ├─┬tax_debit
  │ │ │ └──[+] format (21484:23)❌ 
  │ │ └─┬company_debit
  │ │   └──[+] format (21468:23)❌ 
  │ ├─┬employee_compensations
  │ │ └─┬Schema
  │ │   ├─┬child_support_garnishment
  │ │   │ └──[+] format (21534:25)❌ 
  │ │   ├─┬total_tax
  │ │   │ └──[+] format (21526:25)❌ 
  │ │   ├─┬total_garnishments
  │ │   │ └──[+] format (21530:25)❌ 
  │ │   ├─┬total_reimbursement
  │ │   │ └──[+] format (21538:25)❌ 
  │ │   └─┬net_pay
  │ │     └──[+] format (21522:25)❌ 
  │ └─┬taxes
  │   └─┬Schema
  │     └─┬amount
  │       └──[+] format (21497:25)❌ 
  ├─┬Employee-Payment-Method
  │ └─┬split_by
  │   ├──[-] enum (22409:27)❌ 
  │   ├──[-] enum (22410:27)❌ 
  │   ├──[-] type (22406:25)❌ 
  │   ├──[+] anyOf (22687:15)
  │   └──[+] anyOf (22691:15)
  ├─┬Contractor-Payment-Method
  │ ├─┬split_by
  │ │ ├──[-] enum (18675:27)❌ 
  │ │ ├──[-] enum (18676:27)❌ 
  │ │ ├──[-] type (18672:25)❌ 
  │ │ ├──[+] anyOf (18959:15)
  │ │ └──[+] anyOf (18963:15)
  │ └─┬type
  │   ├──[-] enum (18666:27)❌ 
  │   ├──[-] enum (18667:27)❌ 
  │   ├──[-] enum (18668:27)❌ 
  │   ├──[-] type (18663:25)❌ 
  │   ├──[+] anyOf (18951:15)
  │   └──[+] anyOf (18955:15)
  ├─┬Contractor-Payment-Group
  │ └─┬ALLOF
  │   ├─┬submission_blockers
  │   │ └─┬Schema
  │   │   └──[🔀] $ref (26574:13)❌ 
  │   └─┬credit_blockers
  │     └─┬Schema
  │       └──[🔀] $ref (26620:13)❌ 
  ├─┬Signatory
  │ └─┬identity_verification_status
  │   ├──[-] enum (21606:27)❌ 
  │   ├──[-] enum (21607:27)❌ 
  │   ├──[-] enum (21608:27)❌ 
  │   ├──[-] type (21603:25)❌ 
  │   ├──[+] anyOf (21884:15)
  │   └──[+] anyOf (21889:15)
  ├─┬Pay-Schedule-Assignment
  │ └─┬type
  │   ├──[-] enum (21694:27)❌ 
  │   ├──[-] enum (21695:27)❌ 
  │   ├──[-] enum (21696:27)❌ 
  │   ├──[-] enum (21693:27)❌ 
  │   ├──[-] type (21690:25)❌ 
  │   ├──[+] anyOf (21971:15)
  │   └──[+] anyOf (21977:15)
  ├─┬Information-Request
  │ └─┬required_questions
  │   └─┬Schema
  │     └─┬response_type
  │       └──[+] enum (23700:21)
  └─┬EmployeePaymentDetail
    └─┬split_by
      ├──[-] enum (22323:27)❌ 
      ├──[-] enum (22324:27)❌ 
      ├──[-] type (22319:25)❌ 
      ├──[+] anyOf (22600:15)
      └──[+] anyOf (22604:15)
Document Element Total Changes Breaking Changes
paths 316 193
components 156 108

View full report

Linting Report 0 errors, 7 warnings, 77 hints

View full report

JAVA CHANGELOG

constsAndDefaults: 0.1.2 - 2026-01-15

🐛 Bug Fixes

  • omit enum default when value is not in enum to prevent type errors in generated code (commit by @mfbx9da4)

core: 3.55.10 - 2026-01-29

🐛 Bug Fixes

  • avoid overwriting SubSDK comments with empty comments when same SubSDK is referenced by multiple tags (commit by @mfbx9da4)

core: 3.55.9 - 2026-01-23

🐛 Bug Fixes

  • discriminated union errors used in both successful and error response (commit by @mfbx9da4)

globalSecurity: 2.83.2 - 2026-02-03

🐝 New Features

  • support x-speakeasy-name-override on security scheme options (commit by @tristanspeakeasy)

methodSecurity: 2.82.3 - 2026-02-03

🐝 New Features

  • support x-speakeasy-name-override on security scheme options (commit by @tristanspeakeasy)

unions: 0.3.2 - 2026-02-02

🐛 Bug Fixes

  • respect title and x-speakeasy-name-override for primitive union members (controlled by gen.yaml flag respectTitlesForPrimitiveUnionMembers) (commit by @mfbx9da4)

Based on Speakeasy CLI 1.708.2

@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
* `gustoembedded.payrolls.cancel()`: 
  *  `request.xGustoApiVersion` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
  *  `error.status[404]` **Added**
* `gustoembedded.timeOffPolicies.calculateAccruingTimeOffHours()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `error.status[404]` **Added**
* `gustoembedded.wireInRequests.list()`:  `response.[].paymentType.enum(contractorPaymentGroup)` **Added** (Breaking ⚠️)
* `gustoembedded.industrySelection.get()`: 
  *  `request.xGustoApiVersion` **Changed** (Breaking ⚠️)
  *  `error.status[404]` **Added**
* `gustoembedded.industrySelection.update()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `error.status[404]` **Added**
* `gustoembedded.wireInRequests.submit()`:  `response.paymentType.enum(contractorPaymentGroup)` **Added** (Breaking ⚠️)
* `gustoembedded.contractors.create()`:  `response.paymentMethod.enum(null)` **Removed** (Breaking ⚠️)
* `gustoembedded.contractors.list()`:  `response.[].paymentMethod.enum(null)` **Removed** (Breaking ⚠️)
* `gustoembedded.contractors.get()`:  `response.paymentMethod.enum(null)` **Removed** (Breaking ⚠️)
* `gustoembedded.contractors.update()`:  `response.paymentMethod.enum(null)` **Removed** (Breaking ⚠️)
* `gustoembedded.contractorPaymentMethod.get()`:  `response.type.enum(null)` **Removed** (Breaking ⚠️)
* `gustoembedded.contractorPaymentMethod.update()`:  `response.type.enum(null)` **Removed** (Breaking ⚠️)
* `gustoembedded.wireInRequests.get()`:  `response.paymentType.enum(contractorPaymentGroup)` **Added** (Breaking ⚠️)
* `gustoembedded.recoveryCases.get()`:  `response.[]` **Changed** (Breaking ⚠️)
* `gustoembedded.informationRequests.submit()`:  `response.requiredQuestions[].responseType.enum(radioButton)` **Added** (Breaking ⚠️)
* `gustoembedded.informationRequests.getInformationRequests()`:  `response.[].requiredQuestions[].responseType.enum(radioButton)` **Added** (Breaking ⚠️)
* `gustoembedded.contractorPaymentGroups.create()`: 
  *  `requestBody.submissionBlockers` **Added**
  *  `response` **Changed** (Breaking ⚠️)
* `gustoembedded.contractorPaymentGroups.getList()`:  `response.[]` **Changed** (Breaking ⚠️)
* `gustoembedded.payrolls.generatePrintableChecks()`:  `response.startingCheckNumber` **Changed** (Breaking ⚠️)
* `gustoembedded.contractorPaymentGroups.preview()`:  `response` **Changed** (Breaking ⚠️)
* `gustoembedded.contractorPaymentGroups.get()`:  `response` **Changed** (Breaking ⚠️)
* `gustoembedded.contractorPaymentGroups.fund()`:  `response` **Changed** (Breaking ⚠️)
* `gustoembedded.companyBenefits.get()`:  `response.employeeBenefits[]` **Changed** (Breaking ⚠️)
* `gustoembedded.companyBenefits.delete()`:  `error` **Changed** (Breaking ⚠️)
* `gustoembedded.companyBenefits.updateEmployeeBenefits()`: 
  *  `requestBody.employeeBenefits[]` **Changed**
* `gustoembedded.companies.getV1PartnerManagedCompaniesCompanyUuidMigrationReadiness()`: **Added**
* `gustoembedded.payrolls.calculateGrossUp()`: **Added**
* `gustoembedded.payrolls.get()`:  `response.creditBlockers[].unblockOptions[].union(wait_for_reverse_wire).metadata.bankAccountLast4Digits` **Added**
* `gustoembedded.payrolls.list()`:  `response.[].creditBlockers[].unblockOptions[].union(wait_for_reverse_wire).metadata.bankAccountLast4Digits` **Added**
* `gustoembedded.externalPayrolls.delete()`:  `error.status[422]` **Added**
* `gustoembedded.companies.migrate()`: **Removed** (Breaking ⚠️)
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1769127783 branch from 1cecb9d to 6a39478 Compare February 7, 2026 00:28
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