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
data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_locations_requestbody.rb
ADDED
@@ -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 Operations
|
9
|
+
|
10
|
+
# Create a company location.
|
11
|
+
class PostV1CompaniesCompanyIdLocationsRequestBody < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
|
15
|
+
field :city, ::String, { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('city') } }
|
16
|
+
|
17
|
+
field :phone_number, ::String, { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('phone_number') } }
|
18
|
+
|
19
|
+
field :state, ::String, { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('state') } }
|
20
|
+
|
21
|
+
field :street_1, ::String, { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('street_1') } }
|
22
|
+
|
23
|
+
field :zip, ::String, { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('zip') } }
|
24
|
+
# Specify if this location is the company's filing address.
|
25
|
+
field :filing_address, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('filing_address') } }
|
26
|
+
# Specify if this location is the company's mailing address.
|
27
|
+
field :mailing_address, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('mailing_address') } }
|
28
|
+
|
29
|
+
field :street_2, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('street_2') } }
|
30
|
+
|
31
|
+
|
32
|
+
sig { params(city: ::String, phone_number: ::String, state: ::String, street_1: ::String, zip: ::String, filing_address: T.nilable(T::Boolean), mailing_address: T.nilable(T::Boolean), street_2: T.nilable(::String)).void }
|
33
|
+
def initialize(city: nil, phone_number: nil, state: nil, street_1: nil, zip: nil, filing_address: nil, mailing_address: nil, street_2: nil)
|
34
|
+
@city = city
|
35
|
+
@phone_number = phone_number
|
36
|
+
@state = state
|
37
|
+
@street_1 = street_1
|
38
|
+
@zip = zip
|
39
|
+
@filing_address = filing_address
|
40
|
+
@mailing_address = mailing_address
|
41
|
+
@street_2 = street_2
|
42
|
+
end
|
43
|
+
end
|
44
|
+
end
|
45
|
+
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 Operations
|
9
|
+
|
10
|
+
|
11
|
+
class PostV1CompaniesCompanyIdLocationsResponse < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# HTTP response content type for this operation
|
15
|
+
field :content_type, ::String
|
16
|
+
# Raw HTTP response; suitable for custom response parsing
|
17
|
+
field :raw_response, ::Faraday::Response
|
18
|
+
# HTTP response status code for this operation
|
19
|
+
field :status_code, ::Integer
|
20
|
+
# Example response
|
21
|
+
field :location, T.nilable(::GustoEmbedded::Shared::Location)
|
22
|
+
# Unprocessable Entity
|
23
|
+
#
|
24
|
+
# This may happen when the body of your request contains errors such as `invalid_attribute_value`, or the request fails due to an `invalid_operation`. See the [Errors Categories](https://docs.gusto.com/embedded-payroll/docs/error-categories) guide for more details.
|
25
|
+
#
|
26
|
+
field :unprocessable_entity_error_object, T.nilable(::GustoEmbedded::Shared::UnprocessableEntityErrorObject)
|
27
|
+
|
28
|
+
|
29
|
+
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, location: T.nilable(::GustoEmbedded::Shared::Location), unprocessable_entity_error_object: T.nilable(::GustoEmbedded::Shared::UnprocessableEntityErrorObject)).void }
|
30
|
+
def initialize(content_type: nil, raw_response: nil, status_code: nil, location: nil, unprocessable_entity_error_object: nil)
|
31
|
+
@content_type = content_type
|
32
|
+
@raw_response = raw_response
|
33
|
+
@status_code = status_code
|
34
|
+
@location = location
|
35
|
+
@unprocessable_entity_error_object = unprocessable_entity_error_object
|
36
|
+
end
|
37
|
+
end
|
38
|
+
end
|
39
|
+
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 Operations
|
9
|
+
|
10
|
+
|
11
|
+
class PostV1CompaniesCompanyIdPaySchedulesAssignRequest < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# The UUID of the company
|
15
|
+
field :company_id, ::String, { 'path_param': { 'field_name': 'company_id', 'style': 'simple', 'explode': false } }
|
16
|
+
|
17
|
+
field :pay_schedule_assignment_body, ::GustoEmbedded::Shared::PayScheduleAssignmentBody, { 'request': { 'media_type': 'application/json' } }
|
18
|
+
# Determines the date-based API version associated with your API call. If none is provided, your application's [minimum API version](https://docs.gusto.com/embedded-payroll/docs/api-versioning#minimum-api-version) is used.
|
19
|
+
field :x_gusto_api_version, T.nilable(::GustoEmbedded::Shared::VersionHeader), { 'header': { 'field_name': 'X-Gusto-API-Version', 'style': 'simple', 'explode': false } }
|
20
|
+
|
21
|
+
|
22
|
+
sig { params(company_id: ::String, pay_schedule_assignment_body: ::GustoEmbedded::Shared::PayScheduleAssignmentBody, x_gusto_api_version: T.nilable(::GustoEmbedded::Shared::VersionHeader)).void }
|
23
|
+
def initialize(company_id: nil, pay_schedule_assignment_body: nil, x_gusto_api_version: nil)
|
24
|
+
@company_id = company_id
|
25
|
+
@pay_schedule_assignment_body = pay_schedule_assignment_body
|
26
|
+
@x_gusto_api_version = x_gusto_api_version
|
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 Operations
|
9
|
+
|
10
|
+
|
11
|
+
class PostV1CompaniesCompanyIdPaySchedulesAssignResponse < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# HTTP response content type for this operation
|
15
|
+
field :content_type, ::String
|
16
|
+
# Raw HTTP response; suitable for custom response parsing
|
17
|
+
field :raw_response, ::Faraday::Response
|
18
|
+
# HTTP response status code for this operation
|
19
|
+
field :status_code, ::Integer
|
20
|
+
# Unprocessable Entity
|
21
|
+
#
|
22
|
+
# This may happen when the body of your request contains errors such as `invalid_attribute_value`, or the request fails due to an `invalid_operation`. See the [Errors Categories](https://docs.gusto.com/embedded-payroll/docs/error-categories) guide for more details.
|
23
|
+
#
|
24
|
+
field :unprocessable_entity_error_object, T.nilable(::GustoEmbedded::Shared::UnprocessableEntityErrorObject)
|
25
|
+
|
26
|
+
|
27
|
+
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, unprocessable_entity_error_object: T.nilable(::GustoEmbedded::Shared::UnprocessableEntityErrorObject)).void }
|
28
|
+
def initialize(content_type: nil, raw_response: nil, status_code: nil, unprocessable_entity_error_object: nil)
|
29
|
+
@content_type = content_type
|
30
|
+
@raw_response = raw_response
|
31
|
+
@status_code = status_code
|
32
|
+
@unprocessable_entity_error_object = unprocessable_entity_error_object
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
36
|
+
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 Operations
|
9
|
+
|
10
|
+
|
11
|
+
class PostV1CompaniesCompanyIdPaySchedulesAssignmentPreviewRequest < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# The UUID of the company
|
15
|
+
field :company_id, ::String, { 'path_param': { 'field_name': 'company_id', 'style': 'simple', 'explode': false } }
|
16
|
+
|
17
|
+
field :pay_schedule_assignment_body, ::GustoEmbedded::Shared::PayScheduleAssignmentBody, { 'request': { 'media_type': 'application/json' } }
|
18
|
+
# Determines the date-based API version associated with your API call. If none is provided, your application's [minimum API version](https://docs.gusto.com/embedded-payroll/docs/api-versioning#minimum-api-version) is used.
|
19
|
+
field :x_gusto_api_version, T.nilable(::GustoEmbedded::Shared::VersionHeader), { 'header': { 'field_name': 'X-Gusto-API-Version', 'style': 'simple', 'explode': false } }
|
20
|
+
|
21
|
+
|
22
|
+
sig { params(company_id: ::String, pay_schedule_assignment_body: ::GustoEmbedded::Shared::PayScheduleAssignmentBody, x_gusto_api_version: T.nilable(::GustoEmbedded::Shared::VersionHeader)).void }
|
23
|
+
def initialize(company_id: nil, pay_schedule_assignment_body: nil, x_gusto_api_version: nil)
|
24
|
+
@company_id = company_id
|
25
|
+
@pay_schedule_assignment_body = pay_schedule_assignment_body
|
26
|
+
@x_gusto_api_version = x_gusto_api_version
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
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 Operations
|
9
|
+
|
10
|
+
|
11
|
+
class PostV1CompaniesCompanyIdPaySchedulesAssignmentPreviewResponse < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# HTTP response content type for this operation
|
15
|
+
field :content_type, ::String
|
16
|
+
# Raw HTTP response; suitable for custom response parsing
|
17
|
+
field :raw_response, ::Faraday::Response
|
18
|
+
# HTTP response status code for this operation
|
19
|
+
field :status_code, ::Integer
|
20
|
+
# Example response
|
21
|
+
field :pay_schedule_assignment_preview, T.nilable(::GustoEmbedded::Shared::PayScheduleAssignmentPreview)
|
22
|
+
# Unprocessable Entity
|
23
|
+
#
|
24
|
+
# This may happen when the body of your request contains errors such as `invalid_attribute_value`, or the request fails due to an `invalid_operation`. See the [Errors Categories](https://docs.gusto.com/embedded-payroll/docs/error-categories) guide for more details.
|
25
|
+
#
|
26
|
+
field :unprocessable_entity_error_object, T.nilable(::GustoEmbedded::Shared::UnprocessableEntityErrorObject)
|
27
|
+
|
28
|
+
|
29
|
+
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, pay_schedule_assignment_preview: T.nilable(::GustoEmbedded::Shared::PayScheduleAssignmentPreview), unprocessable_entity_error_object: T.nilable(::GustoEmbedded::Shared::UnprocessableEntityErrorObject)).void }
|
30
|
+
def initialize(content_type: nil, raw_response: nil, status_code: nil, pay_schedule_assignment_preview: nil, unprocessable_entity_error_object: nil)
|
31
|
+
@content_type = content_type
|
32
|
+
@raw_response = raw_response
|
33
|
+
@status_code = status_code
|
34
|
+
@pay_schedule_assignment_preview = pay_schedule_assignment_preview
|
35
|
+
@unprocessable_entity_error_object = unprocessable_entity_error_object
|
36
|
+
end
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_pay_schedules_request.rb
ADDED
@@ -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 Operations
|
9
|
+
|
10
|
+
|
11
|
+
class PostV1CompaniesCompanyIdPaySchedulesRequest < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# The UUID of the company
|
15
|
+
field :company_id, ::String, { 'path_param': { 'field_name': 'company_id', 'style': 'simple', 'explode': false } }
|
16
|
+
|
17
|
+
field :request_body, ::GustoEmbedded::Operations::PostV1CompaniesCompanyIdPaySchedulesRequestBody, { 'request': { 'media_type': 'application/json' } }
|
18
|
+
# Determines the date-based API version associated with your API call. If none is provided, your application's [minimum API version](https://docs.gusto.com/embedded-payroll/docs/api-versioning#minimum-api-version) is used.
|
19
|
+
field :x_gusto_api_version, T.nilable(::GustoEmbedded::Shared::VersionHeader), { 'header': { 'field_name': 'X-Gusto-API-Version', 'style': 'simple', 'explode': false } }
|
20
|
+
|
21
|
+
|
22
|
+
sig { params(company_id: ::String, request_body: ::GustoEmbedded::Operations::PostV1CompaniesCompanyIdPaySchedulesRequestBody, x_gusto_api_version: T.nilable(::GustoEmbedded::Shared::VersionHeader)).void }
|
23
|
+
def initialize(company_id: nil, request_body: nil, x_gusto_api_version: nil)
|
24
|
+
@company_id = company_id
|
25
|
+
@request_body = request_body
|
26
|
+
@x_gusto_api_version = x_gusto_api_version
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_pay_schedules_requestbody.rb
ADDED
@@ -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 Operations
|
9
|
+
|
10
|
+
|
11
|
+
class PostV1CompaniesCompanyIdPaySchedulesRequestBody < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# The last date of the first pay period. This can be the same date as the anchor pay date.
|
15
|
+
field :anchor_end_of_pay_period, ::String, { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('anchor_end_of_pay_period') } }
|
16
|
+
# The first date that employees on this pay schedule are paid with Gusto.
|
17
|
+
field :anchor_pay_date, ::String, { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('anchor_pay_date') } }
|
18
|
+
# The frequency that employees on this pay schedule are paid with Gusto.
|
19
|
+
field :frequency, ::GustoEmbedded::Operations::Frequency, { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('frequency'), 'decoder': Utils.enum_from_string(::GustoEmbedded::Operations::Frequency, false) } }
|
20
|
+
# A custom pay schedule name, defaults to the pay frequency description.
|
21
|
+
field :custom_name, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('custom_name') } }
|
22
|
+
# An integer between 1 and 31 indicating the first day of the month that employees are paid. This field is only relevant for pay schedules with the “Twice per month” and “Monthly” frequencies. It will be null for pay schedules with other frequencies.
|
23
|
+
field :day_1, T.nilable(::Integer), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('day_1') } }
|
24
|
+
# An integer between 1 and 31 indicating the second day of the month that employees are paid. This field is the second pay date for pay schedules with the "Twice per month" frequency. For semi-monthly pay schedules, set this field to 31. For months shorter than 31 days, we will set the second pay date to the last day of the month. It will be null for pay schedules with other frequencies.
|
25
|
+
field :day_2, T.nilable(::Integer), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('day_2') } }
|
26
|
+
|
27
|
+
|
28
|
+
sig { params(anchor_end_of_pay_period: ::String, anchor_pay_date: ::String, frequency: ::GustoEmbedded::Operations::Frequency, custom_name: T.nilable(::String), day_1: T.nilable(::Integer), day_2: T.nilable(::Integer)).void }
|
29
|
+
def initialize(anchor_end_of_pay_period: nil, anchor_pay_date: nil, frequency: nil, custom_name: nil, day_1: nil, day_2: nil)
|
30
|
+
@anchor_end_of_pay_period = anchor_end_of_pay_period
|
31
|
+
@anchor_pay_date = anchor_pay_date
|
32
|
+
@frequency = frequency
|
33
|
+
@custom_name = custom_name
|
34
|
+
@day_1 = day_1
|
35
|
+
@day_2 = day_2
|
36
|
+
end
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_pay_schedules_response.rb
ADDED
@@ -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 Operations
|
9
|
+
|
10
|
+
|
11
|
+
class PostV1CompaniesCompanyIdPaySchedulesResponse < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# HTTP response content type for this operation
|
15
|
+
field :content_type, ::String
|
16
|
+
# Raw HTTP response; suitable for custom response parsing
|
17
|
+
field :raw_response, ::Faraday::Response
|
18
|
+
# HTTP response status code for this operation
|
19
|
+
field :status_code, ::Integer
|
20
|
+
# Example response
|
21
|
+
field :pay_schedule_create_update, T.nilable(::GustoEmbedded::Shared::PayScheduleCreateUpdate)
|
22
|
+
# Unprocessable Entity
|
23
|
+
#
|
24
|
+
# This may happen when the body of your request contains errors such as `invalid_attribute_value`, or the request fails due to an `invalid_operation`. See the [Errors Categories](https://docs.gusto.com/embedded-payroll/docs/error-categories) guide for more details.
|
25
|
+
#
|
26
|
+
field :unprocessable_entity_error_object, T.nilable(::GustoEmbedded::Shared::UnprocessableEntityErrorObject)
|
27
|
+
|
28
|
+
|
29
|
+
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, pay_schedule_create_update: T.nilable(::GustoEmbedded::Shared::PayScheduleCreateUpdate), unprocessable_entity_error_object: T.nilable(::GustoEmbedded::Shared::UnprocessableEntityErrorObject)).void }
|
30
|
+
def initialize(content_type: nil, raw_response: nil, status_code: nil, pay_schedule_create_update: nil, unprocessable_entity_error_object: nil)
|
31
|
+
@content_type = content_type
|
32
|
+
@raw_response = raw_response
|
33
|
+
@status_code = status_code
|
34
|
+
@pay_schedule_create_update = pay_schedule_create_update
|
35
|
+
@unprocessable_entity_error_object = unprocessable_entity_error_object
|
36
|
+
end
|
37
|
+
end
|
38
|
+
end
|
39
|
+
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 Operations
|
9
|
+
|
10
|
+
|
11
|
+
class PostV1CompaniesCompanyIdPayrollsRequest < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# The UUID of the company
|
15
|
+
field :company_id, ::String, { 'path_param': { 'field_name': 'company_id', 'style': 'simple', 'explode': false } }
|
16
|
+
|
17
|
+
field :request_body, ::GustoEmbedded::Operations::PostV1CompaniesCompanyIdPayrollsRequestBody, { 'request': { 'media_type': 'application/json' } }
|
18
|
+
# Determines the date-based API version associated with your API call. If none is provided, your application's [minimum API version](https://docs.gusto.com/embedded-payroll/docs/api-versioning#minimum-api-version) is used.
|
19
|
+
field :x_gusto_api_version, T.nilable(::GustoEmbedded::Shared::VersionHeader), { 'header': { 'field_name': 'X-Gusto-API-Version', 'style': 'simple', 'explode': false } }
|
20
|
+
|
21
|
+
|
22
|
+
sig { params(company_id: ::String, request_body: ::GustoEmbedded::Operations::PostV1CompaniesCompanyIdPayrollsRequestBody, x_gusto_api_version: T.nilable(::GustoEmbedded::Shared::VersionHeader)).void }
|
23
|
+
def initialize(company_id: nil, request_body: nil, x_gusto_api_version: nil)
|
24
|
+
@company_id = company_id
|
25
|
+
@request_body = request_body
|
26
|
+
@x_gusto_api_version = x_gusto_api_version
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
data/lib/gusto_embedded/models/operations/post_v1_companies_company_id_payrolls_requestbody.rb
ADDED
@@ -0,0 +1,51 @@
|
|
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 Operations
|
9
|
+
|
10
|
+
|
11
|
+
class PostV1CompaniesCompanyIdPayrollsRequestBody < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# Pay period end date.
|
15
|
+
field :end_date, ::String, { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('end_date') } }
|
16
|
+
# Whether it is an off cycle payroll.
|
17
|
+
field :off_cycle, T::Boolean, { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('off_cycle') } }
|
18
|
+
# An off cycle payroll reason. Select one from the following list.
|
19
|
+
field :off_cycle_reason, ::GustoEmbedded::Operations::OffCycleReason, { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('off_cycle_reason'), 'decoder': Utils.enum_from_string(::GustoEmbedded::Operations::OffCycleReason, false) } }
|
20
|
+
# Pay period start date.
|
21
|
+
field :start_date, ::String, { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('start_date') } }
|
22
|
+
# Payment date.
|
23
|
+
field :check_date, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('check_date') } }
|
24
|
+
# A list of employee uuids to include on the payroll.
|
25
|
+
field :employee_uuids, T.nilable(T::Array[::String]), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('employee_uuids') } }
|
26
|
+
# Enable taxes to be withheld at the IRS's required rate of 22% for federal income taxes. State income taxes will be taxed at the state's supplemental tax rate. Otherwise, we'll sum the entirety of the employee's wages and withhold taxes on the entire amount at the rate for regular wages.
|
27
|
+
field :fixed_withholding_rate, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('fixed_withholding_rate') } }
|
28
|
+
# A pay schedule is required for transition from old pay schedule payroll to identify the matching transition pay period.
|
29
|
+
field :pay_schedule_uuid, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('pay_schedule_uuid') } }
|
30
|
+
# Block regular deductions and contributions for this payroll.
|
31
|
+
field :skip_regular_deductions, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('skip_regular_deductions') } }
|
32
|
+
# The payment schedule tax rate the payroll is based on.
|
33
|
+
field :withholding_pay_period, T.nilable(::GustoEmbedded::Operations::WithholdingPayPeriod), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('withholding_pay_period'), 'decoder': Utils.enum_from_string(::GustoEmbedded::Operations::WithholdingPayPeriod, true) } }
|
34
|
+
|
35
|
+
|
36
|
+
sig { params(end_date: ::String, off_cycle: T::Boolean, off_cycle_reason: ::GustoEmbedded::Operations::OffCycleReason, start_date: ::String, check_date: T.nilable(::String), employee_uuids: T.nilable(T::Array[::String]), fixed_withholding_rate: T.nilable(T::Boolean), pay_schedule_uuid: T.nilable(::String), skip_regular_deductions: T.nilable(T::Boolean), withholding_pay_period: T.nilable(::GustoEmbedded::Operations::WithholdingPayPeriod)).void }
|
37
|
+
def initialize(end_date: nil, off_cycle: nil, off_cycle_reason: nil, start_date: nil, check_date: nil, employee_uuids: nil, fixed_withholding_rate: nil, pay_schedule_uuid: nil, skip_regular_deductions: nil, withholding_pay_period: nil)
|
38
|
+
@end_date = end_date
|
39
|
+
@off_cycle = off_cycle
|
40
|
+
@off_cycle_reason = off_cycle_reason
|
41
|
+
@start_date = start_date
|
42
|
+
@check_date = check_date
|
43
|
+
@employee_uuids = employee_uuids
|
44
|
+
@fixed_withholding_rate = fixed_withholding_rate
|
45
|
+
@pay_schedule_uuid = pay_schedule_uuid
|
46
|
+
@skip_regular_deductions = skip_regular_deductions
|
47
|
+
@withholding_pay_period = withholding_pay_period
|
48
|
+
end
|
49
|
+
end
|
50
|
+
end
|
51
|
+
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 Operations
|
9
|
+
|
10
|
+
|
11
|
+
class PostV1CompaniesCompanyIdPayrollsResponse < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# HTTP response content type for this operation
|
15
|
+
field :content_type, ::String
|
16
|
+
# Raw HTTP response; suitable for custom response parsing
|
17
|
+
field :raw_response, ::Faraday::Response
|
18
|
+
# HTTP response status code for this operation
|
19
|
+
field :status_code, ::Integer
|
20
|
+
# An off-cycle payroll
|
21
|
+
field :payroll_prepared, T.nilable(::GustoEmbedded::Shared::PayrollPrepared)
|
22
|
+
# Unprocessable Entity
|
23
|
+
#
|
24
|
+
# This may happen when the body of your request contains errors such as `invalid_attribute_value`, or the request fails due to an `invalid_operation`. See the [Errors Categories](https://docs.gusto.com/embedded-payroll/docs/error-categories) guide for more details.
|
25
|
+
#
|
26
|
+
field :unprocessable_entity_error_object, T.nilable(::GustoEmbedded::Shared::UnprocessableEntityErrorObject)
|
27
|
+
|
28
|
+
|
29
|
+
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, payroll_prepared: T.nilable(::GustoEmbedded::Shared::PayrollPrepared), unprocessable_entity_error_object: T.nilable(::GustoEmbedded::Shared::UnprocessableEntityErrorObject)).void }
|
30
|
+
def initialize(content_type: nil, raw_response: nil, status_code: nil, payroll_prepared: nil, unprocessable_entity_error_object: nil)
|
31
|
+
@content_type = content_type
|
32
|
+
@raw_response = raw_response
|
33
|
+
@status_code = status_code
|
34
|
+
@payroll_prepared = payroll_prepared
|
35
|
+
@unprocessable_entity_error_object = unprocessable_entity_error_object
|
36
|
+
end
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
data/lib/gusto_embedded/models/operations/post_v1_companies_company_uuid_contractors_request.rb
ADDED
@@ -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 Operations
|
9
|
+
|
10
|
+
|
11
|
+
class PostV1CompaniesCompanyUuidContractorsRequest < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# The UUID of the company
|
15
|
+
field :company_uuid, ::String, { 'path_param': { 'field_name': 'company_uuid', 'style': 'simple', 'explode': false } }
|
16
|
+
# Create an individual or business contractor.
|
17
|
+
field :request_body, ::GustoEmbedded::Operations::PostV1CompaniesCompanyUuidContractorsRequestBody, { 'request': { 'media_type': 'application/json' } }
|
18
|
+
# Determines the date-based API version associated with your API call. If none is provided, your application's [minimum API version](https://docs.gusto.com/embedded-payroll/docs/api-versioning#minimum-api-version) is used.
|
19
|
+
field :x_gusto_api_version, T.nilable(::GustoEmbedded::Shared::VersionHeader), { 'header': { 'field_name': 'X-Gusto-API-Version', 'style': 'simple', 'explode': false } }
|
20
|
+
|
21
|
+
|
22
|
+
sig { params(company_uuid: ::String, request_body: ::GustoEmbedded::Operations::PostV1CompaniesCompanyUuidContractorsRequestBody, x_gusto_api_version: T.nilable(::GustoEmbedded::Shared::VersionHeader)).void }
|
23
|
+
def initialize(company_uuid: nil, request_body: nil, x_gusto_api_version: nil)
|
24
|
+
@company_uuid = company_uuid
|
25
|
+
@request_body = request_body
|
26
|
+
@x_gusto_api_version = x_gusto_api_version
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
data/lib/gusto_embedded/models/operations/post_v1_companies_company_uuid_contractors_requestbody.rb
ADDED
@@ -0,0 +1,78 @@
|
|
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 Operations
|
9
|
+
|
10
|
+
# Create an individual or business contractor.
|
11
|
+
class PostV1CompaniesCompanyUuidContractorsRequestBody < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# The day when the contractor will start working for the company.
|
15
|
+
#
|
16
|
+
field :start_date, ::String, { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('start_date') } }
|
17
|
+
# The contractor type.
|
18
|
+
field :type, ::GustoEmbedded::Operations::PostV1CompaniesCompanyUuidContractorsType, { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('type'), 'decoder': Utils.enum_from_string(::GustoEmbedded::Operations::PostV1CompaniesCompanyUuidContractorsType, false) } }
|
19
|
+
# The contractor’s wage type.
|
20
|
+
#
|
21
|
+
field :wage_type, ::GustoEmbedded::Operations::WageType, { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('wage_type'), 'decoder': Utils.enum_from_string(::GustoEmbedded::Operations::WageType, false) } }
|
22
|
+
# The name of the contractor business. This attribute is required for `Business` contractors and will be ignored for `Individual` contractors.
|
23
|
+
field :business_name, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('business_name') } }
|
24
|
+
# The employer identification number of the contractor business.
|
25
|
+
# This attribute is optional for `Business` contractors and will be ignored for `Individual` contractors.
|
26
|
+
field :ein, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('ein') } }
|
27
|
+
# The contractor’s email address.
|
28
|
+
field :email, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('email') } }
|
29
|
+
# The boolean flag indicating whether Gusto will file a new hire report for the contractor.
|
30
|
+
# This attribute is optional for `Individual` contractors and will be ignored for `Business` contractors.
|
31
|
+
field :file_new_hire_report, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('file_new_hire_report') } }
|
32
|
+
# The contractor’s first name.
|
33
|
+
# This attribute is required for `Individual` contractors and will be ignored for `Business` contractors.
|
34
|
+
field :first_name, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('first_name') } }
|
35
|
+
# The contractor’s hourly rate. This attribute is required if the wage_type is `Hourly`.
|
36
|
+
field :hourly_rate, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('hourly_rate') } }
|
37
|
+
# The status of the contractor. If the contractor's start date is in the future, updating this field to true means we are setting the start date to today.
|
38
|
+
field :is_active, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('is_active') } }
|
39
|
+
# The contractor’s last name.
|
40
|
+
# This attribute is required for `Individual` contractors and will be ignored for `Business` contractors.
|
41
|
+
field :last_name, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('last_name') } }
|
42
|
+
# The contractor’s middle initial.
|
43
|
+
# This attribute is optional for `Individual` contractors and will be ignored for `Business` contractors.
|
44
|
+
field :middle_initial, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('middle_initial') } }
|
45
|
+
# Whether the contractor or the payroll admin will complete onboarding in Gusto.
|
46
|
+
# Self-onboarding is recommended so that contractors receive Gusto accounts.
|
47
|
+
# If self_onboarding is true, then email is required.
|
48
|
+
field :self_onboarding, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('self_onboarding') } }
|
49
|
+
# This attribute is optional for `Individual` contractors and will be ignored for `Business` contractors.
|
50
|
+
# Social security number is needed to file the annual 1099 tax form.
|
51
|
+
field :ssn, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('ssn') } }
|
52
|
+
# State where the contractor will be conducting the majority of their work for the company.
|
53
|
+
# This value is used when generating the new hire report.
|
54
|
+
# This attribute is required for `Individual` contractors if `file_new_hire_report` is true and will be ignored for `Business` contractors.
|
55
|
+
field :work_state, T.nilable(::String), { 'format_json': { 'letter_case': ::GustoEmbedded::Utils.field_name('work_state') } }
|
56
|
+
|
57
|
+
|
58
|
+
sig { params(start_date: ::String, type: ::GustoEmbedded::Operations::PostV1CompaniesCompanyUuidContractorsType, wage_type: ::GustoEmbedded::Operations::WageType, business_name: T.nilable(::String), ein: T.nilable(::String), email: T.nilable(::String), file_new_hire_report: T.nilable(T::Boolean), first_name: T.nilable(::String), hourly_rate: T.nilable(::String), is_active: T.nilable(T::Boolean), last_name: T.nilable(::String), middle_initial: T.nilable(::String), self_onboarding: T.nilable(T::Boolean), ssn: T.nilable(::String), work_state: T.nilable(::String)).void }
|
59
|
+
def initialize(start_date: nil, type: nil, wage_type: nil, business_name: nil, ein: nil, email: nil, file_new_hire_report: nil, first_name: nil, hourly_rate: nil, is_active: nil, last_name: nil, middle_initial: nil, self_onboarding: nil, ssn: nil, work_state: nil)
|
60
|
+
@start_date = start_date
|
61
|
+
@type = type
|
62
|
+
@wage_type = wage_type
|
63
|
+
@business_name = business_name
|
64
|
+
@ein = ein
|
65
|
+
@email = email
|
66
|
+
@file_new_hire_report = file_new_hire_report
|
67
|
+
@first_name = first_name
|
68
|
+
@hourly_rate = hourly_rate
|
69
|
+
@is_active = is_active
|
70
|
+
@last_name = last_name
|
71
|
+
@middle_initial = middle_initial
|
72
|
+
@self_onboarding = self_onboarding
|
73
|
+
@ssn = ssn
|
74
|
+
@work_state = work_state
|
75
|
+
end
|
76
|
+
end
|
77
|
+
end
|
78
|
+
end
|
data/lib/gusto_embedded/models/operations/post_v1_companies_company_uuid_contractors_response.rb
ADDED
@@ -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 Operations
|
9
|
+
|
10
|
+
|
11
|
+
class PostV1CompaniesCompanyUuidContractorsResponse < ::Crystalline::FieldAugmented
|
12
|
+
extend T::Sig
|
13
|
+
|
14
|
+
# HTTP response content type for this operation
|
15
|
+
field :content_type, ::String
|
16
|
+
# Raw HTTP response; suitable for custom response parsing
|
17
|
+
field :raw_response, ::Faraday::Response
|
18
|
+
# HTTP response status code for this operation
|
19
|
+
field :status_code, ::Integer
|
20
|
+
# Example response
|
21
|
+
field :contractor, T.nilable(::GustoEmbedded::Shared::Contractor)
|
22
|
+
# Unprocessable Entity
|
23
|
+
#
|
24
|
+
# This may happen when the body of your request contains errors such as `invalid_attribute_value`, or the request fails due to an `invalid_operation`. See the [Errors Categories](https://docs.gusto.com/embedded-payroll/docs/error-categories) guide for more details.
|
25
|
+
#
|
26
|
+
field :unprocessable_entity_error_object, T.nilable(::GustoEmbedded::Shared::UnprocessableEntityErrorObject)
|
27
|
+
|
28
|
+
|
29
|
+
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, contractor: T.nilable(::GustoEmbedded::Shared::Contractor), unprocessable_entity_error_object: T.nilable(::GustoEmbedded::Shared::UnprocessableEntityErrorObject)).void }
|
30
|
+
def initialize(content_type: nil, raw_response: nil, status_code: nil, contractor: nil, unprocessable_entity_error_object: nil)
|
31
|
+
@content_type = content_type
|
32
|
+
@raw_response = raw_response
|
33
|
+
@status_code = status_code
|
34
|
+
@contractor = contractor
|
35
|
+
@unprocessable_entity_error_object = unprocessable_entity_error_object
|
36
|
+
end
|
37
|
+
end
|
38
|
+
end
|
39
|
+
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 Operations
|
9
|
+
|
10
|
+
# PostV1CompaniesCompanyUuidContractorsType - The contractor type.
|
11
|
+
class PostV1CompaniesCompanyUuidContractorsType < T::Enum
|
12
|
+
enums do
|
13
|
+
INDIVIDUAL = new('Individual')
|
14
|
+
BUSINESS = new('Business')
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|