stackone_client 0.2.0 → 0.2.2
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/ats.rb +1400 -0
- data/lib/stack_one/crm.rb +332 -0
- data/lib/stack_one/hris.rb +71 -0
- data/lib/stack_one/marketing.rb +599 -0
- data/lib/stack_one/models/operations/ats_create_application_request.rb +27 -0
- data/lib/stack_one/models/operations/ats_create_application_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_create_candidate_note_request.rb +30 -0
- data/lib/stack_one/models/operations/ats_create_candidate_note_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_create_candidate_request.rb +27 -0
- data/lib/stack_one/models/operations/ats_create_candidate_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_create_offer_request.rb +27 -0
- data/lib/stack_one/models/operations/ats_create_offer_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_get_application_document_request.rb +58 -0
- data/lib/stack_one/models/operations/ats_get_application_document_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_get_application_offer_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/ats_get_application_offer_request.rb +58 -0
- data/lib/stack_one/models/operations/ats_get_application_offer_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_get_application_request.rb +58 -0
- data/lib/stack_one/models/operations/ats_get_application_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_get_application_scorecard_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/ats_get_application_scorecard_request.rb +58 -0
- data/lib/stack_one/models/operations/ats_get_application_scorecard_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_get_candidate_note_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/ats_get_candidate_note_request.rb +58 -0
- data/lib/stack_one/models/operations/ats_get_candidate_note_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_get_candidate_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/ats_get_candidate_request.rb +55 -0
- data/lib/stack_one/models/operations/ats_get_candidate_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_get_department_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/ats_get_department_request.rb +55 -0
- data/lib/stack_one/models/operations/ats_get_department_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_get_interview_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/ats_get_interview_request.rb +55 -0
- data/lib/stack_one/models/operations/ats_get_interview_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_get_interview_stage_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/ats_get_interview_stage_request.rb +55 -0
- data/lib/stack_one/models/operations/ats_get_interview_stage_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_get_job_posting_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/ats_get_job_posting_request.rb +58 -0
- data/lib/stack_one/models/operations/ats_get_job_posting_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_get_job_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/ats_get_job_request.rb +58 -0
- data/lib/stack_one/models/operations/ats_get_job_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_get_location_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/ats_get_location_request.rb +55 -0
- data/lib/stack_one/models/operations/ats_get_location_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_get_offer_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/ats_get_offer_request.rb +55 -0
- data/lib/stack_one/models/operations/ats_get_offer_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_get_rejected_reason_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/ats_get_rejected_reason_request.rb +55 -0
- data/lib/stack_one/models/operations/ats_get_rejected_reason_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_get_user_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/ats_get_user_request.rb +55 -0
- data/lib/stack_one/models/operations/ats_get_user_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_list_application_documents_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/ats_list_application_documents_request.rb +55 -0
- data/lib/stack_one/models/operations/ats_list_application_documents_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_list_application_scorecards_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/ats_list_application_scorecards_request.rb +55 -0
- data/lib/stack_one/models/operations/ats_list_application_scorecards_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_list_applications_offers_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/ats_list_applications_offers_request.rb +55 -0
- data/lib/stack_one/models/operations/ats_list_applications_offers_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_list_applications_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/ats_list_applications_request.rb +55 -0
- data/lib/stack_one/models/operations/ats_list_applications_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_list_candidate_notes_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/ats_list_candidate_notes_request.rb +55 -0
- data/lib/stack_one/models/operations/ats_list_candidate_notes_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_list_candidates_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/ats_list_candidates_request.rb +52 -0
- data/lib/stack_one/models/operations/ats_list_candidates_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_list_departments_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/ats_list_departments_request.rb +52 -0
- data/lib/stack_one/models/operations/ats_list_departments_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_list_interview_stages_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/ats_list_interview_stages_request.rb +52 -0
- data/lib/stack_one/models/operations/ats_list_interview_stages_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_list_interviews_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/ats_list_interviews_request.rb +52 -0
- data/lib/stack_one/models/operations/ats_list_interviews_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_list_job_postings_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/ats_list_job_postings_request.rb +55 -0
- data/lib/stack_one/models/operations/ats_list_job_postings_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_list_jobs_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/ats_list_jobs_request.rb +55 -0
- data/lib/stack_one/models/operations/ats_list_jobs_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_list_locations_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/ats_list_locations_request.rb +52 -0
- data/lib/stack_one/models/operations/ats_list_locations_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_list_offers_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/ats_list_offers_request.rb +52 -0
- data/lib/stack_one/models/operations/ats_list_offers_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_list_rejected_reasons_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/ats_list_rejected_reasons_request.rb +52 -0
- data/lib/stack_one/models/operations/ats_list_rejected_reasons_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_list_users_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/ats_list_users_request.rb +52 -0
- data/lib/stack_one/models/operations/ats_list_users_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_update_application_request.rb +30 -0
- data/lib/stack_one/models/operations/ats_update_application_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_update_candidate_request.rb +30 -0
- data/lib/stack_one/models/operations/ats_update_candidate_response.rb +33 -0
- data/lib/stack_one/models/operations/crm_create_contact_request.rb +27 -0
- data/lib/stack_one/models/operations/crm_create_contact_response.rb +33 -0
- data/lib/stack_one/models/operations/crm_get_account_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/crm_get_account_request.rb +50 -0
- data/lib/stack_one/models/operations/crm_get_account_response.rb +33 -0
- data/lib/stack_one/models/operations/crm_get_contact_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/crm_get_contact_request.rb +50 -0
- data/lib/stack_one/models/operations/crm_get_contact_response.rb +33 -0
- data/lib/stack_one/models/operations/crm_get_list_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/crm_get_list_request.rb +50 -0
- data/lib/stack_one/models/operations/crm_get_list_response.rb +33 -0
- data/lib/stack_one/models/operations/crm_list_accounts_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/crm_list_accounts_request.rb +47 -0
- data/lib/stack_one/models/operations/crm_list_accounts_response.rb +33 -0
- data/lib/stack_one/models/operations/crm_list_contacts_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/crm_list_contacts_request.rb +47 -0
- data/lib/stack_one/models/operations/crm_list_contacts_response.rb +33 -0
- data/lib/stack_one/models/operations/crm_list_lists_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/crm_list_lists_request.rb +47 -0
- data/lib/stack_one/models/operations/crm_list_lists_response.rb +33 -0
- data/lib/stack_one/models/operations/crm_update_contact_request.rb +30 -0
- data/lib/stack_one/models/operations/crm_update_contact_response.rb +33 -0
- data/lib/stack_one/models/operations/hris_get_benefit_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/hris_get_benefit_request.rb +50 -0
- data/lib/stack_one/models/operations/hris_get_benefit_response.rb +33 -0
- data/lib/stack_one/models/operations/hris_get_company_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/hris_get_company_request.rb +2 -2
- data/lib/stack_one/models/operations/hris_get_employee_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/hris_get_employee_request.rb +2 -2
- data/lib/stack_one/models/operations/hris_list_benefits_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/hris_list_benefits_request.rb +47 -0
- data/lib/stack_one/models/operations/hris_list_benefits_response.rb +33 -0
- data/lib/stack_one/models/operations/marketing_create_email_template_request.rb +27 -0
- data/lib/stack_one/models/operations/marketing_create_email_template_response.rb +33 -0
- data/lib/stack_one/models/operations/marketing_create_omni_channel_template_request.rb +27 -0
- data/lib/stack_one/models/operations/marketing_create_omni_channel_template_response.rb +33 -0
- data/lib/stack_one/models/operations/marketing_create_push_template_request.rb +27 -0
- data/lib/stack_one/models/operations/marketing_create_push_template_response.rb +33 -0
- data/lib/stack_one/models/operations/marketing_get_campaign_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/marketing_get_campaign_request.rb +50 -0
- data/lib/stack_one/models/operations/marketing_get_campaign_response.rb +33 -0
- data/lib/stack_one/models/operations/marketing_get_email_template_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/marketing_get_email_template_request.rb +50 -0
- data/lib/stack_one/models/operations/marketing_get_email_template_response.rb +33 -0
- data/lib/stack_one/models/operations/marketing_get_omni_channel_template_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/marketing_get_omni_channel_template_request.rb +50 -0
- data/lib/stack_one/models/operations/marketing_get_omni_channel_template_response.rb +33 -0
- data/lib/stack_one/models/operations/marketing_get_push_template_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/marketing_get_push_template_request.rb +50 -0
- data/lib/stack_one/models/operations/marketing_get_push_template_response.rb +33 -0
- data/lib/stack_one/models/operations/marketing_list_campaigns_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/marketing_list_campaigns_request.rb +47 -0
- data/lib/stack_one/models/operations/marketing_list_campaigns_response.rb +33 -0
- data/lib/stack_one/models/operations/marketing_list_email_templates_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/marketing_list_email_templates_request.rb +47 -0
- data/lib/stack_one/models/operations/marketing_list_email_templates_response.rb +33 -0
- data/lib/stack_one/models/operations/marketing_list_omni_channel_templates_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/marketing_list_omni_channel_templates_request.rb +47 -0
- data/lib/stack_one/models/operations/marketing_list_omni_channel_templates_response.rb +33 -0
- data/lib/stack_one/models/operations/marketing_list_push_templates_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/marketing_list_push_templates_request.rb +47 -0
- data/lib/stack_one/models/operations/marketing_list_push_templates_response.rb +33 -0
- data/lib/stack_one/models/operations/marketing_update_email_template_request.rb +30 -0
- data/lib/stack_one/models/operations/marketing_update_email_template_response.rb +33 -0
- data/lib/stack_one/models/operations/marketing_update_omni_channel_template_request.rb +30 -0
- data/lib/stack_one/models/operations/marketing_update_omni_channel_template_response.rb +33 -0
- data/lib/stack_one/models/operations/marketing_update_push_template_request.rb +30 -0
- data/lib/stack_one/models/operations/marketing_update_push_template_response.rb +33 -0
- data/lib/stack_one/models/operations.rb +168 -2
- data/lib/stack_one/models/shared/account.rb +54 -0
- data/lib/stack_one/models/shared/accountaddress.rb +42 -0
- data/lib/stack_one/models/shared/accountaddress_schemas_value.rb +265 -0
- data/lib/stack_one/models/shared/accountaddress_value.rb +20 -0
- data/lib/stack_one/models/shared/accountresult.rb +27 -0
- data/lib/stack_one/models/shared/accountspaginated.rb +33 -0
- data/lib/stack_one/models/shared/answer.rb +30 -0
- data/lib/stack_one/models/shared/answer_value.rb +26 -0
- data/lib/stack_one/models/shared/application.rb +77 -0
- data/lib/stack_one/models/shared/application_candidate.rb +30 -0
- data/lib/stack_one/models/shared/application_interview_stage.rb +36 -0
- data/lib/stack_one/models/shared/application_status.rb +27 -0
- data/lib/stack_one/models/shared/application_value.rb +32 -0
- data/lib/stack_one/models/shared/applicationattachment.rb +33 -0
- data/lib/stack_one/models/shared/applicationattachment_value.rb +19 -0
- data/lib/stack_one/models/shared/applicationresult.rb +27 -0
- data/lib/stack_one/models/shared/applicationspaginated.rb +33 -0
- data/lib/stack_one/models/shared/atscreateapplicationrequestdto.rb +44 -0
- data/lib/stack_one/models/shared/atscreateapplicationrequestdto_application_status.rb +27 -0
- data/lib/stack_one/models/shared/atscreateapplicationrequestdto_candidate.rb +30 -0
- data/lib/stack_one/models/shared/atscreateapplicationrequestdto_value.rb +32 -0
- data/lib/stack_one/models/shared/atscreatecandidaterequestdto.rb +47 -0
- data/lib/stack_one/models/shared/atscreatenotesrequestdto.rb +30 -0
- data/lib/stack_one/models/shared/atscreatenotesrequestdto_value.rb +19 -0
- data/lib/stack_one/models/shared/atscreateofferrequestdto.rb +39 -0
- data/lib/stack_one/models/shared/atscreateofferrequestdto_value.rb +25 -0
- data/lib/stack_one/models/shared/atslocation.rb +27 -0
- data/lib/stack_one/models/shared/atslocationresult.rb +27 -0
- data/lib/stack_one/models/shared/atslocationspaginated.rb +33 -0
- data/lib/stack_one/models/shared/atsupdateapplicationrequestdto.rb +47 -0
- data/lib/stack_one/models/shared/atsupdateapplicationrequestdto_application_status.rb +27 -0
- data/lib/stack_one/models/shared/atsupdateapplicationrequestdto_candidate.rb +30 -0
- data/lib/stack_one/models/shared/atsupdateapplicationrequestdto_value.rb +32 -0
- data/lib/stack_one/models/shared/atsupdatecandidatesrequestdto.rb +50 -0
- data/lib/stack_one/models/shared/benefit_type.rb +27 -0
- data/lib/stack_one/models/shared/campaign.rb +63 -0
- data/lib/stack_one/models/shared/campaign_schemas_value.rb +20 -0
- data/lib/stack_one/models/shared/campaign_value.rb +22 -0
- data/lib/stack_one/models/shared/campaignresult.rb +27 -0
- data/lib/stack_one/models/shared/campaignspaginated.rb +33 -0
- data/lib/stack_one/models/shared/candidate.rb +68 -0
- data/lib/stack_one/models/shared/candidateemail.rb +27 -0
- data/lib/stack_one/models/shared/candidateresult.rb +27 -0
- data/lib/stack_one/models/shared/candidatespaginated.rb +33 -0
- data/lib/stack_one/models/shared/channelsenum.rb +27 -0
- data/lib/stack_one/models/shared/confidential.rb +19 -0
- data/lib/stack_one/models/shared/contact.rb +51 -0
- data/lib/stack_one/models/shared/contactresult.rb +27 -0
- data/lib/stack_one/models/shared/contactspaginated.rb +33 -0
- data/lib/stack_one/models/shared/content_type.rb +27 -0
- data/lib/stack_one/models/shared/country.rb +4 -4
- data/lib/stack_one/models/shared/countrycodeenum.rb +2 -2
- data/lib/stack_one/models/shared/countrycodeenum_value.rb +266 -0
- data/lib/stack_one/models/shared/createcandidatenoteresult.rb +30 -0
- data/lib/stack_one/models/shared/createofferresult.rb +30 -0
- data/lib/stack_one/models/shared/createresult.rb +30 -0
- data/lib/stack_one/models/shared/createtemplateresult.rb +30 -0
- data/lib/stack_one/models/shared/crmcreatecontactrequestdto.rb +42 -0
- data/lib/stack_one/models/shared/department.rb +27 -0
- data/lib/stack_one/models/shared/departmentresult.rb +27 -0
- data/lib/stack_one/models/shared/departmentspaginated.rb +33 -0
- data/lib/stack_one/models/shared/documentapimodel.rb +2 -2
- data/lib/stack_one/models/shared/documentapimodel_type.rb +27 -0
- data/lib/stack_one/models/shared/documentapimodel_value.rb +7 -13
- data/lib/stack_one/models/shared/emailmessages.rb +33 -0
- data/lib/stack_one/models/shared/employee_country.rb +2 -2
- data/lib/stack_one/models/shared/employee_location_type.rb +4 -4
- data/lib/stack_one/models/shared/employee_schemas_country.rb +2 -2
- data/lib/stack_one/models/shared/employee_schemas_employment_type_value.rb +1 -1
- data/lib/stack_one/models/shared/employee_schemas_home_location_location_type_value.rb +1 -1
- data/lib/stack_one/models/shared/employee_schemas_location_type.rb +4 -4
- data/lib/stack_one/models/shared/employee_schemas_work_location_location_type_value.rb +1 -1
- data/lib/stack_one/models/shared/employment_employment_type.rb +2 -2
- data/lib/stack_one/models/shared/employment_schemas_pay_frequency_value.rb +1 -3
- data/lib/stack_one/models/shared/employment_schemas_pay_period_value.rb +2 -1
- data/lib/stack_one/models/shared/employment_schemas_value.rb +1 -1
- data/lib/stack_one/models/shared/employment_type.rb +2 -2
- data/lib/stack_one/models/shared/field.rb +36 -0
- data/lib/stack_one/models/shared/field_type.rb +29 -0
- data/lib/stack_one/models/shared/fileformatenum_value.rb +1203 -11
- data/lib/stack_one/models/shared/home_location.rb +3 -3
- data/lib/stack_one/models/shared/hrisbenefit.rb +42 -0
- data/lib/stack_one/models/shared/hrisbenefit_value.rb +18 -0
- data/lib/stack_one/models/shared/hrisbenefitresult.rb +27 -0
- data/lib/stack_one/models/shared/hrisbenefitspaginated.rb +33 -0
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_employment_type.rb +2 -2
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_type_value.rb +1 -1
- data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto.rb +2 -2
- data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto_status.rb +27 -0
- data/lib/stack_one/models/shared/hrislocation.rb +3 -3
- data/lib/stack_one/models/shared/hrislocation_country.rb +27 -0
- data/lib/stack_one/models/shared/hrislocation_location_type.rb +27 -0
- data/lib/stack_one/models/shared/hrislocation_schemas_value.rb +1 -1
- data/lib/stack_one/models/shared/internal.rb +19 -0
- data/lib/stack_one/models/shared/interview.rb +60 -0
- data/lib/stack_one/models/shared/interview_interview_stage.rb +36 -0
- data/lib/stack_one/models/shared/interview_status.rb +27 -0
- data/lib/stack_one/models/shared/interview_value.rb +23 -0
- data/lib/stack_one/models/shared/interviewer.rb +36 -0
- data/lib/stack_one/models/shared/interviewpart.rb +39 -0
- data/lib/stack_one/models/shared/interviewspaginated.rb +33 -0
- data/lib/stack_one/models/shared/interviewsresult.rb +27 -0
- data/lib/stack_one/models/shared/interviewstage.rb +36 -0
- data/lib/stack_one/models/shared/interviewstageresult.rb +27 -0
- data/lib/stack_one/models/shared/interviewstagespaginated.rb +33 -0
- data/lib/stack_one/models/shared/job.rb +57 -0
- data/lib/stack_one/models/shared/job_status.rb +27 -0
- data/lib/stack_one/models/shared/job_value.rb +25 -0
- data/lib/stack_one/models/shared/jobhiringteam.rb +36 -0
- data/lib/stack_one/models/shared/jobposting.rb +66 -0
- data/lib/stack_one/models/shared/jobposting_content.rb +27 -0
- data/lib/stack_one/models/shared/jobposting_employment_contract_type.rb +27 -0
- data/lib/stack_one/models/shared/jobposting_employment_type.rb +27 -0
- data/lib/stack_one/models/shared/jobposting_schemas_status_value.rb +21 -0
- data/lib/stack_one/models/shared/jobposting_schemas_value.rb +35 -0
- data/lib/stack_one/models/shared/jobposting_status.rb +27 -0
- data/lib/stack_one/models/shared/jobposting_value.rb +21 -0
- data/lib/stack_one/models/shared/jobpostingcompensation.rb +45 -0
- data/lib/stack_one/models/shared/jobpostingcompensation_pay_frequency.rb +27 -0
- data/lib/stack_one/models/shared/jobpostingcompensation_pay_period.rb +27 -0
- data/lib/stack_one/models/shared/jobpostingcompensation_schemas_type_value.rb +24 -0
- data/lib/stack_one/models/shared/jobpostingcompensation_schemas_value.rb +27 -0
- data/lib/stack_one/models/shared/jobpostingcompensation_type.rb +27 -0
- data/lib/stack_one/models/shared/jobpostingcompensation_value.rb +31 -0
- data/lib/stack_one/models/shared/jobpostinglocation.rb +27 -0
- data/lib/stack_one/models/shared/jobpostingquestionnaire.rb +33 -0
- data/lib/stack_one/models/shared/jobpostingresult.rb +27 -0
- data/lib/stack_one/models/shared/jobpostingspaginated.rb +33 -0
- data/lib/stack_one/models/shared/jobresult.rb +27 -0
- data/lib/stack_one/models/shared/jobspaginated.rb +33 -0
- data/lib/stack_one/models/shared/list.rb +39 -0
- data/lib/stack_one/models/shared/list_type.rb +27 -0
- data/lib/stack_one/models/shared/list_value.rb +20 -0
- data/lib/stack_one/models/shared/listresult.rb +27 -0
- data/lib/stack_one/models/shared/listspaginated.rb +33 -0
- data/lib/stack_one/models/shared/location_type.rb +4 -4
- data/lib/stack_one/models/shared/marketingcreateemailtemplaterequestdto.rb +33 -0
- data/lib/stack_one/models/shared/marketingcreatepushtemplaterequestdto.rb +33 -0
- data/lib/stack_one/models/shared/marketingcreatetemplaterequestdto.rb +33 -0
- data/lib/stack_one/models/shared/message.rb +33 -0
- data/lib/stack_one/models/shared/message_content.rb +36 -0
- data/lib/stack_one/models/shared/message_message_type.rb +27 -0
- data/lib/stack_one/models/shared/message_type.rb +27 -0
- data/lib/stack_one/models/shared/note.rb +42 -0
- data/lib/stack_one/models/shared/note_value.rb +19 -0
- data/lib/stack_one/models/shared/note_visibility.rb +27 -0
- data/lib/stack_one/models/shared/notecontentapimodel.rb +24 -0
- data/lib/stack_one/models/shared/noteresult.rb +27 -0
- data/lib/stack_one/models/shared/notespaginated.rb +33 -0
- data/lib/stack_one/models/shared/offer.rb +48 -0
- data/lib/stack_one/models/shared/offer_offer_status.rb +27 -0
- data/lib/stack_one/models/shared/offer_status.rb +27 -0
- data/lib/stack_one/models/shared/offer_value.rb +25 -0
- data/lib/stack_one/models/shared/offerhistory.rb +36 -0
- data/lib/stack_one/models/shared/offerspaginated.rb +33 -0
- data/lib/stack_one/models/shared/offersresult.rb +27 -0
- data/lib/stack_one/models/shared/overall_recommendation.rb +23 -0
- data/lib/stack_one/models/shared/pay_frequency.rb +2 -2
- data/lib/stack_one/models/shared/pay_period.rb +2 -2
- data/lib/stack_one/models/shared/phonenumber.rb +27 -0
- data/lib/stack_one/models/shared/phonenumber_type.rb +23 -0
- data/lib/stack_one/models/shared/pushmessages.rb +33 -0
- data/lib/stack_one/models/shared/pushmessages_message_content.rb +24 -0
- data/lib/stack_one/models/shared/pushmessages_message_type.rb +27 -0
- data/lib/stack_one/models/shared/question.rb +39 -0
- data/lib/stack_one/models/shared/question_type.rb +27 -0
- data/lib/stack_one/models/shared/question_value.rb +26 -0
- data/lib/stack_one/models/shared/questionmultiplechoiceanswers.rb +27 -0
- data/lib/stack_one/models/shared/questionnaire.rb +27 -0
- data/lib/stack_one/models/shared/rejected_reason_type.rb +27 -0
- data/lib/stack_one/models/shared/rejectedreason.rb +33 -0
- data/lib/stack_one/models/shared/rejectedreason_value.rb +22 -0
- data/lib/stack_one/models/shared/rejectedreasonresult.rb +27 -0
- data/lib/stack_one/models/shared/rejectedreasonspaginated.rb +33 -0
- data/lib/stack_one/models/shared/resultlink.rb +27 -0
- data/lib/stack_one/models/shared/schedule_type.rb +27 -0
- data/lib/stack_one/models/shared/scorecard.rb +51 -0
- data/lib/stack_one/models/shared/scorecardsection.rb +30 -0
- data/lib/stack_one/models/shared/scorecardspaginated.rb +33 -0
- data/lib/stack_one/models/shared/sociallink.rb +27 -0
- data/lib/stack_one/models/shared/status.rb +5 -5
- data/lib/stack_one/models/shared/template.rb +36 -0
- data/lib/stack_one/models/shared/templateresult.rb +27 -0
- data/lib/stack_one/models/shared/templatespaginated.rb +33 -0
- data/lib/stack_one/models/shared/type.rb +5 -5
- data/lib/stack_one/models/shared/updateresult.rb +30 -0
- data/lib/stack_one/models/shared/user.rb +39 -0
- data/lib/stack_one/models/shared/userresult.rb +27 -0
- data/lib/stack_one/models/shared/userspaginated.rb +33 -0
- data/lib/stack_one/models/shared/value.rb +7 -249
- data/lib/stack_one/models/shared/visibility.rb +27 -0
- data/lib/stack_one/models/shared/work_location.rb +3 -3
- data/lib/stack_one/models/shared.rb +180 -18
- data/lib/stack_one/sdkconfiguration.rb +3 -3
- data/lib/stack_one/stackone.rb +4 -1
- data/lib/stack_one/utils/utils.rb +3 -1
- data/lib/stackone_client.rb +3 -0
- metadata +337 -6
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module StackOne
|
|
8
|
+
module Operations
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class AtsGetCandidateNoteResponse < ::StackOne::Utils::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
|
+
# The note with the given identifier related to the candidate with the given identifier was retrieved.
|
|
21
|
+
field :note_result, T.nilable(::StackOne::Shared::NoteResult)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, note_result: T.nilable(::StackOne::Shared::NoteResult)).void }
|
|
25
|
+
def initialize(content_type: nil, raw_response: nil, status_code: nil, note_result: nil)
|
|
26
|
+
@content_type = content_type
|
|
27
|
+
@raw_response = raw_response
|
|
28
|
+
@status_code = status_code
|
|
29
|
+
@note_result = note_result
|
|
30
|
+
end
|
|
31
|
+
end
|
|
32
|
+
end
|
|
33
|
+
end
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module StackOne
|
|
8
|
+
module Operations
|
|
9
|
+
|
|
10
|
+
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
11
|
+
class AtsGetCandidateQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
12
|
+
extend T::Sig
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
def initialize; end
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module StackOne
|
|
8
|
+
module Operations
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class AtsGetCandidateRequest < ::StackOne::Utils::FieldAugmented
|
|
12
|
+
extend T::Sig
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
field :id, ::String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
|
|
16
|
+
# The account identifier
|
|
17
|
+
field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
|
18
|
+
# The comma separated list of fields to return in the response (if empty, all fields are returned)
|
|
19
|
+
field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
|
|
20
|
+
# The unified cursor
|
|
21
|
+
field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
|
|
22
|
+
# The page number of the results to fetch
|
|
23
|
+
#
|
|
24
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
25
|
+
field :page, T.nilable(::String), { 'query_param': { 'field_name': 'page', 'style': 'form', 'explode': true } }
|
|
26
|
+
# The number of results per page
|
|
27
|
+
field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
28
|
+
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
29
|
+
field :proxy, T.nilable(::StackOne::Operations::AtsGetCandidateQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
30
|
+
# Indicates that the raw request result is returned
|
|
31
|
+
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
32
|
+
# The sync token to select the only updated results
|
|
33
|
+
#
|
|
34
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
35
|
+
field :sync_token, T.nilable(::String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
|
|
36
|
+
# Use a string with a date to only select results updated after that given date
|
|
37
|
+
field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
sig { params(id: ::String, x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(::StackOne::Operations::AtsGetCandidateQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
|
|
41
|
+
def initialize(id: nil, x_account_id: nil, fields_: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
42
|
+
@id = id
|
|
43
|
+
@x_account_id = x_account_id
|
|
44
|
+
@fields_ = fields_
|
|
45
|
+
@next_ = next_
|
|
46
|
+
@page = page
|
|
47
|
+
@page_size = page_size
|
|
48
|
+
@proxy = proxy
|
|
49
|
+
@raw = raw
|
|
50
|
+
@sync_token = sync_token
|
|
51
|
+
@updated_after = updated_after
|
|
52
|
+
end
|
|
53
|
+
end
|
|
54
|
+
end
|
|
55
|
+
end
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module StackOne
|
|
8
|
+
module Operations
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class AtsGetCandidateResponse < ::StackOne::Utils::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
|
+
# The candidate with the given identifier was retrieved.
|
|
21
|
+
field :candidate_result, T.nilable(::StackOne::Shared::CandidateResult)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, candidate_result: T.nilable(::StackOne::Shared::CandidateResult)).void }
|
|
25
|
+
def initialize(content_type: nil, raw_response: nil, status_code: nil, candidate_result: nil)
|
|
26
|
+
@content_type = content_type
|
|
27
|
+
@raw_response = raw_response
|
|
28
|
+
@status_code = status_code
|
|
29
|
+
@candidate_result = candidate_result
|
|
30
|
+
end
|
|
31
|
+
end
|
|
32
|
+
end
|
|
33
|
+
end
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module StackOne
|
|
8
|
+
module Operations
|
|
9
|
+
|
|
10
|
+
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
11
|
+
class AtsGetDepartmentQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
12
|
+
extend T::Sig
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
def initialize; end
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module StackOne
|
|
8
|
+
module Operations
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class AtsGetDepartmentRequest < ::StackOne::Utils::FieldAugmented
|
|
12
|
+
extend T::Sig
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
field :id, ::String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
|
|
16
|
+
# The account identifier
|
|
17
|
+
field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
|
18
|
+
# The comma separated list of fields to return in the response (if empty, all fields are returned)
|
|
19
|
+
field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
|
|
20
|
+
# The unified cursor
|
|
21
|
+
field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
|
|
22
|
+
# The page number of the results to fetch
|
|
23
|
+
#
|
|
24
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
25
|
+
field :page, T.nilable(::String), { 'query_param': { 'field_name': 'page', 'style': 'form', 'explode': true } }
|
|
26
|
+
# The number of results per page
|
|
27
|
+
field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
28
|
+
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
29
|
+
field :proxy, T.nilable(::StackOne::Operations::AtsGetDepartmentQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
30
|
+
# Indicates that the raw request result is returned
|
|
31
|
+
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
32
|
+
# The sync token to select the only updated results
|
|
33
|
+
#
|
|
34
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
35
|
+
field :sync_token, T.nilable(::String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
|
|
36
|
+
# Use a string with a date to only select results updated after that given date
|
|
37
|
+
field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
sig { params(id: ::String, x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(::StackOne::Operations::AtsGetDepartmentQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
|
|
41
|
+
def initialize(id: nil, x_account_id: nil, fields_: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
42
|
+
@id = id
|
|
43
|
+
@x_account_id = x_account_id
|
|
44
|
+
@fields_ = fields_
|
|
45
|
+
@next_ = next_
|
|
46
|
+
@page = page
|
|
47
|
+
@page_size = page_size
|
|
48
|
+
@proxy = proxy
|
|
49
|
+
@raw = raw
|
|
50
|
+
@sync_token = sync_token
|
|
51
|
+
@updated_after = updated_after
|
|
52
|
+
end
|
|
53
|
+
end
|
|
54
|
+
end
|
|
55
|
+
end
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module StackOne
|
|
8
|
+
module Operations
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class AtsGetDepartmentResponse < ::StackOne::Utils::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
|
+
# The department with the given identifier was retrieved.
|
|
21
|
+
field :department_result, T.nilable(::StackOne::Shared::DepartmentResult)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, department_result: T.nilable(::StackOne::Shared::DepartmentResult)).void }
|
|
25
|
+
def initialize(content_type: nil, raw_response: nil, status_code: nil, department_result: nil)
|
|
26
|
+
@content_type = content_type
|
|
27
|
+
@raw_response = raw_response
|
|
28
|
+
@status_code = status_code
|
|
29
|
+
@department_result = department_result
|
|
30
|
+
end
|
|
31
|
+
end
|
|
32
|
+
end
|
|
33
|
+
end
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module StackOne
|
|
8
|
+
module Operations
|
|
9
|
+
|
|
10
|
+
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
11
|
+
class AtsGetInterviewQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
12
|
+
extend T::Sig
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
def initialize; end
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module StackOne
|
|
8
|
+
module Operations
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class AtsGetInterviewRequest < ::StackOne::Utils::FieldAugmented
|
|
12
|
+
extend T::Sig
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
field :id, ::String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
|
|
16
|
+
# The account identifier
|
|
17
|
+
field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
|
18
|
+
# The comma separated list of fields to return in the response (if empty, all fields are returned)
|
|
19
|
+
field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
|
|
20
|
+
# The unified cursor
|
|
21
|
+
field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
|
|
22
|
+
# The page number of the results to fetch
|
|
23
|
+
#
|
|
24
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
25
|
+
field :page, T.nilable(::String), { 'query_param': { 'field_name': 'page', 'style': 'form', 'explode': true } }
|
|
26
|
+
# The number of results per page
|
|
27
|
+
field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
28
|
+
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
29
|
+
field :proxy, T.nilable(::StackOne::Operations::AtsGetInterviewQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
30
|
+
# Indicates that the raw request result is returned
|
|
31
|
+
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
32
|
+
# The sync token to select the only updated results
|
|
33
|
+
#
|
|
34
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
35
|
+
field :sync_token, T.nilable(::String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
|
|
36
|
+
# Use a string with a date to only select results updated after that given date
|
|
37
|
+
field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
sig { params(id: ::String, x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(::StackOne::Operations::AtsGetInterviewQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
|
|
41
|
+
def initialize(id: nil, x_account_id: nil, fields_: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
42
|
+
@id = id
|
|
43
|
+
@x_account_id = x_account_id
|
|
44
|
+
@fields_ = fields_
|
|
45
|
+
@next_ = next_
|
|
46
|
+
@page = page
|
|
47
|
+
@page_size = page_size
|
|
48
|
+
@proxy = proxy
|
|
49
|
+
@raw = raw
|
|
50
|
+
@sync_token = sync_token
|
|
51
|
+
@updated_after = updated_after
|
|
52
|
+
end
|
|
53
|
+
end
|
|
54
|
+
end
|
|
55
|
+
end
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module StackOne
|
|
8
|
+
module Operations
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class AtsGetInterviewResponse < ::StackOne::Utils::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
|
+
# The interview with the given identifier was retrieved.
|
|
21
|
+
field :interviews_result, T.nilable(::StackOne::Shared::InterviewsResult)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, interviews_result: T.nilable(::StackOne::Shared::InterviewsResult)).void }
|
|
25
|
+
def initialize(content_type: nil, raw_response: nil, status_code: nil, interviews_result: nil)
|
|
26
|
+
@content_type = content_type
|
|
27
|
+
@raw_response = raw_response
|
|
28
|
+
@status_code = status_code
|
|
29
|
+
@interviews_result = interviews_result
|
|
30
|
+
end
|
|
31
|
+
end
|
|
32
|
+
end
|
|
33
|
+
end
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module StackOne
|
|
8
|
+
module Operations
|
|
9
|
+
|
|
10
|
+
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
11
|
+
class AtsGetInterviewStageQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
12
|
+
extend T::Sig
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
def initialize; end
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module StackOne
|
|
8
|
+
module Operations
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class AtsGetInterviewStageRequest < ::StackOne::Utils::FieldAugmented
|
|
12
|
+
extend T::Sig
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
field :id, ::String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
|
|
16
|
+
# The account identifier
|
|
17
|
+
field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
|
18
|
+
# The comma separated list of fields to return in the response (if empty, all fields are returned)
|
|
19
|
+
field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
|
|
20
|
+
# The unified cursor
|
|
21
|
+
field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
|
|
22
|
+
# The page number of the results to fetch
|
|
23
|
+
#
|
|
24
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
25
|
+
field :page, T.nilable(::String), { 'query_param': { 'field_name': 'page', 'style': 'form', 'explode': true } }
|
|
26
|
+
# The number of results per page
|
|
27
|
+
field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
28
|
+
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
29
|
+
field :proxy, T.nilable(::StackOne::Operations::AtsGetInterviewStageQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
30
|
+
# Indicates that the raw request result is returned
|
|
31
|
+
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
32
|
+
# The sync token to select the only updated results
|
|
33
|
+
#
|
|
34
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
35
|
+
field :sync_token, T.nilable(::String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
|
|
36
|
+
# Use a string with a date to only select results updated after that given date
|
|
37
|
+
field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
sig { params(id: ::String, x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(::StackOne::Operations::AtsGetInterviewStageQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
|
|
41
|
+
def initialize(id: nil, x_account_id: nil, fields_: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
42
|
+
@id = id
|
|
43
|
+
@x_account_id = x_account_id
|
|
44
|
+
@fields_ = fields_
|
|
45
|
+
@next_ = next_
|
|
46
|
+
@page = page
|
|
47
|
+
@page_size = page_size
|
|
48
|
+
@proxy = proxy
|
|
49
|
+
@raw = raw
|
|
50
|
+
@sync_token = sync_token
|
|
51
|
+
@updated_after = updated_after
|
|
52
|
+
end
|
|
53
|
+
end
|
|
54
|
+
end
|
|
55
|
+
end
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module StackOne
|
|
8
|
+
module Operations
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class AtsGetInterviewStageResponse < ::StackOne::Utils::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
|
+
# The interview-stage with the given identifier was retrieved.
|
|
21
|
+
field :interview_stage_result, T.nilable(::StackOne::Shared::InterviewStageResult)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, interview_stage_result: T.nilable(::StackOne::Shared::InterviewStageResult)).void }
|
|
25
|
+
def initialize(content_type: nil, raw_response: nil, status_code: nil, interview_stage_result: nil)
|
|
26
|
+
@content_type = content_type
|
|
27
|
+
@raw_response = raw_response
|
|
28
|
+
@status_code = status_code
|
|
29
|
+
@interview_stage_result = interview_stage_result
|
|
30
|
+
end
|
|
31
|
+
end
|
|
32
|
+
end
|
|
33
|
+
end
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module StackOne
|
|
8
|
+
module Operations
|
|
9
|
+
|
|
10
|
+
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
11
|
+
class AtsGetJobPostingQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
12
|
+
extend T::Sig
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
def initialize; end
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module StackOne
|
|
8
|
+
module Operations
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class AtsGetJobPostingRequest < ::StackOne::Utils::FieldAugmented
|
|
12
|
+
extend T::Sig
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
field :id, ::String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
|
|
16
|
+
# The account identifier
|
|
17
|
+
field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
|
18
|
+
# The comma separated list of fields to return in the response (if empty, all fields are returned)
|
|
19
|
+
field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
|
|
20
|
+
# The comma separated list of fields that will be included in the response
|
|
21
|
+
field :include, T.nilable(::String), { 'query_param': { 'field_name': 'include', 'style': 'form', 'explode': true } }
|
|
22
|
+
# The unified cursor
|
|
23
|
+
field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
|
|
24
|
+
# The page number of the results to fetch
|
|
25
|
+
#
|
|
26
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
27
|
+
field :page, T.nilable(::String), { 'query_param': { 'field_name': 'page', 'style': 'form', 'explode': true } }
|
|
28
|
+
# The number of results per page
|
|
29
|
+
field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
30
|
+
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
31
|
+
field :proxy, T.nilable(::StackOne::Operations::AtsGetJobPostingQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
32
|
+
# Indicates that the raw request result is returned
|
|
33
|
+
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
34
|
+
# The sync token to select the only updated results
|
|
35
|
+
#
|
|
36
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
37
|
+
field :sync_token, T.nilable(::String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
|
|
38
|
+
# Use a string with a date to only select results updated after that given date
|
|
39
|
+
field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
sig { params(id: ::String, x_account_id: ::String, fields_: T.nilable(::String), include: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(::StackOne::Operations::AtsGetJobPostingQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
|
|
43
|
+
def initialize(id: nil, x_account_id: nil, fields_: nil, include: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
44
|
+
@id = id
|
|
45
|
+
@x_account_id = x_account_id
|
|
46
|
+
@fields_ = fields_
|
|
47
|
+
@include = include
|
|
48
|
+
@next_ = next_
|
|
49
|
+
@page = page
|
|
50
|
+
@page_size = page_size
|
|
51
|
+
@proxy = proxy
|
|
52
|
+
@raw = raw
|
|
53
|
+
@sync_token = sync_token
|
|
54
|
+
@updated_after = updated_after
|
|
55
|
+
end
|
|
56
|
+
end
|
|
57
|
+
end
|
|
58
|
+
end
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module StackOne
|
|
8
|
+
module Operations
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class AtsGetJobPostingResponse < ::StackOne::Utils::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
|
+
# The job with the given identifier was retrieved.
|
|
21
|
+
field :job_posting_result, T.nilable(::StackOne::Shared::JobPostingResult)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, job_posting_result: T.nilable(::StackOne::Shared::JobPostingResult)).void }
|
|
25
|
+
def initialize(content_type: nil, raw_response: nil, status_code: nil, job_posting_result: nil)
|
|
26
|
+
@content_type = content_type
|
|
27
|
+
@raw_response = raw_response
|
|
28
|
+
@status_code = status_code
|
|
29
|
+
@job_posting_result = job_posting_result
|
|
30
|
+
end
|
|
31
|
+
end
|
|
32
|
+
end
|
|
33
|
+
end
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module StackOne
|
|
8
|
+
module Operations
|
|
9
|
+
|
|
10
|
+
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
11
|
+
class AtsGetJobQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
12
|
+
extend T::Sig
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
def initialize; end
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|