Skip to content

Conversation

@github-actions
Copy link

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

SDK update

Versioning

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

Python SDK Changes:

  • gusto_app_integration.employee_addresses.create_work_address():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • error.status[404] Added
  • gusto_app_integration.jobs_and_compensations.delete(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.introspection.disconnect_app_integration(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.companies.provision(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.companies.get():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto_app_integration.time_tracking.delete_time_tracking_time_sheets_time_sheet_uuid(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.time_tracking.put_time_tracking_time_sheets_time_sheet_uuid(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.time_tracking.get_time_tracking_time_sheets_time_sheet_uuid(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.time_tracking.post_companies_company_uuid_time_tracking_time_sheets(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.time_tracking.get_companies_company_uuid_time_tracking_time_sheets(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.events.get_all(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.garnishments.get_child_support(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.garnishments.update(): request Changed Breaking ⚠️
  • gusto_app_integration.garnishments.get_by_id(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.garnishments.get(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.garnishments.create(): request Changed Breaking ⚠️
  • gusto_app_integration.employee_benefits.create_ytd_benefit_amounts_from_different_company(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.employee_benefits.get_ytd_benefit_amounts_from_different_company(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.employee_benefits.delete(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.employee_benefits.update():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto_app_integration.employee_benefits.get():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto_app_integration.employee_benefits.get_all():
    • request Changed Breaking ⚠️
    • response.[] Changed Breaking ⚠️
  • gusto_app_integration.employee_benefits.create():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto_app_integration.company_benefits.get_requirements(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.company_benefits.bulk_update_employee_benefits():
    • request Changed Breaking ⚠️
    • response.[] Changed Breaking ⚠️
  • gusto_app_integration.company_benefits.get_employee_benefits():
    • request Changed Breaking ⚠️
    • response.[] Changed Breaking ⚠️
  • gusto_app_integration.company_benefits.get_summary(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.introspection.get_token_info(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.companies.update():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto_app_integration.companies.get_admins():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.[].phone Added
  • gusto_app_integration.companies.get_custom_fields():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.custom_fields[].description Changed Breaking ⚠️
  • gusto_app_integration.locations.create():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.inactive Added
  • gusto_app_integration.locations.get():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.inactive Added
  • gusto_app_integration.locations.update():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.inactive Added
  • gusto_app_integration.locations.get_minimum_wages(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.company_locations.list():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.[].inactive Added
  • gusto_app_integration.pay_schedules.list(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.pay_schedules.get(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.pay_schedules.get_pay_periods(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.pay_schedules.get_unprocessed_termination_pay_periods(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.pay_schedules.get_assignments():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.employees[].pay_schedule_uuid Changed Breaking ⚠️
  • gusto_app_integration.employees.get():
    • request Changed Breaking ⚠️
    • response.[] Changed Breaking ⚠️
  • gusto_app_integration.employees.create():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto_app_integration.employees.get_by_id():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
    • error.status[404] Added
  • gusto_app_integration.employees.update():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto_app_integration.employees.delete():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • error Changed
  • gusto_app_integration.employees.get_custom_fields(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.employees.get_time_off_activities(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.employees.get_terminations(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.departments.create(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.departments.get_all(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.departments.get(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.departments.update(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.departments.delete(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.departments.add_people(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.departments.remove_people(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.employee_employments.create_termination(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.employee_employments.delete_termination(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.employee_employments.update_termination(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.employee_employments.create_rehire(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.employee_employments.update_rehire(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.employee_employments.get_rehire():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.status[204] Added Breaking ⚠️
  • gusto_app_integration.employee_employments.delete_rehire(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.employee_employments.get_history():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.[].termination_date Changed Breaking ⚠️
  • gusto_app_integration.employee_addresses.list_home_addresses():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.[] Changed
    • error.status[404] Added
  • gusto_app_integration.employee_addresses.create():
    • request Changed Breaking ⚠️
    • response Changed
    • error.status[404] Added
  • gusto_app_integration.employee_addresses.get():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed
    • error.status[404] Added
  • gusto_app_integration.employee_addresses.update():
    • request Changed Breaking ⚠️
    • response Changed
    • error.status[404] Added
  • gusto_app_integration.jobs.create_compensation(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.introspection.revoke(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.company_benefits.get():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.writable_by_application Added
  • gusto_app_integration.employee_addresses.get_work_address():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • error.status[404] Added
  • gusto_app_integration.employee_addresses.update_work_address():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • error.status[404] Added
  • gusto_app_integration.employee_addresses.delete_work_address():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • error.status[404] Added
  • gusto_app_integration.jobs.create():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed
  • gusto_app_integration.employee_addresses.delete_home_address():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • error.status[404] Added
  • gusto_app_integration.jobs_and_compensations.get_jobs():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.[] Changed
  • gusto_app_integration.jobs_and_compensations.get():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed
  • gusto_app_integration.jobs_and_compensations.update_job():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed
  • gusto_app_integration.employee_addresses.get_work_addresses():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • error.status[404] Added
  • gusto_app_integration.jobs_and_compensations.get_compensations_for_job(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.jobs_and_compensations.get_compensation(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.jobs_and_compensations.update_compensation(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.jobs_and_compensations.delete_compensation(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.earning_types.create(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.earning_types.get(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.earning_types.update(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.earning_types.deactivate(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.contractors.create():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto_app_integration.contractors.get():
    • request Changed Breaking ⚠️
    • response.[] Changed Breaking ⚠️
  • gusto_app_integration.contractors.get_by_id():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto_app_integration.contractors.update():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto_app_integration.webhooks.create(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.webhooks.list_subscriptions(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.webhooks.update_subscription(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.webhooks.get_subscription(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.webhooks.delete_subscription(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.webhooks.verify(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.webhooks.request_verification_token(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.payrolls.get_for_company():
    • request Changed Breaking ⚠️
    • response.[] Changed Breaking ⚠️
    • error.status[404] Added
  • gusto_app_integration.payrolls.get():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
    • error.status[404] Added
  • gusto_app_integration.payrolls.update():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
    • error.status[404] Added
  • gusto_app_integration.payrolls.prepare():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto_app_integration.time_off_policies.calculate_accruing_time_off_hours(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.contractor_payments.get(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.contractor_payments.get_by_id(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.company_benefits.create():
    • request Changed Breaking ⚠️
    • response.catch_up_type Added
  • gusto_app_integration.company_benefits.list():
    • request Changed Breaking ⚠️
    • response.[].catch_up_type Added
  • gusto_app_integration.company_benefits.get_by_id():
    • request Changed Breaking ⚠️
    • response Changed
  • gusto_app_integration.company_benefits.update():
    • request Changed Breaking ⚠️
    • response.catch_up_type Added
  • gusto_app_integration.company_benefits.delete(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto_app_integration.company_benefits.list_supported():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.[].writable_by_application Added
  • gusto_app_integration.reports.get_reports_request_uuid(): Added
  • gusto_app_integration.reimbursements.delete_v1_recurring_reimbursements(): Added
  • gusto_app_integration.reimbursements.post_v1_employees_employee_id_recurring_reimbursements(): Added
  • gusto_app_integration.reimbursements.get_v1_employees_employee_id_recurring_reimbursements(): Added
  • gusto_app_integration.company_benefits.put_v1_company_benefits_company_benefit_id_contribution_exclusions(): Added
  • gusto_app_integration.salary_estimates.post_v1_salary_estimates_uuid_accept(): Added
  • gusto_app_integration.salary_estimates.put_v1_salary_estimates_id(): Added
  • gusto_app_integration.salary_estimates.get_v1_salary_estimates_id(): Added
  • gusto_app_integration.salary_estimates.post_v1_employees_employee_id_salary_estimates(): Added
  • gusto_app_integration.time_off_requests.get_v1_companies_company_id_time_off_requests(): Added
  • gusto_app_integration.notifications.get_company_notifications(): Added
  • gusto_app_integration.employee_benefits.patch_v1_employees_employee_uuid_section603_high_earner_statuses_effective_year(): Added
  • gusto_app_integration.reimbursements.get_v1_recurring_reimbursements(): Added
  • gusto_app_integration.employee_benefits.get_v1_employees_employee_uuid_section603_high_earner_statuses_effective_year(): Added
  • gusto_app_integration.salary_estimates.get_v1_salary_estimates_occupations(): Added
  • gusto_app_integration.employee_benefits.post_v1_employees_employee_uuid_section603_high_earner_statuses(): Added
  • gusto_app_integration.company_benefits.get_v1_company_benefits_company_benefit_id_contribution_exclusions(): Added
  • gusto_app_integration.reports.post_v1_companies_company_id_reports_employees_annual_fica_wage(): Added
  • gusto_app_integration.employee_benefits.get_v1_employees_employee_uuid_section603_high_earner_statuses(): Added
  • gusto_app_integration.reports.post_payrolls_payroll_uuid_reports_general_ledger(): Added
  • gusto_app_integration.webhooks.get_v1_webhooks_health_check(): Added
  • gusto_app_integration.contractors.get_v1_companies_company_id_contractors_payment_details(): Added
  • gusto_app_integration.introspection.oauth_access_token(): Added
  • gusto_app_integration.reimbursements.put_v1_recurring_reimbursements(): Added
  • gusto_app_integration.introspection.refresh_access_token(): Removed Breaking ⚠️
  • gusto_app_integration.contractor_payment_groups.get(): Removed Breaking ⚠️
  • gusto_app_integration.contractor_payment_groups.preview(): Removed Breaking ⚠️
  • gusto_app_integration.contractor_payment_groups.fetch(): Removed Breaking ⚠️

View full SDK changelog

Python SDK Changes:

  • gusto.jobs_and_compensations.delete(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.employee_tax_setup.get_federal_taxes():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto.companies.get():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto.companies.update():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto.companies.migrate(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.wire_in_requests.list():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.[] Changed Breaking ⚠️
  • gusto.wire_in_requests.submit():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto.wire_in_requests.get():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto.ach_transactions.get_all():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.[].recipient_type Changed Breaking ⚠️
  • gusto.recovery_cases.redebit(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.recovery_cases.get():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.[] Changed Breaking ⚠️
  • gusto.information_requests.get_information_requests():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.[] Changed Breaking ⚠️
  • gusto.events.get(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.notifications.get_details():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto.holiday_pay_policies.preview_paid_holidays(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.holiday_pay_policies.remove_employees():
    • request Changed Breaking ⚠️
    • response.federal_holidays Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.holiday_pay_policies.add_employees():
    • request Changed Breaking ⚠️
    • response.federal_holidays Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.holiday_pay_policies.update():
    • request.x_gusto_api_version Changed
    • response.federal_holidays Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.holiday_pay_policies.create():
    • request.x_gusto_api_version Changed
    • response.federal_holidays Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.holiday_pay_policies.get():
    • request.x_gusto_api_version Changed
    • response Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.tax_requirements.get_all(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.tax_requirements.update_state(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.tax_requirements.get():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.requirement_sets[].requirements[] Changed Breaking ⚠️
  • gusto.i9verification.employer_sign(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.i9verification.delete_document(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.i9verification.create_documents(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.i9verification.get_documents(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.i9verification.get_document_options(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.i9verification.update(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.i9verification.get_authorization(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.garnishments.get_child_support_data(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.garnishments.update(): request Changed Breaking ⚠️
  • gusto.garnishments.get(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.garnishments.list(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.companies.accept_terms_of_service(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.companies.retrieve_terms_of_service(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.companies.create_admin():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.phone Added
  • gusto.companies.list_admins():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.[].phone Added
  • gusto.companies.get_onboarding_status():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.onboarding_steps[].completed_at Added
  • gusto.companies.finish_onboarding():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.onboarding_steps[].completed_at Added
  • gusto.companies.get_custom_fields():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.custom_fields[].description Changed Breaking ⚠️
  • gusto.companies.suspensions.get():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.[] Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.companies.suspensions.suspend():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto.invoices.get(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.company_attachments.get_details(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.company_attachments.get_list(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.company_attachments.create(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.company_attachment.get_download_url(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.federal_tax_details.get():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.ein_verification Added
  • gusto.federal_tax_details.update():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.ein_verification Added
  • gusto.industry_selection.get(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.industry_selection.update(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.signatories.create(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.signatories.list(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.signatories.invite(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.signatories.update(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.signatories.delete(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.flows.create(): request Changed Breaking ⚠️
  • gusto.locations.create():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.inactive Added
  • gusto.locations.get():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.[].inactive Added
  • gusto.locations.retrieve():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.inactive Added
  • gusto.locations.update():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.inactive Added
  • gusto.locations.get_minimum_wages(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.bank_accounts.create():
    • request Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.bank_accounts.get():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.bank_accounts.verify(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.bank_accounts.create_from_plaid_token(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.external_payrolls.create():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.applicable_benefits Changed Breaking ⚠️
  • gusto.external_payrolls.get(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.external_payrolls.retrieve():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.applicable_benefits Changed Breaking ⚠️
  • gusto.external_payrolls.delete(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.external_payrolls.update():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.applicable_benefits Changed Breaking ⚠️
  • gusto.external_payrolls.calculate_taxes(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.external_payrolls.list_tax_liabilities(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.external_payrolls.update_tax_liabilities(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.external_payrolls.finalize_tax_liabilities(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.payment_configs.get():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto.payment_configs.update():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto.pay_schedules.create(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.pay_schedules.get_all(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.pay_schedules.get_preview(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.pay_schedules.get(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.pay_schedules.update(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.pay_schedules.get_pay_periods(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.pay_schedules.get_unprocessed_termination_periods(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.pay_schedules.get_assignments():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.employees[].pay_schedule_uuid Changed Breaking ⚠️
  • gusto.pay_schedules.preview_assignment(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.pay_schedules.assign(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.employees.list():
    • request Changed Breaking ⚠️
    • response.[] Changed Breaking ⚠️
  • gusto.employees.create():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto.employees.create_historical():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto.employees.get():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.employees.update():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto.employees.delete():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • error Changed
  • gusto.employees.get_custom_fields(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.employees.update_onboarding_documents_config(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.employees.get_onboarding_status():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.employees.update_onboarding_status(): request Changed Breaking ⚠️
  • gusto.employees.get_time_off_activities(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.historical_employees.update():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto.departments.create(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.departments.get_all(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.departments.get(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.departments.update(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.departments.delete(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.departments.add_people(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.departments.remove_people(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.employee_employments.create_termination(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.employee_employments.get_terminations(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.employee_employments.delete_termination(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.employee_employments.update_termination(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.employee_employments.create_rehire(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.employee_employments.rehire(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.employee_employments.get_rehire():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.status[204] Added Breaking ⚠️
  • gusto.employee_employments.delete_rehire(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.employee_employments.get_history():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.[].termination_date Changed Breaking ⚠️
  • gusto.employee_addresses.get():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.[] Changed
    • error.status[404] Added
  • gusto.employee_addresses.create():
    • request Changed Breaking ⚠️
    • response Changed
    • error.status[404] Added
  • gusto.employee_addresses.retrieve_home_address():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed
    • error.status[404] Added
  • gusto.employee_addresses.update():
    • request Changed Breaking ⚠️
    • response Changed
    • error.status[404] Added
  • gusto.employee_addresses.delete():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.employee_addresses.get_work_addresses():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.employee_addresses.create_work_address():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.employee_addresses.retrieve_work_address():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.employee_addresses.update_work_address():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.employee_addresses.delete_work_address():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.jobs_and_compensations.get_compensations(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.introspection.get_info(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.employee_tax_setup.get_state_taxes():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.[] Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.employee_tax_setup.update_state_taxes():
    • request Changed Breaking ⚠️
    • response.[] Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.employee_payment_method.create(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.employee_payment_method.delete_bank_account(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.employee_payment_method.update_bank_account(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.employee_payment_method.get(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.employee_payment_method.update(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.employee_payment_methods.get_bank_accounts(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.jobs_and_compensations.create_job():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed
  • gusto.jobs_and_compensations.get_jobs():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.[] Changed
  • gusto.jobs_and_compensations.get_job():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed
  • gusto.jobs_and_compensations.update():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed
  • gusto.employee_tax_setup.update_federal_taxes():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto.companies.create_partner_managed(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.payrolls.get_blockers(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.jobs_and_compensations.get_compensation(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.jobs_and_compensations.update_compensation(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.jobs_and_compensations.delete_compensation(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.earning_types.create(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.earning_types.list(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.earning_types.update(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.earning_types.delete(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.contractors.create():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto.contractors.list():
    • request Changed Breaking ⚠️
    • response.[] Changed Breaking ⚠️
  • gusto.contractors.get():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto.contractors.update():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto.contractors.delete(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.contractors.get_onboarding_status():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.onboarding_status Changed Breaking ⚠️
  • gusto.contractors.update_onboarding_status():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.onboarding_status Changed Breaking ⚠️
  • gusto.contractors.get_address():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto.contractors.update_address():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto.contractor_payment_methods.create_bank_account(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.contractor_payment_method.get_bank_accounts(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.contractor_payment_method.get():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.type Changed Breaking ⚠️
  • gusto.contractor_payment_method.update():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.type Changed Breaking ⚠️
  • gusto.webhooks.create_subscription(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.webhooks.list_subscriptions(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.webhooks.update_subscription(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.webhooks.get_subscription(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.webhooks.delete_subscription(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.webhooks.verify(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.webhooks.request_verification_token(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.contractor_forms.list(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.contractor_forms.get(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.contractor_forms.get_pdf(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.contractor_forms.generate1099(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.contractor_documents.get_all(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.contractor_documents.get(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.contractor_documents.get_pdf(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.contractor_documents.sign(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.employee_forms.generate_w2(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.employee_forms.list(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.employee_forms.get(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.employee_forms.get_pdf(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.employee_forms.sign(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.payrolls.create_off_cycle():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.payrolls.list():
    • request Changed Breaking ⚠️
    • response.[] Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.payrolls.get_approved_reversals(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.payrolls.get():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.payrolls.update():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.payrolls.delete():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • error Changed Breaking ⚠️
  • gusto.payrolls.prepare():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto.payrolls.get_receipt():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.employee_compensations[].payment_method Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.jobs_and_compensations.create_compensation(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.payrolls.skip(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.payrolls.calculate_gross_up(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.payrolls.calculate(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.payrolls.submit(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.payrolls.cancel():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto.payrolls.get_pay_stub():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.status[200].content[application/pdf Added
    • error.status[404] Added
  • gusto.payrolls.get_pay_stubs():
    • request Changed Breaking ⚠️
    • response.[].payment_method Added
  • gusto.payrolls.generate_printable_checks():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.starting_check_number Changed Breaking ⚠️
  • gusto.time_off_policies.calculate_accruing_time_off_hours(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.time_off_policies.get():
    • request.x_gusto_api_version Changed
    • response Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.time_off_policies.update():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.time_off_policies.get_all():
    • request.x_gusto_api_version Changed
    • response.[] Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.time_off_policies.create():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.time_off_policies.add_employees():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.time_off_policies.remove_employees():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.time_off_policies.update_balance():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.time_off_policies.deactivate():
    • request.x_gusto_api_version Changed
    • response Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.contractor_payments.get_receipt():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.contractor_payments[].payment_method Changed Breaking ⚠️
  • gusto.contractor_payments.fund(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.contractor_payments.create(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.contractor_payments.list(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.contractor_payments.get(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.contractor_payments.delete(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.contractor_payments.preview(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.contractor_payment_groups.create():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.contractor_payment_groups.get_list():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.[] Changed
    • error.status[404] Added
  • gusto.contractor_payment_groups.preview():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.contractor_payment_groups.get():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed
    • error.status[404] Added
  • gusto.contractor_payment_groups.delete():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • error.status[404] Added
  • gusto.contractor_payment_groups.fund():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed
    • error.status[404] Added
  • gusto.company_forms.get_all(): request Changed Breaking ⚠️
  • gusto.company_forms.get(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.company_forms.get_pdf(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.company_forms.sign(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.generated_documents.get(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.reports.create_custom():
    • request Changed Breaking ⚠️
    • response.custom_name Changed Breaking ⚠️
  • gusto.reports.get_template(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.company_benefits.create():
    • request Changed Breaking ⚠️
    • response.catch_up_type Added
  • gusto.company_benefits.list():
    • request Changed Breaking ⚠️
    • response.[].catch_up_type Added
  • gusto.company_benefits.get():
    • request Changed Breaking ⚠️
    • response Changed
  • gusto.company_benefits.update():
    • request Changed Breaking ⚠️
    • response.catch_up_type Added
  • gusto.company_benefits.delete(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.company_benefits.get_all():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.[].writable_by_application Added
  • gusto.company_benefits.get_supported():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response.writable_by_application Added
  • gusto.company_benefits.get_summary(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.company_benefits.get_employee_benefits():
    • request Changed Breaking ⚠️
    • response.[] Changed Breaking ⚠️
  • gusto.company_benefits.update_employee_benefits():
    • request Changed Breaking ⚠️
    • response.[] Changed Breaking ⚠️
  • gusto.company_benefits.get_requirements(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.employee_benefits.create():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto.employee_benefits.get():
    • request Changed Breaking ⚠️
    • response.[] Changed Breaking ⚠️
  • gusto.employee_benefits.retrieve():
    • request.x_gusto_api_version Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto.employee_benefits.update():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • gusto.employee_benefits.delete(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.employee_benefits.get_ytd_benefit_amounts_from_different_company(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.employee_benefits.create_ytd_benefit_amounts_from_different_company(): request.x_gusto_api_version Changed Breaking ⚠️
  • gusto.garnishments.create(): request Changed Breaking ⚠️
  • gusto.reimbursements.put_v1_recurring_reimbursements(): Added
  • gusto.contractor_payment_groups.get_v1_contractor_payment_groups_id_partner_disbursements(): Added
  • gusto.reimbursements.post_v1_employees_employee_id_recurring_reimbursements(): Added
  • gusto.reimbursements.get_v1_employees_employee_id_recurring_reimbursements(): Added
  • gusto.salary_estimates.get_v1_salary_estimates_occupations(): Added
  • gusto.salary_estimates.post_v1_salary_estimates_uuid_accept(): Added
  • gusto.salary_estimates.put_v1_salary_estimates_id(): Added
  • gusto.salary_estimates.get_v1_salary_estimates_id(): Added
  • gusto.salary_estimates.post_v1_employees_employee_id_salary_estimates(): Added
  • gusto.information_requests.submit(): Added
  • gusto.notifications.get_company_notifications(): Added
  • gusto.employee_benefits.patch_v1_employees_employee_uuid_section603_high_earner_statuses_effective_year(): Added
  • gusto.employee_benefits.get_v1_employees_employee_uuid_section603_high_earner_statuses_effective_year(): Added
  • gusto.employee_benefits.post_v1_employees_employee_uuid_section603_high_earner_statuses(): Added
  • gusto.employee_benefits.get_v1_employees_employee_uuid_section603_high_earner_statuses(): Added
  • gusto.company_benefits.get_v1_company_benefits_company_benefit_id_contribution_exclusions(): Added
  • gusto.reimbursements.get_v1_recurring_reimbursements(): Added
  • gusto.company_benefits.put_v1_company_benefits_company_benefit_id_contribution_exclusions(): Added
  • gusto.people_batches.post_v1_companies_company_id_people_batches(): Added
  • gusto.people_batches.get_v1_people_batches_people_batch_uuid(): Added
  • gusto.introspection.refresh_token(): Removed Breaking ⚠️
  • gusto.reports.get(): Removed Breaking ⚠️
  • gusto.holiday_pay_policies.delete():
    • request.x_gusto_api_version Changed
    • error.status[404] Added
  • gusto.reports.post_v1_companies_company_id_reports_employees_annual_fica_wage(): Added
  • gusto.reports.get_reports_request_uuid(): Added
  • gusto.reports.post_payrolls_payroll_uuid_reports_general_ledger(): Added
  • gusto.contractor_payment_groups.patch_v1_contractor_payment_groups_id_partner_disbursements(): Added
  • gusto.reimbursements.delete_v1_recurring_reimbursements(): Added
  • gusto.payrolls.patch_v1_companies_company_id_payrolls_id_partner_disbursements(): Added
  • gusto.payrolls.get_v1_companies_company_id_payrolls_id_partner_disbursements(): Added
  • gusto.webhooks.get_v1_webhooks_health_check(): Added
  • gusto.contractors.get_v1_companies_company_id_contractors_payment_details(): Added
  • gusto.employees.get_v1_companies_company_id_employees_payment_details(): Added
  • gusto.bank_accounts.delete_v1_companies_company_id_bank_accounts_bank_account_id(): Added
  • gusto.introspection.oauth_access_token(): Added

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └──[🔀] version (56:12)
├─┬Paths
│ ├──[-] path (4180:5)❌ 
│ ├──[-] path (4294:5)❌ 
│ ├──[-] path (4219:5)❌ 
│ ├──[+] path (4536:3)
│ ├──[+] path (5787:3)
│ ├──[+] path (5867:3)
│ ├──[+] path (6338:3)
│ ├──[+] path (6809:3)
│ ├──[+] path (6229:3)
│ ├──[+] path (6503:3)
│ ├──[+] path (6932:3)
│ ├──[+] path (6698:3)
│ ├──[+] path (4078:3)
│ ├──[+] path (5934:3)
│ ├──[+] path (6294:3)
│ ├──[+] path (4028:3)
│ ├──[+] path (6077:3)
│ ├──[+] path (5729:3)
│ ├──[+] path (5963:3)
│ ├─┬/v1/benefits/{benefit_id}/requirements
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├──[+] enum (7426:13)
│ │       ├──[-] enum (6128:23)❌ 
│ │       └──[🔀] default (7427:18)❌ 
│ ├─┬/v1/work_addresses/{work_address_uuid}
│ │ ├─┬GET
│ │ │ ├──[+] security (2352:11)
│ │ │ ├─┬Parameters
│ │ │ │ ├──[-] required (6123:23)❌ 
│ │ │ │ └─┬Schema
│ │ │ │   ├──[+] enum (2365:17)
│ │ │ │   ├──[-] enum (6128:23)❌ 
│ │ │ │   └──[🔀] default (2366:22)❌ 
│ │ │ ├─┬Responses
│ │ │ │ ├─┬404
│ │ │ │ │ ├──[+] content (2380:15)
│ │ │ │ │ └──[🔀] description (2377:24)
│ │ │ │ └─┬200
│ │ │ │   ├──[🔀] description (2371:24)
│ │ │ │   └─┬application/json
│ │ │ │     └──[-] examples (2564:37)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (2368:22)
│ │ ├─┬PUT
│ │ │ ├──[+] security (2412:11)
│ │ │ ├─┬Parameters
│ │ │ │ ├──[-] required (6123:23)❌ 
│ │ │ │ └─┬Schema
│ │ │ │   ├──[+] enum (2408:17)
│ │ │ │   ├──[-] enum (6128:23)❌ 
│ │ │ │   └──[🔀] default (2409:22)❌ 
│ │ │ ├─┬Responses
│ │ │ │ ├─┬422
│ │ │ │ │ ├──[🔀] description (2428:24)
│ │ │ │ │ └─┬application/json
│ │ │ │ │   ├──[-] examples (14179:29)❌ 
│ │ │ │ │   ├──[-] examples (14162:29)❌ 
│ │ │ │ │   └──[-] examples (14170:29)❌ 
│ │ │ │ ├─┬200
│ │ │ │ │ ├──[🔀] description (2416:24)
│ │ │ │ │ └─┬application/json
│ │ │ │ │   └──[-] examples (2630:37)❌ 
│ │ │ │ └─┬404
│ │ │ │   ├──[+] content (2425:15)
│ │ │ │   └──[🔀] description (2422:24)
│ │ │ ├─┬Requestbody
│ │ │ │ └─┬application/json
│ │ │ │   ├──[-] examples (2617:33)❌ 
│ │ │ │   └─┬Schema
│ │ │ │     ├──[-] required (2614:35)❌ 
│ │ │ │     ├──[-] type (2602:35)❌ 
│ │ │ │     ├──[-] description (2601:42)
│ │ │ │     ├──[-] properties (2607:33)❌ 
│ │ │ │     ├──[-] properties (2604:33)❌ 
│ │ │ │     ├──[-] properties (2610:33)❌ 
│ │ │ │     ├──[+] allOf (7574:7)
│ │ │ │     └──[+] allOf (2439:19)
│ │ │ └─┬Extensions
│ │ │   └──[+] x-gusto-rswag (2413:22)
│ │ └─┬DELETE
│ │   ├──[+] security (2465:11)
│ │   ├──[🔀] description (2455:20)
│ │   ├─┬Parameters
│ │   │ ├──[-] required (6123:23)❌ 
│ │   │ └─┬Schema
│ │   │   ├──[+] enum (2478:17)
│ │   │   ├──[-] enum (6128:23)❌ 
│ │   │   └──[🔀] default (2479:22)❌ 
│ │   ├─┬Responses
│ │   │ ├─┬404
│ │   │ │ ├──[+] content (2489:15)
│ │   │ │ └──[🔀] description (2486:24)
│ │   │ ├─┬422
│ │   │ │ ├──[🔀] description (2492:24)
│ │   │ │ └─┬application/json
│ │   │ │   ├──[-] examples (14179:29)❌ 
│ │   │ │   ├──[-] examples (14162:29)❌ 
│ │   │ │   └──[-] examples (14170:29)❌ 
│ │   │ └─┬204
│ │   │   └──[🔀] description (2484:24)
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (2481:22)
│ ├─┬/v1/locations/{location_uuid}/minimum_wages
│ │ └─┬GET
│ │   ├──[🔀] description (756:20)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[+] enum (777:17)
│ │   │   ├──[-] enum (819:27)❌ 
│ │   │   └──[🔀] default (778:22)❌ 
│ │   ├─┬Responses
│ │   │ ├─┬200
│ │   │ │ └─┬application/json
│ │   │ │   └──[-] examples (837:37)❌ 
│ │   │ └─┬404
│ │   │   └─┬application/json
│ │   │     └──[-] examples (870:37)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-gusto-rswag (788:22)
│ ├─┬/v1/company_benefits/{company_benefit_id}/employee_benefits
│ │ ├─┬GET
│ │ │ ├──[+] parameters (4466:17)❌ 
│ │ │ └─┬Parameters
│ │ │   └─┬Schema
│ │ │     ├──[+] enum (7426:13)
│ │ │     ├──[-] enum (6128:23)❌ 
│ │ │     └──[🔀] default (7427:18)❌ 
│ │ └─┬PUT
│ │   ├──[🔀] description (4490:20)
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├──[+] enum (7426:13)
│ │       ├──[-] enum (6128:23)❌ 
│ │       └──[🔀] default (7427:18)❌ 
│ ├─┬/v1/terminations/{employee_id}
│ │ └─┬PUT
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├──[+] enum (7426:13)
│ │       ├──[-] enum (6128:23)❌ 
│ │       └──[🔀] default (7427:18)❌ 
│ ├─┬/v1/time_tracking/time_sheets/{time_sheet_uuid}
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └─┬Schema
│ │ │     ├──[+] enum (7426:13)
│ │ │     ├──[-] enum (6128:23)❌ 
│ │ │     └──[🔀] default (7427:18)❌ 
│ │ ├─┬PUT
│ │ │ └─┬Parameters
│ │ │   └─┬Schema
│ │ │     ├──[+] enum (7426:13)
│ │ │     ├──[-] enum (6128:23)❌ 
│ │ │     └──[🔀] default (7427:18)❌ 
│ │ └─┬DELETE
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├──[+] enum (7426:13)
│ │       ├──[-] enum (6128:23)❌ 
│ │       └──[🔀] default (7427:18)❌ 
│ ├─┬/v1/companies/{company_id}/earning_types
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └─┬Schema
│ │ │     ├──[+] enum (7426:13)
│ │ │     ├──[-] enum (6128:23)❌ 
│ │ │     └──[🔀] default (7427:18)❌ 
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├──[+] enum (7426:13)
│ │       ├──[-] enum (6128:23)❌ 
│ │       └──[🔀] default (7427:18)❌ 
│ ├─┬/v1/employees/{employee_id}/terminations
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └─┬Schema
│ │ │     ├──[+] enum (7426:13)
│ │ │     ├──[-] enum (6128:23)❌ 
│ │ │     └──[🔀] default (7427:18)❌ 
│ │ ├─┬POST
│ │ │ └─┬Parameters
│ │ │   └─┬Schema
│ │ │     ├──[+] enum (7426:13)
│ │ │     ├──[-] enum (6128:23)❌ 
│ │ │     └──[🔀] default (7427:18)❌ 
│ │ └─┬DELETE
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├──[+] enum (7426:13)
│ │       ├──[-] enum (6128:23)❌ 
│ │       └──[🔀] default (7427:18)❌ 
│ ├─┬/v1/company_benefits/{company_benefit_id}/summary
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├──[+] enum (7426:13)
│ │       ├──[-] enum (6128:23)❌ 
│ │       └──[🔀] default (7427:18)❌ 
│ ├─┬/v1/companies/{company_id}/contractor_payments
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[+] enum (7426:13)
│ │   │   ├──[-] enum (6128:23)❌ 
│ │   │   └──[🔀] default (7427:18)❌ 
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └──[-] examples (4084:37)❌ 
│ ├─┬/v1/companies/{company_uuid}/departments
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └─┬Schema
│ │ │     ├──[+] enum (7426:13)
│ │ │     ├──[-] enum (6128:23)❌ 
│ │ │     └──[🔀] default (7427:18)❌ 
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├──[+] enum (7426:13)
│ │       ├──[-] enum (6128:23)❌ 
│ │       └──[🔀] default (7427:18)❌ 
│ ├─┬/v1/employees/{employee_id}/jobs
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └─┬Schema
│ │ │     ├──[+] enum (7426:13)
│ │ │     ├──[-] enum (6128:23)❌ 
│ │ │     └──[🔀] default (7427:18)❌ 
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[+] enum (7426:13)
│ │   │   ├──[-] enum (6128:23)❌ 
│ │   │   └──[🔀] default (7427:18)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬state_wc_covered
│ │         │ ├──[🔀] type (2572:21)❌ 
│ │         │ └──[-] nullable (2775:47)❌ 
│ │         └─┬state_wc_class_code
│ │           ├──[🔀] type (2577:21)❌ 
│ │           └──[-] nullable (2779:47)❌ 
│ ├─┬/v1/companies/{company_id}/company_benefits
│ │ ├─┬GET
│ │ │ ├──[+] parameters (4201:17)❌ 
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[+] enum (7426:13)
│ │ │ │   ├──[-] enum (6128:23)❌ 
│ │ │ │   └──[🔀] default (7427:18)❌ 
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Example
│ │ │         └──[🔀] value (21937:17)
│ │ └─┬POST
│ │   ├──[🔀] description (4117:20)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[+] enum (7426:13)
│ │   │   ├──[-] enum (6128:23)❌ 
│ │   │   └──[🔀] default (7427:18)❌ 
│ │   ├─┬Responses
│ │   │ └─┬201
│ │   │   └─┬application/json
│ │   │     └─┬Example
│ │   │       ├──[🔀] value (21913:17)
│ │   │       ├──[🔀] value (21913:17)
│ │   │       ├──[🔀] value (21913:17)
│ │   │       ├──[🔀] value (21913:17)
│ │   │       ├──[🔀] value (21913:17)
│ │   │       ├──[🔀] value (21913:17)
│ │   │       ├──[🔀] value (21913:17)
│ │   │       ├──[🔀] value (21913:17)
│ │   │       ├──[🔀] value (21913:17)
│ │   │       ├──[🔀] value (21913:17)
│ │   │       └──[+] value (21913:17)
│ │   └─┬Requestbody...

@github-actions github-actions bot added the minor Minor version bump label Jan 13, 2026
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1768263864 branch 7 times, most recently from c232dfa to e1faeb9 Compare January 20, 2026 00:30
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1768263864 branch 8 times, most recently from f33b793 to f207cb5 Compare January 28, 2026 00:32
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1768263864 branch from f207cb5 to ee1b901 Compare January 29, 2026 00:35
* `gusto_app_integration.employee_addresses.create_work_address()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto_app_integration.jobs_and_compensations.delete()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.introspection.disconnect_app_integration()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.companies.provision()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.companies.get()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto_app_integration.time_tracking.delete_time_tracking_time_sheets_time_sheet_uuid()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.time_tracking.put_time_tracking_time_sheets_time_sheet_uuid()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.time_tracking.get_time_tracking_time_sheets_time_sheet_uuid()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.time_tracking.post_companies_company_uuid_time_tracking_time_sheets()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.time_tracking.get_companies_company_uuid_time_tracking_time_sheets()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.events.get_all()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.garnishments.get_child_support()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.garnishments.update()`:  `request` **Changed** **Breaking** ⚠️
* `gusto_app_integration.garnishments.get_by_id()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.garnishments.get()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.garnishments.create()`:  `request` **Changed** **Breaking** ⚠️
* `gusto_app_integration.employee_benefits.create_ytd_benefit_amounts_from_different_company()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.employee_benefits.get_ytd_benefit_amounts_from_different_company()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.employee_benefits.delete()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.employee_benefits.update()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto_app_integration.employee_benefits.get()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto_app_integration.employee_benefits.get_all()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.[]` **Changed** **Breaking** ⚠️
* `gusto_app_integration.employee_benefits.create()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto_app_integration.company_benefits.get_requirements()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.company_benefits.bulk_update_employee_benefits()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.[]` **Changed** **Breaking** ⚠️
* `gusto_app_integration.company_benefits.get_employee_benefits()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.[]` **Changed** **Breaking** ⚠️
* `gusto_app_integration.company_benefits.get_summary()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.introspection.get_token_info()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.companies.update()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto_app_integration.companies.get_admins()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.[].phone` **Added**
* `gusto_app_integration.companies.get_custom_fields()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.custom_fields[].description` **Changed** **Breaking** ⚠️
* `gusto_app_integration.locations.create()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.inactive` **Added**
* `gusto_app_integration.locations.get()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.inactive` **Added**
* `gusto_app_integration.locations.update()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.inactive` **Added**
* `gusto_app_integration.locations.get_minimum_wages()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.company_locations.list()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.[].inactive` **Added**
* `gusto_app_integration.pay_schedules.list()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.pay_schedules.get()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.pay_schedules.get_pay_periods()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.pay_schedules.get_unprocessed_termination_pay_periods()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.pay_schedules.get_assignments()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.employees[].pay_schedule_uuid` **Changed** **Breaking** ⚠️
* `gusto_app_integration.employees.get()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.[]` **Changed** **Breaking** ⚠️
* `gusto_app_integration.employees.create()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto_app_integration.employees.get_by_id()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto_app_integration.employees.update()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto_app_integration.employees.delete()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `error` **Changed**
* `gusto_app_integration.employees.get_custom_fields()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.employees.get_time_off_activities()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.employees.get_terminations()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.departments.create()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.departments.get_all()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.departments.get()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.departments.update()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.departments.delete()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.departments.add_people()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.departments.remove_people()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.employee_employments.create_termination()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.employee_employments.delete_termination()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.employee_employments.update_termination()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.employee_employments.create_rehire()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.employee_employments.update_rehire()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.employee_employments.get_rehire()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.status[204]` **Added** **Breaking** ⚠️
* `gusto_app_integration.employee_employments.delete_rehire()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.employee_employments.get_history()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.[].termination_date` **Changed** **Breaking** ⚠️
* `gusto_app_integration.employee_addresses.list_home_addresses()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.[]` **Changed**
  *  `error.status[404]` **Added**
* `gusto_app_integration.employee_addresses.create()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed**
  *  `error.status[404]` **Added**
* `gusto_app_integration.employee_addresses.get()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed**
  *  `error.status[404]` **Added**
* `gusto_app_integration.employee_addresses.update()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed**
  *  `error.status[404]` **Added**
* `gusto_app_integration.jobs.create_compensation()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.introspection.revoke()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.company_benefits.get()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.writable_by_application` **Added**
* `gusto_app_integration.employee_addresses.get_work_address()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto_app_integration.employee_addresses.update_work_address()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto_app_integration.employee_addresses.delete_work_address()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto_app_integration.jobs.create()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed**
* `gusto_app_integration.employee_addresses.delete_home_address()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto_app_integration.jobs_and_compensations.get_jobs()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.[]` **Changed**
* `gusto_app_integration.jobs_and_compensations.get()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed**
* `gusto_app_integration.jobs_and_compensations.update_job()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed**
* `gusto_app_integration.employee_addresses.get_work_addresses()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto_app_integration.jobs_and_compensations.get_compensations_for_job()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.jobs_and_compensations.get_compensation()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.jobs_and_compensations.update_compensation()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.jobs_and_compensations.delete_compensation()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.earning_types.create()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.earning_types.get()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.earning_types.update()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.earning_types.deactivate()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.contractors.create()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto_app_integration.contractors.get()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.[]` **Changed** **Breaking** ⚠️
* `gusto_app_integration.contractors.get_by_id()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto_app_integration.contractors.update()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto_app_integration.webhooks.create()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.webhooks.list_subscriptions()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.webhooks.update_subscription()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.webhooks.get_subscription()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.webhooks.delete_subscription()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.webhooks.verify()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.webhooks.request_verification_token()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.payrolls.get_for_company()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.[]` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto_app_integration.payrolls.get()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto_app_integration.payrolls.update()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto_app_integration.payrolls.prepare()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto_app_integration.time_off_policies.calculate_accruing_time_off_hours()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.contractor_payments.get()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.contractor_payments.get_by_id()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.company_benefits.create()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.catch_up_type` **Added**
* `gusto_app_integration.company_benefits.list()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.[].catch_up_type` **Added**
* `gusto_app_integration.company_benefits.get_by_id()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed**
* `gusto_app_integration.company_benefits.update()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.catch_up_type` **Added**
* `gusto_app_integration.company_benefits.delete()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto_app_integration.company_benefits.list_supported()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.[].writable_by_application` **Added**
* `gusto_app_integration.reports.get_reports_request_uuid()`: **Added**
* `gusto_app_integration.reimbursements.delete_v1_recurring_reimbursements()`: **Added**
* `gusto_app_integration.reimbursements.post_v1_employees_employee_id_recurring_reimbursements()`: **Added**
* `gusto_app_integration.reimbursements.get_v1_employees_employee_id_recurring_reimbursements()`: **Added**
* `gusto_app_integration.company_benefits.put_v1_company_benefits_company_benefit_id_contribution_exclusions()`: **Added**
* `gusto_app_integration.salary_estimates.post_v1_salary_estimates_uuid_accept()`: **Added**
* `gusto_app_integration.salary_estimates.put_v1_salary_estimates_id()`: **Added**
* `gusto_app_integration.salary_estimates.get_v1_salary_estimates_id()`: **Added**
* `gusto_app_integration.salary_estimates.post_v1_employees_employee_id_salary_estimates()`: **Added**
* `gusto_app_integration.time_off_requests.get_v1_companies_company_id_time_off_requests()`: **Added**
* `gusto_app_integration.notifications.get_company_notifications()`: **Added**
* `gusto_app_integration.employee_benefits.patch_v1_employees_employee_uuid_section603_high_earner_statuses_effective_year()`: **Added**
* `gusto_app_integration.reimbursements.get_v1_recurring_reimbursements()`: **Added**
* `gusto_app_integration.employee_benefits.get_v1_employees_employee_uuid_section603_high_earner_statuses_effective_year()`: **Added**
* `gusto_app_integration.salary_estimates.get_v1_salary_estimates_occupations()`: **Added**
* `gusto_app_integration.employee_benefits.post_v1_employees_employee_uuid_section603_high_earner_statuses()`: **Added**
* `gusto_app_integration.company_benefits.get_v1_company_benefits_company_benefit_id_contribution_exclusions()`: **Added**
* `gusto_app_integration.reports.post_v1_companies_company_id_reports_employees_annual_fica_wage()`: **Added**
* `gusto_app_integration.employee_benefits.get_v1_employees_employee_uuid_section603_high_earner_statuses()`: **Added**
* `gusto_app_integration.reports.post_payrolls_payroll_uuid_reports_general_ledger()`: **Added**
* `gusto_app_integration.webhooks.get_v1_webhooks_health_check()`: **Added**
* `gusto_app_integration.contractors.get_v1_companies_company_id_contractors_payment_details()`: **Added**
* `gusto_app_integration.introspection.oauth_access_token()`: **Added**
* `gusto_app_integration.reimbursements.put_v1_recurring_reimbursements()`: **Added**
* `gusto_app_integration.introspection.refresh_access_token()`: **Removed** **Breaking** ⚠️
* `gusto_app_integration.contractor_payment_groups.get()`: **Removed** **Breaking** ⚠️
* `gusto_app_integration.contractor_payment_groups.preview()`: **Removed** **Breaking** ⚠️
* `gusto_app_integration.contractor_payment_groups.fetch()`: **Removed** **Breaking** ⚠️

## Python SDK Changes:
* `gusto.jobs_and_compensations.delete()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.employee_tax_setup.get_federal_taxes()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto.companies.get()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto.companies.update()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto.companies.migrate()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.wire_in_requests.list()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.[]` **Changed** **Breaking** ⚠️
* `gusto.wire_in_requests.submit()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto.wire_in_requests.get()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto.ach_transactions.get_all()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.[].recipient_type` **Changed** **Breaking** ⚠️
* `gusto.recovery_cases.redebit()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.recovery_cases.get()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.[]` **Changed** **Breaking** ⚠️
* `gusto.information_requests.get_information_requests()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.[]` **Changed** **Breaking** ⚠️
* `gusto.events.get()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.notifications.get_details()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto.holiday_pay_policies.preview_paid_holidays()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.holiday_pay_policies.remove_employees()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.federal_holidays` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.holiday_pay_policies.add_employees()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.federal_holidays` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.holiday_pay_policies.update()`: 
  *  `request.x_gusto_api_version` **Changed**
  *  `response.federal_holidays` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.holiday_pay_policies.create()`: 
  *  `request.x_gusto_api_version` **Changed**
  *  `response.federal_holidays` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.holiday_pay_policies.get()`: 
  *  `request.x_gusto_api_version` **Changed**
  *  `response` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.tax_requirements.get_all()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.tax_requirements.update_state()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.tax_requirements.get()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.requirement_sets[].requirements[]` **Changed** **Breaking** ⚠️
* `gusto.i9verification.employer_sign()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.i9verification.delete_document()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.i9verification.create_documents()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.i9verification.get_documents()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.i9verification.get_document_options()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.i9verification.update()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.i9verification.get_authorization()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.garnishments.get_child_support_data()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.garnishments.update()`:  `request` **Changed** **Breaking** ⚠️
* `gusto.garnishments.get()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.garnishments.list()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.companies.accept_terms_of_service()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.companies.retrieve_terms_of_service()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.companies.create_admin()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.phone` **Added**
* `gusto.companies.list_admins()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.[].phone` **Added**
* `gusto.companies.get_onboarding_status()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.onboarding_steps[].completed_at` **Added**
* `gusto.companies.finish_onboarding()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.onboarding_steps[].completed_at` **Added**
* `gusto.companies.get_custom_fields()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.custom_fields[].description` **Changed** **Breaking** ⚠️
* `gusto.companies.suspensions.get()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.[]` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.companies.suspensions.suspend()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto.invoices.get()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.company_attachments.get_details()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.company_attachments.get_list()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.company_attachments.create()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.company_attachment.get_download_url()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.federal_tax_details.get()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.ein_verification` **Added**
* `gusto.federal_tax_details.update()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.ein_verification` **Added**
* `gusto.industry_selection.get()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.industry_selection.update()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.signatories.create()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.signatories.list()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.signatories.invite()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.signatories.update()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.signatories.delete()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.flows.create()`:  `request` **Changed** **Breaking** ⚠️
* `gusto.locations.create()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.inactive` **Added**
* `gusto.locations.get()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.[].inactive` **Added**
* `gusto.locations.retrieve()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.inactive` **Added**
* `gusto.locations.update()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.inactive` **Added**
* `gusto.locations.get_minimum_wages()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.bank_accounts.create()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.bank_accounts.get()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.bank_accounts.verify()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.bank_accounts.create_from_plaid_token()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.external_payrolls.create()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.applicable_benefits` **Changed** **Breaking** ⚠️
* `gusto.external_payrolls.get()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.external_payrolls.retrieve()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.applicable_benefits` **Changed** **Breaking** ⚠️
* `gusto.external_payrolls.delete()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.external_payrolls.update()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.applicable_benefits` **Changed** **Breaking** ⚠️
* `gusto.external_payrolls.calculate_taxes()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.external_payrolls.list_tax_liabilities()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.external_payrolls.update_tax_liabilities()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.external_payrolls.finalize_tax_liabilities()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.payment_configs.get()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto.payment_configs.update()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto.pay_schedules.create()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.pay_schedules.get_all()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.pay_schedules.get_preview()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.pay_schedules.get()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.pay_schedules.update()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.pay_schedules.get_pay_periods()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.pay_schedules.get_unprocessed_termination_periods()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.pay_schedules.get_assignments()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.employees[].pay_schedule_uuid` **Changed** **Breaking** ⚠️
* `gusto.pay_schedules.preview_assignment()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.pay_schedules.assign()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.employees.list()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.[]` **Changed** **Breaking** ⚠️
* `gusto.employees.create()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto.employees.create_historical()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto.employees.get()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.employees.update()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto.employees.delete()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `error` **Changed**
* `gusto.employees.get_custom_fields()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.employees.update_onboarding_documents_config()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.employees.get_onboarding_status()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.employees.update_onboarding_status()`:  `request` **Changed** **Breaking** ⚠️
* `gusto.employees.get_time_off_activities()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.historical_employees.update()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto.departments.create()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.departments.get_all()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.departments.get()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.departments.update()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.departments.delete()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.departments.add_people()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.departments.remove_people()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.employee_employments.create_termination()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.employee_employments.get_terminations()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.employee_employments.delete_termination()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.employee_employments.update_termination()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.employee_employments.create_rehire()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.employee_employments.rehire()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.employee_employments.get_rehire()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.status[204]` **Added** **Breaking** ⚠️
* `gusto.employee_employments.delete_rehire()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.employee_employments.get_history()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.[].termination_date` **Changed** **Breaking** ⚠️
* `gusto.employee_addresses.get()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.[]` **Changed**
  *  `error.status[404]` **Added**
* `gusto.employee_addresses.create()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed**
  *  `error.status[404]` **Added**
* `gusto.employee_addresses.retrieve_home_address()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed**
  *  `error.status[404]` **Added**
* `gusto.employee_addresses.update()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed**
  *  `error.status[404]` **Added**
* `gusto.employee_addresses.delete()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.employee_addresses.get_work_addresses()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.employee_addresses.create_work_address()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.employee_addresses.retrieve_work_address()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.employee_addresses.update_work_address()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.employee_addresses.delete_work_address()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.jobs_and_compensations.get_compensations()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.introspection.get_info()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.employee_tax_setup.get_state_taxes()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.[]` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.employee_tax_setup.update_state_taxes()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.[]` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.employee_payment_method.create()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.employee_payment_method.delete_bank_account()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.employee_payment_method.update_bank_account()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.employee_payment_method.get()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.employee_payment_method.update()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.employee_payment_methods.get_bank_accounts()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.jobs_and_compensations.create_job()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed**
* `gusto.jobs_and_compensations.get_jobs()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.[]` **Changed**
* `gusto.jobs_and_compensations.get_job()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed**
* `gusto.jobs_and_compensations.update()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed**
* `gusto.employee_tax_setup.update_federal_taxes()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto.companies.create_partner_managed()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.payrolls.get_blockers()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.jobs_and_compensations.get_compensation()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.jobs_and_compensations.update_compensation()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.jobs_and_compensations.delete_compensation()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.earning_types.create()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.earning_types.list()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.earning_types.update()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.earning_types.delete()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.contractors.create()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto.contractors.list()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.[]` **Changed** **Breaking** ⚠️
* `gusto.contractors.get()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto.contractors.update()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto.contractors.delete()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.contractors.get_onboarding_status()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.onboarding_status` **Changed** **Breaking** ⚠️
* `gusto.contractors.update_onboarding_status()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.onboarding_status` **Changed** **Breaking** ⚠️
* `gusto.contractors.get_address()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto.contractors.update_address()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto.contractor_payment_methods.create_bank_account()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.contractor_payment_method.get_bank_accounts()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.contractor_payment_method.get()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.type` **Changed** **Breaking** ⚠️
* `gusto.contractor_payment_method.update()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.type` **Changed** **Breaking** ⚠️
* `gusto.webhooks.create_subscription()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.webhooks.list_subscriptions()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.webhooks.update_subscription()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.webhooks.get_subscription()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.webhooks.delete_subscription()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.webhooks.verify()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.webhooks.request_verification_token()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.contractor_forms.list()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.contractor_forms.get()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.contractor_forms.get_pdf()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.contractor_forms.generate1099()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.contractor_documents.get_all()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.contractor_documents.get()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.contractor_documents.get_pdf()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.contractor_documents.sign()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.employee_forms.generate_w2()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.employee_forms.list()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.employee_forms.get()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.employee_forms.get_pdf()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.employee_forms.sign()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.payrolls.create_off_cycle()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.payrolls.list()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.[]` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.payrolls.get_approved_reversals()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.payrolls.get()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.payrolls.update()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.payrolls.delete()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `error` **Changed** **Breaking** ⚠️
* `gusto.payrolls.prepare()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto.payrolls.get_receipt()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.employee_compensations[].payment_method` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.jobs_and_compensations.create_compensation()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.payrolls.skip()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.payrolls.calculate_gross_up()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.payrolls.calculate()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.payrolls.submit()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.payrolls.cancel()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto.payrolls.get_pay_stub()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.status[200].content[application/pdf` **Added**
  *  `error.status[404]` **Added**
* `gusto.payrolls.get_pay_stubs()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.[].payment_method` **Added**
* `gusto.payrolls.generate_printable_checks()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.starting_check_number` **Changed** **Breaking** ⚠️
* `gusto.time_off_policies.calculate_accruing_time_off_hours()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.time_off_policies.get()`: 
  *  `request.x_gusto_api_version` **Changed**
  *  `response` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.time_off_policies.update()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.time_off_policies.get_all()`: 
  *  `request.x_gusto_api_version` **Changed**
  *  `response.[]` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.time_off_policies.create()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.time_off_policies.add_employees()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.time_off_policies.remove_employees()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.time_off_policies.update_balance()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.time_off_policies.deactivate()`: 
  *  `request.x_gusto_api_version` **Changed**
  *  `response` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.contractor_payments.get_receipt()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.contractor_payments[].payment_method` **Changed** **Breaking** ⚠️
* `gusto.contractor_payments.fund()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.contractor_payments.create()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.contractor_payments.list()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.contractor_payments.get()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.contractor_payments.delete()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.contractor_payments.preview()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.contractor_payment_groups.create()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.contractor_payment_groups.get_list()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.[]` **Changed**
  *  `error.status[404]` **Added**
* `gusto.contractor_payment_groups.preview()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.contractor_payment_groups.get()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed**
  *  `error.status[404]` **Added**
* `gusto.contractor_payment_groups.delete()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `error.status[404]` **Added**
* `gusto.contractor_payment_groups.fund()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed**
  *  `error.status[404]` **Added**
* `gusto.company_forms.get_all()`:  `request` **Changed** **Breaking** ⚠️
* `gusto.company_forms.get()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.company_forms.get_pdf()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.company_forms.sign()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.generated_documents.get()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.reports.create_custom()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.custom_name` **Changed** **Breaking** ⚠️
* `gusto.reports.get_template()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.company_benefits.create()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.catch_up_type` **Added**
* `gusto.company_benefits.list()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.[].catch_up_type` **Added**
* `gusto.company_benefits.get()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed**
* `gusto.company_benefits.update()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.catch_up_type` **Added**
* `gusto.company_benefits.delete()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.company_benefits.get_all()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.[].writable_by_application` **Added**
* `gusto.company_benefits.get_supported()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response.writable_by_application` **Added**
* `gusto.company_benefits.get_summary()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.company_benefits.get_employee_benefits()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.[]` **Changed** **Breaking** ⚠️
* `gusto.company_benefits.update_employee_benefits()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.[]` **Changed** **Breaking** ⚠️
* `gusto.company_benefits.get_requirements()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.employee_benefits.create()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto.employee_benefits.get()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.[]` **Changed** **Breaking** ⚠️
* `gusto.employee_benefits.retrieve()`: 
  *  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto.employee_benefits.update()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `gusto.employee_benefits.delete()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.employee_benefits.get_ytd_benefit_amounts_from_different_company()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.employee_benefits.create_ytd_benefit_amounts_from_different_company()`:  `request.x_gusto_api_version` **Changed** **Breaking** ⚠️
* `gusto.garnishments.create()`:  `request` **Changed** **Breaking** ⚠️
* `gusto.reimbursements.put_v1_recurring_reimbursements()`: **Added**
* `gusto.contractor_payment_groups.get_v1_contractor_payment_groups_id_partner_disbursements()`: **Added**
* `gusto.reimbursements.post_v1_employees_employee_id_recurring_reimbursements()`: **Added**
* `gusto.reimbursements.get_v1_employees_employee_id_recurring_reimbursements()`: **Added**
* `gusto.salary_estimates.get_v1_salary_estimates_occupations()`: **Added**
* `gusto.salary_estimates.post_v1_salary_estimates_uuid_accept()`: **Added**
* `gusto.salary_estimates.put_v1_salary_estimates_id()`: **Added**
* `gusto.salary_estimates.get_v1_salary_estimates_id()`: **Added**
* `gusto.salary_estimates.post_v1_employees_employee_id_salary_estimates()`: **Added**
* `gusto.information_requests.submit()`: **Added**
* `gusto.notifications.get_company_notifications()`: **Added**
* `gusto.employee_benefits.patch_v1_employees_employee_uuid_section603_high_earner_statuses_effective_year()`: **Added**
* `gusto.employee_benefits.get_v1_employees_employee_uuid_section603_high_earner_statuses_effective_year()`: **Added**
* `gusto.employee_benefits.post_v1_employees_employee_uuid_section603_high_earner_statuses()`: **Added**
* `gusto.employee_benefits.get_v1_employees_employee_uuid_section603_high_earner_statuses()`: **Added**
* `gusto.company_benefits.get_v1_company_benefits_company_benefit_id_contribution_exclusions()`: **Added**
* `gusto.reimbursements.get_v1_recurring_reimbursements()`: **Added**
* `gusto.company_benefits.put_v1_company_benefits_company_benefit_id_contribution_exclusions()`: **Added**
* `gusto.people_batches.post_v1_companies_company_id_people_batches()`: **Added**
* `gusto.people_batches.get_v1_people_batches_people_batch_uuid()`: **Added**
* `gusto.introspection.refresh_token()`: **Removed** **Breaking** ⚠️
* `gusto.reports.get()`: **Removed** **Breaking** ⚠️
* `gusto.holiday_pay_policies.delete()`: 
  *  `request.x_gusto_api_version` **Changed**
  *  `error.status[404]` **Added**
* `gusto.reports.post_v1_companies_company_id_reports_employees_annual_fica_wage()`: **Added**
* `gusto.reports.get_reports_request_uuid()`: **Added**
* `gusto.reports.post_payrolls_payroll_uuid_reports_general_ledger()`: **Added**
* `gusto.contractor_payment_groups.patch_v1_contractor_payment_groups_id_partner_disbursements()`: **Added**
* `gusto.reimbursements.delete_v1_recurring_reimbursements()`: **Added**
* `gusto.payrolls.patch_v1_companies_company_id_payrolls_id_partner_disbursements()`: **Added**
* `gusto.payrolls.get_v1_companies_company_id_payrolls_id_partner_disbursements()`: **Added**
* `gusto.webhooks.get_v1_webhooks_health_check()`: **Added**
* `gusto.contractors.get_v1_companies_company_id_contractors_payment_details()`: **Added**
* `gusto.employees.get_v1_companies_company_id_employees_payment_details()`: **Added**
* `gusto.bank_accounts.delete_v1_companies_company_id_bank_accounts_bank_account_id()`: **Added**
* `gusto.introspection.oauth_access_token()`: **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1768263864 branch from ee1b901 to c522c57 Compare January 30, 2026 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant