stackone_client 0.2.1 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/stack_one/accounts.rb +5 -5
- data/lib/stack_one/ats.rb +1400 -0
- data/lib/stack_one/connect_sessions.rb +2 -2
- data/lib/stack_one/connectors.rb +2 -2
- data/lib/stack_one/crm.rb +332 -0
- data/lib/stack_one/hris.rb +317 -19
- 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_create_employee_document_request.rb +30 -0
- data/lib/stack_one/models/operations/hris_create_employee_document_response.rb +33 -0
- data/lib/stack_one/models/operations/hris_create_employee_work_eligibility_request_request.rb +30 -0
- data/lib/stack_one/models/operations/hris_create_employee_work_eligibility_request_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 +3 -3
- data/lib/stack_one/models/operations/hris_get_employee_document_queryparam_proxy.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_employee_document_request.rb +1 -1
- 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 +3 -3
- data/lib/stack_one/models/operations/hris_get_employees_time_off_request_queryparam_proxy.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_employees_time_off_request_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_employees_work_eligibility_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/hris_get_employees_work_eligibility_request.rb +53 -0
- data/lib/stack_one/models/operations/hris_get_employees_work_eligibility_response.rb +33 -0
- data/lib/stack_one/models/operations/hris_get_employment_queryparam_proxy.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_employment_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_location_queryparam_proxy.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_location_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_time_off_request_queryparam_proxy.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_time_off_request_request.rb +1 -1
- 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/hris_list_companies_queryparam_proxy.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_companies_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_documents_queryparam_proxy.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_documents_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_time_off_requests_queryparam_proxy.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_time_off_requests_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_work_eligibility_queryparam_proxy.rb +20 -0
- data/lib/stack_one/models/operations/hris_list_employee_work_eligibility_request.rb +50 -0
- data/lib/stack_one/models/operations/hris_list_employee_work_eligibility_response.rb +33 -0
- data/lib/stack_one/models/operations/hris_list_employees_queryparam_proxy.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_employees_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_employments_queryparam_proxy.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_employments_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_locations_queryparam_proxy.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_locations_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_time_off_requests_queryparam_proxy.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_time_off_requests_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_update_employee_work_eligibility_request_request.rb +33 -0
- data/lib/stack_one/models/operations/hris_update_employee_work_eligibility_request_response.rb +30 -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/proxy.rb +1 -1
- data/lib/stack_one/models/operations/queryparam_proxy.rb +1 -1
- data/lib/stack_one/models/operations.rb +180 -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/categories.rb +1 -0
- data/lib/stack_one/models/shared/category.rb +1 -0
- data/lib/stack_one/models/shared/channelsenum.rb +27 -0
- data/lib/stack_one/models/shared/company.rb +3 -3
- data/lib/stack_one/models/shared/confidential.rb +19 -0
- data/lib/stack_one/models/shared/connectsessioncreate_categories.rb +1 -0
- data/lib/stack_one/models/shared/connectsessiontoken_categories.rb +1 -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/createdocumentresult.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/createworkeligibilityresult.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 -14
- data/lib/stack_one/models/shared/emailmessages.rb +33 -0
- data/lib/stack_one/models/shared/emailmessages_value.rb +20 -0
- data/lib/stack_one/models/shared/employee.rb +8 -5
- data/lib/stack_one/models/shared/employee_company.rb +36 -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 -3
- 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 -3
- 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 +22 -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/hriscreatedocumentrequestdto.rb +33 -0
- data/lib/stack_one/models/shared/hriscreatedocumentrequestdto_type.rb +27 -0
- data/lib/stack_one/models/shared/hriscreatedocumentrequestdto_value.rb +28 -0
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto.rb +5 -2
- 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 -3
- data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto.rb +2 -2
- data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto_schemas_value.rb +8 -0
- data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto_status.rb +27 -0
- data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto_value.rb +3 -0
- data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto.rb +42 -0
- data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_schemas_value.rb +22 -0
- data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_type.rb +27 -0
- data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_value.rb +266 -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/issued_by.rb +27 -0
- data/lib/stack_one/models/shared/job.rb +57 -0
- data/lib/stack_one/models/shared/{response.rb → job_schemas_status.rb} +1 -1
- 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 +22 -0
- data/lib/stack_one/models/shared/jobposting_schemas_value.rb +33 -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/linkedaccountmeta_category.rb +1 -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/message_value.rb +20 -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/pushmessages_value.rb +20 -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/rawresponse.rb +2 -2
- 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/timeoff_schemas_value.rb +8 -0
- data/lib/stack_one/models/shared/timeoff_value.rb +3 -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/workeligibility.rb +8 -5
- data/lib/stack_one/models/shared/workeligibility_document.rb +39 -0
- data/lib/stack_one/models/shared/workeligibility_issued_by.rb +27 -0
- data/lib/stack_one/models/shared/workeligibility_schemas_value.rb +22 -0
- data/lib/stack_one/models/shared/workeligibility_type.rb +2 -2
- data/lib/stack_one/models/shared/workeligibility_value.rb +250 -6
- data/lib/stack_one/models/shared/workeligibilitypaginated.rb +33 -0
- data/lib/stack_one/models/shared/workeligibilityresult.rb +27 -0
- data/lib/stack_one/models/shared.rb +203 -22
- data/lib/stack_one/proxy.rb +1 -1
- data/lib/stack_one/sdkconfiguration.rb +10 -11
- data/lib/stack_one/stackone.rb +25 -21
- data/lib/stack_one/utils/metadata_fields.rb +8 -12
- data/lib/stack_one/utils/t.rb +59 -0
- data/lib/stack_one/utils/utils.rb +8 -13
- data/lib/stackone_client.rb +8 -3
- metadata +370 -7
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stackone_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- StackOne
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-03-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -143,26 +143,163 @@ extensions: []
|
|
143
143
|
extra_rdoc_files: []
|
144
144
|
files:
|
145
145
|
- lib/stack_one/accounts.rb
|
146
|
+
- lib/stack_one/ats.rb
|
146
147
|
- lib/stack_one/connect_sessions.rb
|
147
148
|
- lib/stack_one/connectors.rb
|
149
|
+
- lib/stack_one/crm.rb
|
148
150
|
- lib/stack_one/hris.rb
|
151
|
+
- lib/stack_one/marketing.rb
|
149
152
|
- lib/stack_one/models/operations.rb
|
153
|
+
- lib/stack_one/models/operations/ats_create_application_request.rb
|
154
|
+
- lib/stack_one/models/operations/ats_create_application_response.rb
|
155
|
+
- lib/stack_one/models/operations/ats_create_candidate_note_request.rb
|
156
|
+
- lib/stack_one/models/operations/ats_create_candidate_note_response.rb
|
157
|
+
- lib/stack_one/models/operations/ats_create_candidate_request.rb
|
158
|
+
- lib/stack_one/models/operations/ats_create_candidate_response.rb
|
159
|
+
- lib/stack_one/models/operations/ats_create_offer_request.rb
|
160
|
+
- lib/stack_one/models/operations/ats_create_offer_response.rb
|
161
|
+
- lib/stack_one/models/operations/ats_get_application_document_request.rb
|
162
|
+
- lib/stack_one/models/operations/ats_get_application_document_response.rb
|
163
|
+
- lib/stack_one/models/operations/ats_get_application_offer_queryparam_proxy.rb
|
164
|
+
- lib/stack_one/models/operations/ats_get_application_offer_request.rb
|
165
|
+
- lib/stack_one/models/operations/ats_get_application_offer_response.rb
|
166
|
+
- lib/stack_one/models/operations/ats_get_application_request.rb
|
167
|
+
- lib/stack_one/models/operations/ats_get_application_response.rb
|
168
|
+
- lib/stack_one/models/operations/ats_get_application_scorecard_queryparam_proxy.rb
|
169
|
+
- lib/stack_one/models/operations/ats_get_application_scorecard_request.rb
|
170
|
+
- lib/stack_one/models/operations/ats_get_application_scorecard_response.rb
|
171
|
+
- lib/stack_one/models/operations/ats_get_candidate_note_queryparam_proxy.rb
|
172
|
+
- lib/stack_one/models/operations/ats_get_candidate_note_request.rb
|
173
|
+
- lib/stack_one/models/operations/ats_get_candidate_note_response.rb
|
174
|
+
- lib/stack_one/models/operations/ats_get_candidate_queryparam_proxy.rb
|
175
|
+
- lib/stack_one/models/operations/ats_get_candidate_request.rb
|
176
|
+
- lib/stack_one/models/operations/ats_get_candidate_response.rb
|
177
|
+
- lib/stack_one/models/operations/ats_get_department_queryparam_proxy.rb
|
178
|
+
- lib/stack_one/models/operations/ats_get_department_request.rb
|
179
|
+
- lib/stack_one/models/operations/ats_get_department_response.rb
|
180
|
+
- lib/stack_one/models/operations/ats_get_interview_queryparam_proxy.rb
|
181
|
+
- lib/stack_one/models/operations/ats_get_interview_request.rb
|
182
|
+
- lib/stack_one/models/operations/ats_get_interview_response.rb
|
183
|
+
- lib/stack_one/models/operations/ats_get_interview_stage_queryparam_proxy.rb
|
184
|
+
- lib/stack_one/models/operations/ats_get_interview_stage_request.rb
|
185
|
+
- lib/stack_one/models/operations/ats_get_interview_stage_response.rb
|
186
|
+
- lib/stack_one/models/operations/ats_get_job_posting_queryparam_proxy.rb
|
187
|
+
- lib/stack_one/models/operations/ats_get_job_posting_request.rb
|
188
|
+
- lib/stack_one/models/operations/ats_get_job_posting_response.rb
|
189
|
+
- lib/stack_one/models/operations/ats_get_job_queryparam_proxy.rb
|
190
|
+
- lib/stack_one/models/operations/ats_get_job_request.rb
|
191
|
+
- lib/stack_one/models/operations/ats_get_job_response.rb
|
192
|
+
- lib/stack_one/models/operations/ats_get_location_queryparam_proxy.rb
|
193
|
+
- lib/stack_one/models/operations/ats_get_location_request.rb
|
194
|
+
- lib/stack_one/models/operations/ats_get_location_response.rb
|
195
|
+
- lib/stack_one/models/operations/ats_get_offer_queryparam_proxy.rb
|
196
|
+
- lib/stack_one/models/operations/ats_get_offer_request.rb
|
197
|
+
- lib/stack_one/models/operations/ats_get_offer_response.rb
|
198
|
+
- lib/stack_one/models/operations/ats_get_rejected_reason_queryparam_proxy.rb
|
199
|
+
- lib/stack_one/models/operations/ats_get_rejected_reason_request.rb
|
200
|
+
- lib/stack_one/models/operations/ats_get_rejected_reason_response.rb
|
201
|
+
- lib/stack_one/models/operations/ats_get_user_queryparam_proxy.rb
|
202
|
+
- lib/stack_one/models/operations/ats_get_user_request.rb
|
203
|
+
- lib/stack_one/models/operations/ats_get_user_response.rb
|
204
|
+
- lib/stack_one/models/operations/ats_list_application_documents_queryparam_proxy.rb
|
205
|
+
- lib/stack_one/models/operations/ats_list_application_documents_request.rb
|
206
|
+
- lib/stack_one/models/operations/ats_list_application_documents_response.rb
|
207
|
+
- lib/stack_one/models/operations/ats_list_application_scorecards_queryparam_proxy.rb
|
208
|
+
- lib/stack_one/models/operations/ats_list_application_scorecards_request.rb
|
209
|
+
- lib/stack_one/models/operations/ats_list_application_scorecards_response.rb
|
210
|
+
- lib/stack_one/models/operations/ats_list_applications_offers_queryparam_proxy.rb
|
211
|
+
- lib/stack_one/models/operations/ats_list_applications_offers_request.rb
|
212
|
+
- lib/stack_one/models/operations/ats_list_applications_offers_response.rb
|
213
|
+
- lib/stack_one/models/operations/ats_list_applications_queryparam_proxy.rb
|
214
|
+
- lib/stack_one/models/operations/ats_list_applications_request.rb
|
215
|
+
- lib/stack_one/models/operations/ats_list_applications_response.rb
|
216
|
+
- lib/stack_one/models/operations/ats_list_candidate_notes_queryparam_proxy.rb
|
217
|
+
- lib/stack_one/models/operations/ats_list_candidate_notes_request.rb
|
218
|
+
- lib/stack_one/models/operations/ats_list_candidate_notes_response.rb
|
219
|
+
- lib/stack_one/models/operations/ats_list_candidates_queryparam_proxy.rb
|
220
|
+
- lib/stack_one/models/operations/ats_list_candidates_request.rb
|
221
|
+
- lib/stack_one/models/operations/ats_list_candidates_response.rb
|
222
|
+
- lib/stack_one/models/operations/ats_list_departments_queryparam_proxy.rb
|
223
|
+
- lib/stack_one/models/operations/ats_list_departments_request.rb
|
224
|
+
- lib/stack_one/models/operations/ats_list_departments_response.rb
|
225
|
+
- lib/stack_one/models/operations/ats_list_interview_stages_queryparam_proxy.rb
|
226
|
+
- lib/stack_one/models/operations/ats_list_interview_stages_request.rb
|
227
|
+
- lib/stack_one/models/operations/ats_list_interview_stages_response.rb
|
228
|
+
- lib/stack_one/models/operations/ats_list_interviews_queryparam_proxy.rb
|
229
|
+
- lib/stack_one/models/operations/ats_list_interviews_request.rb
|
230
|
+
- lib/stack_one/models/operations/ats_list_interviews_response.rb
|
231
|
+
- lib/stack_one/models/operations/ats_list_job_postings_queryparam_proxy.rb
|
232
|
+
- lib/stack_one/models/operations/ats_list_job_postings_request.rb
|
233
|
+
- lib/stack_one/models/operations/ats_list_job_postings_response.rb
|
234
|
+
- lib/stack_one/models/operations/ats_list_jobs_queryparam_proxy.rb
|
235
|
+
- lib/stack_one/models/operations/ats_list_jobs_request.rb
|
236
|
+
- lib/stack_one/models/operations/ats_list_jobs_response.rb
|
237
|
+
- lib/stack_one/models/operations/ats_list_locations_queryparam_proxy.rb
|
238
|
+
- lib/stack_one/models/operations/ats_list_locations_request.rb
|
239
|
+
- lib/stack_one/models/operations/ats_list_locations_response.rb
|
240
|
+
- lib/stack_one/models/operations/ats_list_offers_queryparam_proxy.rb
|
241
|
+
- lib/stack_one/models/operations/ats_list_offers_request.rb
|
242
|
+
- lib/stack_one/models/operations/ats_list_offers_response.rb
|
243
|
+
- lib/stack_one/models/operations/ats_list_rejected_reasons_queryparam_proxy.rb
|
244
|
+
- lib/stack_one/models/operations/ats_list_rejected_reasons_request.rb
|
245
|
+
- lib/stack_one/models/operations/ats_list_rejected_reasons_response.rb
|
246
|
+
- lib/stack_one/models/operations/ats_list_users_queryparam_proxy.rb
|
247
|
+
- lib/stack_one/models/operations/ats_list_users_request.rb
|
248
|
+
- lib/stack_one/models/operations/ats_list_users_response.rb
|
249
|
+
- lib/stack_one/models/operations/ats_update_application_request.rb
|
250
|
+
- lib/stack_one/models/operations/ats_update_application_response.rb
|
251
|
+
- lib/stack_one/models/operations/ats_update_candidate_request.rb
|
252
|
+
- lib/stack_one/models/operations/ats_update_candidate_response.rb
|
253
|
+
- lib/stack_one/models/operations/crm_create_contact_request.rb
|
254
|
+
- lib/stack_one/models/operations/crm_create_contact_response.rb
|
255
|
+
- lib/stack_one/models/operations/crm_get_account_queryparam_proxy.rb
|
256
|
+
- lib/stack_one/models/operations/crm_get_account_request.rb
|
257
|
+
- lib/stack_one/models/operations/crm_get_account_response.rb
|
258
|
+
- lib/stack_one/models/operations/crm_get_contact_queryparam_proxy.rb
|
259
|
+
- lib/stack_one/models/operations/crm_get_contact_request.rb
|
260
|
+
- lib/stack_one/models/operations/crm_get_contact_response.rb
|
261
|
+
- lib/stack_one/models/operations/crm_get_list_queryparam_proxy.rb
|
262
|
+
- lib/stack_one/models/operations/crm_get_list_request.rb
|
263
|
+
- lib/stack_one/models/operations/crm_get_list_response.rb
|
264
|
+
- lib/stack_one/models/operations/crm_list_accounts_queryparam_proxy.rb
|
265
|
+
- lib/stack_one/models/operations/crm_list_accounts_request.rb
|
266
|
+
- lib/stack_one/models/operations/crm_list_accounts_response.rb
|
267
|
+
- lib/stack_one/models/operations/crm_list_contacts_queryparam_proxy.rb
|
268
|
+
- lib/stack_one/models/operations/crm_list_contacts_request.rb
|
269
|
+
- lib/stack_one/models/operations/crm_list_contacts_response.rb
|
270
|
+
- lib/stack_one/models/operations/crm_list_lists_queryparam_proxy.rb
|
271
|
+
- lib/stack_one/models/operations/crm_list_lists_request.rb
|
272
|
+
- lib/stack_one/models/operations/crm_list_lists_response.rb
|
273
|
+
- lib/stack_one/models/operations/crm_update_contact_request.rb
|
274
|
+
- lib/stack_one/models/operations/crm_update_contact_response.rb
|
275
|
+
- lib/stack_one/models/operations/hris_create_employee_document_request.rb
|
276
|
+
- lib/stack_one/models/operations/hris_create_employee_document_response.rb
|
150
277
|
- lib/stack_one/models/operations/hris_create_employee_request.rb
|
151
278
|
- lib/stack_one/models/operations/hris_create_employee_response.rb
|
152
279
|
- lib/stack_one/models/operations/hris_create_employee_time_off_request_request.rb
|
153
280
|
- lib/stack_one/models/operations/hris_create_employee_time_off_request_response.rb
|
281
|
+
- lib/stack_one/models/operations/hris_create_employee_work_eligibility_request_request.rb
|
282
|
+
- lib/stack_one/models/operations/hris_create_employee_work_eligibility_request_response.rb
|
154
283
|
- lib/stack_one/models/operations/hris_create_time_off_request_request.rb
|
155
284
|
- lib/stack_one/models/operations/hris_create_time_off_request_response.rb
|
285
|
+
- lib/stack_one/models/operations/hris_get_benefit_queryparam_proxy.rb
|
286
|
+
- lib/stack_one/models/operations/hris_get_benefit_request.rb
|
287
|
+
- lib/stack_one/models/operations/hris_get_benefit_response.rb
|
288
|
+
- lib/stack_one/models/operations/hris_get_company_queryparam_proxy.rb
|
156
289
|
- lib/stack_one/models/operations/hris_get_company_request.rb
|
157
290
|
- lib/stack_one/models/operations/hris_get_company_response.rb
|
158
291
|
- lib/stack_one/models/operations/hris_get_employee_document_queryparam_proxy.rb
|
159
292
|
- lib/stack_one/models/operations/hris_get_employee_document_request.rb
|
160
293
|
- lib/stack_one/models/operations/hris_get_employee_document_response.rb
|
294
|
+
- lib/stack_one/models/operations/hris_get_employee_queryparam_proxy.rb
|
161
295
|
- lib/stack_one/models/operations/hris_get_employee_request.rb
|
162
296
|
- lib/stack_one/models/operations/hris_get_employee_response.rb
|
163
297
|
- lib/stack_one/models/operations/hris_get_employees_time_off_request_queryparam_proxy.rb
|
164
298
|
- lib/stack_one/models/operations/hris_get_employees_time_off_request_request.rb
|
165
299
|
- lib/stack_one/models/operations/hris_get_employees_time_off_request_response.rb
|
300
|
+
- lib/stack_one/models/operations/hris_get_employees_work_eligibility_queryparam_proxy.rb
|
301
|
+
- lib/stack_one/models/operations/hris_get_employees_work_eligibility_request.rb
|
302
|
+
- lib/stack_one/models/operations/hris_get_employees_work_eligibility_response.rb
|
166
303
|
- lib/stack_one/models/operations/hris_get_employment_queryparam_proxy.rb
|
167
304
|
- lib/stack_one/models/operations/hris_get_employment_request.rb
|
168
305
|
- lib/stack_one/models/operations/hris_get_employment_response.rb
|
@@ -172,6 +309,9 @@ files:
|
|
172
309
|
- lib/stack_one/models/operations/hris_get_time_off_request_queryparam_proxy.rb
|
173
310
|
- lib/stack_one/models/operations/hris_get_time_off_request_request.rb
|
174
311
|
- lib/stack_one/models/operations/hris_get_time_off_request_response.rb
|
312
|
+
- lib/stack_one/models/operations/hris_list_benefits_queryparam_proxy.rb
|
313
|
+
- lib/stack_one/models/operations/hris_list_benefits_request.rb
|
314
|
+
- lib/stack_one/models/operations/hris_list_benefits_response.rb
|
175
315
|
- lib/stack_one/models/operations/hris_list_companies_queryparam_proxy.rb
|
176
316
|
- lib/stack_one/models/operations/hris_list_companies_request.rb
|
177
317
|
- lib/stack_one/models/operations/hris_list_companies_response.rb
|
@@ -181,6 +321,9 @@ files:
|
|
181
321
|
- lib/stack_one/models/operations/hris_list_employee_time_off_requests_queryparam_proxy.rb
|
182
322
|
- lib/stack_one/models/operations/hris_list_employee_time_off_requests_request.rb
|
183
323
|
- lib/stack_one/models/operations/hris_list_employee_time_off_requests_response.rb
|
324
|
+
- lib/stack_one/models/operations/hris_list_employee_work_eligibility_queryparam_proxy.rb
|
325
|
+
- lib/stack_one/models/operations/hris_list_employee_work_eligibility_request.rb
|
326
|
+
- lib/stack_one/models/operations/hris_list_employee_work_eligibility_response.rb
|
184
327
|
- lib/stack_one/models/operations/hris_list_employees_queryparam_proxy.rb
|
185
328
|
- lib/stack_one/models/operations/hris_list_employees_request.rb
|
186
329
|
- lib/stack_one/models/operations/hris_list_employees_response.rb
|
@@ -195,8 +338,46 @@ files:
|
|
195
338
|
- lib/stack_one/models/operations/hris_list_time_off_requests_response.rb
|
196
339
|
- lib/stack_one/models/operations/hris_update_employee_request.rb
|
197
340
|
- lib/stack_one/models/operations/hris_update_employee_response.rb
|
341
|
+
- lib/stack_one/models/operations/hris_update_employee_work_eligibility_request_request.rb
|
342
|
+
- lib/stack_one/models/operations/hris_update_employee_work_eligibility_request_response.rb
|
198
343
|
- lib/stack_one/models/operations/hris_update_time_off_request_request.rb
|
199
344
|
- lib/stack_one/models/operations/hris_update_time_off_request_response.rb
|
345
|
+
- lib/stack_one/models/operations/marketing_create_email_template_request.rb
|
346
|
+
- lib/stack_one/models/operations/marketing_create_email_template_response.rb
|
347
|
+
- lib/stack_one/models/operations/marketing_create_omni_channel_template_request.rb
|
348
|
+
- lib/stack_one/models/operations/marketing_create_omni_channel_template_response.rb
|
349
|
+
- lib/stack_one/models/operations/marketing_create_push_template_request.rb
|
350
|
+
- lib/stack_one/models/operations/marketing_create_push_template_response.rb
|
351
|
+
- lib/stack_one/models/operations/marketing_get_campaign_queryparam_proxy.rb
|
352
|
+
- lib/stack_one/models/operations/marketing_get_campaign_request.rb
|
353
|
+
- lib/stack_one/models/operations/marketing_get_campaign_response.rb
|
354
|
+
- lib/stack_one/models/operations/marketing_get_email_template_queryparam_proxy.rb
|
355
|
+
- lib/stack_one/models/operations/marketing_get_email_template_request.rb
|
356
|
+
- lib/stack_one/models/operations/marketing_get_email_template_response.rb
|
357
|
+
- lib/stack_one/models/operations/marketing_get_omni_channel_template_queryparam_proxy.rb
|
358
|
+
- lib/stack_one/models/operations/marketing_get_omni_channel_template_request.rb
|
359
|
+
- lib/stack_one/models/operations/marketing_get_omni_channel_template_response.rb
|
360
|
+
- lib/stack_one/models/operations/marketing_get_push_template_queryparam_proxy.rb
|
361
|
+
- lib/stack_one/models/operations/marketing_get_push_template_request.rb
|
362
|
+
- lib/stack_one/models/operations/marketing_get_push_template_response.rb
|
363
|
+
- lib/stack_one/models/operations/marketing_list_campaigns_queryparam_proxy.rb
|
364
|
+
- lib/stack_one/models/operations/marketing_list_campaigns_request.rb
|
365
|
+
- lib/stack_one/models/operations/marketing_list_campaigns_response.rb
|
366
|
+
- lib/stack_one/models/operations/marketing_list_email_templates_queryparam_proxy.rb
|
367
|
+
- lib/stack_one/models/operations/marketing_list_email_templates_request.rb
|
368
|
+
- lib/stack_one/models/operations/marketing_list_email_templates_response.rb
|
369
|
+
- lib/stack_one/models/operations/marketing_list_omni_channel_templates_queryparam_proxy.rb
|
370
|
+
- lib/stack_one/models/operations/marketing_list_omni_channel_templates_request.rb
|
371
|
+
- lib/stack_one/models/operations/marketing_list_omni_channel_templates_response.rb
|
372
|
+
- lib/stack_one/models/operations/marketing_list_push_templates_queryparam_proxy.rb
|
373
|
+
- lib/stack_one/models/operations/marketing_list_push_templates_request.rb
|
374
|
+
- lib/stack_one/models/operations/marketing_list_push_templates_response.rb
|
375
|
+
- lib/stack_one/models/operations/marketing_update_email_template_request.rb
|
376
|
+
- lib/stack_one/models/operations/marketing_update_email_template_response.rb
|
377
|
+
- lib/stack_one/models/operations/marketing_update_omni_channel_template_request.rb
|
378
|
+
- lib/stack_one/models/operations/marketing_update_omni_channel_template_response.rb
|
379
|
+
- lib/stack_one/models/operations/marketing_update_push_template_request.rb
|
380
|
+
- lib/stack_one/models/operations/marketing_update_push_template_response.rb
|
200
381
|
- lib/stack_one/models/operations/proxy.rb
|
201
382
|
- lib/stack_one/models/operations/queryparam_proxy.rb
|
202
383
|
- lib/stack_one/models/operations/stackone_authenticate_connect_session_response.rb
|
@@ -218,13 +399,59 @@ files:
|
|
218
399
|
- lib/stack_one/models/operations/stackone_update_account_request.rb
|
219
400
|
- lib/stack_one/models/operations/stackone_update_account_response.rb
|
220
401
|
- lib/stack_one/models/shared.rb
|
402
|
+
- lib/stack_one/models/shared/account.rb
|
403
|
+
- lib/stack_one/models/shared/accountaddress.rb
|
404
|
+
- lib/stack_one/models/shared/accountaddress_schemas_value.rb
|
405
|
+
- lib/stack_one/models/shared/accountaddress_value.rb
|
406
|
+
- lib/stack_one/models/shared/accountresult.rb
|
407
|
+
- lib/stack_one/models/shared/accountspaginated.rb
|
408
|
+
- lib/stack_one/models/shared/answer.rb
|
409
|
+
- lib/stack_one/models/shared/answer_value.rb
|
410
|
+
- lib/stack_one/models/shared/application.rb
|
411
|
+
- lib/stack_one/models/shared/application_candidate.rb
|
412
|
+
- lib/stack_one/models/shared/application_interview_stage.rb
|
413
|
+
- lib/stack_one/models/shared/application_status.rb
|
414
|
+
- lib/stack_one/models/shared/application_value.rb
|
415
|
+
- lib/stack_one/models/shared/applicationattachment.rb
|
416
|
+
- lib/stack_one/models/shared/applicationattachment_value.rb
|
417
|
+
- lib/stack_one/models/shared/applicationresult.rb
|
418
|
+
- lib/stack_one/models/shared/applicationspaginated.rb
|
419
|
+
- lib/stack_one/models/shared/atscreateapplicationrequestdto.rb
|
420
|
+
- lib/stack_one/models/shared/atscreateapplicationrequestdto_application_status.rb
|
421
|
+
- lib/stack_one/models/shared/atscreateapplicationrequestdto_candidate.rb
|
422
|
+
- lib/stack_one/models/shared/atscreateapplicationrequestdto_value.rb
|
423
|
+
- lib/stack_one/models/shared/atscreatecandidaterequestdto.rb
|
424
|
+
- lib/stack_one/models/shared/atscreatenotesrequestdto.rb
|
425
|
+
- lib/stack_one/models/shared/atscreatenotesrequestdto_value.rb
|
426
|
+
- lib/stack_one/models/shared/atscreateofferrequestdto.rb
|
427
|
+
- lib/stack_one/models/shared/atscreateofferrequestdto_value.rb
|
428
|
+
- lib/stack_one/models/shared/atslocation.rb
|
429
|
+
- lib/stack_one/models/shared/atslocationresult.rb
|
430
|
+
- lib/stack_one/models/shared/atslocationspaginated.rb
|
431
|
+
- lib/stack_one/models/shared/atsupdateapplicationrequestdto.rb
|
432
|
+
- lib/stack_one/models/shared/atsupdateapplicationrequestdto_application_status.rb
|
433
|
+
- lib/stack_one/models/shared/atsupdateapplicationrequestdto_candidate.rb
|
434
|
+
- lib/stack_one/models/shared/atsupdateapplicationrequestdto_value.rb
|
435
|
+
- lib/stack_one/models/shared/atsupdatecandidatesrequestdto.rb
|
221
436
|
- lib/stack_one/models/shared/avatar.rb
|
437
|
+
- lib/stack_one/models/shared/benefit_type.rb
|
222
438
|
- lib/stack_one/models/shared/body.rb
|
439
|
+
- lib/stack_one/models/shared/campaign.rb
|
440
|
+
- lib/stack_one/models/shared/campaign_schemas_value.rb
|
441
|
+
- lib/stack_one/models/shared/campaign_value.rb
|
442
|
+
- lib/stack_one/models/shared/campaignresult.rb
|
443
|
+
- lib/stack_one/models/shared/campaignspaginated.rb
|
444
|
+
- lib/stack_one/models/shared/candidate.rb
|
445
|
+
- lib/stack_one/models/shared/candidateemail.rb
|
446
|
+
- lib/stack_one/models/shared/candidateresult.rb
|
447
|
+
- lib/stack_one/models/shared/candidatespaginated.rb
|
223
448
|
- lib/stack_one/models/shared/categories.rb
|
224
449
|
- lib/stack_one/models/shared/category.rb
|
450
|
+
- lib/stack_one/models/shared/channelsenum.rb
|
225
451
|
- lib/stack_one/models/shared/companiespaginated.rb
|
226
452
|
- lib/stack_one/models/shared/company.rb
|
227
453
|
- lib/stack_one/models/shared/companyresult.rb
|
454
|
+
- lib/stack_one/models/shared/confidential.rb
|
228
455
|
- lib/stack_one/models/shared/connectorsmeta.rb
|
229
456
|
- lib/stack_one/models/shared/connectsession.rb
|
230
457
|
- lib/stack_one/models/shared/connectsessionauthenticate.rb
|
@@ -232,19 +459,38 @@ files:
|
|
232
459
|
- lib/stack_one/models/shared/connectsessioncreate_categories.rb
|
233
460
|
- lib/stack_one/models/shared/connectsessiontoken.rb
|
234
461
|
- lib/stack_one/models/shared/connectsessiontoken_categories.rb
|
462
|
+
- lib/stack_one/models/shared/contact.rb
|
463
|
+
- lib/stack_one/models/shared/contactresult.rb
|
464
|
+
- lib/stack_one/models/shared/contactspaginated.rb
|
235
465
|
- lib/stack_one/models/shared/content.rb
|
466
|
+
- lib/stack_one/models/shared/content_type.rb
|
236
467
|
- lib/stack_one/models/shared/costcenters.rb
|
237
468
|
- lib/stack_one/models/shared/country.rb
|
238
469
|
- lib/stack_one/models/shared/countrycodeenum.rb
|
470
|
+
- lib/stack_one/models/shared/countrycodeenum_value.rb
|
471
|
+
- lib/stack_one/models/shared/createcandidatenoteresult.rb
|
472
|
+
- lib/stack_one/models/shared/createdocumentresult.rb
|
239
473
|
- lib/stack_one/models/shared/createemployeeresult.rb
|
474
|
+
- lib/stack_one/models/shared/createofferresult.rb
|
475
|
+
- lib/stack_one/models/shared/createresult.rb
|
476
|
+
- lib/stack_one/models/shared/createtemplateresult.rb
|
240
477
|
- lib/stack_one/models/shared/createtimeoffresult.rb
|
478
|
+
- lib/stack_one/models/shared/createworkeligibilityresult.rb
|
241
479
|
- lib/stack_one/models/shared/credentials.rb
|
480
|
+
- lib/stack_one/models/shared/crmcreatecontactrequestdto.rb
|
481
|
+
- lib/stack_one/models/shared/department.rb
|
482
|
+
- lib/stack_one/models/shared/departmentresult.rb
|
483
|
+
- lib/stack_one/models/shared/departmentspaginated.rb
|
242
484
|
- lib/stack_one/models/shared/document.rb
|
243
485
|
- lib/stack_one/models/shared/documentapimodel.rb
|
486
|
+
- lib/stack_one/models/shared/documentapimodel_type.rb
|
244
487
|
- lib/stack_one/models/shared/documentapimodel_value.rb
|
245
488
|
- lib/stack_one/models/shared/documentresult.rb
|
246
489
|
- lib/stack_one/models/shared/documentspaginated.rb
|
490
|
+
- lib/stack_one/models/shared/emailmessages.rb
|
491
|
+
- lib/stack_one/models/shared/emailmessages_value.rb
|
247
492
|
- lib/stack_one/models/shared/employee.rb
|
493
|
+
- lib/stack_one/models/shared/employee_company.rb
|
248
494
|
- lib/stack_one/models/shared/employee_country.rb
|
249
495
|
- lib/stack_one/models/shared/employee_location_type.rb
|
250
496
|
- lib/stack_one/models/shared/employee_schemas_country.rb
|
@@ -278,11 +524,20 @@ files:
|
|
278
524
|
- lib/stack_one/models/shared/employmentresult.rb
|
279
525
|
- lib/stack_one/models/shared/employmentspaginated.rb
|
280
526
|
- lib/stack_one/models/shared/ethnicity.rb
|
527
|
+
- lib/stack_one/models/shared/field.rb
|
528
|
+
- lib/stack_one/models/shared/field_type.rb
|
281
529
|
- lib/stack_one/models/shared/fileformatenum.rb
|
282
530
|
- lib/stack_one/models/shared/fileformatenum_value.rb
|
283
531
|
- lib/stack_one/models/shared/gender.rb
|
284
532
|
- lib/stack_one/models/shared/headers.rb
|
285
533
|
- lib/stack_one/models/shared/home_location.rb
|
534
|
+
- lib/stack_one/models/shared/hrisbenefit.rb
|
535
|
+
- lib/stack_one/models/shared/hrisbenefit_value.rb
|
536
|
+
- lib/stack_one/models/shared/hrisbenefitresult.rb
|
537
|
+
- lib/stack_one/models/shared/hrisbenefitspaginated.rb
|
538
|
+
- lib/stack_one/models/shared/hriscreatedocumentrequestdto.rb
|
539
|
+
- lib/stack_one/models/shared/hriscreatedocumentrequestdto_type.rb
|
540
|
+
- lib/stack_one/models/shared/hriscreatedocumentrequestdto_value.rb
|
286
541
|
- lib/stack_one/models/shared/hriscreateemployeerequestdto.rb
|
287
542
|
- lib/stack_one/models/shared/hriscreateemployeerequestdto_avatar.rb
|
288
543
|
- lib/stack_one/models/shared/hriscreateemployeerequestdto_country.rb
|
@@ -308,33 +563,130 @@ files:
|
|
308
563
|
- lib/stack_one/models/shared/hriscreateemployeerequestdto_work_location.rb
|
309
564
|
- lib/stack_one/models/shared/hriscreatetimeoffrequestdto.rb
|
310
565
|
- lib/stack_one/models/shared/hriscreatetimeoffrequestdto_schemas_value.rb
|
566
|
+
- lib/stack_one/models/shared/hriscreatetimeoffrequestdto_status.rb
|
311
567
|
- lib/stack_one/models/shared/hriscreatetimeoffrequestdto_type.rb
|
312
568
|
- lib/stack_one/models/shared/hriscreatetimeoffrequestdto_value.rb
|
569
|
+
- lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto.rb
|
570
|
+
- lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_schemas_value.rb
|
571
|
+
- lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_type.rb
|
572
|
+
- lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_value.rb
|
313
573
|
- lib/stack_one/models/shared/hrislocation.rb
|
574
|
+
- lib/stack_one/models/shared/hrislocation_country.rb
|
575
|
+
- lib/stack_one/models/shared/hrislocation_location_type.rb
|
314
576
|
- lib/stack_one/models/shared/hrislocation_schemas_value.rb
|
315
577
|
- lib/stack_one/models/shared/hrislocation_value.rb
|
316
578
|
- lib/stack_one/models/shared/hrislocationresult.rb
|
317
579
|
- lib/stack_one/models/shared/hrislocationspaginated.rb
|
318
580
|
- lib/stack_one/models/shared/images.rb
|
581
|
+
- lib/stack_one/models/shared/internal.rb
|
582
|
+
- lib/stack_one/models/shared/interview.rb
|
583
|
+
- lib/stack_one/models/shared/interview_interview_stage.rb
|
584
|
+
- lib/stack_one/models/shared/interview_status.rb
|
585
|
+
- lib/stack_one/models/shared/interview_value.rb
|
586
|
+
- lib/stack_one/models/shared/interviewer.rb
|
587
|
+
- lib/stack_one/models/shared/interviewpart.rb
|
588
|
+
- lib/stack_one/models/shared/interviewspaginated.rb
|
589
|
+
- lib/stack_one/models/shared/interviewsresult.rb
|
590
|
+
- lib/stack_one/models/shared/interviewstage.rb
|
591
|
+
- lib/stack_one/models/shared/interviewstageresult.rb
|
592
|
+
- lib/stack_one/models/shared/interviewstagespaginated.rb
|
593
|
+
- lib/stack_one/models/shared/issued_by.rb
|
594
|
+
- lib/stack_one/models/shared/job.rb
|
319
595
|
- lib/stack_one/models/shared/job_description.rb
|
596
|
+
- lib/stack_one/models/shared/job_schemas_status.rb
|
597
|
+
- lib/stack_one/models/shared/job_status.rb
|
598
|
+
- lib/stack_one/models/shared/job_value.rb
|
599
|
+
- lib/stack_one/models/shared/jobhiringteam.rb
|
600
|
+
- lib/stack_one/models/shared/jobposting.rb
|
601
|
+
- lib/stack_one/models/shared/jobposting_content.rb
|
602
|
+
- lib/stack_one/models/shared/jobposting_employment_contract_type.rb
|
603
|
+
- lib/stack_one/models/shared/jobposting_employment_type.rb
|
604
|
+
- lib/stack_one/models/shared/jobposting_schemas_status_value.rb
|
605
|
+
- lib/stack_one/models/shared/jobposting_schemas_value.rb
|
606
|
+
- lib/stack_one/models/shared/jobposting_status.rb
|
607
|
+
- lib/stack_one/models/shared/jobposting_value.rb
|
608
|
+
- lib/stack_one/models/shared/jobpostingcompensation.rb
|
609
|
+
- lib/stack_one/models/shared/jobpostingcompensation_pay_frequency.rb
|
610
|
+
- lib/stack_one/models/shared/jobpostingcompensation_pay_period.rb
|
611
|
+
- lib/stack_one/models/shared/jobpostingcompensation_schemas_type_value.rb
|
612
|
+
- lib/stack_one/models/shared/jobpostingcompensation_schemas_value.rb
|
613
|
+
- lib/stack_one/models/shared/jobpostingcompensation_type.rb
|
614
|
+
- lib/stack_one/models/shared/jobpostingcompensation_value.rb
|
615
|
+
- lib/stack_one/models/shared/jobpostinglocation.rb
|
616
|
+
- lib/stack_one/models/shared/jobpostingquestionnaire.rb
|
617
|
+
- lib/stack_one/models/shared/jobpostingresult.rb
|
618
|
+
- lib/stack_one/models/shared/jobpostingspaginated.rb
|
619
|
+
- lib/stack_one/models/shared/jobresult.rb
|
620
|
+
- lib/stack_one/models/shared/jobspaginated.rb
|
320
621
|
- lib/stack_one/models/shared/linkedaccount.rb
|
321
622
|
- lib/stack_one/models/shared/linkedaccountmeta.rb
|
322
623
|
- lib/stack_one/models/shared/linkedaccountmeta_category.rb
|
624
|
+
- lib/stack_one/models/shared/list.rb
|
625
|
+
- lib/stack_one/models/shared/list_type.rb
|
626
|
+
- lib/stack_one/models/shared/list_value.rb
|
627
|
+
- lib/stack_one/models/shared/listresult.rb
|
628
|
+
- lib/stack_one/models/shared/listspaginated.rb
|
323
629
|
- lib/stack_one/models/shared/location_type.rb
|
324
630
|
- lib/stack_one/models/shared/marital_status.rb
|
631
|
+
- lib/stack_one/models/shared/marketingcreateemailtemplaterequestdto.rb
|
632
|
+
- lib/stack_one/models/shared/marketingcreatepushtemplaterequestdto.rb
|
633
|
+
- lib/stack_one/models/shared/marketingcreatetemplaterequestdto.rb
|
634
|
+
- lib/stack_one/models/shared/message.rb
|
635
|
+
- lib/stack_one/models/shared/message_content.rb
|
636
|
+
- lib/stack_one/models/shared/message_message_type.rb
|
637
|
+
- lib/stack_one/models/shared/message_type.rb
|
638
|
+
- lib/stack_one/models/shared/message_value.rb
|
325
639
|
- lib/stack_one/models/shared/metadata.rb
|
326
640
|
- lib/stack_one/models/shared/method.rb
|
641
|
+
- lib/stack_one/models/shared/note.rb
|
642
|
+
- lib/stack_one/models/shared/note_value.rb
|
643
|
+
- lib/stack_one/models/shared/note_visibility.rb
|
644
|
+
- lib/stack_one/models/shared/notecontentapimodel.rb
|
645
|
+
- lib/stack_one/models/shared/noteresult.rb
|
646
|
+
- lib/stack_one/models/shared/notespaginated.rb
|
647
|
+
- lib/stack_one/models/shared/offer.rb
|
648
|
+
- lib/stack_one/models/shared/offer_offer_status.rb
|
649
|
+
- lib/stack_one/models/shared/offer_status.rb
|
650
|
+
- lib/stack_one/models/shared/offer_value.rb
|
651
|
+
- lib/stack_one/models/shared/offerhistory.rb
|
652
|
+
- lib/stack_one/models/shared/offerspaginated.rb
|
653
|
+
- lib/stack_one/models/shared/offersresult.rb
|
654
|
+
- lib/stack_one/models/shared/overall_recommendation.rb
|
327
655
|
- lib/stack_one/models/shared/patchaccountdto.rb
|
328
656
|
- lib/stack_one/models/shared/pay_frequency.rb
|
329
657
|
- lib/stack_one/models/shared/pay_period.rb
|
658
|
+
- lib/stack_one/models/shared/phonenumber.rb
|
659
|
+
- lib/stack_one/models/shared/phonenumber_type.rb
|
330
660
|
- lib/stack_one/models/shared/proxyrequestbody.rb
|
661
|
+
- lib/stack_one/models/shared/pushmessages.rb
|
662
|
+
- lib/stack_one/models/shared/pushmessages_message_content.rb
|
663
|
+
- lib/stack_one/models/shared/pushmessages_message_type.rb
|
664
|
+
- lib/stack_one/models/shared/pushmessages_value.rb
|
665
|
+
- lib/stack_one/models/shared/question.rb
|
666
|
+
- lib/stack_one/models/shared/question_type.rb
|
667
|
+
- lib/stack_one/models/shared/question_value.rb
|
668
|
+
- lib/stack_one/models/shared/questionmultiplechoiceanswers.rb
|
669
|
+
- lib/stack_one/models/shared/questionnaire.rb
|
331
670
|
- lib/stack_one/models/shared/rawresponse.rb
|
671
|
+
- lib/stack_one/models/shared/rejected_reason_type.rb
|
672
|
+
- lib/stack_one/models/shared/rejectedreason.rb
|
673
|
+
- lib/stack_one/models/shared/rejectedreason_value.rb
|
674
|
+
- lib/stack_one/models/shared/rejectedreasonresult.rb
|
675
|
+
- lib/stack_one/models/shared/rejectedreasonspaginated.rb
|
332
676
|
- lib/stack_one/models/shared/resources.rb
|
333
|
-
- lib/stack_one/models/shared/
|
677
|
+
- lib/stack_one/models/shared/resultlink.rb
|
678
|
+
- lib/stack_one/models/shared/schedule_type.rb
|
679
|
+
- lib/stack_one/models/shared/scorecard.rb
|
680
|
+
- lib/stack_one/models/shared/scorecardsection.rb
|
681
|
+
- lib/stack_one/models/shared/scorecardspaginated.rb
|
334
682
|
- lib/stack_one/models/shared/security.rb
|
335
683
|
- lib/stack_one/models/shared/setup_information.rb
|
684
|
+
- lib/stack_one/models/shared/sociallink.rb
|
336
685
|
- lib/stack_one/models/shared/state.rb
|
337
686
|
- lib/stack_one/models/shared/status.rb
|
687
|
+
- lib/stack_one/models/shared/template.rb
|
688
|
+
- lib/stack_one/models/shared/templateresult.rb
|
689
|
+
- lib/stack_one/models/shared/templatespaginated.rb
|
338
690
|
- lib/stack_one/models/shared/timeoff.rb
|
339
691
|
- lib/stack_one/models/shared/timeoff_schemas_value.rb
|
340
692
|
- lib/stack_one/models/shared/timeoff_status.rb
|
@@ -343,24 +695,35 @@ files:
|
|
343
695
|
- lib/stack_one/models/shared/timeoffpaginated.rb
|
344
696
|
- lib/stack_one/models/shared/timeoffresult.rb
|
345
697
|
- lib/stack_one/models/shared/type.rb
|
698
|
+
- lib/stack_one/models/shared/updateresult.rb
|
699
|
+
- lib/stack_one/models/shared/user.rb
|
700
|
+
- lib/stack_one/models/shared/userresult.rb
|
701
|
+
- lib/stack_one/models/shared/userspaginated.rb
|
346
702
|
- lib/stack_one/models/shared/value.rb
|
703
|
+
- lib/stack_one/models/shared/visibility.rb
|
347
704
|
- lib/stack_one/models/shared/work_location.rb
|
348
705
|
- lib/stack_one/models/shared/workeligibility.rb
|
706
|
+
- lib/stack_one/models/shared/workeligibility_document.rb
|
707
|
+
- lib/stack_one/models/shared/workeligibility_issued_by.rb
|
708
|
+
- lib/stack_one/models/shared/workeligibility_schemas_value.rb
|
349
709
|
- lib/stack_one/models/shared/workeligibility_type.rb
|
350
710
|
- lib/stack_one/models/shared/workeligibility_value.rb
|
711
|
+
- lib/stack_one/models/shared/workeligibilitypaginated.rb
|
712
|
+
- lib/stack_one/models/shared/workeligibilityresult.rb
|
351
713
|
- lib/stack_one/proxy.rb
|
352
714
|
- lib/stack_one/sdkconfiguration.rb
|
353
715
|
- lib/stack_one/stackone.rb
|
354
716
|
- lib/stack_one/utils/metadata_fields.rb
|
717
|
+
- lib/stack_one/utils/t.rb
|
355
718
|
- lib/stack_one/utils/utils.rb
|
356
719
|
- lib/stackone_client.rb
|
357
|
-
homepage: https://github.com/
|
720
|
+
homepage: https://github.com/StackOneHQ/stackone-client-ruby.git
|
358
721
|
licenses:
|
359
722
|
- Apache-2.0
|
360
723
|
metadata:
|
361
|
-
homepage_uri: https://github.com/
|
362
|
-
documentation_uri: https://github.com/
|
363
|
-
source_code_uri: https://github.com/
|
724
|
+
homepage_uri: https://github.com/StackOneHQ/stackone-client-ruby.git
|
725
|
+
documentation_uri: https://github.com/StackOneHQ/stackone-client-ruby.git
|
726
|
+
source_code_uri: https://github.com/StackOneHQ/stackone-client-ruby.git
|
364
727
|
post_install_message:
|
365
728
|
rdoc_options: []
|
366
729
|
require_paths:
|