Skip to content

chore: 🐝 Update SDK - Generate 0.3.3#24

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

chore: 🐝 Update SDK - Generate 0.3.3#24
github-actions[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1776299938

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions bot commented Apr 16, 2026

SDK update

Versioning

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

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Java SDK Changes:

  • gustoembedded.employees.list(): response.[].customFields[].description Changed (Breaking ⚠️)
  • gustoembedded.employeeEmployments.updateTermination():
    • request Changed
    • errors[] Changed (Breaking ⚠️)
  • gustoembedded.employeeEmployments.deleteTermination():
    • request.xGustoApiVersion Changed
    • errors[] Changed (Breaking ⚠️)
  • gustoembedded.departments.removePeople():
    • request Changed (Breaking ⚠️)
    • error Changed
  • gustoembedded.departments.addPeople():
    • request Changed (Breaking ⚠️)
    • error Changed
  • gustoembedded.departments.update():
    • request Changed (Breaking ⚠️)
    • error Changed
  • gustoembedded.departments.create():
    • request Changed (Breaking ⚠️)
    • error.status[404] Added
  • gustoembedded.historicalEmployees.update(): response.customFields[].description Changed (Breaking ⚠️)
  • gustoembedded.employees.getCustomFields():
    • request.xGustoApiVersion Changed
    • response.customFields[].description Changed (Breaking ⚠️)
    • error.status[404] Added
  • gustoembedded.employees.update(): response.customFields[].description Changed (Breaking ⚠️)
  • gustoembedded.employees.get(): response.customFields[].description Changed (Breaking ⚠️)
  • gustoembedded.employees.createHistorical(): response.customFields[].description Changed (Breaking ⚠️)
  • gustoembedded.employees.create(): response.customFields[].description Changed (Breaking ⚠️)
  • gustoembedded.timeOffRequests.postV1CompaniesCompanyUuidTimeOffRequestsPreview(): Added
  • gustoembedded.contractorPayments.getV1ContractorPaymentsContractorPaymentIdPdf(): Added
  • gustoembedded.companies.getCustomFields():
    • request.xGustoApiVersion Changed
    • error.status[404] Added
  • gustoembedded.timeOffRequests.putV1TimeOffRequestsTimeOffRequestUuidApprove(): Added
  • gustoembedded.timeOffRequests.deleteV1TimeOffRequestsTimeOffRequestUuid(): Added
  • gustoembedded.timeOffRequests.getV1TimeOffRequestsTimeOffRequestUuid(): Added
  • gustoembedded.employeeEmployments.getV1TerminationsEmployeeId(): Added
  • gustoembedded.timeOffRequests.postV1CompaniesCompanyUuidTimeOffRequests(): Added
  • gustoembedded.timeOffRequests.getV1CompaniesCompanyUuidTimeOffRequests(): Added
  • gustoembedded.timeOffRequests.getV1CompaniesCompanyUuidTimeOffBalances(): Added
  • gustoembedded.timeOffRequests.postV1CompaniesCompanyUuidTimeOffAdminApprovedRequests(): Added
  • gustoembedded.departments.getAll():
    • request.xGustoApiVersion Changed
    • error.status[404] Added
  • gustoembedded.departments.get():
    • request.xGustoApiVersion Changed
    • error.status[404] Added
  • gustoembedded.timeOffRequests.putV1TimeOffRequestsTimeOffRequestUuidDecline(): Added
  • gustoembedded.departments.delete():
    • request.xGustoApiVersion Changed
    • error.status[404] Added
  • gustoembedded.contractors.deleteV1ContractorsContractorUuidTermination(): Added
  • gustoembedded.contractors.postV1ContractorsContractorUuidTermination(): Added
  • gustoembedded.employeeEmployments.createTermination():
    • request Changed
    • error.status[404] Added
  • gustoembedded.employeeEmployments.getTerminations():
    • request.xGustoApiVersion Changed
    • error.status[404] Added
  • gustoembedded.contractors.deleteV1ContractorsContractorUuidRehire(): Added
  • gustoembedded.contractors.postV1ContractorsContractorUuidRehire(): Added
  • gustoembedded.earningTypes.create():
    • request Changed
    • response.active Added
    • error.status[404] Added
  • gustoembedded.earningTypes.list():
    • request.xGustoApiVersion Changed
    • response.default[].active Added
    • error.status[404] Added
  • gustoembedded.earningTypes.update():
    • request.xGustoApiVersion Changed
    • response.active Added
    • error.status[404] Added
  • gustoembedded.earningTypes.delete(): request.xGustoApiVersion Changed
  • gustoembedded.payrolls.get(): response.employeeCompensations[].deductions[].updatableViaPayroll Added
  • gustoembedded.payrolls.update(): response.employeeCompensations[].deductions[].updatableViaPayroll Added
  • gustoembedded.payrolls.prepare(): response.employeeCompensations[].deductions[].updatableViaPayroll Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (17000:3)
│ ├──[+] path (17259:3)
│ ├──[+] path (16890:3)
│ ├──[+] path (17589:3)
│ ├──[+] path (17110:3)
│ ├──[+] path (16847:3)
│ ├──[+] path (17427:3)
│ ├──[+] path (17190:3)
│ ├──[+] path (17660:3)
│ ├──[+] path (17503:3)
│ ├─┬/v1/departments/{department_uuid}/remove
│ │ └─┬PUT
│ │   ├──[+] security (4134:11)
│ │   ├──[🔀] description (4135:20)
│ │   ├─┬Responses
│ │   │ ├──[+] codes (4185:11)
│ │   │ ├─┬200
│ │   │ │ ├──[🔀] description (4170:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[-] examples (32324:15)❌ 
│ │   │ └─┬404
│ │   │   ├──[+] content (4182:15)
│ │   │   └──[🔀] description (4176:24)
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └──[🔀] $ref (34213:13)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (4161:22)
│ ├─┬/v1/companies/{company_id}/contractor_payments
│ │ └─┬GET
│ │   └──[🔀] description (9839:20)
│ ├─┬/v1/companies/{company_id}/earning_types
│ │ ├─┬GET
│ │ │ ├──[+] security (7215:11)
│ │ │ ├─┬Responses
│ │ │ │ ├─┬200
│ │ │ │ │ ├──[🔀] description (7225:24)
│ │ │ │ │ └─┬application/json
│ │ │ │ │   ├──[-] examples (35246:15)❌ 
│ │ │ │ │   └─┬Schema
│ │ │ │ │     └──[🔀] $ref (33723:13)❌ 
│ │ │ │ └─┬404
│ │ │ │   ├──[+] content (7237:15)
│ │ │ │   └──[🔀] description (7231:24)
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (7222:22)
│ │ └─┬POST
│ │   ├──[+] security (7143:11)
│ │   ├─┬Responses
│ │   │ ├─┬201
│ │   │ │ ├──[🔀] description (7153:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[-] examples (35273:15)❌ 
│ │   │ ├─┬422
│ │   │ │ ├──[🔀] description (7159:24)
│ │   │ │ └─┬application/json
│ │   │ │   ├──[-] examples (32193:15)❌ 
│ │   │ │   ├──[-] examples (32176:15)❌ 
│ │   │ │   └──[-] examples (32184:15)❌ 
│ │   │ └─┬404
│ │   │   ├──[+] content (7174:15)
│ │   │   └──[🔀] description (7168:24)
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   ├──[-] examples (6778:17)❌ 
│ │   │   └─┬Schema
│ │   │     └─┬name
│ │   │       └──[+] default (7207:28)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (7150:22)
│ ├─┬/v1/departments/{department_uuid}
│ │ ├─┬GET
│ │ │ ├──[+] security (3903:11)
│ │ │ ├──[🔀] description (3904:20)
│ │ │ ├─┬Responses
│ │ │ │ ├─┬200
│ │ │ │ │ ├──[🔀] description (3933:24)
│ │ │ │ │ └─┬application/json
│ │ │ │ │   └──[-] examples (32324:15)❌ 
│ │ │ │ └─┬404
│ │ │ │   ├──[+] content (3945:15)
│ │ │ │   └──[🔀] description (3939:24)
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (3930:22)
│ │ ├─┬PUT
│ │ │ ├──[+] security (3950:11)
│ │ │ ├─┬Responses
│ │ │ │ ├──[+] codes (4010:11)
│ │ │ │ ├─┬404
│ │ │ │ │ ├──[+] content (4007:15)
│ │ │ │ │ └──[🔀] description (4001:24)
│ │ │ │ ├─┬200
│ │ │ │ │ ├──[🔀] description (3986:24)
│ │ │ │ │ └─┬application/json
│ │ │ │ │   └──[-] examples (32324:15)❌ 
│ │ │ │ └─┬422
│ │ │ │   ├──[🔀] description (3992:24)
│ │ │ │   └─┬application/json
│ │ │ │     ├──[-] examples (32193:15)❌ 
│ │ │ │     ├──[-] examples (32176:15)❌ 
│ │ │ │     └──[-] examples (32184:15)❌ 
│ │ │ ├─┬Requestbody
│ │ │ │ └─┬application/json
│ │ │ │   ├──[-] examples (3865:17)❌ 
│ │ │ │   └─┬Schema
│ │ │ │     └──[🔀] $ref (34208:13)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (3977:22)
│ │ └─┬DELETE
│ │   ├──[+] security (4018:11)
│ │   ├──[🔀] description (4019:20)
│ │   ├─┬Responses
│ │   │ ├─┬422
│ │   │ │ ├──[🔀] description (4059:24)
│ │   │ │ └─┬application/json
│ │   │ │   ├──[-] examples (32193:15)❌ 
│ │   │ │   ├──[-] examples (32176:15)❌ 
│ │   │ │   └──[-] examples (32184:15)❌ 
│ │   │ └─┬404
│ │   │   ├──[+] content (4056:15)
│ │   │   └──[🔀] description (4050:24)
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (4045:22)
│ ├─┬/v1/employees/{employee_id}/onboarding_status
│ │ └─┬PUT
│ │   └──[🔀] description (5810:20)
│ ├─┬/v1/employees/{employee_id}/terminations
│ │ ├─┬GET
│ │ │ ├──[+] security (4500:11)
│ │ │ ├─┬Responses
│ │ │ │ ├─┬200
│ │ │ │ │ ├──[🔀] description (4510:24)
│ │ │ │ │ └─┬application/json
│ │ │ │ │   └──[-] examples (34592:15)❌ 
│ │ │ │ └─┬404
│ │ │ │   ├──[+] content (4524:15)
│ │ │ │   └──[🔀] description (4518:24)
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (4507:22)
│ │ ├─┬POST
│ │ │ ├──[+] security (4420:11)
│ │ │ ├──[🔀] description (4421:20)
│ │ │ ├─┬Responses
│ │ │ │ ├─┬404
│ │ │ │ │ ├──[+] content (4457:15)
│ │ │ │ │ └──[🔀] description (4451:24)
│ │ │ │ ├─┬201
│ │ │ │ │ ├──[🔀] description (4436:24)
│ │ │ │ │ └─┬application/json
│ │ │ │ │   └──[-] examples (34574:15)❌ 
│ │ │ │ └─┬422
│ │ │ │   ├──[🔀] description (4442:24)
│ │ │ │   └─┬application/json
│ │ │ │     ├──[-] examples (32193:15)❌ 
│ │ │ │     ├──[-] examples (32176:15)❌ 
│ │ │ │     └──[-] examples (32184:15)❌ 
│ │ │ ├─┬Requestbody
│ │ │ │ └─┬application/json
│ │ │ │   ├──[-] examples (4257:17)❌ 
│ │ │ │   └─┬Schema
│ │ │ │     ├──[-] description (4244:28)
│ │ │ │     ├──[+] example (4494:17)
│ │ │ │     ├─┬run_termination_payroll
│ │ │ │     │ ├──[+] default (4489:28)❌ 
│ │ │ │     │ └──[+] example (4490:28)
│ │ │ │     └─┬effective_date
│ │ │ │       └──[+] example (4485:28)
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (4433:22)
│ │ └─┬DELETE
│ │   ├──[+] security (4552:11)
│ │   ├─┬Responses
│ │   │ ├─┬404
│ │   │ │ ├──[🔀] description (4563:24)
│ │   │ │ └─┬application/json
│ │   │ │   ├──[-] examples (32225:15)❌ 
│ │   │ │   └─┬Schema
│ │   │ │     └──[🔀] $ref (30435:20)❌ 
│ │   │ └─┬422
│ │   │   ├──[🔀] description (4572:24)
│ │   │   └─┬application/json
│ │   │     ├──[-] examples (32176:15)❌ 
│ │   │     ├──[-] examples (32184:15)❌ 
│ │   │     └──[-] examples (32193:15)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (4558:22)
│ ├─┬/v1/companies/{company_id}/custom_fields
│ │ └─┬GET
│ │   ├──[+] security (1674:11)
│ │   ├──[🔀] description (1675:20)
│ │   ├─┬Responses
│ │   │ ├─┬200
│ │   │ │ ├──[🔀] description (1716:24)
│ │   │ │ └─┬application/json
│ │   │ │   ├──[-] examples (35207:15)❌ 
│ │   │ │   └─┬Schema
│ │   │ │     └──[🔀] $ref (34235:13)❌ 
│ │   │ └─┬404
│ │   │   ├──[+] content (1728:15)
│ │   │   └──[🔀] description (1722:24)
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (1713:22)
│ ├─┬/v1/companies/{company_id}/earning_types/{earning_type_uuid}
│ │ ├─┬PUT
│ │ │ ├──[+] security (7270:11)
│ │ │ ├─┬Responses
│ │ │ │ ├─┬422
│ │ │ │ │ ├──[🔀] description (7286:24)
│ │ │ │ │ └─┬application/json
│ │ │ │ │   ├──[-] examples (32193:15)❌ 
│ │ │ │ │   ├──[-] examples (32176:15)❌ 
│ │ │ │ │   └──[-] examples (32184:15)❌ 
│ │ │ │ ├─┬404
│ │ │ │ │ ├──[+] content (7301:15)
│ │ │ │ │ └──[🔀] description (7295:24)
│ │ │ │ └─┬200
│ │ │ │   ├──[🔀] description (7280:24)
│ │ │ │   └─┬application/json
│ │ │ │     └──[-] examples (35273:15)❌ 
│ │ │ ├─┬Requestbody
│ │ │ │ └─┬application/json
│ │ │ │   └──[-] examples (6846:17)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (7277:22)
│ │ └─┬DELETE
│ │   ├──[+] security (7343:11)
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   ├──[+] content (7360:31)
│ │   │   └──[🔀] description (7355:24)
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (7350:22)
│ ├─┬/v1/employees/{employee_uuid}/state_taxes
│ │ ├─┬GET
│ │ │ └──[🔀] description (6053:20)
│ │ └─┬PUT
│ │   └──[🔀] description (6108:20)
│ ├─┬/v1/companies/{company_uuid}/departments
│ │ ├─┬GET
│ │ │ ├──[+] security (3855:11)
│ │ │ ├─┬Responses
│ │ │ │ ├─┬404
│ │ │ │ │ ├──[+] content (3895:15)
│ │ │ │ │ └──[🔀] description (3889:24)
│ │ │ │ └─┬200
│ │ │ │   ├──[🔀] description (3883:24)
│ │ │ │   └─┬application/json
│ │ │ │     ├──[-] examples (32362:15)❌ 
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (34171:13)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (3880:22)
│ │ └─┬POST
│ │   ├──[+] security (3793:11)
│ │   ├─┬Responses
│ │   │ ├─┬201
│ │   │ │ ├──[🔀] description (3829:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[-] examples (32324:15)❌ 
│ │   │ ├─┬422
│ │   │ │ ├──[🔀] description (3835:24)
│ │   │ │ └─┬application/json
│ │   │ │   ├──[-] examples (32193:15)❌ 
│ │   │ │   ├──[-] examples (32176:15)❌ 
│ │   │ │   └──[-] examples (32184:15)❌ 
│ │   │ └─┬404
│ │   │   ├──[+] content (3850:15)
│ │   │   └──[🔀] description (3844:24)
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   ├──[-] examples (3778:17)❌ 
│ │   │   └─┬Schema
│ │   │     └──[🔀] $ref (34199:13)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (3805:22)
│ ├─┬/v1/employees/{employee_id}/custom_fields
│ │ └─┬GET
│ │   ├──[+] security (5609:11)
│ │   ├─┬Responses
│ │   │ ├─┬200
│ │   │ │ ├──[🔀] description (5646:24)
│ │   │ │ └─┬application/json
│ │   │ │   └─┬Schema
│ │   │ │     └──[🔀] $ref (34143:13)❌ 
│ │   │ └─┬404
│ │   │   ├──[+] content (5658:15)
│ │   │   └──[🔀] description (5652:24)
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (5643:22)
│ ├─┬/v1/employees/{employee_id}/pay_stubs
│ │ └─┬GET
│ │   └──[🔀] description (10891:20)
│ ├─┬/v1/departments/{department_uuid}/add
│ │ └─┬PUT
│ │   ├──[+] security (4071:11)
│ │   ├──[🔀] description (4072:20)
│ │   ├─┬Responses
│ │   │ ├──[+] codes (4122:11)
│ │   │ ├─┬200
│ │   │ │ ├──[🔀] description (4107:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[-] examples (32324:15)❌ 
│ │   │ └─┬404
│ │   │   ├──[+] content (4119:15)
│ │   │   └──[🔀] description (4113:24)
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └──[🔀] $ref (34213:13)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (4098:22)
│ └─┬/v1/terminations/{employee_id}
│   ├──[+] get (4605:7)
│   └─┬PUT
│     ├──[+] security (4654:11)
│     ├─┬Responses
│     │ ├─┬422
│     │ │ ├──[🔀] description (4670:24)
│     │ │ └─┬application/json
│     │ │   ├──[-] examples (32193:15)❌ 
│     │ │   ├──[-] examples (32176:15)❌ 
│     │ │   └──[-] examples (32184:15)❌ 
│     │ ├─┬404
│     │ │ ├──[🔀] description (4679:24)
│     │ │ └─┬application/json
│     │ │   ├──[-] examples (32225:15)❌ 
│     │ │   └─┬Schema
│     │ │     └──[🔀] $ref (30435:20)❌ 
│     │ └─┬200
│     │   ├──[🔀] description (4664:24)
│     │   └─┬application/json
│     │     └──[-] examples (34574:15)❌ 
│     ├─┬Requestbody
│     │ └─┬application/json
│     │   ├──[-] examples (4355:17)❌ 
│     │   └─┬Schema
│     │     ├──[+] example (4730:17)
│     │     └─┬ALLOF
│     │       ├──[-] description (4343:32)
│     │       ├─┬run_termination_payroll
│     │       │ ├──[+] default (4725:32)❌ 
│     │       │ └──[+] example (4726:32)
│     │       └─┬effective_date
│     │         └──[+] example (4721:32)
│     └─┬Extensions
│       └──[+] x-gusto-rswag (4661:22)
└─┬Components
  ├──[+] schemas (33998:7)
  ├──[+] schemas (34171:7)
  ├──[+] schemas (34101:7)
  ├──[+] schemas (34143:7)
  ├──[+] schemas (33789:7)
  ├──[+] schemas (34213:7)
  ├──[+] schemas (34208:7)
  ├──[+] schemas (33959:7)
  ├──[+] schemas (34199:7)
  ├──[+] schemas (33723:7)
  ├──[+] schemas (34049:7)
  ├──[+] schemas (34235:7)
  ├──[+] schemas (34114:7)
  ├─┬Contractor-Body
  │ └─┬is_active
  │   └──[🔀] description (21633:24)
  ├─┬Termination
  │ └─┬Extensions
  │   └──[+] x-examples (19664:9)
  ├─┬Time-Off-Request
  │ └─┬Extensions
  │   └──[🔀] x-examples (30284:9)
  ├─┬Employee-Custom-Field
  │ ├─┬description
  │ │ └──[🔀] type (26403:13)❌ 
  │ └─┬Extensions
  │   └──[+] x-examples (26421:9)
  ├─┬Time-Off-Request-List
  │ └─┬Extensions
  │   └──[🔀] x-examples (30397:9)
  ├─┬Company-Onboarding-Status
  │ └─┬Extensions
  │   └──[🔀] x-examples (21336:9)
  ├─┬Unprocessable-Entity-Error-Object
  │ └─┬Extensions
  │   └──[🔀] x-examples (22596:9)
  ├─┬Payroll-Employee-Compensations-Type
  │ └─┬ALLOF
  │   └─┬deductions
  │     └─┬Schema
  │       ├──[+] properties (25296:19)
  │       └─┬uuid
  │         ├──[🔀] type (25297:27)❌ 
  │         ├──[🔀] description (25298:34)
  │         └──[+] readOnly (25299:31)❌ 
  ├─┬Department
  │ └─┬Extensions
  │   └──[+] x-examples (18628:9)
  ├─┬Payroll-Employee-Compensations-Included
  │ └─┬deductions
  │   └─┬Schema
  │     ├──[+] properties (29864:15)
  │     └─┬uuid
  │       ├──[🔀] type (29865:23)❌ 
  │       └──[🔀] description (29866:30)
  └─┬Earning-Type
    ├──[+] properties (24852:9)
    ├─┬uuid
    │ ├──[🔀] description (24847:24)
    │ └──[-] readOnly (23323:21)❌ 
    ├─┬name
    │ ├──[🔀] type (24853:17)❌ 
    │ └──[🔀] description (24854:24)
    └─┬Extensions
      └──[🔀] x-examples (24836:9)
Document Element Total Changes Breaking Changes
paths 179 59
components 35 8

View full report

Linting Report 0 errors, 1 warnings, 93 hints

View full report

JAVA CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.761.8

@github-actions github-actions bot added the patch Patch version bump label Apr 16, 2026
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1776299938 branch 3 times, most recently from 74052a1 to 10f36d2 Compare April 19, 2026 00:40
* `gustoembedded.employees.list()`:  `response.[].customFields[].description` **Changed** (Breaking ⚠️)
* `gustoembedded.employeeEmployments.updateTermination()`: 
  *  `request` **Changed**
  *  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.employeeEmployments.deleteTermination()`: 
  *  `request.xGustoApiVersion` **Changed**
  *  `errors[]` **Changed** (Breaking ⚠️)
* `gustoembedded.departments.removePeople()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `error` **Changed**
* `gustoembedded.departments.addPeople()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `error` **Changed**
* `gustoembedded.departments.update()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `error` **Changed**
* `gustoembedded.departments.create()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `error.status[404]` **Added**
* `gustoembedded.historicalEmployees.update()`:  `response.customFields[].description` **Changed** (Breaking ⚠️)
* `gustoembedded.employees.getCustomFields()`: 
  *  `request.xGustoApiVersion` **Changed**
  *  `response.customFields[].description` **Changed** (Breaking ⚠️)
  *  `error.status[404]` **Added**
* `gustoembedded.employees.update()`:  `response.customFields[].description` **Changed** (Breaking ⚠️)
* `gustoembedded.employees.get()`:  `response.customFields[].description` **Changed** (Breaking ⚠️)
* `gustoembedded.employees.createHistorical()`:  `response.customFields[].description` **Changed** (Breaking ⚠️)
* `gustoembedded.employees.create()`:  `response.customFields[].description` **Changed** (Breaking ⚠️)
* `gustoembedded.timeOffRequests.postV1CompaniesCompanyUuidTimeOffRequestsPreview()`: **Added**
* `gustoembedded.contractorPayments.getV1ContractorPaymentsContractorPaymentIdPdf()`: **Added**
* `gustoembedded.companies.getCustomFields()`: 
  *  `request.xGustoApiVersion` **Changed**
  *  `error.status[404]` **Added**
* `gustoembedded.timeOffRequests.putV1TimeOffRequestsTimeOffRequestUuidApprove()`: **Added**
* `gustoembedded.timeOffRequests.deleteV1TimeOffRequestsTimeOffRequestUuid()`: **Added**
* `gustoembedded.timeOffRequests.getV1TimeOffRequestsTimeOffRequestUuid()`: **Added**
* `gustoembedded.employeeEmployments.getV1TerminationsEmployeeId()`: **Added**
* `gustoembedded.timeOffRequests.postV1CompaniesCompanyUuidTimeOffRequests()`: **Added**
* `gustoembedded.timeOffRequests.getV1CompaniesCompanyUuidTimeOffRequests()`: **Added**
* `gustoembedded.timeOffRequests.getV1CompaniesCompanyUuidTimeOffBalances()`: **Added**
* `gustoembedded.timeOffRequests.postV1CompaniesCompanyUuidTimeOffAdminApprovedRequests()`: **Added**
* `gustoembedded.departments.getAll()`: 
  *  `request.xGustoApiVersion` **Changed**
  *  `error.status[404]` **Added**
* `gustoembedded.departments.get()`: 
  *  `request.xGustoApiVersion` **Changed**
  *  `error.status[404]` **Added**
* `gustoembedded.timeOffRequests.putV1TimeOffRequestsTimeOffRequestUuidDecline()`: **Added**
* `gustoembedded.departments.delete()`: 
  *  `request.xGustoApiVersion` **Changed**
  *  `error.status[404]` **Added**
* `gustoembedded.contractors.deleteV1ContractorsContractorUuidTermination()`: **Added**
* `gustoembedded.contractors.postV1ContractorsContractorUuidTermination()`: **Added**
* `gustoembedded.employeeEmployments.createTermination()`: 
  *  `request` **Changed**
  *  `error.status[404]` **Added**
* `gustoembedded.employeeEmployments.getTerminations()`: 
  *  `request.xGustoApiVersion` **Changed**
  *  `error.status[404]` **Added**
* `gustoembedded.contractors.deleteV1ContractorsContractorUuidRehire()`: **Added**
* `gustoembedded.contractors.postV1ContractorsContractorUuidRehire()`: **Added**
* `gustoembedded.earningTypes.create()`: 
  *  `request` **Changed**
  *  `response.active` **Added**
  *  `error.status[404]` **Added**
* `gustoembedded.earningTypes.list()`: 
  *  `request.xGustoApiVersion` **Changed**
  *  `response.default[].active` **Added**
  *  `error.status[404]` **Added**
* `gustoembedded.earningTypes.update()`: 
  *  `request.xGustoApiVersion` **Changed**
  *  `response.active` **Added**
  *  `error.status[404]` **Added**
* `gustoembedded.earningTypes.delete()`:  `request.xGustoApiVersion` **Changed**
* `gustoembedded.payrolls.get()`:  `response.employeeCompensations[].deductions[].updatableViaPayroll` **Added**
* `gustoembedded.payrolls.update()`:  `response.employeeCompensations[].deductions[].updatableViaPayroll` **Added**
* `gustoembedded.payrolls.prepare()`:  `response.employeeCompensations[].deductions[].updatableViaPayroll` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1776299938 branch from 10f36d2 to d3fc5dc Compare April 20, 2026 00:40
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