gusto_embedded_client 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/lib/crystalline/metadata_fields.rb +163 -0
- data/lib/crystalline/t.rb +59 -0
- data/lib/crystalline/utils.rb +65 -0
- data/lib/crystalline.rb +12 -0
- data/lib/gusto_embedded/achtransactions.rb +64 -0
- data/lib/gusto_embedded/bankaccounts.rb +277 -0
- data/lib/gusto_embedded/client.rb +116 -0
- data/lib/gusto_embedded/companies.rb +661 -0
- data/lib/gusto_embedded/companyattachment.rb +69 -0
- data/lib/gusto_embedded/companyattachments.rb +178 -0
- data/lib/gusto_embedded/companybenefits.rb +607 -0
- data/lib/gusto_embedded/companyforms.rb +222 -0
- data/lib/gusto_embedded/contractordocuments.rb +222 -0
- data/lib/gusto_embedded/contractorforms.rb +221 -0
- data/lib/gusto_embedded/contractorpaymentgroups.rb +336 -0
- data/lib/gusto_embedded/contractorpaymentmethod.rb +178 -0
- data/lib/gusto_embedded/contractorpaymentmethods.rb +85 -0
- data/lib/gusto_embedded/contractorpayments.rb +392 -0
- data/lib/gusto_embedded/contractors.rb +537 -0
- data/lib/gusto_embedded/departments.rb +402 -0
- data/lib/gusto_embedded/earningtypes.rb +243 -0
- data/lib/gusto_embedded/employeeaddresses.rb +556 -0
- data/lib/gusto_embedded/employeebenefits.rb +401 -0
- data/lib/gusto_embedded/employeeemployments.rb +507 -0
- data/lib/gusto_embedded/employeeforms.rb +280 -0
- data/lib/gusto_embedded/employeepaymentmethod.rb +303 -0
- data/lib/gusto_embedded/employeepaymentmethods.rb +71 -0
- data/lib/gusto_embedded/employees.rb +658 -0
- data/lib/gusto_embedded/employeetaxsetup.rb +251 -0
- data/lib/gusto_embedded/events.rb +61 -0
- data/lib/gusto_embedded/externalpayrolls.rb +486 -0
- data/lib/gusto_embedded/federaltaxdetails.rb +130 -0
- data/lib/gusto_embedded/flows.rb +83 -0
- data/lib/gusto_embedded/garnishments.rb +281 -0
- data/lib/gusto_embedded/generateddocuments.rb +68 -0
- data/lib/gusto_embedded/historicalemployees.rb +79 -0
- data/lib/gusto_embedded/holidaypaypolicies.rb +424 -0
- data/lib/gusto_embedded/i9verification.rb +416 -0
- data/lib/gusto_embedded/industryselection.rb +129 -0
- data/lib/gusto_embedded/introspection.rb +110 -0
- data/lib/gusto_embedded/invoices.rb +72 -0
- data/lib/gusto_embedded/jobsandcompensations.rb +540 -0
- data/lib/gusto_embedded/locations.rb +294 -0
- data/lib/gusto_embedded/models/operations/account_type.rb +18 -0
- data/lib/gusto_embedded/models/operations/accrual_method.rb +24 -0
- data/lib/gusto_embedded/models/operations/answers.rb +30 -0
- data/lib/gusto_embedded/models/operations/authorization_status.rb +26 -0
- data/lib/gusto_embedded/models/operations/base.rb +30 -0
- data/lib/gusto_embedded/models/operations/benefits.rb +30 -0
- data/lib/gusto_embedded/models/operations/category.rb +18 -0
- data/lib/gusto_embedded/models/operations/check_date.rb +30 -0
- data/lib/gusto_embedded/models/operations/christmas_day.rb +24 -0
- data/lib/gusto_embedded/models/operations/columbus_day.rb +24 -0
- data/lib/gusto_embedded/models/operations/columns.rb +97 -0
- data/lib/gusto_embedded/models/operations/company.rb +33 -0
- data/lib/gusto_embedded/models/operations/contractor_payments.rb +39 -0
- data/lib/gusto_embedded/models/operations/contractors.rb +24 -0
- data/lib/gusto_embedded/models/operations/contribution.rb +35 -0
- data/lib/gusto_embedded/models/operations/deduction_reduces_taxable_income.rb +19 -0
- data/lib/gusto_embedded/models/operations/delete_companies_company_uuid_holiday_pay_policy_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/delete_companies_company_uuid_holiday_pay_policy_response.rb +36 -0
- data/lib/gusto_embedded/models/operations/delete_department_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/delete_department_response.rb +36 -0
- data/lib/gusto_embedded/models/operations/delete_v1_companies_company_id_contractor_payment_contractor_payment_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/delete_v1_companies_company_id_contractor_payment_contractor_payment_response.rb +36 -0
- data/lib/gusto_embedded/models/operations/delete_v1_companies_company_id_earning_types_earning_type_uuid_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/delete_v1_companies_company_id_earning_types_earning_type_uuid_response.rb +30 -0
- data/lib/gusto_embedded/models/operations/delete_v1_companies_company_id_payrolls_request.rb +33 -0
- data/lib/gusto_embedded/models/operations/delete_v1_companies_company_id_payrolls_response.rb +30 -0
- data/lib/gusto_embedded/models/operations/delete_v1_companies_company_uuid_signatories_signatory_uuid_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/delete_v1_companies_company_uuid_signatories_signatory_uuid_response.rb +30 -0
- data/lib/gusto_embedded/models/operations/delete_v1_company_benefits_company_benefit_id_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/delete_v1_company_benefits_company_benefit_id_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/delete_v1_company_benefits_company_benefit_id_responsebody.rb +24 -0
- data/lib/gusto_embedded/models/operations/delete_v1_compensations_compensation_id_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/delete_v1_compensations_compensation_id_response.rb +30 -0
- data/lib/gusto_embedded/models/operations/delete_v1_contractor_payment_groups_contractor_payment_group_id_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/delete_v1_contractor_payment_groups_contractor_payment_group_id_response.rb +36 -0
- data/lib/gusto_embedded/models/operations/delete_v1_contractors_contractor_uuid_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/delete_v1_contractors_contractor_uuid_response.rb +30 -0
- data/lib/gusto_embedded/models/operations/delete_v1_employee_benefits_employee_benefit_id_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/delete_v1_employee_benefits_employee_benefit_id_response.rb +30 -0
- data/lib/gusto_embedded/models/operations/delete_v1_employee_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/delete_v1_employee_response.rb +36 -0
- data/lib/gusto_embedded/models/operations/delete_v1_employees_employee_id_bank_accounts_bank_account_id_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/delete_v1_employees_employee_id_bank_accounts_bank_account_id_response.rb +30 -0
- data/lib/gusto_embedded/models/operations/delete_v1_employees_employee_id_i9_authorization_documents_document_id_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/delete_v1_employees_employee_id_i9_authorization_documents_document_id_response.rb +30 -0
- data/lib/gusto_embedded/models/operations/delete_v1_employees_employee_id_rehire_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/delete_v1_employees_employee_id_rehire_response.rb +36 -0
- data/lib/gusto_embedded/models/operations/delete_v1_employees_employee_id_terminations_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/delete_v1_employees_employee_id_terminations_response.rb +36 -0
- data/lib/gusto_embedded/models/operations/delete_v1_external_payroll_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/delete_v1_external_payroll_response.rb +30 -0
- data/lib/gusto_embedded/models/operations/delete_v1_home_addresses_home_address_uuid_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/delete_v1_home_addresses_home_address_uuid_response.rb +36 -0
- data/lib/gusto_embedded/models/operations/delete_v1_jobs_job_id_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/delete_v1_jobs_job_id_response.rb +30 -0
- data/lib/gusto_embedded/models/operations/delete_v1_webhook_subscription_uuid_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/delete_v1_webhook_subscription_uuid_response.rb +30 -0
- data/lib/gusto_embedded/models/operations/delete_v1_webhook_subscription_uuid_security.rb +24 -0
- data/lib/gusto_embedded/models/operations/delete_v1_work_addresses_work_address_uuid_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/delete_v1_work_addresses_work_address_uuid_response.rb +36 -0
- data/lib/gusto_embedded/models/operations/document.rb +27 -0
- data/lib/gusto_embedded/models/operations/document_type.rb +24 -0
- data/lib/gusto_embedded/models/operations/documents.rb +36 -0
- data/lib/gusto_embedded/models/operations/earning_type.rb +18 -0
- data/lib/gusto_embedded/models/operations/earnings.rb +33 -0
- data/lib/gusto_embedded/models/operations/employee_compensations.rb +45 -0
- data/lib/gusto_embedded/models/operations/employee_state_taxes.rb +27 -0
- data/lib/gusto_embedded/models/operations/employees.rb +24 -0
- data/lib/gusto_embedded/models/operations/employment_status.rb +22 -0
- data/lib/gusto_embedded/models/operations/employment_type.rb +21 -0
- data/lib/gusto_embedded/models/operations/entity_type.rb +18 -0
- data/lib/gusto_embedded/models/operations/errors.rb +24 -0
- data/lib/gusto_embedded/models/operations/external_payroll_items.rb +33 -0
- data/lib/gusto_embedded/models/operations/federal_holidays.rb +54 -0
- data/lib/gusto_embedded/models/operations/fields_.rb +27 -0
- data/lib/gusto_embedded/models/operations/file_type.rb +18 -0
- data/lib/gusto_embedded/models/operations/filing_form.rb +20 -0
- data/lib/gusto_embedded/models/operations/fixed_compensations.rb +30 -0
- data/lib/gusto_embedded/models/operations/frequency.rb +20 -0
- data/lib/gusto_embedded/models/operations/garnishment_type.rb +23 -0
- data/lib/gusto_embedded/models/operations/get_ach_transactions_request.rb +45 -0
- data/lib/gusto_embedded/models/operations/get_ach_transactions_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_companies_company_uuid_contractor_payments_preview_base.rb +30 -0
- data/lib/gusto_embedded/models/operations/get_companies_company_uuid_contractor_payments_preview_contractor_payments.rb +45 -0
- data/lib/gusto_embedded/models/operations/get_companies_company_uuid_contractor_payments_preview_contractorpayments_responsebody.rb +24 -0
- data/lib/gusto_embedded/models/operations/get_companies_company_uuid_contractor_payments_preview_errors.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_companies_company_uuid_contractor_payments_preview_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/get_companies_company_uuid_contractor_payments_preview_requestbody.rb +24 -0
- data/lib/gusto_embedded/models/operations/get_companies_company_uuid_contractor_payments_preview_response.rb +36 -0
- data/lib/gusto_embedded/models/operations/get_companies_company_uuid_contractor_payments_preview_responsebody.rb +24 -0
- data/lib/gusto_embedded/models/operations/get_companies_company_uuid_holiday_pay_policy_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_companies_company_uuid_holiday_pay_policy_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_companies_company_uuid_paid_holidays_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/get_companies_company_uuid_paid_holidays_requestbody.rb +24 -0
- data/lib/gusto_embedded/models/operations/get_companies_company_uuid_paid_holidays_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/get_companies_company_uuid_report_templates_report_type_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/get_companies_company_uuid_report_templates_report_type_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_companies_company_uuid_time_off_policies_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_companies_company_uuid_time_off_policies_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_companies_company_uuid_wire_in_request_uuid_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_companies_company_uuid_wire_in_request_uuid_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_companies_departments_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_companies_departments_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_department_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_department_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_employee_ytd_benefit_amounts_from_different_company_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/get_employee_ytd_benefit_amounts_from_different_company_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_events_request.rb +39 -0
- data/lib/gusto_embedded/models/operations/get_events_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_events_security.rb +24 -0
- data/lib/gusto_embedded/models/operations/get_invoices_invoice_period_request.rb +36 -0
- data/lib/gusto_embedded/models/operations/get_invoices_invoice_period_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/get_invoices_invoice_period_security.rb +24 -0
- data/lib/gusto_embedded/models/operations/get_notifications_notification_uuid_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_notifications_notification_uuid_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/get_recovery_cases_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_recovery_cases_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_reports_report_uuid_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_reports_report_uuid_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_time_off_policies_time_off_policy_uuid_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_time_off_policies_time_off_policy_uuid_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_benefits_benefit_id_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_benefits_benefit_id_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_benefits_benefits_id_requirements_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_benefits_benefits_id_requirements_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_benefits_company_benefit_id_summary_request.rb +36 -0
- data/lib/gusto_embedded/models/operations/get_v1_benefits_company_benefit_id_summary_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_benefits_request.rb +24 -0
- data/lib/gusto_embedded/models/operations/get_v1_benefits_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_attachment_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_attachment_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_attachment_url_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_attachment_url_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_attachment_url_responsebody.rb +24 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_attachments_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_attachments_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_admins_request.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_admins_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_bank_accounts_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_bank_accounts_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_company_benefits_request.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_company_benefits_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_contractor_payment_contractor_payment_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_contractor_payment_contractor_payment_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_contractor_payment_groups_request.rb +39 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_contractor_payment_groups_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_contractor_payments_request.rb +45 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_contractor_payments_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_custom_fields_request.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_custom_fields_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_earning_types_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_earning_types_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_employees_request.rb +44 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_employees_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_federal_tax_details_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_federal_tax_details_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_locations_request.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_locations_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_pay_periods_request.rb +36 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_pay_periods_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_pay_schedules_assignments_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_pay_schedules_assignments_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_pay_schedules_pay_schedule_id_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_pay_schedules_pay_schedule_id_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_pay_schedules_preview_request.rb +42 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_pay_schedules_preview_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_pay_schedules_preview_responsebody.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_pay_schedules_request.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_pay_schedules_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_payroll_reversals_request.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_payroll_reversals_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_payrolls_payroll_id_queryparam_include.rb +20 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_payrolls_payroll_id_request.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_payrolls_payroll_id_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_payrolls_queryparam_include.rb +19 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_payrolls_request.rb +51 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_payrolls_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_unprocessed_termination_pay_periods_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_id_unprocessed_termination_pay_periods_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_uuid_contractors_request.rb +36 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_uuid_contractors_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_uuid_signatories_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_uuid_signatories_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_uuid_tax_requirements_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_uuid_tax_requirements_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_uuid_tax_requirements_responsebody.rb +29 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_uuid_tax_requirements_state_request.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_company_uuid_tax_requirements_state_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_payroll_blockers_company_uuid_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_payroll_blockers_company_uuid_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_companies_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_company_benefits_company_benefit_id_employee_benefits_request.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_company_benefits_company_benefit_id_employee_benefits_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_company_benefits_company_benefit_id_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/get_v1_company_benefits_company_benefit_id_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_company_external_payrolls_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_company_external_payrolls_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_company_finish_onboarding_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_company_finish_onboarding_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/get_v1_company_form_pdf_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_company_form_pdf_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_company_form_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_company_form_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_company_forms_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_company_forms_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_company_industry_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_company_industry_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_company_onboarding_status_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/get_v1_company_onboarding_status_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_company_payment_configs_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_company_payment_configs_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_compensations_compensation_id_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_compensations_compensation_id_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_contractor_document_pdf_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_contractor_document_pdf_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_contractor_document_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_contractor_document_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_contractor_documents_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_contractor_documents_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_contractor_form_pdf_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/get_v1_contractor_form_pdf_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_contractor_form_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/get_v1_contractor_form_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_contractor_forms_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_contractor_forms_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_contractor_payment_groups_contractor_payment_group_id_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_contractor_payment_groups_contractor_payment_group_id_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_contractor_payments_contractor_payment_uuid_fund_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_contractor_payments_contractor_payment_uuid_fund_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/get_v1_contractor_payments_contractor_payment_uuid_receipt_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_contractor_payments_contractor_payment_uuid_receipt_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_contractors_contractor_uuid_address_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_contractors_contractor_uuid_address_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_contractors_contractor_uuid_bank_accounts_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_contractors_contractor_uuid_bank_accounts_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_contractors_contractor_uuid_onboarding_status_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_contractors_contractor_uuid_onboarding_status_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_contractors_contractor_uuid_payment_method_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_contractors_contractor_uuid_payment_method_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_contractors_contractor_uuid_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_contractors_contractor_uuid_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_employee_benefits_employee_benefit_id_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_employee_benefits_employee_benefit_id_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_employee_form_pdf_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/get_v1_employee_form_pdf_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_employee_form_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/get_v1_employee_form_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_employee_forms_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_employee_forms_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_bank_accounts_request.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_bank_accounts_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_custom_fields_request.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_custom_fields_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_custom_fields_responsebody.rb +24 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_employee_benefits_request.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_employee_benefits_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_employment_history_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_employment_history_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_federal_taxes_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_federal_taxes_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_garnishments_request.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_garnishments_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_home_addresses_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_home_addresses_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_i9_authorization_document_options_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_i9_authorization_document_options_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_i9_authorization_documents_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_i9_authorization_documents_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_i9_authorization_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_i9_authorization_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_jobs_queryparam_include.rb +18 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_jobs_request.rb +37 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_jobs_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_onboarding_status_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_onboarding_status_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_payment_method_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_payment_method_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_rehire_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_rehire_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_state_taxes_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_state_taxes_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_terminations_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_terminations_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_work_addresses_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_id_work_addresses_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_uuid_pay_stubs_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_employee_uuid_pay_stubs_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_request.rb +32 -0
- data/lib/gusto_embedded/models/operations/get_v1_employees_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_external_payroll_calculate_taxes_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/get_v1_external_payroll_calculate_taxes_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_external_payroll_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/get_v1_external_payroll_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_garnishments_child_support_request.rb +24 -0
- data/lib/gusto_embedded/models/operations/get_v1_garnishments_child_support_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_garnishments_garnishment_id_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_garnishments_garnishment_id_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_generated_documents_document_type_request_uuid_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/get_v1_generated_documents_document_type_request_uuid_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_home_addresses_home_address_uuid_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_home_addresses_home_address_uuid_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_jobs_job_id_compensations_queryparam_include.rb +18 -0
- data/lib/gusto_embedded/models/operations/get_v1_jobs_job_id_compensations_request.rb +37 -0
- data/lib/gusto_embedded/models/operations/get_v1_jobs_job_id_compensations_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_jobs_job_id_queryparam_include.rb +18 -0
- data/lib/gusto_embedded/models/operations/get_v1_jobs_job_id_request.rb +31 -0
- data/lib/gusto_embedded/models/operations/get_v1_jobs_job_id_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_locations_location_id_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_locations_location_id_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_locations_location_uuid_minimum_wages_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/get_v1_locations_location_uuid_minimum_wages_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_payment_receipts_payrolls_payroll_uuid_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_payment_receipts_payrolls_payroll_uuid_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_payrolls_payroll_uuid_employees_employee_uuid_pay_stub_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/get_v1_payrolls_payroll_uuid_employees_employee_uuid_pay_stub_response.rb +30 -0
- data/lib/gusto_embedded/models/operations/get_v1_tax_liabilities_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_tax_liabilities_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_token_info_request.rb +24 -0
- data/lib/gusto_embedded/models/operations/get_v1_token_info_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_token_info_responsebody.rb +30 -0
- data/lib/gusto_embedded/models/operations/get_v1_token_info_type.rb +19 -0
- data/lib/gusto_embedded/models/operations/get_v1_webhook_subscription_uuid_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_webhook_subscription_uuid_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_webhook_subscription_uuid_security.rb +24 -0
- data/lib/gusto_embedded/models/operations/get_v1_webhook_subscription_verification_token_uuid_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_webhook_subscription_verification_token_uuid_response.rb +30 -0
- data/lib/gusto_embedded/models/operations/get_v1_webhook_subscription_verification_token_uuid_security.rb +24 -0
- data/lib/gusto_embedded/models/operations/get_v1_webhook_subscriptions_request.rb +24 -0
- data/lib/gusto_embedded/models/operations/get_v1_webhook_subscriptions_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_v1_webhook_subscriptions_security.rb +24 -0
- data/lib/gusto_embedded/models/operations/get_v1_work_addresses_work_address_uuid_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_v1_work_addresses_work_address_uuid_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_version_employees_time_off_activities_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/get_version_employees_time_off_activities_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/get_wire_in_requests_wire_in_request_uuid_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/get_wire_in_requests_wire_in_request_uuid_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/groupings.rb +20 -0
- data/lib/gusto_embedded/models/operations/home_address.rb +36 -0
- data/lib/gusto_embedded/models/operations/hourly_compensations.rb +30 -0
- data/lib/gusto_embedded/models/operations/include.rb +18 -0
- data/lib/gusto_embedded/models/operations/independence_day.rb +24 -0
- data/lib/gusto_embedded/models/operations/job.rb +24 -0
- data/lib/gusto_embedded/models/operations/juneteenth.rb +24 -0
- data/lib/gusto_embedded/models/operations/labor_day.rb +24 -0
- data/lib/gusto_embedded/models/operations/liability_selections.rb +30 -0
- data/lib/gusto_embedded/models/operations/limit_option.rb +25 -0
- data/lib/gusto_embedded/models/operations/memorial_day.rb +24 -0
- data/lib/gusto_embedded/models/operations/migration_status.rb +17 -0
- data/lib/gusto_embedded/models/operations/minimum_wages.rb +24 -0
- data/lib/gusto_embedded/models/operations/mlk_day.rb +24 -0
- data/lib/gusto_embedded/models/operations/new_years_day.rb +24 -0
- data/lib/gusto_embedded/models/operations/off_cycle_reason.rb +20 -0
- data/lib/gusto_embedded/models/operations/onboarding_status.rb +17 -0
- data/lib/gusto_embedded/models/operations/owner_type.rb +17 -0
- data/lib/gusto_embedded/models/operations/paid_time_off.rb +33 -0
- data/lib/gusto_embedded/models/operations/pay_periods.rb +33 -0
- data/lib/gusto_embedded/models/operations/payment_method.rb +18 -0
- data/lib/gusto_embedded/models/operations/payment_unit.rb +21 -0
- data/lib/gusto_embedded/models/operations/payroll_type.rb +20 -0
- data/lib/gusto_embedded/models/operations/payroll_types.rb +19 -0
- data/lib/gusto_embedded/models/operations/post_companies_company_uuid_holiday_pay_policy_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_companies_company_uuid_holiday_pay_policy_requestbody.rb +24 -0
- data/lib/gusto_embedded/models/operations/post_companies_company_uuid_holiday_pay_policy_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_companies_company_uuid_reports_employment_status.rb +23 -0
- data/lib/gusto_embedded/models/operations/post_companies_company_uuid_reports_payment_method.rb +18 -0
- data/lib/gusto_embedded/models/operations/post_companies_company_uuid_reports_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_companies_company_uuid_reports_requestbody.rb +66 -0
- data/lib/gusto_embedded/models/operations/post_companies_company_uuid_reports_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_companies_company_uuid_time_off_policies_accrual_method.rb +24 -0
- data/lib/gusto_embedded/models/operations/post_companies_company_uuid_time_off_policies_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_companies_company_uuid_time_off_policies_requestbody.rb +51 -0
- data/lib/gusto_embedded/models/operations/post_companies_company_uuid_time_off_policies_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_companies_payroll_skip_company_uuid_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_companies_payroll_skip_company_uuid_requestbody.rb +36 -0
- data/lib/gusto_embedded/models/operations/post_companies_payroll_skip_company_uuid_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/post_departments_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_departments_requestbody.rb +24 -0
- data/lib/gusto_embedded/models/operations/post_departments_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_employee_ytd_benefit_amounts_from_different_company_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_employee_ytd_benefit_amounts_from_different_company_response.rb +36 -0
- data/lib/gusto_embedded/models/operations/post_partner_managed_companies_company_uuid_accept_terms_of_service_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_partner_managed_companies_company_uuid_accept_terms_of_service_requestbody.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_partner_managed_companies_company_uuid_accept_terms_of_service_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_partner_managed_companies_company_uuid_accept_terms_of_service_responsebody.rb +24 -0
- data/lib/gusto_embedded/models/operations/post_partner_managed_companies_company_uuid_retrieve_terms_of_service_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_partner_managed_companies_company_uuid_retrieve_terms_of_service_requestbody.rb +24 -0
- data/lib/gusto_embedded/models/operations/post_partner_managed_companies_company_uuid_retrieve_terms_of_service_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_partner_managed_companies_company_uuid_retrieve_terms_of_service_responsebody.rb +24 -0
- data/lib/gusto_embedded/models/operations/post_payrolls_gross_up_payroll_uuid_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_payrolls_gross_up_payroll_uuid_requestbody.rb +27 -0
- data/lib/gusto_embedded/models/operations/post_payrolls_gross_up_payroll_uuid_response.rb +36 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_attachment_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_attachment_requestbody.rb +27 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_attachment_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_admins_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_admins_requestbody.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_admins_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_bank_accounts_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_bank_accounts_requestbody.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_bank_accounts_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_company_benefits_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_company_benefits_requestbody.rb +36 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_company_benefits_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_contractor_payment_groups_payment_method.rb +19 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_contractor_payment_groups_preview_contractor_payments.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_contractor_payment_groups_preview_payment_method.rb +19 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_contractor_payment_groups_preview_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_contractor_payment_groups_preview_requestbody.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_contractor_payment_groups_preview_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_contractor_payment_groups_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_contractor_payment_groups_requestbody.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_contractor_payment_groups_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_contractor_payments_payment_method.rb +19 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_contractor_payments_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_contractor_payments_requestbody.rb +42 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_contractor_payments_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_earning_types_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_earning_types_requestbody.rb +24 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_earning_types_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_locations_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_locations_requestbody.rb +45 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_locations_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_pay_schedules_assign_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_pay_schedules_assign_response.rb +36 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_pay_schedules_assignment_preview_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_pay_schedules_assignment_preview_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_pay_schedules_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_pay_schedules_requestbody.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_pay_schedules_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_payrolls_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_payrolls_requestbody.rb +51 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_payrolls_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_uuid_contractors_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_uuid_contractors_requestbody.rb +78 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_uuid_contractors_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_uuid_contractors_type.rb +18 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_uuid_signatories_invite_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_uuid_signatories_invite_requestbody.rb +33 -0
- data/lib/gusto_embedded/models/operations/post_v1_companies_company_uuid_signatories_invite_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_company_flows_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_company_flows_requestbody.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_company_flows_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_company_signatories_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_company_signatories_requestbody.rb +48 -0
- data/lib/gusto_embedded/models/operations/post_v1_company_signatories_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_compensations_compensation_id_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_compensations_compensation_id_requestbody.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_compensations_compensation_id_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_contractors_contractor_uuid_bank_accounts_account_type.rb +18 -0
- data/lib/gusto_embedded/models/operations/post_v1_contractors_contractor_uuid_bank_accounts_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_contractors_contractor_uuid_bank_accounts_requestbody.rb +33 -0
- data/lib/gusto_embedded/models/operations/post_v1_contractors_contractor_uuid_bank_accounts_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_employees_employee_id_bank_accounts_account_type.rb +18 -0
- data/lib/gusto_embedded/models/operations/post_v1_employees_employee_id_bank_accounts_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_employees_employee_id_bank_accounts_requestbody.rb +33 -0
- data/lib/gusto_embedded/models/operations/post_v1_employees_employee_id_bank_accounts_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_employees_employee_id_employee_benefits_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_employees_employee_id_employee_benefits_requestbody.rb +75 -0
- data/lib/gusto_embedded/models/operations/post_v1_employees_employee_id_employee_benefits_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_employees_employee_id_employee_benefits_type.rb +25 -0
- data/lib/gusto_embedded/models/operations/post_v1_employees_employee_id_garnishments_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_employees_employee_id_garnishments_requestbody.rb +57 -0
- data/lib/gusto_embedded/models/operations/post_v1_employees_employee_id_garnishments_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_employees_employee_id_home_addresses_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_employees_employee_id_home_addresses_requestbody.rb +42 -0
- data/lib/gusto_embedded/models/operations/post_v1_employees_employee_id_home_addresses_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_employees_employee_id_rehire_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_employees_employee_id_rehire_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_employees_employee_id_terminations_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_employees_employee_id_terminations_requestbody.rb +27 -0
- data/lib/gusto_embedded/models/operations/post_v1_employees_employee_id_terminations_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_employees_employee_id_work_addresses_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_employees_employee_id_work_addresses_requestbody.rb +27 -0
- data/lib/gusto_embedded/models/operations/post_v1_employees_employee_id_work_addresses_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_employees_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_employees_requestbody.rb +45 -0
- data/lib/gusto_embedded/models/operations/post_v1_employees_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_external_payroll_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_external_payroll_requestbody.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_external_payroll_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_historical_employees_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_historical_employees_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_jobs_job_id_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_jobs_job_id_requestbody.rb +36 -0
- data/lib/gusto_embedded/models/operations/post_v1_jobs_job_id_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_partner_managed_companies_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/post_v1_partner_managed_companies_requestbody.rb +27 -0
- data/lib/gusto_embedded/models/operations/post_v1_partner_managed_companies_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_partner_managed_companies_responsebody.rb +33 -0
- data/lib/gusto_embedded/models/operations/post_v1_partner_managed_companies_security.rb +24 -0
- data/lib/gusto_embedded/models/operations/post_v1_payrolls_payroll_id_calculate_accruing_time_off_hours_request.rb +33 -0
- data/lib/gusto_embedded/models/operations/post_v1_payrolls_payroll_id_calculate_accruing_time_off_hours_requestbody.rb +36 -0
- data/lib/gusto_embedded/models/operations/post_v1_payrolls_payroll_id_calculate_accruing_time_off_hours_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_payrolls_payroll_uuid_generated_documents_printable_payroll_checks_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_payrolls_payroll_uuid_generated_documents_printable_payroll_checks_requestbody.rb +27 -0
- data/lib/gusto_embedded/models/operations/post_v1_payrolls_payroll_uuid_generated_documents_printable_payroll_checks_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_plaid_processor_token_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/post_v1_plaid_processor_token_requestbody.rb +30 -0
- data/lib/gusto_embedded/models/operations/post_v1_plaid_processor_token_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_sandbox_generate_1099_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/post_v1_sandbox_generate_1099_requestbody.rb +28 -0
- data/lib/gusto_embedded/models/operations/post_v1_sandbox_generate_1099_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_sandbox_generate_w2_form.rb +51 -0
- data/lib/gusto_embedded/models/operations/post_v1_sandbox_generate_w2_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/post_v1_sandbox_generate_w2_requestbody.rb +28 -0
- data/lib/gusto_embedded/models/operations/post_v1_sandbox_generate_w2_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_webhook_subscription_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/post_v1_webhook_subscription_requestbody.rb +27 -0
- data/lib/gusto_embedded/models/operations/post_v1_webhook_subscription_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/post_v1_webhook_subscription_security.rb +24 -0
- data/lib/gusto_embedded/models/operations/presidents_day.rb +24 -0
- data/lib/gusto_embedded/models/operations/printing_format.rb +18 -0
- data/lib/gusto_embedded/models/operations/processing_statuses.rb +18 -0
- data/lib/gusto_embedded/models/operations/put_add_people_to_department_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_add_people_to_department_requestbody.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_add_people_to_department_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/put_api_v1_companies_company_id_payrolls_payroll_id_cancel_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_api_v1_companies_company_id_payrolls_payroll_id_cancel_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_companies_company_uuid_holiday_pay_policy_add_employees.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_companies_company_uuid_holiday_pay_policy_add_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_companies_company_uuid_holiday_pay_policy_add_requestbody.rb +27 -0
- data/lib/gusto_embedded/models/operations/put_companies_company_uuid_holiday_pay_policy_add_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_companies_company_uuid_holiday_pay_policy_christmas_day.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_companies_company_uuid_holiday_pay_policy_columbus_day.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_companies_company_uuid_holiday_pay_policy_federal_holidays.rb +54 -0
- data/lib/gusto_embedded/models/operations/put_companies_company_uuid_holiday_pay_policy_independence_day.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_companies_company_uuid_holiday_pay_policy_juneteenth.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_companies_company_uuid_holiday_pay_policy_labor_day.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_companies_company_uuid_holiday_pay_policy_memorial_day.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_companies_company_uuid_holiday_pay_policy_mlk_day.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_companies_company_uuid_holiday_pay_policy_new_years_day.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_companies_company_uuid_holiday_pay_policy_presidents_day.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_companies_company_uuid_holiday_pay_policy_remove_employees.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_companies_company_uuid_holiday_pay_policy_remove_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_companies_company_uuid_holiday_pay_policy_remove_requestbody.rb +27 -0
- data/lib/gusto_embedded/models/operations/put_companies_company_uuid_holiday_pay_policy_remove_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_companies_company_uuid_holiday_pay_policy_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_companies_company_uuid_holiday_pay_policy_requestbody.rb +27 -0
- data/lib/gusto_embedded/models/operations/put_companies_company_uuid_holiday_pay_policy_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_companies_company_uuid_holiday_pay_policy_thanksgiving.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_companies_company_uuid_holiday_pay_policy_veterans_day.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_departments_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_departments_requestbody.rb +27 -0
- data/lib/gusto_embedded/models/operations/put_departments_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_remove_people_from_department_contractors.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_remove_people_from_department_employees.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_remove_people_from_department_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_remove_people_from_department_requestbody.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_remove_people_from_department_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/put_time_off_policies_time_off_policy_uuid_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_time_off_policies_time_off_policy_uuid_requestbody.rb +48 -0
- data/lib/gusto_embedded/models/operations/put_time_off_policies_time_off_policy_uuid_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_id_bank_accounts_verify_request.rb +33 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_id_bank_accounts_verify_requestbody.rb +27 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_id_bank_accounts_verify_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_id_earning_types_earning_type_uuid_request.rb +33 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_id_earning_types_earning_type_uuid_requestbody.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_id_earning_types_earning_type_uuid_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_id_federal_tax_details_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_id_federal_tax_details_requestbody.rb +41 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_id_federal_tax_details_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_id_pay_schedules_pay_schedule_id_frequency.rb +20 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_id_pay_schedules_pay_schedule_id_request.rb +33 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_id_pay_schedules_pay_schedule_id_requestbody.rb +45 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_id_pay_schedules_pay_schedule_id_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_id_payrolls_payroll_id_calculate_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_id_payrolls_payroll_id_calculate_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_id_payrolls_payroll_id_prepare_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_id_payrolls_payroll_id_prepare_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_id_payrolls_payroll_id_submit_request.rb +33 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_id_payrolls_payroll_id_submit_requestbody.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_id_payrolls_payroll_id_submit_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_id_payrolls_request.rb +33 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_id_payrolls_requestbody.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_id_payrolls_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_uuid_signatories_signatory_uuid_home_address.rb +36 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_uuid_signatories_signatory_uuid_request.rb +33 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_uuid_signatories_signatory_uuid_requestbody.rb +48 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_uuid_signatories_signatory_uuid_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_uuid_tax_requirements_state_request.rb +33 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_uuid_tax_requirements_state_requestbody.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_company_uuid_tax_requirements_state_response.rb +36 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_requestbody.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_v1_companies_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_company_benefits_company_benefit_id_employee_benefits_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_company_benefits_company_benefit_id_employee_benefits_requestbody.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_v1_company_benefits_company_benefit_id_employee_benefits_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_company_benefits_company_benefit_id_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_company_benefits_company_benefit_id_requestbody.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_company_benefits_company_benefit_id_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_company_form_sign_request.rb +33 -0
- data/lib/gusto_embedded/models/operations/put_v1_company_form_sign_requestbody.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_company_form_sign_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_company_industry_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_company_industry_requestbody.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_company_industry_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_company_payment_configs_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_company_payment_configs_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_compensations_compensation_id_minimum_wages.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_v1_compensations_compensation_id_payment_unit.rb +21 -0
- data/lib/gusto_embedded/models/operations/put_v1_compensations_compensation_id_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_compensations_compensation_id_requestbody.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_compensations_compensation_id_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_contractor_document_sign_request.rb +33 -0
- data/lib/gusto_embedded/models/operations/put_v1_contractor_document_sign_requestbody.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_contractor_document_sign_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_contractor_payment_groups_contractor_payment_group_id_fund_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/put_v1_contractor_payment_groups_contractor_payment_group_id_fund_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_contractors_contractor_id_payment_method_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_contractors_contractor_id_payment_method_requestbody.rb +28 -0
- data/lib/gusto_embedded/models/operations/put_v1_contractors_contractor_id_payment_method_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_contractors_contractor_id_payment_method_type.rb +19 -0
- data/lib/gusto_embedded/models/operations/put_v1_contractors_contractor_uuid_address_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_contractors_contractor_uuid_address_requestbody.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_contractors_contractor_uuid_address_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_contractors_contractor_uuid_onboarding_status_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_contractors_contractor_uuid_onboarding_status_requestbody.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_v1_contractors_contractor_uuid_onboarding_status_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_contractors_contractor_uuid_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_contractors_contractor_uuid_requestbody.rb +81 -0
- data/lib/gusto_embedded/models/operations/put_v1_contractors_contractor_uuid_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_contractors_contractor_uuid_type.rb +18 -0
- data/lib/gusto_embedded/models/operations/put_v1_contractors_contractor_uuid_wage_type.rb +19 -0
- data/lib/gusto_embedded/models/operations/put_v1_employee_benefits_employee_benefit_id_contribution.rb +35 -0
- data/lib/gusto_embedded/models/operations/put_v1_employee_benefits_employee_benefit_id_deduction_reduces_taxable_income.rb +19 -0
- data/lib/gusto_embedded/models/operations/put_v1_employee_benefits_employee_benefit_id_limit_option.rb +25 -0
- data/lib/gusto_embedded/models/operations/put_v1_employee_benefits_employee_benefit_id_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_employee_benefits_employee_benefit_id_requestbody.rb +75 -0
- data/lib/gusto_embedded/models/operations/put_v1_employee_benefits_employee_benefit_id_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_employee_benefits_employee_benefit_id_type.rb +25 -0
- data/lib/gusto_embedded/models/operations/put_v1_employee_form_sign_request.rb +36 -0
- data/lib/gusto_embedded/models/operations/put_v1_employee_form_sign_requestbody.rb +138 -0
- data/lib/gusto_embedded/models/operations/put_v1_employee_form_sign_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_bank_accounts_account_type.rb +18 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_bank_accounts_request.rb +33 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_bank_accounts_requestbody.rb +33 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_bank_accounts_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_federal_taxes_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_federal_taxes_requestbody.rb +45 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_federal_taxes_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_i9_authorization_documents_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_i9_authorization_documents_requestbody.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_i9_authorization_documents_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_i9_authorization_employer_sign_request.rb +33 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_i9_authorization_employer_sign_requestbody.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_i9_authorization_employer_sign_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_i9_authorization_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_i9_authorization_requestbody.rb +63 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_i9_authorization_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_onboarding_documents_config_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_onboarding_documents_config_requestbody.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_onboarding_documents_config_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_onboarding_status_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_onboarding_status_requestbody.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_onboarding_status_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_payment_method_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_payment_method_requestbody.rb +33 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_payment_method_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_rehire_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_rehire_requestbody.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_rehire_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_state_taxes_answers.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_state_taxes_questions.rb +27 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_state_taxes_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_state_taxes_requestbody.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_employee_id_state_taxes_response.rb +36 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_requestbody.rb +48 -0
- data/lib/gusto_embedded/models/operations/put_v1_employees_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_external_payroll_request.rb +33 -0
- data/lib/gusto_embedded/models/operations/put_v1_external_payroll_requestbody.rb +27 -0
- data/lib/gusto_embedded/models/operations/put_v1_external_payroll_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_garnishments_garnishment_id_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_garnishments_garnishment_id_requestbody.rb +57 -0
- data/lib/gusto_embedded/models/operations/put_v1_garnishments_garnishment_id_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_historical_employees_home_address.rb +36 -0
- data/lib/gusto_embedded/models/operations/put_v1_historical_employees_request.rb +33 -0
- data/lib/gusto_embedded/models/operations/put_v1_historical_employees_requestbody.rb +60 -0
- data/lib/gusto_embedded/models/operations/put_v1_historical_employees_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/put_v1_home_addresses_home_address_uuid_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_home_addresses_home_address_uuid_requestbody.rb +45 -0
- data/lib/gusto_embedded/models/operations/put_v1_home_addresses_home_address_uuid_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_jobs_job_id_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_jobs_job_id_requestbody.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_jobs_job_id_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_locations_location_id_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_locations_location_id_requestbody.rb +51 -0
- data/lib/gusto_embedded/models/operations/put_v1_locations_location_id_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_partner_managed_companies_company_uuid_migrate_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_partner_managed_companies_company_uuid_migrate_requestbody.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_partner_managed_companies_company_uuid_migrate_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_partner_managed_companies_company_uuid_migrate_responsebody.rb +27 -0
- data/lib/gusto_embedded/models/operations/put_v1_tax_liabilities_finish_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/put_v1_tax_liabilities_finish_response.rb +36 -0
- data/lib/gusto_embedded/models/operations/put_v1_tax_liabilities_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_tax_liabilities_requestbody.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_v1_tax_liabilities_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_terminations_employee_id_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_terminations_employee_id_requestbody.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_terminations_employee_id_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_time_off_policies_time_off_policy_uuid_deactivate_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/put_v1_time_off_policies_time_off_policy_uuid_deactivate_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_time_off_policies_time_off_policy_uuid_remove_employees_employees.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_v1_time_off_policies_time_off_policy_uuid_remove_employees_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_time_off_policies_time_off_policy_uuid_remove_employees_requestbody.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_v1_time_off_policies_time_off_policy_uuid_remove_employees_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_verify_webhook_subscription_uuid_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_verify_webhook_subscription_uuid_requestbody.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_v1_verify_webhook_subscription_uuid_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_verify_webhook_subscription_uuid_security.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_v1_webhook_subscription_uuid_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_webhook_subscription_uuid_requestbody.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_v1_webhook_subscription_uuid_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_v1_webhook_subscription_uuid_security.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_v1_webhook_subscription_uuid_subscription_types.rb +31 -0
- data/lib/gusto_embedded/models/operations/put_v1_work_addresses_work_address_uuid_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_work_addresses_work_address_uuid_requestbody.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_v1_work_addresses_work_address_uuid_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_version_time_off_policies_time_off_policy_uuid_add_employees_employees.rb +27 -0
- data/lib/gusto_embedded/models/operations/put_version_time_off_policies_time_off_policy_uuid_add_employees_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_version_time_off_policies_time_off_policy_uuid_add_employees_requestbody.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_version_time_off_policies_time_off_policy_uuid_add_employees_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_version_time_off_policies_time_off_policy_uuid_balance_employees.rb +27 -0
- data/lib/gusto_embedded/models/operations/put_version_time_off_policies_time_off_policy_uuid_balance_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_version_time_off_policies_time_off_policy_uuid_balance_requestbody.rb +24 -0
- data/lib/gusto_embedded/models/operations/put_version_time_off_policies_time_off_policy_uuid_balance_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/put_wire_in_requests_wire_in_request_uuid_request.rb +30 -0
- data/lib/gusto_embedded/models/operations/put_wire_in_requests_wire_in_request_uuid_requestbody.rb +33 -0
- data/lib/gusto_embedded/models/operations/put_wire_in_requests_wire_in_request_uuid_response.rb +39 -0
- data/lib/gusto_embedded/models/operations/queryparam_frequency.rb +20 -0
- data/lib/gusto_embedded/models/operations/queryparam_include.rb +18 -0
- data/lib/gusto_embedded/models/operations/questions.rb +27 -0
- data/lib/gusto_embedded/models/operations/redebit_recovery_case_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/redebit_recovery_case_response.rb +36 -0
- data/lib/gusto_embedded/models/operations/refresh_access_token_request.rb +27 -0
- data/lib/gusto_embedded/models/operations/refresh_access_token_requestbody.rb +36 -0
- data/lib/gusto_embedded/models/operations/refresh_access_token_response.rb +33 -0
- data/lib/gusto_embedded/models/operations/requirement_sets.rb +33 -0
- data/lib/gusto_embedded/models/operations/requirements.rb +27 -0
- data/lib/gusto_embedded/models/operations/resource.rb +27 -0
- data/lib/gusto_embedded/models/operations/resource_owner.rb +27 -0
- data/lib/gusto_embedded/models/operations/responsebody.rb +27 -0
- data/lib/gusto_embedded/models/operations/split_by.rb +18 -0
- data/lib/gusto_embedded/models/operations/splits.rb +34 -0
- data/lib/gusto_embedded/models/operations/states.rb +27 -0
- data/lib/gusto_embedded/models/operations/submission_blockers.rb +27 -0
- data/lib/gusto_embedded/models/operations/subscription_types.rb +31 -0
- data/lib/gusto_embedded/models/operations/tax_payer_type.rb +28 -0
- data/lib/gusto_embedded/models/operations/taxes.rb +27 -0
- data/lib/gusto_embedded/models/operations/termination.rb +24 -0
- data/lib/gusto_embedded/models/operations/thanksgiving.rb +24 -0
- data/lib/gusto_embedded/models/operations/type.rb +18 -0
- data/lib/gusto_embedded/models/operations/user.rb +33 -0
- data/lib/gusto_embedded/models/operations/veterans_day.rb +24 -0
- data/lib/gusto_embedded/models/operations/wage_type.rb +19 -0
- data/lib/gusto_embedded/models/operations/withholding_pay_period.rb +23 -0
- data/lib/gusto_embedded/models/operations/work_address.rb +24 -0
- data/lib/gusto_embedded/models/operations.rb +768 -0
- data/lib/gusto_embedded/models/shared/account_type.rb +18 -0
- data/lib/gusto_embedded/models/shared/accruing_time_off_hour.rb +27 -0
- data/lib/gusto_embedded/models/shared/ach_transaction.rb +63 -0
- data/lib/gusto_embedded/models/shared/ach_transaction_recipient_type.rb +18 -0
- data/lib/gusto_embedded/models/shared/active_companies.rb +33 -0
- data/lib/gusto_embedded/models/shared/address.rb +39 -0
- data/lib/gusto_embedded/models/shared/admin.rb +33 -0
- data/lib/gusto_embedded/models/shared/agencies.rb +37 -0
- data/lib/gusto_embedded/models/shared/applicable_benefits.rb +30 -0
- data/lib/gusto_embedded/models/shared/applicable_earnings.rb +36 -0
- data/lib/gusto_embedded/models/shared/applicable_if.rb +27 -0
- data/lib/gusto_embedded/models/shared/applicable_taxes.rb +33 -0
- data/lib/gusto_embedded/models/shared/authentication.rb +39 -0
- data/lib/gusto_embedded/models/shared/authorization_status.rb +20 -0
- data/lib/gusto_embedded/models/shared/benefit_summary.rb +39 -0
- data/lib/gusto_embedded/models/shared/benefit_summary_employees.rb +45 -0
- data/lib/gusto_embedded/models/shared/benefit_summary_pay_period.rb +27 -0
- data/lib/gusto_embedded/models/shared/benefit_type_requirements.rb +45 -0
- data/lib/gusto_embedded/models/shared/benefit_type_requirements_catch_up_default_value.rb +27 -0
- data/lib/gusto_embedded/models/shared/benefit_type_requirements_company_contribution_annual_maximum_default_value.rb +27 -0
- data/lib/gusto_embedded/models/shared/benefit_type_requirements_contribution.rb +33 -0
- data/lib/gusto_embedded/models/shared/benefit_type_requirements_coverage_amount_default_value.rb +27 -0
- data/lib/gusto_embedded/models/shared/benefit_type_requirements_coverage_salary_multiplier_default_value.rb +27 -0
- data/lib/gusto_embedded/models/shared/benefit_type_requirements_deduct_as_percentage_default_value.rb +27 -0
- data/lib/gusto_embedded/models/shared/benefit_type_requirements_default_value.rb +27 -0
- data/lib/gusto_embedded/models/shared/benefit_type_requirements_limit_option_default_value.rb +27 -0
- data/lib/gusto_embedded/models/shared/benefits.rb +33 -0
- data/lib/gusto_embedded/models/shared/catch_up.rb +33 -0
- data/lib/gusto_embedded/models/shared/category.rb +19 -0
- data/lib/gusto_embedded/models/shared/child_support_data.rb +24 -0
- data/lib/gusto_embedded/models/shared/columbus_day.rb +30 -0
- data/lib/gusto_embedded/models/shared/company.rb +75 -0
- data/lib/gusto_embedded/models/shared/company_address.rb +42 -0
- data/lib/gusto_embedded/models/shared/company_attachment.rb +33 -0
- data/lib/gusto_embedded/models/shared/company_bank_account.rb +61 -0
- data/lib/gusto_embedded/models/shared/company_benefit.rb +54 -0
- data/lib/gusto_embedded/models/shared/company_benefit_with_employee_benefits.rb +54 -0
- data/lib/gusto_embedded/models/shared/company_benefit_with_employee_benefits_contribution.rb +35 -0
- data/lib/gusto_embedded/models/shared/company_contribution_annual_maximum.rb +33 -0
- data/lib/gusto_embedded/models/shared/company_custom_field.rb +36 -0
- data/lib/gusto_embedded/models/shared/company_custom_field_list.rb +24 -0
- data/lib/gusto_embedded/models/shared/company_home_address.rb +39 -0
- data/lib/gusto_embedded/models/shared/company_onboarding_status.rb +30 -0
- data/lib/gusto_embedded/models/shared/company_paid_time_off.rb +24 -0
- data/lib/gusto_embedded/models/shared/company_status.rb +19 -0
- data/lib/gusto_embedded/models/shared/compensation.rb +51 -0
- data/lib/gusto_embedded/models/shared/compensations.rb +30 -0
- data/lib/gusto_embedded/models/shared/contractor.rb +91 -0
- data/lib/gusto_embedded/models/shared/contractor_address.rb +48 -0
- data/lib/gusto_embedded/models/shared/contractor_bank_account.rb +39 -0
- data/lib/gusto_embedded/models/shared/contractor_bank_account_account_type.rb +18 -0
- data/lib/gusto_embedded/models/shared/contractor_onboarding_status.rb +30 -0
- data/lib/gusto_embedded/models/shared/contractor_onboarding_status1.rb +23 -0
- data/lib/gusto_embedded/models/shared/contractor_onboarding_status_onboarding_status.rb +19 -0
- data/lib/gusto_embedded/models/shared/contractor_onboarding_status_onboarding_step.rb +36 -0
- data/lib/gusto_embedded/models/shared/contractor_payment.rb +60 -0
- data/lib/gusto_embedded/models/shared/contractor_payment_for_group.rb +57 -0
- data/lib/gusto_embedded/models/shared/contractor_payment_for_group_payment_method.rb +20 -0
- data/lib/gusto_embedded/models/shared/contractor_payment_for_group_status.rb +18 -0
- data/lib/gusto_embedded/models/shared/contractor_payment_for_group_wage_type.rb +18 -0
- data/lib/gusto_embedded/models/shared/contractor_payment_group.rb +45 -0
- data/lib/gusto_embedded/models/shared/contractor_payment_group_minimal.rb +42 -0
- data/lib/gusto_embedded/models/shared/contractor_payment_group_minimal_status.rb +18 -0
- data/lib/gusto_embedded/models/shared/contractor_payment_group_minimal_totals.rb +33 -0
- data/lib/gusto_embedded/models/shared/contractor_payment_group_status.rb +18 -0
- data/lib/gusto_embedded/models/shared/contractor_payment_group_totals.rb +33 -0
- data/lib/gusto_embedded/models/shared/contractor_payment_method.rb +33 -0
- data/lib/gusto_embedded/models/shared/contractor_payment_method1.rb +18 -0
- data/lib/gusto_embedded/models/shared/contractor_payment_method_split_by.rb +18 -0
- data/lib/gusto_embedded/models/shared/contractor_payment_method_type.rb +18 -0
- data/lib/gusto_embedded/models/shared/contractor_payment_payment_method.rb +20 -0
- data/lib/gusto_embedded/models/shared/contractor_payment_receipt.rb +57 -0
- data/lib/gusto_embedded/models/shared/contractor_payment_receipt_licensee.rb +39 -0
- data/lib/gusto_embedded/models/shared/contractor_payment_receipt_totals.rb +24 -0
- data/lib/gusto_embedded/models/shared/contractor_payment_status.rb +18 -0
- data/lib/gusto_embedded/models/shared/contractor_payment_wage_type.rb +18 -0
- data/lib/gusto_embedded/models/shared/contractor_payments.rb +52 -0
- data/lib/gusto_embedded/models/shared/contractor_type.rb +18 -0
- data/lib/gusto_embedded/models/shared/contractors.rb +24 -0
- data/lib/gusto_embedded/models/shared/contribution.rb +35 -0
- data/lib/gusto_embedded/models/shared/coverage_amount.rb +33 -0
- data/lib/gusto_embedded/models/shared/coverage_salary_multiplier.rb +33 -0
- data/lib/gusto_embedded/models/shared/create_report.rb +33 -0
- data/lib/gusto_embedded/models/shared/current_employment_status.rb +21 -0
- data/lib/gusto_embedded/models/shared/custom_field_type.rb +21 -0
- data/lib/gusto_embedded/models/shared/deduct_as_percentage.rb +33 -0
- data/lib/gusto_embedded/models/shared/deduction_reduces_taxable_income.rb +19 -0
- data/lib/gusto_embedded/models/shared/deductions.rb +27 -0
- data/lib/gusto_embedded/models/shared/default_value.rb +27 -0
- data/lib/gusto_embedded/models/shared/department.rb +39 -0
- data/lib/gusto_embedded/models/shared/department_employees.rb +24 -0
- data/lib/gusto_embedded/models/shared/departments.rb +27 -0
- data/lib/gusto_embedded/models/shared/document.rb +60 -0
- data/lib/gusto_embedded/models/shared/document_pdf.rb +27 -0
- data/lib/gusto_embedded/models/shared/document_signed.rb +54 -0
- data/lib/gusto_embedded/models/shared/document_signed_recipient_type.rb +19 -0
- data/lib/gusto_embedded/models/shared/document_type.rb +17 -0
- data/lib/gusto_embedded/models/shared/earning_type.rb +27 -0
- data/lib/gusto_embedded/models/shared/earning_type_list.rb +27 -0
- data/lib/gusto_embedded/models/shared/earnings.rb +33 -0
- data/lib/gusto_embedded/models/shared/employee.rb +102 -0
- data/lib/gusto_embedded/models/shared/employee_address.rb +57 -0
- data/lib/gusto_embedded/models/shared/employee_bank_account.rb +39 -0
- data/lib/gusto_embedded/models/shared/employee_bank_account_account_type.rb +18 -0
- data/lib/gusto_embedded/models/shared/employee_benefit.rb +86 -0
- data/lib/gusto_embedded/models/shared/employee_benefit_for_company_benefit.rb +80 -0
- data/lib/gusto_embedded/models/shared/employee_benefit_for_company_benefit_contribution.rb +35 -0
- data/lib/gusto_embedded/models/shared/employee_benefit_for_company_benefit_deduction_reduces_taxable_income.rb +19 -0
- data/lib/gusto_embedded/models/shared/employee_benefits.rb +45 -0
- data/lib/gusto_embedded/models/shared/employee_check_number_mapping.rb +27 -0
- data/lib/gusto_embedded/models/shared/employee_compensations.rb +48 -0
- data/lib/gusto_embedded/models/shared/employee_custom_field.rb +42 -0
- data/lib/gusto_embedded/models/shared/employee_deduction.rb +33 -0
- data/lib/gusto_embedded/models/shared/employee_federal_tax.rb +58 -0
- data/lib/gusto_embedded/models/shared/employee_onboarding_document.rb +24 -0
- data/lib/gusto_embedded/models/shared/employee_onboarding_status.rb +30 -0
- data/lib/gusto_embedded/models/shared/employee_onboarding_status_onboarding_step.rb +36 -0
- data/lib/gusto_embedded/models/shared/employee_pay_stub.rb +39 -0
- data/lib/gusto_embedded/models/shared/employee_payment_method.rb +33 -0
- data/lib/gusto_embedded/models/shared/employee_payment_method_type.rb +18 -0
- data/lib/gusto_embedded/models/shared/employee_state_tax.rb +36 -0
- data/lib/gusto_embedded/models/shared/employee_state_tax_answer.rb +30 -0
- data/lib/gusto_embedded/models/shared/employee_state_tax_input_question_format.rb +27 -0
- data/lib/gusto_embedded/models/shared/employee_state_tax_question.rb +36 -0
- data/lib/gusto_embedded/models/shared/employee_state_taxes.rb +27 -0
- data/lib/gusto_embedded/models/shared/employee_work_address.rb +57 -0
- data/lib/gusto_embedded/models/shared/employees.rb +27 -0
- data/lib/gusto_embedded/models/shared/employment_history_list.rb +36 -0
- data/lib/gusto_embedded/models/shared/employment_history_list_employment_status.rb +22 -0
- data/lib/gusto_embedded/models/shared/employment_status.rb +22 -0
- data/lib/gusto_embedded/models/shared/entity_error_object.rb +36 -0
- data/lib/gusto_embedded/models/shared/entity_error_object_metadata.rb +20 -0
- data/lib/gusto_embedded/models/shared/entity_type.rb +28 -0
- data/lib/gusto_embedded/models/shared/errors.rb +33 -0
- data/lib/gusto_embedded/models/shared/event.rb +42 -0
- data/lib/gusto_embedded/models/shared/external_payroll.rb +54 -0
- data/lib/gusto_embedded/models/shared/external_payroll_basic.rb +39 -0
- data/lib/gusto_embedded/models/shared/external_payroll_basic_status.rb +18 -0
- data/lib/gusto_embedded/models/shared/external_payroll_benefits.rb +30 -0
- data/lib/gusto_embedded/models/shared/external_payroll_items.rb +33 -0
- data/lib/gusto_embedded/models/shared/external_payroll_metadata.rb +24 -0
- data/lib/gusto_embedded/models/shared/external_payroll_tax_suggestions.rb +27 -0
- data/lib/gusto_embedded/models/shared/external_payroll_taxes.rb +27 -0
- data/lib/gusto_embedded/models/shared/federal_holidays.rb +51 -0
- data/lib/gusto_embedded/models/shared/federal_tax_details.rb +67 -0
- data/lib/gusto_embedded/models/shared/fields_.rb +48 -0
- data/lib/gusto_embedded/models/shared/fips_codes.rb +27 -0
- data/lib/gusto_embedded/models/shared/fixed.rb +24 -0
- data/lib/gusto_embedded/models/shared/fixed_compensations.rb +30 -0
- data/lib/gusto_embedded/models/shared/flow.rb +24 -0
- data/lib/gusto_embedded/models/shared/flsa_status_type.rb +22 -0
- data/lib/gusto_embedded/models/shared/form.rb +48 -0
- data/lib/gusto_embedded/models/shared/form_1099.rb +51 -0
- data/lib/gusto_embedded/models/shared/form_pdf.rb +30 -0
- data/lib/gusto_embedded/models/shared/funding_type.rb +20 -0
- data/lib/gusto_embedded/models/shared/garnishment.rb +66 -0
- data/lib/gusto_embedded/models/shared/garnishment_child_support.rb +39 -0
- data/lib/gusto_embedded/models/shared/garnishment_type.rb +23 -0
- data/lib/gusto_embedded/models/shared/generated_document.rb +30 -0
- data/lib/gusto_embedded/models/shared/generated_document_status.rb +20 -0
- data/lib/gusto_embedded/models/shared/gross_up_pay.rb +24 -0
- data/lib/gusto_embedded/models/shared/historical_employee_body.rb +57 -0
- data/lib/gusto_embedded/models/shared/historical_employee_body_home_address.rb +36 -0
- data/lib/gusto_embedded/models/shared/historical_employee_body_job.rb +24 -0
- data/lib/gusto_embedded/models/shared/historical_employee_body_termination.rb +24 -0
- data/lib/gusto_embedded/models/shared/holiday_pay_policy.rb +33 -0
- data/lib/gusto_embedded/models/shared/holiday_pay_policy_employees.rb +24 -0
- data/lib/gusto_embedded/models/shared/home_address.rb +39 -0
- data/lib/gusto_embedded/models/shared/hourly.rb +27 -0
- data/lib/gusto_embedded/models/shared/hourly_compensations.rb +39 -0
- data/lib/gusto_embedded/models/shared/i9_authorization.rb +57 -0
- data/lib/gusto_embedded/models/shared/i9_authorization_document.rb +36 -0
- data/lib/gusto_embedded/models/shared/i9_authorization_document_option.rb +36 -0
- data/lib/gusto_embedded/models/shared/i9_authorization_document_type.rb +19 -0
- data/lib/gusto_embedded/models/shared/id.rb +26 -0
- data/lib/gusto_embedded/models/shared/identity_verification_status.rb +25 -0
- data/lib/gusto_embedded/models/shared/independence_day.rb +30 -0
- data/lib/gusto_embedded/models/shared/industry.rb +33 -0
- data/lib/gusto_embedded/models/shared/invoice_data.rb +24 -0
- data/lib/gusto_embedded/models/shared/job.rb +60 -0
- data/lib/gusto_embedded/models/shared/juneteenth.rb +30 -0
- data/lib/gusto_embedded/models/shared/key.rb +19 -0
- data/lib/gusto_embedded/models/shared/labor_day.rb +30 -0
- data/lib/gusto_embedded/models/shared/licensee.rb +39 -0
- data/lib/gusto_embedded/models/shared/limit_option.rb +33 -0
- data/lib/gusto_embedded/models/shared/location.rb +66 -0
- data/lib/gusto_embedded/models/shared/memorial_day.rb +30 -0
- data/lib/gusto_embedded/models/shared/metadata.rb +20 -0
- data/lib/gusto_embedded/models/shared/minimum_wage.rb +39 -0
- data/lib/gusto_embedded/models/shared/minimum_wages.rb +30 -0
- data/lib/gusto_embedded/models/shared/mlk_day.rb +30 -0
- data/lib/gusto_embedded/models/shared/name.rb +19 -0
- data/lib/gusto_embedded/models/shared/new_years_day.rb +30 -0
- data/lib/gusto_embedded/models/shared/notification.rb +48 -0
- data/lib/gusto_embedded/models/shared/off_cycle_reason_type.rb +26 -0
- data/lib/gusto_embedded/models/shared/onboarding_documents_config.rb +27 -0
- data/lib/gusto_embedded/models/shared/onboarding_status.rb +24 -0
- data/lib/gusto_embedded/models/shared/onboarding_step.rb +39 -0
- data/lib/gusto_embedded/models/shared/options.rb +27 -0
- data/lib/gusto_embedded/models/shared/pages.rb +27 -0
- data/lib/gusto_embedded/models/shared/paid_holidays.rb +24 -0
- data/lib/gusto_embedded/models/shared/paid_time_off.rb +51 -0
- data/lib/gusto_embedded/models/shared/pay_period.rb +33 -0
- data/lib/gusto_embedded/models/shared/pay_period_payroll.rb +36 -0
- data/lib/gusto_embedded/models/shared/pay_schedule.rb +51 -0
- data/lib/gusto_embedded/models/shared/pay_schedule_assignment.rb +39 -0
- data/lib/gusto_embedded/models/shared/pay_schedule_assignment_body.rb +42 -0
- data/lib/gusto_embedded/models/shared/pay_schedule_assignment_body_type.rb +20 -0
- data/lib/gusto_embedded/models/shared/pay_schedule_assignment_department.rb +27 -0
- data/lib/gusto_embedded/models/shared/pay_schedule_assignment_employee.rb +27 -0
- data/lib/gusto_embedded/models/shared/pay_schedule_assignment_employee_change.rb +39 -0
- data/lib/gusto_embedded/models/shared/pay_schedule_assignment_pay_period.rb +33 -0
- data/lib/gusto_embedded/models/shared/pay_schedule_assignment_preview.rb +27 -0
- data/lib/gusto_embedded/models/shared/pay_schedule_assignment_preview_type.rb +20 -0
- data/lib/gusto_embedded/models/shared/pay_schedule_assignment_transition_pay_period.rb +27 -0
- data/lib/gusto_embedded/models/shared/pay_schedule_create_update.rb +51 -0
- data/lib/gusto_embedded/models/shared/pay_schedule_frequency.rb +22 -0
- data/lib/gusto_embedded/models/shared/pay_schedule_frequency_create_update.rb +20 -0
- data/lib/gusto_embedded/models/shared/pay_schedule_type.rb +20 -0
- data/lib/gusto_embedded/models/shared/payment_configs.rb +33 -0
- data/lib/gusto_embedded/models/shared/payment_direction.rb +18 -0
- data/lib/gusto_embedded/models/shared/payment_event_type.rb +18 -0
- data/lib/gusto_embedded/models/shared/payment_method.rb +18 -0
- data/lib/gusto_embedded/models/shared/payment_method_bank_account.rb +36 -0
- data/lib/gusto_embedded/models/shared/payment_period.rb +20 -0
- data/lib/gusto_embedded/models/shared/payment_status.rb +20 -0
- data/lib/gusto_embedded/models/shared/payment_unit.rb +21 -0
- data/lib/gusto_embedded/models/shared/payment_uuid.rb +17 -0
- data/lib/gusto_embedded/models/shared/payroll.rb +99 -0
- data/lib/gusto_embedded/models/shared/payroll_benefits.rb +45 -0
- data/lib/gusto_embedded/models/shared/payroll_blocker.rb +27 -0
- data/lib/gusto_embedded/models/shared/payroll_check.rb +39 -0
- data/lib/gusto_embedded/models/shared/payroll_company_taxes_type.rb +30 -0
- data/lib/gusto_embedded/models/shared/payroll_credit_blockers_type.rb +36 -0
- data/lib/gusto_embedded/models/shared/payroll_credit_blockers_type_metadata.rb +20 -0
- data/lib/gusto_embedded/models/shared/payroll_credit_blockers_type_status.rb +20 -0
- data/lib/gusto_embedded/models/shared/payroll_credit_blockers_type_unblock_options.rb +30 -0
- data/lib/gusto_embedded/models/shared/payroll_employee_compensations_type.rb +63 -0
- data/lib/gusto_embedded/models/shared/payroll_employee_compensations_type_paid_time_off.rb +30 -0
- data/lib/gusto_embedded/models/shared/payroll_employee_compensations_type_payment_method.rb +18 -0
- data/lib/gusto_embedded/models/shared/payroll_fixed_compensation_types_type.rb +24 -0
- data/lib/gusto_embedded/models/shared/payroll_minimal.rb +90 -0
- data/lib/gusto_embedded/models/shared/payroll_pay_period_type.rb +30 -0
- data/lib/gusto_embedded/models/shared/payroll_payment_speed_changed_type.rb +36 -0
- data/lib/gusto_embedded/models/shared/payroll_payroll_status_meta_type.rb +39 -0
- data/lib/gusto_embedded/models/shared/payroll_prepared.rb +90 -0
- data/lib/gusto_embedded/models/shared/payroll_processing_request.rb +27 -0
- data/lib/gusto_embedded/models/shared/payroll_processing_request_status.rb +21 -0
- data/lib/gusto_embedded/models/shared/payroll_receipt.rb +63 -0
- data/lib/gusto_embedded/models/shared/payroll_receipt_taxes.rb +27 -0
- data/lib/gusto_embedded/models/shared/payroll_reversal.rb +39 -0
- data/lib/gusto_embedded/models/shared/payroll_submission_blockers_type.rb +36 -0
- data/lib/gusto_embedded/models/shared/payroll_submission_blockers_type_metadata.rb +20 -0
- data/lib/gusto_embedded/models/shared/payroll_submission_blockers_type_status.rb +18 -0
- data/lib/gusto_embedded/models/shared/payroll_totals_type.rb +87 -0
- data/lib/gusto_embedded/models/shared/payroll_type.rb +18 -0
- data/lib/gusto_embedded/models/shared/payroll_withholding_pay_period_type.rb +23 -0
- data/lib/gusto_embedded/models/shared/plaid_status.rb +18 -0
- data/lib/gusto_embedded/models/shared/policy_type.rb +18 -0
- data/lib/gusto_embedded/models/shared/possible_liabilities.rb +30 -0
- data/lib/gusto_embedded/models/shared/post_employee_ytd_benefit_amounts_from_different_company.rb +33 -0
- data/lib/gusto_embedded/models/shared/presidents_day.rb +30 -0
- data/lib/gusto_embedded/models/shared/primary_payroll_admin.rb +33 -0
- data/lib/gusto_embedded/models/shared/primary_signatory.rb +42 -0
- data/lib/gusto_embedded/models/shared/rate_type.rb +21 -0
- data/lib/gusto_embedded/models/shared/recipient_type.rb +19 -0
- data/lib/gusto_embedded/models/shared/recovery_case.rb +51 -0
- data/lib/gusto_embedded/models/shared/recovery_case_status.rb +21 -0
- data/lib/gusto_embedded/models/shared/rehire.rb +45 -0
- data/lib/gusto_embedded/models/shared/rehire_body.rb +36 -0
- data/lib/gusto_embedded/models/shared/rehire_employment_status.rb +22 -0
- data/lib/gusto_embedded/models/shared/report.rb +30 -0
- data/lib/gusto_embedded/models/shared/report_template.rb +33 -0
- data/lib/gusto_embedded/models/shared/required_attributes.rb +27 -0
- data/lib/gusto_embedded/models/shared/requirements.rb +26 -0
- data/lib/gusto_embedded/models/shared/resource_type.rb +17 -0
- data/lib/gusto_embedded/models/shared/resources.rb +33 -0
- data/lib/gusto_embedded/models/shared/schema.rb +33 -0
- data/lib/gusto_embedded/models/shared/section.rb +22 -0
- data/lib/gusto_embedded/models/shared/security.rb +24 -0
- data/lib/gusto_embedded/models/shared/signatory.rb +63 -0
- data/lib/gusto_embedded/models/shared/sort_order.rb +18 -0
- data/lib/gusto_embedded/models/shared/split_by.rb +18 -0
- data/lib/gusto_embedded/models/shared/status.rb +18 -0
- data/lib/gusto_embedded/models/shared/subscription_types.rb +31 -0
- data/lib/gusto_embedded/models/shared/supported_benefit.rb +51 -0
- data/lib/gusto_embedded/models/shared/tax_liabilities_selections.rb +33 -0
- data/lib/gusto_embedded/models/shared/tax_requirement.rb +39 -0
- data/lib/gusto_embedded/models/shared/tax_requirement_metadata.rb +70 -0
- data/lib/gusto_embedded/models/shared/tax_requirement_metadata_options.rb +30 -0
- data/lib/gusto_embedded/models/shared/tax_requirement_metadata_type.rb +34 -0
- data/lib/gusto_embedded/models/shared/tax_requirement_metadata_validation_type.rb +18 -0
- data/lib/gusto_embedded/models/shared/tax_requirement_set.rb +36 -0
- data/lib/gusto_embedded/models/shared/tax_requirements_state.rb +30 -0
- data/lib/gusto_embedded/models/shared/tax_suggestions.rb +27 -0
- data/lib/gusto_embedded/models/shared/taxes.rb +30 -0
- data/lib/gusto_embedded/models/shared/termination.rb +42 -0
- data/lib/gusto_embedded/models/shared/thanksgiving.rb +30 -0
- data/lib/gusto_embedded/models/shared/tier.rb +24 -0
- data/lib/gusto_embedded/models/shared/time_off_activity.rb +45 -0
- data/lib/gusto_embedded/models/shared/time_off_policy.rb +69 -0
- data/lib/gusto_embedded/models/shared/time_off_policy_employees.rb +24 -0
- data/lib/gusto_embedded/models/shared/time_off_type.rb +18 -0
- data/lib/gusto_embedded/models/shared/totals.rb +36 -0
- data/lib/gusto_embedded/models/shared/type.rb +20 -0
- data/lib/gusto_embedded/models/shared/unblock_options.rb +30 -0
- data/lib/gusto_embedded/models/shared/unprocessable_entity_error_object.rb +27 -0
- data/lib/gusto_embedded/models/shared/unprocessed_termination_pay_period.rb +42 -0
- data/lib/gusto_embedded/models/shared/validation.rb +35 -0
- data/lib/gusto_embedded/models/shared/verification_status.rb +23 -0
- data/lib/gusto_embedded/models/shared/verification_type.rb +22 -0
- data/lib/gusto_embedded/models/shared/versionheader.rb +17 -0
- data/lib/gusto_embedded/models/shared/veterans_day.rb +30 -0
- data/lib/gusto_embedded/models/shared/w4_data_type.rb +18 -0
- data/lib/gusto_embedded/models/shared/wage_type.rb +18 -0
- data/lib/gusto_embedded/models/shared/webhook_subscription.rb +33 -0
- data/lib/gusto_embedded/models/shared/webhook_subscription_status.rb +20 -0
- data/lib/gusto_embedded/models/shared/wire_in_request.rb +72 -0
- data/lib/gusto_embedded/models/shared/wire_in_request_status.rb +21 -0
- data/lib/gusto_embedded/models/shared/work_address.rb +24 -0
- data/lib/gusto_embedded/models/shared/ytd_benefit_amounts_from_different_company.rb +33 -0
- data/lib/gusto_embedded/models/shared.rb +330 -0
- data/lib/gusto_embedded/notifications.rb +76 -0
- data/lib/gusto_embedded/paymentconfigs.rb +129 -0
- data/lib/gusto_embedded/payrolls.rb +955 -0
- data/lib/gusto_embedded/payschedules.rb +551 -0
- data/lib/gusto_embedded/recoverycases.rb +118 -0
- data/lib/gusto_embedded/reports.rb +176 -0
- data/lib/gusto_embedded/sdkconfiguration.rb +60 -0
- data/lib/gusto_embedded/signatories.rb +297 -0
- data/lib/gusto_embedded/taxrequirements.rb +216 -0
- data/lib/gusto_embedded/timeoffpolicies.rb +544 -0
- data/lib/gusto_embedded/utils/utils.rb +728 -0
- data/lib/gusto_embedded/webhooks.rb +399 -0
- data/lib/gusto_embedded/wireinrequests.rb +174 -0
- data/lib/gusto_embedded_client.rb +63 -0
- metadata +1324 -0
@@ -0,0 +1,18 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module GustoEmbedded
|
8
|
+
module Shared
|
9
|
+
|
10
|
+
# AccountType - Bank account type
|
11
|
+
class AccountType < T::Enum
|
12
|
+
enums do
|
13
|
+
CHECKING = new('Checking')
|
14
|
+
SAVINGS = new('Savings')
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
@@ -0,0 +1,27 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module GustoEmbedded
|
8
|
+
module Shared
|
9
|
+
|
10
|
+
# The representation of an unprocessed termination pay period.
|
11
|
+
class AccruingTimeOffHour < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# Hours accrued during this pay period.
|
15
|
+
field :hours, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('hours') } }
|
16
|
+
# A unique identifier of the time off policy.
|
17
|
+
field :time_off_policy_uuid, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('time_off_policy_uuid') } }
|
18
|
+
|
19
|
+
|
20
|
+
sig { params(hours: T.nilable(::String), time_off_policy_uuid: T.nilable(::String)).void }
|
21
|
+
def initialize(hours: nil, time_off_policy_uuid: nil)
|
22
|
+
@hours = hours
|
23
|
+
@time_off_policy_uuid = time_off_policy_uuid
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
@@ -0,0 +1,63 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module GustoEmbedded
|
8
|
+
module Shared
|
9
|
+
|
10
|
+
# Representation of an ACH transaction
|
11
|
+
class AchTransaction < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# Unique identifier of an ACH transaction
|
15
|
+
field :uuid, ::String, { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('uuid') } }
|
16
|
+
# The amount of money moved by the ACH transaction. This amount is always non-negative.
|
17
|
+
field :amount, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('amount') } }
|
18
|
+
# Unique identifier of the company to which the ACH transaction belongs
|
19
|
+
field :company_uuid, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('company_uuid') } }
|
20
|
+
# The description of the ACH transaction. Can be used to identify the ACH transaction on the recipient's bank statement.
|
21
|
+
field :description, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('description') } }
|
22
|
+
# The error code associated with the ACH transaction, if any. If there is no error on the ACH transaction, this field will be nil. See [this article](https://engineering.gusto.com/how-ach-works-a-developer-perspective-part-2/) for a complete list of ACH return codes.
|
23
|
+
field :error_code, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('error_code') } }
|
24
|
+
# The date of the payment associated with the ACH transaction
|
25
|
+
field :payment_date, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('payment_date') } }
|
26
|
+
# The direction of the payment
|
27
|
+
field :payment_direction, T.nilable(::GustoEmbedded::Shared::PaymentDirection), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('payment_direction'), 'decoder': Utils.enum_from_string(::GustoEmbedded::Shared::PaymentDirection, true) } }
|
28
|
+
# The date of the payment event check associated with the ACH transaction
|
29
|
+
field :payment_event_check_date, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('payment_event_check_date') } }
|
30
|
+
# The type of payment event associated with the ACH transaction
|
31
|
+
field :payment_event_type, T.nilable(::GustoEmbedded::Shared::PaymentEventType), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('payment_event_type'), 'decoder': Utils.enum_from_string(::GustoEmbedded::Shared::PaymentEventType, true) } }
|
32
|
+
# Unique identifier for the payment event associated with the ACH transaction
|
33
|
+
field :payment_event_uuid, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('payment_event_uuid') } }
|
34
|
+
# The status of the ACH transaction
|
35
|
+
field :payment_status, T.nilable(::GustoEmbedded::Shared::PaymentStatus), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('payment_status'), 'decoder': Utils.enum_from_string(::GustoEmbedded::Shared::PaymentStatus, true) } }
|
36
|
+
# The type of recipient associated with the ACH transaction
|
37
|
+
field :recipient_type, T.nilable(::GustoEmbedded::Shared::AchTransactionRecipientType), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('recipient_type'), 'decoder': Utils.enum_from_string(::GustoEmbedded::Shared::AchTransactionRecipientType, true) } }
|
38
|
+
# Unique identifier for the recipient associated with the ACH transaction
|
39
|
+
field :recipient_uuid, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('recipient_uuid') } }
|
40
|
+
# The type of transaction associated with the ACH transaction
|
41
|
+
field :transaction_type, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('transaction_type') } }
|
42
|
+
|
43
|
+
|
44
|
+
sig { params(uuid: ::String, amount: T.nilable(::String), company_uuid: T.nilable(::String), description: T.nilable(::String), error_code: T.nilable(::String), payment_date: T.nilable(::String), payment_direction: T.nilable(::GustoEmbedded::Shared::PaymentDirection), payment_event_check_date: T.nilable(::String), payment_event_type: T.nilable(::GustoEmbedded::Shared::PaymentEventType), payment_event_uuid: T.nilable(::String), payment_status: T.nilable(::GustoEmbedded::Shared::PaymentStatus), recipient_type: T.nilable(::GustoEmbedded::Shared::AchTransactionRecipientType), recipient_uuid: T.nilable(::String), transaction_type: T.nilable(::String)).void }
|
45
|
+
def initialize(uuid: nil, amount: nil, company_uuid: nil, description: nil, error_code: nil, payment_date: nil, payment_direction: nil, payment_event_check_date: nil, payment_event_type: nil, payment_event_uuid: nil, payment_status: nil, recipient_type: nil, recipient_uuid: nil, transaction_type: nil)
|
46
|
+
@uuid = uuid
|
47
|
+
@amount = amount
|
48
|
+
@company_uuid = company_uuid
|
49
|
+
@description = description
|
50
|
+
@error_code = error_code
|
51
|
+
@payment_date = payment_date
|
52
|
+
@payment_direction = payment_direction
|
53
|
+
@payment_event_check_date = payment_event_check_date
|
54
|
+
@payment_event_type = payment_event_type
|
55
|
+
@payment_event_uuid = payment_event_uuid
|
56
|
+
@payment_status = payment_status
|
57
|
+
@recipient_type = recipient_type
|
58
|
+
@recipient_uuid = recipient_uuid
|
59
|
+
@transaction_type = transaction_type
|
60
|
+
end
|
61
|
+
end
|
62
|
+
end
|
63
|
+
end
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module GustoEmbedded
|
8
|
+
module Shared
|
9
|
+
|
10
|
+
# AchTransactionRecipientType - The type of recipient associated with the ACH transaction
|
11
|
+
class AchTransactionRecipientType < T::Enum
|
12
|
+
enums do
|
13
|
+
EMPLOYEE = new('Employee')
|
14
|
+
CONTRACTOR = new('Contractor')
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
@@ -0,0 +1,33 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module GustoEmbedded
|
8
|
+
module Shared
|
9
|
+
|
10
|
+
|
11
|
+
class ActiveCompanies < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# The number of active contractors the company was or will be invoiced for that invoice period. Active contractors are calculated as any contractor with an active contractor payment during the invoice period.
|
15
|
+
field :active_contractors, T.nilable(::Integer), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('active_contractors') } }
|
16
|
+
# The number of active employees the company was or will be invoiced for that invoice period. Active employees are calculated as the count of onboarded employees hired before the end of the invoice period and not terminated before the start of the invoice period.
|
17
|
+
field :active_employees, T.nilable(::Integer), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('active_employees') } }
|
18
|
+
# unique identifier for the company associated with the invoice data
|
19
|
+
field :company_uuid, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('company_uuid') } }
|
20
|
+
# The first invoice period for the company. This will either be the invoice period of the first invoice-able event (first payroll or contractor payment) or the date they migrated to embedded, whichever is later.
|
21
|
+
field :initial_invoice_period, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('initial_invoice_period') } }
|
22
|
+
|
23
|
+
|
24
|
+
sig { params(active_contractors: T.nilable(::Integer), active_employees: T.nilable(::Integer), company_uuid: T.nilable(::String), initial_invoice_period: T.nilable(::String)).void }
|
25
|
+
def initialize(active_contractors: nil, active_employees: nil, company_uuid: nil, initial_invoice_period: nil)
|
26
|
+
@active_contractors = active_contractors
|
27
|
+
@active_employees = active_employees
|
28
|
+
@company_uuid = company_uuid
|
29
|
+
@initial_invoice_period = initial_invoice_period
|
30
|
+
end
|
31
|
+
end
|
32
|
+
end
|
33
|
+
end
|
@@ -0,0 +1,39 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module GustoEmbedded
|
8
|
+
module Shared
|
9
|
+
|
10
|
+
# The contractor’s home address.
|
11
|
+
class Address < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
|
15
|
+
field :city, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('city') } }
|
16
|
+
|
17
|
+
field :country, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('country') } }
|
18
|
+
|
19
|
+
field :state, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('state') } }
|
20
|
+
|
21
|
+
field :street_1, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('street_1') } }
|
22
|
+
|
23
|
+
field :street_2, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('street_2') } }
|
24
|
+
|
25
|
+
field :zip, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('zip') } }
|
26
|
+
|
27
|
+
|
28
|
+
sig { params(city: T.nilable(::String), country: T.nilable(::String), state: T.nilable(::String), street_1: T.nilable(::String), street_2: T.nilable(::String), zip: T.nilable(::String)).void }
|
29
|
+
def initialize(city: nil, country: nil, state: nil, street_1: nil, street_2: nil, zip: nil)
|
30
|
+
@city = city
|
31
|
+
@country = country
|
32
|
+
@state = state
|
33
|
+
@street_1 = street_1
|
34
|
+
@street_2 = street_2
|
35
|
+
@zip = zip
|
36
|
+
end
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
@@ -0,0 +1,33 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module GustoEmbedded
|
8
|
+
module Shared
|
9
|
+
|
10
|
+
# The representation of an admin user in Gusto.
|
11
|
+
class Admin < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# The unique id of the admin.
|
15
|
+
field :uuid, ::String, { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('uuid') } }
|
16
|
+
# The email of the admin for Gusto's system. If the email matches an existing user, this will create an admin account for them.
|
17
|
+
field :email, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('email') } }
|
18
|
+
# The first name of the admin.
|
19
|
+
field :first_name, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('first_name') } }
|
20
|
+
# The last name of the admin.
|
21
|
+
field :last_name, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('last_name') } }
|
22
|
+
|
23
|
+
|
24
|
+
sig { params(uuid: ::String, email: T.nilable(::String), first_name: T.nilable(::String), last_name: T.nilable(::String)).void }
|
25
|
+
def initialize(uuid: nil, email: nil, first_name: nil, last_name: nil)
|
26
|
+
@uuid = uuid
|
27
|
+
@email = email
|
28
|
+
@first_name = first_name
|
29
|
+
@last_name = last_name
|
30
|
+
end
|
31
|
+
end
|
32
|
+
end
|
33
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module GustoEmbedded
|
8
|
+
module Shared
|
9
|
+
|
10
|
+
|
11
|
+
class Agencies < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# FIPS codes for state or county child support orders
|
15
|
+
field :fips_codes, T.nilable(T::Array[::GustoEmbedded::Shared::FipsCodes]), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('fips_codes') } }
|
16
|
+
# Specifies if remitting payment to the agency is required outside of Gusto. If true, Gusto includes garnishment amounts for this agency in payroll calculation, but does not debit for or remit payment to the agency automatically. As of September 2024, only garnishments for South Carolina Integrated Child Support Services require manual payment.
|
17
|
+
#
|
18
|
+
field :manual_payment_required, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('manual_payment_required') } }
|
19
|
+
# Name of state child support agency
|
20
|
+
field :name, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('name') } }
|
21
|
+
# Describes which child support case identifying attributes are required for this agency. While most agencies only require a single identifier, some (e.g. OH) require multiple identifiers.
|
22
|
+
field :required_attributes, T.nilable(T::Array[::GustoEmbedded::Shared::RequiredAttributes]), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('required_attributes') } }
|
23
|
+
# Two letter state abbreviation
|
24
|
+
field :state, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('state') } }
|
25
|
+
|
26
|
+
|
27
|
+
sig { params(fips_codes: T.nilable(T::Array[::GustoEmbedded::Shared::FipsCodes]), manual_payment_required: T.nilable(T::Boolean), name: T.nilable(::String), required_attributes: T.nilable(T::Array[::GustoEmbedded::Shared::RequiredAttributes]), state: T.nilable(::String)).void }
|
28
|
+
def initialize(fips_codes: nil, manual_payment_required: nil, name: nil, required_attributes: nil, state: nil)
|
29
|
+
@fips_codes = fips_codes
|
30
|
+
@manual_payment_required = manual_payment_required
|
31
|
+
@name = name
|
32
|
+
@required_attributes = required_attributes
|
33
|
+
@state = state
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,30 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module GustoEmbedded
|
8
|
+
module Shared
|
9
|
+
|
10
|
+
|
11
|
+
class ApplicableBenefits < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
|
15
|
+
field :active, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('active') } }
|
16
|
+
|
17
|
+
field :description, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('description') } }
|
18
|
+
|
19
|
+
field :id, T.nilable(::Integer), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('id') } }
|
20
|
+
|
21
|
+
|
22
|
+
sig { params(active: T.nilable(T::Boolean), description: T.nilable(::String), id: T.nilable(::Integer)).void }
|
23
|
+
def initialize(active: nil, description: nil, id: nil)
|
24
|
+
@active = active
|
25
|
+
@description = description
|
26
|
+
@id = id
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
@@ -0,0 +1,36 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module GustoEmbedded
|
8
|
+
module Shared
|
9
|
+
|
10
|
+
|
11
|
+
class ApplicableEarnings < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
|
15
|
+
field :category, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('category') } }
|
16
|
+
|
17
|
+
field :earning_id, T.nilable(::Float), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('earning_id') } }
|
18
|
+
|
19
|
+
field :earning_type, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('earning_type') } }
|
20
|
+
|
21
|
+
field :input_type, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('input_type') } }
|
22
|
+
|
23
|
+
field :name, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('name') } }
|
24
|
+
|
25
|
+
|
26
|
+
sig { params(category: T.nilable(::String), earning_id: T.nilable(::Float), earning_type: T.nilable(::String), input_type: T.nilable(::String), name: T.nilable(::String)).void }
|
27
|
+
def initialize(category: nil, earning_id: nil, earning_type: nil, input_type: nil, name: nil)
|
28
|
+
@category = category
|
29
|
+
@earning_id = earning_id
|
30
|
+
@earning_type = earning_type
|
31
|
+
@input_type = input_type
|
32
|
+
@name = name
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
@@ -0,0 +1,27 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module GustoEmbedded
|
8
|
+
module Shared
|
9
|
+
|
10
|
+
|
11
|
+
class ApplicableIf < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# An identifier for an individual requirement. Uniqueness is guaranteed within a requirement set.
|
15
|
+
field :key, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('key') } }
|
16
|
+
# The required value of the requirement identified by `key`
|
17
|
+
field :value, T.nilable(::Object), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('value') } }
|
18
|
+
|
19
|
+
|
20
|
+
sig { params(key: T.nilable(::String), value: T.nilable(::Object)).void }
|
21
|
+
def initialize(key: nil, value: nil)
|
22
|
+
@key = key
|
23
|
+
@value = value
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
@@ -0,0 +1,33 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module GustoEmbedded
|
8
|
+
module Shared
|
9
|
+
|
10
|
+
|
11
|
+
class ApplicableTaxes < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# Some taxes may have an amount withheld from the employee and an amount withheld from the employer, e.g. Social Security. A `true` value indicates this is the employer's amount.
|
15
|
+
field :employer_tax, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('employer_tax') } }
|
16
|
+
|
17
|
+
field :id, T.nilable(::Integer), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('id') } }
|
18
|
+
|
19
|
+
field :name, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('name') } }
|
20
|
+
# Some taxes may have different rates or reporting requirements depending on if the employee is a resident or non-resident of the tax jurisdiction.
|
21
|
+
field :resident_tax, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('resident_tax') } }
|
22
|
+
|
23
|
+
|
24
|
+
sig { params(employer_tax: T.nilable(T::Boolean), id: T.nilable(::Integer), name: T.nilable(::String), resident_tax: T.nilable(T::Boolean)).void }
|
25
|
+
def initialize(employer_tax: nil, id: nil, name: nil, resident_tax: nil)
|
26
|
+
@employer_tax = employer_tax
|
27
|
+
@id = id
|
28
|
+
@name = name
|
29
|
+
@resident_tax = resident_tax
|
30
|
+
end
|
31
|
+
end
|
32
|
+
end
|
33
|
+
end
|
@@ -0,0 +1,39 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module GustoEmbedded
|
8
|
+
module Shared
|
9
|
+
|
10
|
+
# Example response
|
11
|
+
class Authentication < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# A new access token that can be used for subsequent authenticated requests
|
15
|
+
field :access_token, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('access_token') } }
|
16
|
+
# Datetime for when the new access token is created.
|
17
|
+
field :created_at, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('created_at') } }
|
18
|
+
# The TTL of this token. After this amount of time, you must hit the refresh token endpoint to continue making authenticated requests.
|
19
|
+
field :expires_in, T.nilable(::Float), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('expires_in') } }
|
20
|
+
# A token that must be passed to the refresh token endpoint to get a new authenticated token.
|
21
|
+
field :refresh_token, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('refresh_token') } }
|
22
|
+
# All of the scopes for which the access token provides access.
|
23
|
+
field :scope, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('scope') } }
|
24
|
+
# The literal string 'bearer'
|
25
|
+
field :token_type, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('token_type') } }
|
26
|
+
|
27
|
+
|
28
|
+
sig { params(access_token: T.nilable(::String), created_at: T.nilable(::String), expires_in: T.nilable(::Float), refresh_token: T.nilable(::String), scope: T.nilable(::String), token_type: T.nilable(::String)).void }
|
29
|
+
def initialize(access_token: nil, created_at: nil, expires_in: nil, refresh_token: nil, scope: nil, token_type: nil)
|
30
|
+
@access_token = access_token
|
31
|
+
@created_at = created_at
|
32
|
+
@expires_in = expires_in
|
33
|
+
@refresh_token = refresh_token
|
34
|
+
@scope = scope
|
35
|
+
@token_type = token_type
|
36
|
+
end
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module GustoEmbedded
|
8
|
+
module Shared
|
9
|
+
|
10
|
+
# AuthorizationStatus - The employee's authorization status
|
11
|
+
class AuthorizationStatus < T::Enum
|
12
|
+
enums do
|
13
|
+
CITIZEN = new('citizen')
|
14
|
+
NONCITIZEN = new('noncitizen')
|
15
|
+
PERMANENT_RESIDENT = new('permanent_resident')
|
16
|
+
ALIEN = new('alien')
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
20
|
+
end
|
@@ -0,0 +1,39 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module GustoEmbedded
|
8
|
+
module Shared
|
9
|
+
|
10
|
+
# Benefit summary response
|
11
|
+
class BenefitSummary < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# The aggregate of company contribution for all employees given the period of time and the specific company benefit.
|
15
|
+
field :company_benefit_contribution, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('company_benefit_contribution') } }
|
16
|
+
# The aggregate of employee deduction for all employees given the period of time and the specific company benefit.
|
17
|
+
field :company_benefit_deduction, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('company_benefit_deduction') } }
|
18
|
+
# Description of the benefit.
|
19
|
+
field :description, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('description') } }
|
20
|
+
|
21
|
+
field :employees, T.nilable(::GustoEmbedded::Shared::BenefitSummaryEmployees), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('employees') } }
|
22
|
+
# The end date of benefit summary.
|
23
|
+
field :end_date, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('end_date') } }
|
24
|
+
# The start date of benefit summary.
|
25
|
+
field :start_date, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('start_date') } }
|
26
|
+
|
27
|
+
|
28
|
+
sig { params(company_benefit_contribution: T.nilable(::String), company_benefit_deduction: T.nilable(::String), description: T.nilable(::String), employees: T.nilable(::GustoEmbedded::Shared::BenefitSummaryEmployees), end_date: T.nilable(::String), start_date: T.nilable(::String)).void }
|
29
|
+
def initialize(company_benefit_contribution: nil, company_benefit_deduction: nil, description: nil, employees: nil, end_date: nil, start_date: nil)
|
30
|
+
@company_benefit_contribution = company_benefit_contribution
|
31
|
+
@company_benefit_deduction = company_benefit_deduction
|
32
|
+
@description = description
|
33
|
+
@employees = employees
|
34
|
+
@end_date = end_date
|
35
|
+
@start_date = start_date
|
36
|
+
end
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
@@ -0,0 +1,45 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module GustoEmbedded
|
8
|
+
module Shared
|
9
|
+
|
10
|
+
|
11
|
+
class BenefitSummaryEmployees < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# The sum of company contribution for this employee given the period of time and the benefit type.
|
15
|
+
field :benefit_contribution, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('benefit_contribution') } }
|
16
|
+
# The sum of employee benefit deduction for this employee given the period of time and the benefit type.
|
17
|
+
field :benefit_deduction, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('benefit_deduction') } }
|
18
|
+
# The sum of company contribution for this employee given the period of time and the specific company benefit.
|
19
|
+
field :company_benefit_contribution, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('company_benefit_contribution') } }
|
20
|
+
# The sum of employee deduction for this employee given the period of time and the specific company benefit.
|
21
|
+
field :company_benefit_deduction, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('company_benefit_deduction') } }
|
22
|
+
# Gross pay for this employee given the period of time.
|
23
|
+
field :gross_pay, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('gross_pay') } }
|
24
|
+
# Total imputed pay for this employee given the period of time (not scoped to a benefit type).
|
25
|
+
field :imputed_pay, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('imputed_pay') } }
|
26
|
+
|
27
|
+
field :payroll_benefits, T.nilable(::GustoEmbedded::Shared::PayrollBenefits), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('payroll_benefits') } }
|
28
|
+
# The UUID of the employee
|
29
|
+
field :uuid, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('uuid') } }
|
30
|
+
|
31
|
+
|
32
|
+
sig { params(benefit_contribution: T.nilable(::String), benefit_deduction: T.nilable(::String), company_benefit_contribution: T.nilable(::String), company_benefit_deduction: T.nilable(::String), gross_pay: T.nilable(::String), imputed_pay: T.nilable(::String), payroll_benefits: T.nilable(::GustoEmbedded::Shared::PayrollBenefits), uuid: T.nilable(::String)).void }
|
33
|
+
def initialize(benefit_contribution: nil, benefit_deduction: nil, company_benefit_contribution: nil, company_benefit_deduction: nil, gross_pay: nil, imputed_pay: nil, payroll_benefits: nil, uuid: nil)
|
34
|
+
@benefit_contribution = benefit_contribution
|
35
|
+
@benefit_deduction = benefit_deduction
|
36
|
+
@company_benefit_contribution = company_benefit_contribution
|
37
|
+
@company_benefit_deduction = company_benefit_deduction
|
38
|
+
@gross_pay = gross_pay
|
39
|
+
@imputed_pay = imputed_pay
|
40
|
+
@payroll_benefits = payroll_benefits
|
41
|
+
@uuid = uuid
|
42
|
+
end
|
43
|
+
end
|
44
|
+
end
|
45
|
+
end
|
@@ -0,0 +1,27 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module GustoEmbedded
|
8
|
+
module Shared
|
9
|
+
|
10
|
+
|
11
|
+
class BenefitSummaryPayPeriod < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# The end of the payroll's pay period.
|
15
|
+
field :end_date, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('end_date') } }
|
16
|
+
# The beginning of the payroll's pay period.
|
17
|
+
field :start_date, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('start_date') } }
|
18
|
+
|
19
|
+
|
20
|
+
sig { params(end_date: T.nilable(::String), start_date: T.nilable(::String)).void }
|
21
|
+
def initialize(end_date: nil, start_date: nil)
|
22
|
+
@end_date = end_date
|
23
|
+
@start_date = start_date
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
@@ -0,0 +1,45 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module GustoEmbedded
|
8
|
+
module Shared
|
9
|
+
|
10
|
+
# Benefit type requirements response
|
11
|
+
class BenefitTypeRequirements < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# Whether the employee should use a benefit’s 'catch up' rate. Only Roth 401k and 401k benefits use this value for employees over 50.
|
15
|
+
field :catch_up, T.nilable(::GustoEmbedded::Shared::CatchUp), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('catch_up') } }
|
16
|
+
# The maximum company contribution amount per year. A null value signifies no limit.
|
17
|
+
field :company_contribution_annual_maximum, T.nilable(::GustoEmbedded::Shared::CompanyContributionAnnualMaximum), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('company_contribution_annual_maximum') } }
|
18
|
+
# An object representing the type and value of the company contribution.
|
19
|
+
field :contribution, T.nilable(::GustoEmbedded::Shared::BenefitTypeRequirementsContribution), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('contribution') } }
|
20
|
+
# The amount that the employee is insured for. Note: company contribution cannot be present if coverage amount is set.
|
21
|
+
field :coverage_amount, T.nilable(::GustoEmbedded::Shared::CoverageAmount), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('coverage_amount') } }
|
22
|
+
# The coverage amount as a multiple of the employee's salary. Only applicable for Group Term Life benefits. Note: cannot be set if coverage amount is also set.
|
23
|
+
field :coverage_salary_multiplier, T.nilable(::GustoEmbedded::Shared::CoverageSalaryMultiplier), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('coverage_salary_multiplier') } }
|
24
|
+
# Whether the employee deduction amount should be treated as a percentage to be deducted from each payroll.
|
25
|
+
field :deduct_as_percentage, T.nilable(::GustoEmbedded::Shared::DeductAsPercentage), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('deduct_as_percentage') } }
|
26
|
+
# The amount to be deducted, per pay period, from the employee's pay.
|
27
|
+
field :employee_deduction, T.nilable(::GustoEmbedded::Shared::EmployeeDeduction), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('employee_deduction') } }
|
28
|
+
# Some benefits require additional information to determine their limit. For example, for an HSA benefit, the limit option should be either 'Family' or 'Individual'. For a Dependent Care FSA benefit, the limit option should be either 'Joint Filing or Single' or 'Married and Filing Separately'.
|
29
|
+
field :limit_option, T.nilable(::GustoEmbedded::Shared::LimitOption), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('limit_option') } }
|
30
|
+
|
31
|
+
|
32
|
+
sig { params(catch_up: T.nilable(::GustoEmbedded::Shared::CatchUp), company_contribution_annual_maximum: T.nilable(::GustoEmbedded::Shared::CompanyContributionAnnualMaximum), contribution: T.nilable(::GustoEmbedded::Shared::BenefitTypeRequirementsContribution), coverage_amount: T.nilable(::GustoEmbedded::Shared::CoverageAmount), coverage_salary_multiplier: T.nilable(::GustoEmbedded::Shared::CoverageSalaryMultiplier), deduct_as_percentage: T.nilable(::GustoEmbedded::Shared::DeductAsPercentage), employee_deduction: T.nilable(::GustoEmbedded::Shared::EmployeeDeduction), limit_option: T.nilable(::GustoEmbedded::Shared::LimitOption)).void }
|
33
|
+
def initialize(catch_up: nil, company_contribution_annual_maximum: nil, contribution: nil, coverage_amount: nil, coverage_salary_multiplier: nil, deduct_as_percentage: nil, employee_deduction: nil, limit_option: nil)
|
34
|
+
@catch_up = catch_up
|
35
|
+
@company_contribution_annual_maximum = company_contribution_annual_maximum
|
36
|
+
@contribution = contribution
|
37
|
+
@coverage_amount = coverage_amount
|
38
|
+
@coverage_salary_multiplier = coverage_salary_multiplier
|
39
|
+
@deduct_as_percentage = deduct_as_percentage
|
40
|
+
@employee_deduction = employee_deduction
|
41
|
+
@limit_option = limit_option
|
42
|
+
end
|
43
|
+
end
|
44
|
+
end
|
45
|
+
end
|