stackone_client 0.4.1 → 0.5.1
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 +4 -4
- data/lib/stack_one/accounts.rb +10 -0
- data/lib/stack_one/ats.rb +132 -8
- data/lib/stack_one/connect_sessions.rb +4 -0
- data/lib/stack_one/connectors.rb +4 -0
- data/lib/stack_one/crm.rb +20 -0
- data/lib/stack_one/hris.rb +100 -6
- data/lib/stack_one/iam.rb +16 -0
- data/lib/stack_one/lms.rb +105 -0
- data/lib/stack_one/marketing.rb +52 -0
- data/lib/stack_one/models/operations/ats_create_application_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_create_background_check_package_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_create_candidate_note_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_create_candidate_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_create_job_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_create_offer_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_download_application_document_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_application_custom_field_definition_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_application_document_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_application_offer_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_application_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_application_scheduled_interview_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_application_scorecard_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_assessments_package_response.rb +7 -4
- data/lib/stack_one/models/operations/ats_get_assessments_request_response.rb +7 -4
- data/lib/stack_one/models/operations/ats_get_assessments_result_response.rb +7 -4
- data/lib/stack_one/models/operations/ats_get_background_check_package_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_background_check_request_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_background_check_result_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_candidate_custom_field_definition_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_candidate_note_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_candidate_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_department_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_interview_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_interview_stage_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_job_custom_field_definition_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_job_posting_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_job_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_list_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_location_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_offer_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_rejected_reason_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_user_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_application_custom_field_definitions_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_application_documents_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_application_scorecards_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_applications_offers_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_applications_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_applications_scheduled_interviews_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_assessments_packages_response.rb +7 -4
- data/lib/stack_one/models/operations/ats_list_background_check_packages_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_background_check_request_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_candidate_custom_field_definitions_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_candidate_notes_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_candidates_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_departments_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_interview_stages_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_interviews_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_job_custom_field_definitions_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_job_postings_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_jobs_queryparam_filter.rb +7 -2
- data/lib/stack_one/models/operations/ats_list_jobs_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_lists_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_locations_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_offers_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_rejected_reasons_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_users_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_move_application_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_reject_application_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_update_application_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_update_candidate_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_update_job_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_upload_application_document_response.rb +5 -2
- data/lib/stack_one/models/operations/create_response.rb +5 -2
- data/lib/stack_one/models/operations/crm_create_contact_response.rb +5 -2
- data/lib/stack_one/models/operations/crm_get_account_response.rb +5 -2
- data/lib/stack_one/models/operations/crm_get_contact_custom_field_definition_response.rb +5 -2
- data/lib/stack_one/models/operations/crm_get_contact_response.rb +5 -2
- data/lib/stack_one/models/operations/crm_get_list_response.rb +5 -2
- data/lib/stack_one/models/operations/crm_list_accounts_response.rb +5 -2
- data/lib/stack_one/models/operations/crm_list_contact_custom_field_definitions_response.rb +5 -2
- data/lib/stack_one/models/operations/crm_list_contacts_response.rb +5 -2
- data/lib/stack_one/models/operations/crm_list_lists_response.rb +5 -2
- data/lib/stack_one/models/operations/crm_update_contact_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_batch_upload_employee_document_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_create_employee_employment_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_create_employee_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_create_employee_time_off_request_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_create_employee_work_eligibility_request_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_create_time_off_request_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_download_employee_document_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_benefit_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_company_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_cost_center_group_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_department_group_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_employee_custom_field_definition_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_employee_document_category_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_employee_document_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_employee_employment_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_employee_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_employees_time_off_request_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_employees_work_eligibility_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_employment_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_group_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_job_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_location_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_time_off_request_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_time_off_type_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_benefits_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_companies_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_cost_center_groups_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_department_groups_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_employee_categories_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_employee_custom_field_definitions_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_employee_documents_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_employee_employments_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_employee_time_off_requests_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_employee_work_eligibility_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_employees_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_employments_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_groups_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_jobs_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_locations_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_time_off_requests_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_time_off_types_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_update_employee_employment_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_update_employee_request.rb +4 -4
- data/lib/stack_one/models/operations/hris_update_employee_response.rb +7 -4
- data/lib/stack_one/models/operations/hris_update_employee_work_eligibility_request_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_update_time_off_request_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_upload_employee_document_response.rb +5 -2
- data/lib/stack_one/models/operations/iam_get_group_response.rb +5 -2
- data/lib/stack_one/models/operations/iam_get_policy_response.rb +5 -2
- data/lib/stack_one/models/operations/iam_get_role_response.rb +5 -2
- data/lib/stack_one/models/operations/iam_get_user_response.rb +5 -2
- data/lib/stack_one/models/operations/iam_list_groups_response.rb +5 -2
- data/lib/stack_one/models/operations/iam_list_policies_response.rb +5 -2
- data/lib/stack_one/models/operations/iam_list_roles_response.rb +5 -2
- data/lib/stack_one/models/operations/iam_list_users_response.rb +5 -2
- data/lib/stack_one/models/operations/job_status.rb +18 -0
- data/lib/stack_one/models/operations/lms_batch_upsert_content_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_batch_upsert_course_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_create_collection_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_create_user_assignment_request.rb +30 -0
- data/lib/stack_one/models/operations/lms_create_user_assignment_response.rb +36 -0
- data/lib/stack_one/models/operations/lms_create_user_completion_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_get_assignment_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_get_category_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_get_completion_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_get_content_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_get_course_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_get_skill_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_get_user_assignment_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_get_user_completion_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_get_user_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_list_assignments_queryparam_filter.rb +5 -5
- data/lib/stack_one/models/operations/lms_list_assignments_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_list_categories_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_list_completions_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_list_content_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_list_courses_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_list_skills_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_list_user_assignments_queryparam_filter.rb +5 -5
- data/lib/stack_one/models/operations/lms_list_user_assignments_queryparam_status.rb +19 -0
- data/lib/stack_one/models/operations/lms_list_user_assignments_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_list_user_completions_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_list_users_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_update_collection_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_upsert_content_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_upsert_course_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_create_content_block_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_create_email_template_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_create_in_app_template_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_create_omni_channel_template_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_create_push_template_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_create_sms_template_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_get_campaign_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_get_content_block_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_get_email_template_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_get_in_app_template_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_get_omni_channel_template_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_get_push_template_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_get_sms_template_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_list_campaigns_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_list_content_blocks_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_list_email_templates_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_list_in_app_templates_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_list_omni_channel_templates_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_list_push_templates_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_list_sms_templates_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_update_content_block_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_update_email_template_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_update_in_app_template_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_update_omni_channel_template_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_update_push_template_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_update_sms_template_response.rb +5 -2
- data/lib/stack_one/models/operations/queryparam_status.rb +19 -0
- data/lib/stack_one/models/operations/stackone_authenticate_connect_session_response.rb +5 -2
- data/lib/stack_one/models/operations/stackone_create_connect_session_response.rb +5 -2
- data/lib/stack_one/models/operations/stackone_delete_account_response.rb +5 -2
- data/lib/stack_one/models/operations/stackone_get_account_meta_info_response.rb +5 -2
- data/lib/stack_one/models/operations/stackone_get_account_response.rb +5 -2
- data/lib/stack_one/models/operations/stackone_get_connector_meta_response.rb +5 -2
- data/lib/stack_one/models/operations/stackone_list_connectors_meta_response.rb +5 -2
- data/lib/stack_one/models/operations/stackone_list_linked_accounts_response.rb +5 -2
- data/lib/stack_one/models/operations/stackone_proxy_request_response.rb +5 -2
- data/lib/stack_one/models/operations/stackone_update_account_response.rb +5 -2
- data/lib/stack_one/models/operations/status.rb +2 -0
- data/lib/stack_one/models/operations.rb +5 -0
- data/lib/stack_one/models/shared/{assessmentsorder.rb → assessmentorder.rb} +6 -6
- data/lib/stack_one/models/shared/{assessmentsorder_application.rb → assessmentorder_application.rb} +7 -4
- data/lib/stack_one/models/shared/{assessmentsorder_application_status.rb → assessmentorder_application_status.rb} +3 -3
- data/lib/stack_one/models/shared/{assessmentsorder_candidate.rb → assessmentorder_candidate.rb} +6 -3
- data/lib/stack_one/models/shared/{assessmentsorder_job.rb → assessmentorder_job.rb} +7 -4
- data/lib/stack_one/models/shared/{assessmentspackagestestapimodel.rb → assessmentorder_package.rb} +6 -3
- data/lib/stack_one/models/shared/{assessmentsorder_value.rb → assessmentorder_value.rb} +2 -2
- data/lib/stack_one/models/shared/{assessmentsresultsresult.rb → assessmentorderresult.rb} +3 -3
- data/lib/stack_one/models/shared/{assessmentspackages.rb → assessmentpackage.rb} +1 -1
- data/lib/stack_one/models/shared/{assessmentspackagespaginated.rb → assessmentpackagepaginated.rb} +3 -3
- data/lib/stack_one/models/shared/{assessmentspackagesresult.rb → assessmentpackageresult.rb} +3 -3
- data/lib/stack_one/models/shared/{assessmentsresults.rb → assessmentresult.rb} +4 -4
- data/lib/stack_one/models/shared/{assessmentsresults_candidate.rb → assessmentresult_candidate.rb} +6 -3
- data/lib/stack_one/models/shared/{assessmentsresults_value.rb → assessmentresult_value.rb} +2 -2
- data/lib/stack_one/models/shared/{assessmentsorderresult.rb → assessmentresultsresult.rb} +3 -3
- data/lib/stack_one/models/shared/assignment.rb +6 -3
- data/lib/stack_one/models/shared/assignment_schemas_value.rb +19 -0
- data/lib/stack_one/models/shared/atscreateapplicationrequestdto.rb +5 -2
- data/lib/stack_one/models/shared/atscreatebackgroundcheckpackagesrequestdto.rb +2 -2
- data/lib/stack_one/models/shared/{assessmentsattachment.rb → attachment.rb} +3 -3
- data/lib/stack_one/models/shared/{assessmentsattachment_content_type.rb → attachment_content_type.rb} +3 -3
- data/lib/stack_one/models/shared/{assessmentsattachment_value.rb → attachment_value.rb} +2 -2
- data/lib/stack_one/models/shared/backgroundcheckorder_application.rb +5 -2
- data/lib/stack_one/models/shared/backgroundcheckorder_candidate.rb +5 -2
- data/lib/stack_one/models/shared/backgroundcheckorder_job.rb +6 -3
- data/lib/stack_one/models/shared/backgroundcheckorder_package.rb +6 -3
- data/lib/stack_one/models/shared/backgroundcheckorder_requester.rb +20 -11
- data/lib/stack_one/models/shared/backgroundcheckpackage.rb +2 -2
- data/lib/stack_one/models/shared/backgroundcheckresult.rb +51 -0
- data/lib/stack_one/models/shared/{backgroundcheckresultsresult_candidate.rb → backgroundcheckresult_candidate.rb} +6 -3
- data/lib/stack_one/models/shared/{backgroundcheckresultsresult_result.rb → backgroundcheckresult_result.rb} +3 -3
- data/lib/stack_one/models/shared/{backgroundcheckresultsresult_score.rb → backgroundcheckresult_score.rb} +1 -1
- data/lib/stack_one/models/shared/{backgroundcheckresultsresult_value.rb → backgroundcheckresult_value.rb} +2 -2
- data/lib/stack_one/models/shared/backgroundcheckresultsresult.rb +9 -33
- data/lib/stack_one/models/shared/campaign.rb +2 -2
- data/lib/stack_one/models/shared/campaign_status.rb +27 -0
- data/lib/stack_one/models/shared/category_value.rb +1 -0
- data/lib/stack_one/models/shared/channelsenum.rb +2 -2
- data/lib/stack_one/models/shared/completion.rb +5 -2
- data/lib/stack_one/models/shared/course.rb +2 -5
- data/lib/stack_one/models/shared/createcategoriesapimodel.rb +8 -2
- data/lib/stack_one/models/shared/createcategoriesapimodel_level.rb +27 -0
- data/lib/stack_one/models/shared/createcategoriesapimodel_value.rb +19 -0
- data/lib/stack_one/models/shared/createcostcenterapimodel.rb +30 -0
- data/lib/stack_one/models/shared/{createassessmentspackages.rb → createpackage.rb} +1 -1
- data/lib/stack_one/models/shared/createskillsapimodel.rb +5 -5
- data/lib/stack_one/models/shared/{assignmentstatusenum.rb → createskillsapimodel_level.rb} +4 -4
- data/lib/stack_one/models/shared/createskillsapimodel_value.rb +19 -0
- data/lib/stack_one/models/shared/employee_schemas_national_identity_number_type_value.rb +1 -0
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto.rb +5 -2
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_national_identity_number_type_value.rb +1 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto.rb +138 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_avatar.rb +27 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_country.rb +27 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_employment_contract_type.rb +27 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_employment_status.rb +27 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_employment_type.rb +27 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_ethnicity.rb +27 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_gender.rb +27 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_home_location.rb +51 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_marital_status.rb +27 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_national_identity_number.rb +30 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_preferred_language.rb +27 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_country.rb +27 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_type_value.rb +33 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_ethnicity_value.rb +26 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_gender_value.rb +23 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_home_location_state_value.rb +3840 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_home_location_value.rb +265 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_marital_status_value.rb +26 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_national_identity_number_type_value.rb +159 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_national_identity_number_value.rb +265 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_preferred_language_value.rb +114 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_state.rb +27 -0
- data/lib/stack_one/models/shared/{channelsenum_value.rb → hrisupdateemployeerequestdto_schemas_value.rb} +7 -7
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_work_location_country.rb +27 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_work_location_state_value.rb +3840 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_work_location_value.rb +265 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_state.rb +27 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_type.rb +27 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_value.rb +20 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_work_location.rb +51 -0
- data/lib/stack_one/models/shared/languageenum_value.rb +5 -0
- data/lib/stack_one/models/shared/lmscreateassignmentrequestdto.rb +45 -0
- data/lib/stack_one/models/shared/lmscreateassignmentrequestdto_status.rb +27 -0
- data/lib/stack_one/models/shared/lmscreateassignmentrequestdto_value.rb +19 -0
- data/lib/stack_one/models/shared/lmscreatecompletionrequestdto.rb +5 -2
- data/lib/stack_one/models/shared/lmsupsertcourserequestdto.rb +2 -2
- data/lib/stack_one/models/shared/package.rb +5 -2
- data/lib/stack_one/models/shared/requester.rb +20 -11
- data/lib/stack_one/models/shared/result.rb +2 -2
- data/lib/stack_one/models/shared/skills_value.rb +1 -0
- data/lib/stack_one/models/shared/status.rb +5 -5
- data/lib/stack_one/models/shared/updateemployeeapimodel.rb +135 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_avatar.rb +27 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_country.rb +27 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_employment_contract_type.rb +27 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_employment_status.rb +27 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_employment_type.rb +27 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_ethnicity.rb +27 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_gender.rb +27 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_home_location.rb +51 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_marital_status.rb +27 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_national_identity_number.rb +30 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_preferred_language.rb +27 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_country.rb +27 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_employment_type_value.rb +33 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_ethnicity_value.rb +26 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_gender_value.rb +23 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_home_location_state_value.rb +3840 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_home_location_value.rb +265 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_marital_status_value.rb +26 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_national_identity_number_type_value.rb +159 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_national_identity_number_value.rb +265 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_preferred_language_value.rb +114 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_state.rb +27 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_value.rb +23 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_work_location_country.rb +27 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_work_location_state_value.rb +3840 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_work_location_value.rb +265 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_state.rb +27 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_type.rb +27 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_value.rb +20 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_work_location.rb +51 -0
- data/lib/stack_one/models/shared/value.rb +8 -4
- data/lib/stack_one/models/shared.rb +99 -29
- data/lib/stack_one/proxy.rb +4 -0
- data/lib/stack_one/sdkconfiguration.rb +3 -3
- data/lib/stack_one/utils/utils.rb +2 -3
- data/lib/stack_one/webhooks.rb +2 -0
- metadata +103 -28
- data/lib/stack_one/models/shared/assessmentsrequestsjobhiringteamapimodel.rb +0 -36
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :create_event_responses, T.nilable(T::Array[::StackOne::Shared::CreateEventResponse])
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, create_event_responses: T.nilable(T::Array[::StackOne::Shared::CreateEventResponse])).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, create_event_responses: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, create_event_responses: T.nilable(T::Array[::StackOne::Shared::CreateEventResponse])).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, create_event_responses: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@create_event_responses = create_event_responses
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :contact_result, T.nilable(::StackOne::Shared::ContactResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, contact_result: T.nilable(::StackOne::Shared::ContactResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, contact_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, contact_result: T.nilable(::StackOne::Shared::ContactResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, contact_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@contact_result = contact_result
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :account_result, T.nilable(::StackOne::Shared::AccountResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, account_result: T.nilable(::StackOne::Shared::AccountResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, account_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, account_result: T.nilable(::StackOne::Shared::AccountResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, account_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@account_result = account_result
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :custom_field_definition_result_api_model, T.nilable(::StackOne::Shared::CustomFieldDefinitionResultApiModel)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, custom_field_definition_result_api_model: T.nilable(::StackOne::Shared::CustomFieldDefinitionResultApiModel)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, custom_field_definition_result_api_model: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, custom_field_definition_result_api_model: T.nilable(::StackOne::Shared::CustomFieldDefinitionResultApiModel)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, custom_field_definition_result_api_model: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@custom_field_definition_result_api_model = custom_field_definition_result_api_model
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :contact_result, T.nilable(::StackOne::Shared::ContactResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, contact_result: T.nilable(::StackOne::Shared::ContactResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, contact_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, contact_result: T.nilable(::StackOne::Shared::ContactResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, contact_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@contact_result = contact_result
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :list_result, T.nilable(::StackOne::Shared::ListResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, list_result: T.nilable(::StackOne::Shared::ListResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, list_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, list_result: T.nilable(::StackOne::Shared::ListResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, list_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@list_result = list_result
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :accounts_paginated, T.nilable(::StackOne::Shared::AccountsPaginated)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, accounts_paginated: T.nilable(::StackOne::Shared::AccountsPaginated)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, accounts_paginated: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, accounts_paginated: T.nilable(::StackOne::Shared::AccountsPaginated)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, accounts_paginated: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@accounts_paginated = accounts_paginated
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :custom_field_definitions_paginated, T.nilable(::StackOne::Shared::CustomFieldDefinitionsPaginated)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, custom_field_definitions_paginated: T.nilable(::StackOne::Shared::CustomFieldDefinitionsPaginated)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, custom_field_definitions_paginated: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, custom_field_definitions_paginated: T.nilable(::StackOne::Shared::CustomFieldDefinitionsPaginated)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, custom_field_definitions_paginated: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@custom_field_definitions_paginated = custom_field_definitions_paginated
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :contacts_paginated, T.nilable(::StackOne::Shared::ContactsPaginated)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, contacts_paginated: T.nilable(::StackOne::Shared::ContactsPaginated)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, contacts_paginated: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, contacts_paginated: T.nilable(::StackOne::Shared::ContactsPaginated)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, contacts_paginated: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@contacts_paginated = contacts_paginated
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :lists_paginated, T.nilable(::StackOne::Shared::ListsPaginated)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, lists_paginated: T.nilable(::StackOne::Shared::ListsPaginated)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, lists_paginated: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, lists_paginated: T.nilable(::StackOne::Shared::ListsPaginated)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, lists_paginated: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@lists_paginated = lists_paginated
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :contact_result, T.nilable(::StackOne::Shared::ContactResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, contact_result: T.nilable(::StackOne::Shared::ContactResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, contact_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, contact_result: T.nilable(::StackOne::Shared::ContactResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, contact_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@contact_result = contact_result
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :batch_result_api_model, T.nilable(::StackOne::Shared::BatchResultApiModel)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, batch_result_api_model: T.nilable(::StackOne::Shared::BatchResultApiModel)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, batch_result_api_model: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, batch_result_api_model: T.nilable(::StackOne::Shared::BatchResultApiModel)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, batch_result_api_model: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@batch_result_api_model = batch_result_api_model
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :employment_result, T.nilable(::StackOne::Shared::EmploymentResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, employment_result: T.nilable(::StackOne::Shared::EmploymentResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, employment_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, employment_result: T.nilable(::StackOne::Shared::EmploymentResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, employment_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@employment_result = employment_result
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :create_result, T.nilable(::StackOne::Shared::CreateResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, create_result: T.nilable(::StackOne::Shared::CreateResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, create_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, create_result: T.nilable(::StackOne::Shared::CreateResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, create_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@create_result = create_result
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :create_result, T.nilable(::StackOne::Shared::CreateResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, create_result: T.nilable(::StackOne::Shared::CreateResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, create_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, create_result: T.nilable(::StackOne::Shared::CreateResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, create_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@create_result = create_result
|
data/lib/stack_one/models/operations/hris_create_employee_work_eligibility_request_response.rb
CHANGED
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :create_result, T.nilable(::StackOne::Shared::CreateResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, create_result: T.nilable(::StackOne::Shared::CreateResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, create_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, create_result: T.nilable(::StackOne::Shared::CreateResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, create_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@create_result = create_result
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :create_result, T.nilable(::StackOne::Shared::CreateResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, create_result: T.nilable(::StackOne::Shared::CreateResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, create_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, create_result: T.nilable(::StackOne::Shared::CreateResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, create_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@create_result = create_result
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :bytes, T.nilable(::String)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, bytes: T.nilable(::String)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, bytes: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, bytes: T.nilable(::String)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, bytes: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@bytes = bytes
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :hris_benefit_result, T.nilable(::StackOne::Shared::HRISBenefitResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, hris_benefit_result: T.nilable(::StackOne::Shared::HRISBenefitResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, hris_benefit_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, hris_benefit_result: T.nilable(::StackOne::Shared::HRISBenefitResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, hris_benefit_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@hris_benefit_result = hris_benefit_result
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :company_result, T.nilable(::StackOne::Shared::CompanyResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, company_result: T.nilable(::StackOne::Shared::CompanyResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, company_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, company_result: T.nilable(::StackOne::Shared::CompanyResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, company_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@company_result = company_result
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :hris_cost_center_result, T.nilable(::StackOne::Shared::HRISCostCenterResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, hris_cost_center_result: T.nilable(::StackOne::Shared::HRISCostCenterResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, hris_cost_center_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, hris_cost_center_result: T.nilable(::StackOne::Shared::HRISCostCenterResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, hris_cost_center_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@hris_cost_center_result = hris_cost_center_result
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :hris_departments_result, T.nilable(::StackOne::Shared::HRISDepartmentsResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, hris_departments_result: T.nilable(::StackOne::Shared::HRISDepartmentsResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, hris_departments_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, hris_departments_result: T.nilable(::StackOne::Shared::HRISDepartmentsResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, hris_departments_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@hris_departments_result = hris_departments_result
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :custom_field_definition_result_api_model, T.nilable(::StackOne::Shared::CustomFieldDefinitionResultApiModel)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, custom_field_definition_result_api_model: T.nilable(::StackOne::Shared::CustomFieldDefinitionResultApiModel)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, custom_field_definition_result_api_model: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, custom_field_definition_result_api_model: T.nilable(::StackOne::Shared::CustomFieldDefinitionResultApiModel)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, custom_field_definition_result_api_model: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@custom_field_definition_result_api_model = custom_field_definition_result_api_model
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :reference_result, T.nilable(::StackOne::Shared::ReferenceResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, reference_result: T.nilable(::StackOne::Shared::ReferenceResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, reference_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, reference_result: T.nilable(::StackOne::Shared::ReferenceResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, reference_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@reference_result = reference_result
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :hris_document_result, T.nilable(::StackOne::Shared::HrisDocumentResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, hris_document_result: T.nilable(::StackOne::Shared::HrisDocumentResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, hris_document_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, hris_document_result: T.nilable(::StackOne::Shared::HrisDocumentResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, hris_document_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@hris_document_result = hris_document_result
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :employment_result, T.nilable(::StackOne::Shared::EmploymentResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, employment_result: T.nilable(::StackOne::Shared::EmploymentResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, employment_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, employment_result: T.nilable(::StackOne::Shared::EmploymentResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, employment_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@employment_result = employment_result
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :employee_result, T.nilable(::StackOne::Shared::EmployeeResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, employee_result: T.nilable(::StackOne::Shared::EmployeeResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, employee_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, employee_result: T.nilable(::StackOne::Shared::EmployeeResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, employee_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@employee_result = employee_result
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :time_off_result, T.nilable(::StackOne::Shared::TimeOffResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, time_off_result: T.nilable(::StackOne::Shared::TimeOffResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, time_off_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, time_off_result: T.nilable(::StackOne::Shared::TimeOffResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, time_off_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@time_off_result = time_off_result
|