Commit 3fac52d
committed
## Python SDK Changes:
* `gusto_app_integration.webhooks.verify()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.subscription_types[].enum(payroll_sync)` **Added** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.payrolls.get_for_company()`:
* `request` **Changed** (Breaking ⚠️)
* `response.[]` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.time_tracking.delete_time_tracking_time_sheets_time_sheet_uuid()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.time_tracking.put_time_tracking_time_sheets_time_sheet_uuid()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.synced_to_payroll_at` **Added**
* `error.status[404]` **Added**
* `gusto_app_integration.time_tracking.get_time_tracking_time_sheets_time_sheet_uuid()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.synced_to_payroll_at` **Added**
* `error.status[404]` **Added**
* `gusto_app_integration.time_tracking.post_companies_company_uuid_time_tracking_time_sheets()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.synced_to_payroll_at` **Added**
* `error.status[404]` **Added**
* `gusto_app_integration.time_tracking.get_companies_company_uuid_time_tracking_time_sheets()`:
* `request` **Changed** (Breaking ⚠️)
* `response.[].synced_to_payroll_at` **Added**
* `error.status[404]` **Added**
* `gusto_app_integration.events.get_all()`:
* `request` **Changed** (Breaking ⚠️)
* `error.status[422]` **Added**
* `gusto_app_integration.garnishments.get_child_support()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Removed** (Breaking ⚠️)
* `gusto_app_integration.garnishments.update()`:
* `request` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.garnishments.get_by_id()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.garnishments.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.garnishments.create()`:
* `request` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.employee_benefits.create_ytd_benefit_amounts_from_different_company()`:
* `request` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.employee_benefits.get_ytd_benefit_amounts_from_different_company()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.employee_benefits.delete()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[422]` **Added**
* `gusto_app_integration.employee_benefits.update()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.employee_benefits.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.employee_benefits.get_all()`:
* `request` **Changed** (Breaking ⚠️)
* `response.[]` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.employee_benefits.create()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.company_benefits.get_requirements()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.company_benefits.bulk_update_employee_benefits()`:
* `request` **Changed** (Breaking ⚠️)
* `response.[]` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.company_benefits.get_employee_benefits()`:
* `request` **Changed** (Breaking ⚠️)
* `response.[]` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.company_benefits.get_summary()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.employees` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.company_benefits.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.writable_by_application` **Added**
* `error.status[404]` **Removed** (Breaking ⚠️)
* `gusto_app_integration.company_benefits.list_supported()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[].writable_by_application` **Added**
* `error.status[404]` **Removed** (Breaking ⚠️)
* `gusto_app_integration.company_benefits.delete()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[422]` **Removed** (Breaking ⚠️)
* `gusto_app_integration.company_benefits.update()`:
* `request` **Changed** (Breaking ⚠️)
* `response.catch_up_type` **Added**
* `error.status[404]` **Added**
* `gusto_app_integration.company_benefits.get_by_id()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.company_benefits.list()`:
* `request` **Changed** (Breaking ⚠️)
* `response.[].catch_up_type` **Added**
* `error.status[404]` **Added**
* `gusto_app_integration.company_benefits.create()`:
* `request` **Changed** (Breaking ⚠️)
* `response.catch_up_type` **Added**
* `error.status[404]` **Added**
* `gusto_app_integration.contractor_payments.get_by_id()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.contractor_payments.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.time_off_policies.calculate_accruing_time_off_hours()`:
* `request` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.payrolls.prepare()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `gusto_app_integration.payrolls.update()`:
* `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.webhooks.request_verification_token()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.status[200]` **Added**
* `error.status[404]` **Added**
* `gusto_app_integration.webhooks.delete_subscription()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.introspection.get_token_info()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed**
* `gusto_app_integration.introspection.revoke()`: `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `gusto_app_integration.introspection.disconnect_app_integration()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.companies.provision()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[401]` **Removed** (Breaking ⚠️)
* `gusto_app_integration.companies.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.companies.update()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.companies.get_admins()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[].phone` **Added**
* `error.status[404]` **Added**
* `gusto_app_integration.companies.get_custom_fields()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.custom_fields[].description` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.locations.create()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.locations.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `errors[]` **Changed** (Breaking ⚠️)
* `gusto_app_integration.employee_employments.update_termination()`:
* `request` **Changed** (Breaking ⚠️)
* `errors[]` **Changed** (Breaking ⚠️)
* `gusto_app_integration.locations.get_minimum_wages()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `errors[]` **Changed** (Breaking ⚠️)
* `gusto_app_integration.company_locations.list()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[]` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.pay_schedules.list()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[]` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.pay_schedules.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.pay_schedules.get_pay_periods()`:
* `request` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `gusto_app_integration.pay_schedules.get_unprocessed_termination_pay_periods()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.pay_schedules.get_assignments()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.employees[].pay_schedule_uuid` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.employees.get()`:
* `request` **Changed** (Breaking ⚠️)
* `response.[]` **Changed** (Breaking ⚠️)
* `errors[]` **Changed** (Breaking ⚠️)
* `gusto_app_integration.employees.create()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `errors[]` **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 ⚠️)
* `errors[]` **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 ⚠️)
* `response.custom_fields[].description` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.employees.get_time_off_activities()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `gusto_app_integration.employee_employments.create_termination()`:
* `request` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.departments.create()`:
* `request` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.departments.get_all()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.departments.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.departments.update()`:
* `request` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `gusto_app_integration.departments.delete()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.departments.add_people()`:
* `request` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `gusto_app_integration.departments.remove_people()`:
* `request` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `gusto_app_integration.employees.get_terminations()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.employee_employments.delete_termination()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error` **Changed** (Breaking ⚠️)
* `gusto_app_integration.locations.update()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `errors[]` **Changed** (Breaking ⚠️)
* `gusto_app_integration.employee_employments.create_rehire()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.employee_employments.update_rehire()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `errors[]` **Changed** (Breaking ⚠️)
* `gusto_app_integration.employee_employments.get_rehire()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.status[204]` **Added** (Breaking ⚠️)
* `errors[]` **Changed** (Breaking ⚠️)
* `gusto_app_integration.employee_employments.delete_rehire()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error` **Changed** (Breaking ⚠️)
* `gusto_app_integration.employee_employments.get_history()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[].termination_date` **Changed** (Breaking ⚠️)
* `errors[]` **Changed** (Breaking ⚠️)
* `gusto_app_integration.employee_addresses.list_home_addresses()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[]` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.employee_addresses.create()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.employee_addresses.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.employee_addresses.update()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.employee_addresses.delete_home_address()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.employee_addresses.get_work_addresses()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[]` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.employee_addresses.create_work_address()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.employee_addresses.get_work_address()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.employee_addresses.update_work_address()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **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_compensation()`:
* `request` **Changed** (Breaking ⚠️)
* `response.title` **Added**
* `error.status[404]` **Added**
* `gusto_app_integration.jobs_and_compensations.get_compensations_for_job()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[].title` **Added**
* `error.status[404]` **Added**
* `gusto_app_integration.jobs_and_compensations.get_compensation()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.title` **Added**
* `error.status[404]` **Added**
* `gusto_app_integration.jobs_and_compensations.update_compensation()`:
* `request` **Changed** (Breaking ⚠️)
* `response.title` **Added**
* `error.status[404]` **Added**
* `gusto_app_integration.jobs_and_compensations.delete_compensation()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `gusto_app_integration.earning_types.create()`:
* `request` **Changed** (Breaking ⚠️)
* `response.active` **Added**
* `error.status[404]` **Added**
* `gusto_app_integration.earning_types.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.default[].active` **Added**
* `error.status[404]` **Added**
* `gusto_app_integration.earning_types.update()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.active` **Added**
* `error.status[404]` **Added**
* `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 ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.contractors.get()`:
* `request` **Changed** (Breaking ⚠️)
* `response.[]` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.contractors.get_by_id()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.contractors.update()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `gusto_app_integration.webhooks.create()`:
* `request` **Changed** (Breaking ⚠️)
* `response.subscription_types[].enum(payroll_sync)` **Added** (Breaking ⚠️)
* `error.status[404]` **Removed** (Breaking ⚠️)
* `gusto_app_integration.webhooks.list_subscriptions()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[].subscription_types[].enum(payroll_sync)` **Added** (Breaking ⚠️)
* `error.status[404]` **Removed** (Breaking ⚠️)
* `gusto_app_integration.webhooks.update_subscription()`:
* `request` **Changed** (Breaking ⚠️)
* `response.subscription_types[].enum(payroll_sync)` **Added** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.webhooks.get_subscription()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.subscription_types[].enum(payroll_sync)` **Added** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto_app_integration.reimbursements.get_v1_recurring_reimbursements()`: **Added**
* `gusto_app_integration.salary_estimates.get_v1_salary_estimates_occupations()`: **Added**
* `gusto_app_integration.contractor_payment_groups.preview()`: **Removed** (Breaking ⚠️)
* `gusto_app_integration.employee_employments.get_v1_terminations_employee_id()`: **Added**
* `gusto_app_integration.contractor_payment_groups.get()`: **Removed** (Breaking ⚠️)
* `gusto_app_integration.jobs_and_compensations.delete()`: **Removed** (Breaking ⚠️)
* `gusto_app_integration.jobs_and_compensations.update_job()`: **Removed** (Breaking ⚠️)
* `gusto_app_integration.jobs_and_compensations.get()`: **Removed** (Breaking ⚠️)
* `gusto_app_integration.jobs_and_compensations.get_jobs()`: **Removed** (Breaking ⚠️)
* `gusto_app_integration.jobs.create()`: **Removed** (Breaking ⚠️)
* `gusto_app_integration.introspection.refresh_access_token()`: **Removed** (Breaking ⚠️)
* `gusto_app_integration.reimbursements.delete_v1_recurring_reimbursements()`: **Added**
* `gusto_app_integration.reimbursements.put_v1_recurring_reimbursements()`: **Added**
* `gusto_app_integration.salary_estimates.put_v1_salary_estimates_id()`: **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.time_tracking.post_companies_company_uuid_time_tracking_payroll_syncs()`: **Added**
* `gusto_app_integration.contractor_payment_groups.fetch()`: **Removed** (Breaking ⚠️)
* `gusto_app_integration.introspection.oauth_access_token()`: **Added**
* `gusto_app_integration.salary_estimates.post_v1_salary_estimates_uuid_accept()`: **Added**
* `gusto_app_integration.time_tracking.get_time_tracking_payroll_syncs_payroll_sync_uuid()`: **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.salary_estimates.post_v1_employees_employee_id_salary_estimates()`: **Added**
* `gusto_app_integration.salary_estimates.get_v1_salary_estimates_id()`: **Added**
* `gusto_app_integration.employee_benefits.patch_v1_employees_employee_uuid_section603_high_earner_statuses_effective_year()`: **Added**
* `gusto_app_integration.employee_benefits.get_v1_employees_employee_uuid_section603_high_earner_statuses_effective_year()`: **Added**
* `gusto_app_integration.employee_benefits.post_v1_employees_employee_uuid_section603_high_earner_statuses()`: **Added**
* `gusto_app_integration.employee_benefits.get_v1_employees_employee_uuid_section603_high_earner_statuses()`: **Added**
* `gusto_app_integration.company_benefits.put_v1_company_benefits_company_benefit_id_contribution_exclusions()`: **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.reports.get_reports_request_uuid()`: **Added**
* `gusto_app_integration.reports.post_payrolls_payroll_uuid_reports_general_ledger()`: **Added**
* `gusto_app_integration.time_off_policies.put_v1_time_off_policies_time_off_policy_uuid_add_employees()`: **Added**
* `gusto_app_integration.time_off_policies.get_v1_companies_company_uuid_time_off_policies()`: **Added**
* `gusto_app_integration.time_off_policies.get_v1_time_off_policies_time_off_policy_uuid()`: **Added**
* `gusto_app_integration.webhooks.get_v1_webhooks_health_check()`: **Added**
* `gusto_app_integration.contractors.get_v1_companies_company_id_contractors_payment_details()`: **Added**
## Python SDK Changes:
* `gusto.employee_payment_method.update_bank_account()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.employee_payment_method.update()`:
* `request` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `gusto.companies.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.companies.update()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.companies.migrate()`:
* `request` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.wire_in_requests.list()`:
* `request` **Changed** (Breaking ⚠️)
* `response.[]` **Changed** (Breaking ⚠️)
* `gusto.wire_in_requests.submit()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.wire_in_requests.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.ach_transactions.get_all()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[]` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.recovery_cases.redebit()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.recovery_cases.get()`:
* `request` **Changed** (Breaking ⚠️)
* `response.[]` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.information_requests.get_information_requests()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[]` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.events.get()`:
* `request` **Changed** (Breaking ⚠️)
* `error.status[422]` **Added**
* `gusto.notifications.get_details()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.holiday_pay_policies.preview_paid_holidays()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `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.delete()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.holiday_pay_policies.update()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.federal_holidays` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.holiday_pay_policies.create()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.federal_holidays` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.holiday_pay_policies.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.tax_requirements.get_all()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[]` **Changed**
* `error.status[404]` **Added**
* `gusto.tax_requirements.update_state()`:
* `request` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.tax_requirements.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.requirement_sets[].requirements[]` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.i9verification.employer_sign()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.i9verification.delete_document()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `gusto.i9verification.create_documents()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.i9verification.get_documents()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[].expiration_date` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.i9verification.get_document_options()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.i9verification.update()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.i9verification.get_authorization()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.garnishments.get_child_support_data()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Removed** (Breaking ⚠️)
* `gusto.garnishments.update()`:
* `request` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.garnishments.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.garnishments.list()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.garnishments.create()`:
* `request` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.employee_benefits.create_ytd_benefit_amounts_from_different_company()`:
* `request` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.employee_benefits.get_ytd_benefit_amounts_from_different_company()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.employee_benefits.delete()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[422]` **Added**
* `gusto.employee_benefits.update()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.employee_benefits.retrieve()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.employee_benefits.get()`:
* `request` **Changed** (Breaking ⚠️)
* `response.[]` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.employee_benefits.create()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.company_benefits.get_requirements()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.company_benefits.update_employee_benefits()`:
* `request` **Changed** (Breaking ⚠️)
* `response.[]` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.company_benefits.get_employee_benefits()`:
* `request` **Changed** (Breaking ⚠️)
* `response.[]` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.company_benefits.get_summary()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.employees` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.company_benefits.get_supported()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.writable_by_application` **Added**
* `error.status[404]` **Removed** (Breaking ⚠️)
* `gusto.company_benefits.get_all()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[].writable_by_application` **Added**
* `error.status[404]` **Removed** (Breaking ⚠️)
* `gusto.company_benefits.delete()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[422]` **Removed** (Breaking ⚠️)
* `gusto.companies.accept_terms_of_service()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.companies.retrieve_terms_of_service()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.companies.create_admin()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.phone` **Added**
* `error.status[404]` **Added**
* `gusto.companies.list_admins()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[].phone` **Added**
* `error.status[404]` **Added**
* `gusto.companies.get_onboarding_status()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.onboarding_steps[].completed_at` **Added**
* `error.status[404]` **Added**
* `gusto.companies.finish_onboarding()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.onboarding_steps[].completed_at` **Added**
* `error.status[404]` **Added**
* `gusto.companies.get_custom_fields()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.custom_fields[].description` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `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 ⚠️)
* `error.status[404]` **Removed** (Breaking ⚠️)
* `gusto.company_attachments.get_details()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed**
* `error.status[404]` **Added**
* `gusto.company_attachments.get_list()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[]` **Changed**
* `error.status[404]` **Added**
* `gusto.company_attachments.create()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed**
* `error.status[404]` **Added**
* `gusto.company_attachment.get_download_url()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.federal_tax_details.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.federal_tax_details.update()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `gusto.industry_selection.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.industry_selection.update()`:
* `request` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.signatories.create()`:
* `request` **Changed** (Breaking ⚠️)
* `response.home_address` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.signatories.list()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[].home_address` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.signatories.invite()`:
* `request` **Changed** (Breaking ⚠️)
* `response.home_address` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.signatories.update()`:
* `request` **Changed** (Breaking ⚠️)
* `response.home_address` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `gusto.signatories.delete()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.flows.create()`:
* `request` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.locations.create()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.locations.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[]` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.locations.retrieve()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `errors[]` **Changed** (Breaking ⚠️)
* `gusto.locations.update()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `errors[]` **Changed** (Breaking ⚠️)
* `gusto.locations.get_minimum_wages()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `errors[]` **Changed** (Breaking ⚠️)
* `gusto.bank_accounts.create()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.bank_accounts.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[].reverse_wire_enabled` **Added**
* `error.status[404]` **Added**
* `gusto.bank_accounts.verify()`:
* `request` **Changed** (Breaking ⚠️)
* `response.reverse_wire_enabled` **Added**
* `error.status[404]` **Added**
* `gusto.bank_accounts.create_from_plaid_token()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.external_payrolls.create()`:
* `request` **Changed** (Breaking ⚠️)
* `response.applicable_benefits` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.external_payrolls.get()`:
* `request` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.external_payrolls.retrieve()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.applicable_benefits` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.external_payrolls.delete()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[422]` **Added**
* `gusto.external_payrolls.update()`:
* `request` **Changed** (Breaking ⚠️)
* `response.applicable_benefits` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.external_payrolls.calculate_taxes()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `gusto.external_payrolls.list_tax_liabilities()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[]` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.external_payrolls.update_tax_liabilities()`:
* `request` **Changed** (Breaking ⚠️)
* `response.[]` **Changed** (Breaking ⚠️)
* `error` **Changed** (Breaking ⚠️)
* `gusto.external_payrolls.finalize_tax_liabilities()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[422]` **Removed** (Breaking ⚠️)
* `gusto.payment_configs.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.payment_configs.update()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.pay_schedules.create()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.pay_schedules.get_all()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[]` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.pay_schedules.get_preview()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `gusto.pay_schedules.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.pay_schedules.update()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `gusto.pay_schedules.get_pay_periods()`:
* `request` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `gusto.pay_schedules.get_unprocessed_termination_periods()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.pay_schedules.get_assignments()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.employees[].pay_schedule_uuid` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.pay_schedules.preview_assignment()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.pay_schedules.assign()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.employees.list()`:
* `request` **Changed** (Breaking ⚠️)
* `response.[]` **Changed** (Breaking ⚠️)
* `errors[]` **Changed** (Breaking ⚠️)
* `gusto.employee_payment_method.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.employees.create_historical()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.employees.get()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.employees.update()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `errors[]` **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 ⚠️)
* `response.custom_fields[].description` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.employees.update_onboarding_documents_config()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.employees.get_onboarding_status()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.employees.update_onboarding_status()`:
* `request` **Changed** (Breaking ⚠️)
* `errors[]` **Changed** (Breaking ⚠️)
* `gusto.employees.get_time_off_activities()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `gusto.historical_employees.update()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `gusto.departments.create()`:
* `request` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.departments.get_all()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.departments.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.departments.update()`:
* `request` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `gusto.departments.delete()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.departments.add_people()`:
* `request` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `gusto.departments.remove_people()`:
* `request` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `gusto.employee_employments.create_termination()`:
* `request` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.employee_employments.get_terminations()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.employee_employments.delete_termination()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error` **Changed** (Breaking ⚠️)
* `gusto.employee_employments.update_termination()`:
* `request` **Changed** (Breaking ⚠️)
* `errors[]` **Changed** (Breaking ⚠️)
* `gusto.introspection.get_info()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed**
* `gusto.employee_employments.rehire()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `errors[]` **Changed** (Breaking ⚠️)
* `gusto.employee_employments.get_rehire()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.status[204]` **Added** (Breaking ⚠️)
* `errors[]` **Changed** (Breaking ⚠️)
* `gusto.employee_employments.delete_rehire()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error` **Changed** (Breaking ⚠️)
* `gusto.employee_employments.get_history()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[].termination_date` **Changed** (Breaking ⚠️)
* `errors[]` **Changed** (Breaking ⚠️)
* `gusto.employee_addresses.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[]` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.employee_addresses.create()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.employee_addresses.retrieve_home_address()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.employee_addresses.update()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `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 ⚠️)
* `response.[]` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.employee_addresses.create_work_address()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.employee_addresses.retrieve_work_address()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.employee_addresses.update_work_address()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.employee_addresses.delete_work_address()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.employee_tax_setup.get_federal_taxes()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.employee_tax_setup.update_federal_taxes()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `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 ⚠️)
* `error.status[404]` **Added**
* `gusto.employee_payment_method.delete_bank_account()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[422]` **Added**
* `gusto.employee_employments.create_rehire()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.companies.create_partner_managed()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[401]` **Removed** (Breaking ⚠️)
* `gusto.employees.create()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `errors[]` **Changed** (Breaking ⚠️)
* `gusto.employee_payment_methods.get_bank_accounts()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.jobs_and_compensations.create_job()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed**
* `error.status[404]` **Added**
* `gusto.jobs_and_compensations.get_jobs()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[]` **Changed**
* `error.status[404]` **Added**
* `gusto.jobs_and_compensations.get_job()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed**
* `error.status[404]` **Added**
* `gusto.jobs_and_compensations.update()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed**
* `error.status[404]` **Added**
* `gusto.jobs_and_compensations.delete()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `gusto.jobs_and_compensations.get_compensations()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[].title` **Added**
* `error.status[404]` **Added**
* `gusto.jobs_and_compensations.create_compensation()`:
* `request` **Changed** (Breaking ⚠️)
* `response.title` **Added**
* `error.status[404]` **Added**
* `gusto.jobs_and_compensations.get_compensation()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.title` **Added**
* `error.status[404]` **Added**
* `gusto.jobs_and_compensations.update_compensation()`:
* `request` **Changed** (Breaking ⚠️)
* `response.title` **Added**
* `error.status[404]` **Added**
* `gusto.jobs_and_compensations.delete_compensation()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `gusto.earning_types.create()`:
* `request` **Changed** (Breaking ⚠️)
* `response.active` **Added**
* `error.status[404]` **Added**
* `gusto.earning_types.list()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.default[].active` **Added**
* `error.status[404]` **Added**
* `gusto.earning_types.update()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.active` **Added**
* `error.status[404]` **Added**
* `gusto.earning_types.delete()`: `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `gusto.contractors.create()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.contractors.list()`:
* `request` **Changed** (Breaking ⚠️)
* `response.[]` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.contractors.get()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.contractors.update()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `gusto.contractors.delete()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `gusto.contractors.get_onboarding_status()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.onboarding_status` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.contractors.update_onboarding_status()`:
* `request` **Changed** (Breaking ⚠️)
* `response.onboarding_status` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.contractors.get_address()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.contractors.update_address()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.contractor_payment_methods.create_bank_account()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed**
* `error.status[404]` **Added**
* `gusto.contractor_payment_method.get_bank_accounts()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[]` **Changed**
* `error.status[404]` **Added**
* `gusto.contractor_payment_method.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.type` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.contractor_payment_method.update()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.type` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `gusto.webhooks.create_subscription()`:
* `request` **Changed** (Breaking ⚠️)
* `response.subscription_types[].enum(payroll_sync)` **Added** (Breaking ⚠️)
* `error.status[404]` **Removed** (Breaking ⚠️)
* `gusto.webhooks.list_subscriptions()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[].subscription_types[].enum(payroll_sync)` **Added** (Breaking ⚠️)
* `error.status[404]` **Removed** (Breaking ⚠️)
* `gusto.webhooks.update_subscription()`:
* `request` **Changed** (Breaking ⚠️)
* `response.subscription_types[].enum(payroll_sync)` **Added** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.webhooks.get_subscription()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.subscription_types[].enum(payroll_sync)` **Added** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.webhooks.delete_subscription()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.webhooks.verify()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.subscription_types[].enum(payroll_sync)` **Added** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.webhooks.request_verification_token()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.status[200]` **Added**
* `error.status[404]` **Added**
* `gusto.contractor_forms.list()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.contractor_forms.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.contractor_forms.get_pdf()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.contractor_forms.generate1099()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.contractor_documents.get_all()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[].fields[]` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.contractor_documents.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.fields[]` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `gusto.contractor_documents.get_pdf()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `gusto.contractor_documents.sign()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed**
* `error.status[404]` **Added**
* `gusto.employee_forms.generate_w2()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.employee_forms.list()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[].employee_uuid` **Added**
* `error.status[404]` **Added**
* `gusto.employee_forms.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.employee_uuid` **Added**
* `error.status[404]` **Added**
* `gusto.employee_forms.get_pdf()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.employee_forms.sign()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.employee_uuid` **Added**
* `error.status[404]` **Added**
* `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 ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `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 ⚠️)
* `error` **Changed**
* `gusto.payrolls.get_receipt()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.employee_compensations[].payment_method` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.payrolls.get_blockers()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.[]` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.payrolls.skip()`:
* `request` **Changed** (Breaking ⚠️)
* `error` **Changed** (Breaking ⚠️)
* `gusto.payrolls.calculate_gross_up()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error` **Changed** (Breaking ⚠️)
* `gusto.payrolls.calculate()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error` **Changed** (Breaking ⚠️)
* `gusto.payrolls.submit()`:
* `request` **Changed** (Breaking ⚠️)
* `error` **Changed** (Breaking ⚠️)
* `gusto.payrolls.cancel()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `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**
* `errors[]` **Changed** (Breaking ⚠️)
* `gusto.payrolls.generate_printable_checks()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.starting_check_number` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.time_off_policies.calculate_accruing_time_off_hours()`:
* `request` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.time_off_policies.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `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** (Breaking ⚠️)
* `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** (Breaking ⚠️)
* `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 ⚠️)
* `error.status[404]` **Added**
* `gusto.contractor_payments.fund()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.contractor_payments.create()`:
* `request` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.contractor_payments.list()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.contractor_payments.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.contractor_payments.delete()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.contractor_payments.preview()`:
* `request` **Changed** (Breaking ⚠️)
* `response.expected_debit_date` **Changed** (Breaking ⚠️)
* `error` **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 ⚠️)
* `response.[].employee_uuid` **Added**
* `error.status[404]` **Added**
* `gusto.company_forms.get()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.employee_uuid` **Added**
* `error.status[404]` **Added**
* `gusto.company_forms.get_pdf()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.company_forms.sign()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `response.employee_uuid` **Added**
* `error.status[404]` **Added**
* `gusto.generated_documents.get()`:
* `request` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.reports.create_custom()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.reports.get_template()`:
* `request.x_gusto_api_version` **Changed** (Breaking ⚠️)
* `error` **Changed**
* `gusto.company_benefits.create()`:
* `request` **Changed** (Breaking ⚠️)
* `response.catch_up_type` **Added**
* `error.status[404]` **Added**
* `gusto.company_benefits.list()`:
* `request` **Changed** (Breaking ⚠️)
* `response.[].catch_up_type` **Added**
* `error.status[404]` **Added**
* `gusto.company_benefits.get()`:
* `request` **Changed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
* `error.status[404]` **Added**
* `gusto.company_benefits.update()`:
* `request` **Changed** (Breaking ⚠️)
* `response.catch_up_type` **Added**
* `error.status[404]` **Added**
* `gusto.companies.get_v1_partner_managed_companies_company_uuid_migration_readiness()`: **Added**
* `gusto.bank_accounts.delete_v1_companies_company_id_bank_accounts_bank_account_id()`: **Added**
* `gusto.time_off_requests.post_v1_companies_company_uuid_time_off_requests()`: **Added**
* `gusto.time_off_requests.get_v1_companies_company_uuid_time_off_requests()`: **Added**
* `gusto.time_off_requests.get_v1_companies_company_uuid_time_off_balances()`: **Added**
* `gusto.time_off_requests.post_v1_companies_company_uui…1 parent 9426239 commit 3fac52d
6,479 files changed
Lines changed: 498285 additions & 68546 deletions
File tree
- .speakeasy
- logs/changes
- gusto_app_int_v_2025_11_15
- .speakeasy
- .vscode
- docs
- models
- utils
- sdks
- companies
- companybenefits
- companylocations
- contractorpayments
- contractors
- departments
- earningtypes
- employeeaddresses
- employeebenefits
- employeeemployments
- employees
- events
- garnishments
- introspection
- jobsandcompensations
- jobs
- locations
- notifications
- payrolls
- payschedules
- reimbursements
- reports
- salaryestimates
- timeoffpolicies
- timeoffrequests
- timetracking
- webhooks
- scripts
- src/gusto_app_integration_v_2025_11_15
- _hooks
- models
- types
- utils
- gusto_app_int
- .speakeasy
- docs
- models
- sdks
- companies
- companybenefits
- companylocations
- contractorpaymentgroups
- contractorpayments
- contractors
- departments
- earningtypes
- employeeaddresses
- employeebenefits
- employeeemployments
- employees
- events
- garnishments
- gustoappintegration
- introspection
- jobsandcompensations
- jobs
- locations
- notifications
- payrolls
- payschedules
- reimbursements
- reports
- salaryestimates
- timeoffpolicies
- timeoffrequests
- timetracking
- webhooks
- scripts
- src/gusto_app_integration
- _hooks
- models
- types
- utils
- gusto_embedded
- .devcontainer
- .speakeasy
- docs/models
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
11 | 17 | | |
12 | 18 | | |
13 | | - | |
14 | | - | |
| 19 | + | |
| 20 | + | |
15 | 21 | | |
16 | 22 | | |
17 | | - | |
18 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
19 | 31 | | |
20 | 32 | | |
21 | 33 | | |
22 | 34 | | |
23 | | - | |
24 | | - | |
| 35 | + | |
| 36 | + | |
25 | 37 | | |
26 | | - | |
| 38 | + | |
27 | 39 | | |
28 | 40 | | |
29 | 41 | | |
30 | | - | |
31 | | - | |
| 42 | + | |
| 43 | + | |
32 | 44 | | |
33 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
34 | 60 | | |
35 | 61 | | |
36 | 62 | | |
37 | 63 | | |
38 | 64 | | |
39 | 65 | | |
40 | | - | |
| 66 | + | |
41 | 67 | | |
42 | 68 | | |
43 | 69 | | |
| |||
47 | 73 | | |
48 | 74 | | |
49 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
50 | 88 | | |
51 | 89 | | |
52 | | - | |
| 90 | + | |
53 | 91 | | |
54 | 92 | | |
55 | 93 | | |
| |||
59 | 97 | | |
60 | 98 | | |
61 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
62 | 112 | | |
63 | 113 | | |
64 | 114 | | |
| |||
86 | 136 | | |
87 | 137 | | |
88 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
53 | 52 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
0 commit comments