stackone_client 0.40.0 → 0.41.0
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/crystalline/types.rb +11 -3
- data/lib/stack_one/accounting.rb +131 -75
- data/lib/stack_one/accounts.rb +68 -39
- data/lib/stack_one/actions.rb +714 -91
- data/lib/stack_one/ats.rb +969 -560
- data/lib/stack_one/auth_configs.rb +331 -0
- data/lib/stack_one/connect_sessions.rb +312 -15
- data/lib/stack_one/connector_profiles.rb +1477 -0
- data/lib/stack_one/connectors.rb +33 -17
- data/lib/stack_one/crm.rb +131 -75
- data/lib/stack_one/documents.rb +105 -60
- data/lib/stack_one/hris.rb +951 -549
- data/lib/stack_one/iam.rb +1803 -214
- data/lib/stack_one/lms.rb +297 -171
- data/lib/stack_one/logs.rb +5123 -0
- data/lib/stack_one/marketing.rb +329 -190
- data/lib/stack_one/mcp.rb +68 -38
- data/lib/stack_one/messaging.rb +143 -82
- data/lib/stack_one/models/errors/apierror.rbi +2 -1
- data/lib/stack_one/models/errors/badgatewayresponse.rbi +1 -1
- data/lib/stack_one/models/errors/badrequestresponse.rbi +1 -1
- data/lib/stack_one/models/errors/conflictresponse.rbi +1 -1
- data/lib/stack_one/models/errors/data.rbi +1 -1
- data/lib/stack_one/models/errors/forbiddenresponse.rbi +1 -1
- data/lib/stack_one/models/errors/headers.rbi +1 -1
- data/lib/stack_one/models/errors/internalservererrorresponse.rbi +1 -1
- data/lib/stack_one/models/errors/notfoundresponse.rbi +1 -1
- data/lib/stack_one/models/errors/notimplementedresponse.rbi +1 -1
- data/lib/stack_one/models/errors/preconditionfailedresponse.rbi +1 -1
- data/lib/stack_one/models/errors/requesttimedoutresponse.rbi +1 -1
- data/lib/stack_one/models/errors/toomanyrequestsresponse.rbi +1 -1
- data/lib/stack_one/models/errors/unauthorizedresponse.rbi +1 -1
- data/lib/stack_one/models/errors/unprocessableentityresponse.rbi +1 -1
- data/lib/stack_one/models/operations/accounting_batch_create_company_journals_request.rbi +1 -1
- data/lib/stack_one/models/operations/accounting_batch_create_company_journals_response.rbi +1 -1
- data/lib/stack_one/models/operations/accounting_create_company_journal_request.rbi +1 -1
- data/lib/stack_one/models/operations/accounting_create_company_journal_response.rbi +1 -1
- data/lib/stack_one/models/operations/accounting_get_company_account_request.rbi +1 -1
- data/lib/stack_one/models/operations/accounting_get_company_account_response.rbi +1 -1
- data/lib/stack_one/models/operations/accounting_get_company_journal_request.rbi +1 -1
- data/lib/stack_one/models/operations/accounting_get_company_journal_response.rbi +1 -1
- data/lib/stack_one/models/operations/accounting_get_company_request.rbi +1 -1
- data/lib/stack_one/models/operations/accounting_get_company_response.rbi +1 -1
- data/lib/stack_one/models/operations/accounting_get_company_tax_rate_request.rbi +1 -1
- data/lib/stack_one/models/operations/accounting_get_company_tax_rate_response.rbi +1 -1
- data/lib/stack_one/models/operations/accounting_list_companies_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/accounting_list_companies_request.rbi +1 -1
- data/lib/stack_one/models/operations/accounting_list_companies_response.rbi +1 -1
- data/lib/stack_one/models/operations/accounting_list_company_accounts_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/accounting_list_company_accounts_request.rbi +1 -1
- data/lib/stack_one/models/operations/accounting_list_company_accounts_response.rbi +1 -1
- data/lib/stack_one/models/operations/accounting_list_company_journals_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/accounting_list_company_journals_request.rbi +1 -1
- data/lib/stack_one/models/operations/accounting_list_company_journals_response.rbi +1 -1
- data/lib/stack_one/models/operations/accounting_list_company_tax_rates_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/accounting_list_company_tax_rates_request.rbi +1 -1
- data/lib/stack_one/models/operations/accounting_list_company_tax_rates_response.rbi +1 -1
- data/lib/stack_one/models/operations/active.rbi +1 -1
- data/lib/stack_one/models/operations/ats_create_application_note_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_create_application_note_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_create_application_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_create_application_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_create_background_check_package_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_create_background_check_package_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_create_candidate_note_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_create_candidate_note_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_create_candidate_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_create_candidate_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_create_interview_note_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_create_interview_note_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_create_job_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_create_job_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_create_offer_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_create_offer_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_delete_background_check_package_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_delete_background_check_package_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_download_application_document_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_download_application_document_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_application_custom_field_definition_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_application_custom_field_definition_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_application_custom_field_definition_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_application_document_category_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_application_document_category_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_application_document_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_application_document_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_application_note_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_application_note_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_application_offer_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_application_offer_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_application_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_application_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_application_scheduled_interview_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_application_scheduled_interview_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_application_scorecard_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_application_scorecard_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_application_stage_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_application_stage_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_assessments_package_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_assessments_package_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_background_check_package_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_background_check_package_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_candidate_custom_field_definition_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_candidate_custom_field_definition_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_candidate_custom_field_definition_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_candidate_note_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_candidate_note_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_candidate_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_candidate_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_department_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_department_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_interview_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_interview_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_interview_stage_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_interview_stage_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_job_application_stage_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_job_application_stage_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_job_custom_field_definition_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_job_custom_field_definition_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_job_custom_field_definition_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_job_posting_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_job_posting_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_job_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_job_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_list_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_list_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_location_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_location_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_offer_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_offer_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_rejected_reason_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_rejected_reason_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_user_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_get_user_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_application_changes_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_application_changes_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_application_changes_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_application_custom_field_definitions_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_application_custom_field_definitions_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_application_custom_field_definitions_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_application_document_categories_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_application_document_categories_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_application_document_categories_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_application_documents_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_application_documents_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_application_documents_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_application_notes_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_application_notes_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_application_notes_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_application_scorecards_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_application_scorecards_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_application_scorecards_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_application_stages_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_application_stages_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_application_stages_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_applications_offers_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_applications_offers_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_applications_offers_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_applications_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_applications_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_applications_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_applications_scheduled_interviews_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_applications_scheduled_interviews_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_applications_scheduled_interviews_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_assessments_packages_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_assessments_packages_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_assessments_packages_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_background_check_packages_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_background_check_packages_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_background_check_packages_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_candidate_custom_field_definitions_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_candidate_custom_field_definitions_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_candidate_custom_field_definitions_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_candidate_notes_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_candidate_notes_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_candidate_notes_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_candidates_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_candidates_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_candidates_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_departments_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_departments_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_departments_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_interview_stages_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_interview_stages_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_interview_stages_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_interviews_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_interviews_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_interviews_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_job_application_stages_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_job_application_stages_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_job_application_stages_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_job_custom_field_definitions_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_job_custom_field_definitions_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_job_custom_field_definitions_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_job_postings_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_job_postings_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_job_postings_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_jobs_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_jobs_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_jobs_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_lists_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_lists_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_lists_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_locations_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_locations_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_locations_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_offers_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_offers_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_offers_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_rejected_reasons_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_rejected_reasons_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_rejected_reasons_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_users_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_users_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_list_users_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_move_application_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_move_application_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_order_assessments_request_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_order_assessments_request_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_order_background_check_request_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_order_background_check_request_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_reject_application_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_reject_application_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_update_application_note_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_update_application_note_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_update_application_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_update_application_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_update_assessments_result_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_update_assessments_result_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_update_background_check_package_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_update_background_check_package_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_update_background_check_result_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_update_background_check_result_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_update_candidate_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_update_candidate_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_update_interview_note_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_update_interview_note_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_update_job_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_update_job_response.rbi +1 -1
- data/lib/stack_one/models/operations/ats_upload_application_document_request.rbi +1 -1
- data/lib/stack_one/models/operations/ats_upload_application_document_response.rbi +1 -1
- data/lib/stack_one/models/operations/change_type.rbi +1 -1
- data/lib/stack_one/models/operations/crm_create_contact_request.rbi +1 -1
- data/lib/stack_one/models/operations/crm_create_contact_response.rbi +1 -1
- data/lib/stack_one/models/operations/crm_get_account_request.rbi +1 -1
- data/lib/stack_one/models/operations/crm_get_account_response.rbi +1 -1
- data/lib/stack_one/models/operations/crm_get_contact_custom_field_definition_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/crm_get_contact_custom_field_definition_request.rbi +1 -1
- data/lib/stack_one/models/operations/crm_get_contact_custom_field_definition_response.rbi +1 -1
- data/lib/stack_one/models/operations/crm_get_contact_request.rbi +1 -1
- data/lib/stack_one/models/operations/crm_get_contact_response.rbi +1 -1
- data/lib/stack_one/models/operations/crm_get_list_request.rbi +1 -1
- data/lib/stack_one/models/operations/crm_get_list_response.rbi +1 -1
- data/lib/stack_one/models/operations/crm_list_accounts_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/crm_list_accounts_request.rbi +1 -1
- data/lib/stack_one/models/operations/crm_list_accounts_response.rbi +1 -1
- data/lib/stack_one/models/operations/crm_list_contact_custom_field_definitions_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/crm_list_contact_custom_field_definitions_request.rbi +1 -1
- data/lib/stack_one/models/operations/crm_list_contact_custom_field_definitions_response.rbi +1 -1
- data/lib/stack_one/models/operations/crm_list_contacts_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/crm_list_contacts_request.rbi +1 -1
- data/lib/stack_one/models/operations/crm_list_contacts_response.rbi +1 -1
- data/lib/stack_one/models/operations/crm_list_lists_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/crm_list_lists_request.rbi +1 -1
- data/lib/stack_one/models/operations/crm_list_lists_response.rbi +1 -1
- data/lib/stack_one/models/operations/crm_update_contact_request.rbi +1 -1
- data/lib/stack_one/models/operations/crm_update_contact_response.rbi +1 -1
- data/lib/stack_one/models/operations/documents_download_file_request.rbi +1 -1
- data/lib/stack_one/models/operations/documents_download_file_response.rbi +1 -1
- data/lib/stack_one/models/operations/documents_get_drive_request.rbi +1 -1
- data/lib/stack_one/models/operations/documents_get_drive_response.rbi +1 -1
- data/lib/stack_one/models/operations/documents_get_file_request.rbi +1 -1
- data/lib/stack_one/models/operations/documents_get_file_response.rbi +1 -1
- data/lib/stack_one/models/operations/documents_get_folder_request.rbi +1 -1
- data/lib/stack_one/models/operations/documents_get_folder_response.rbi +1 -1
- data/lib/stack_one/models/operations/documents_list_drives_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/documents_list_drives_request.rbi +1 -1
- data/lib/stack_one/models/operations/documents_list_drives_response.rbi +1 -1
- data/lib/stack_one/models/operations/documents_list_files_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/documents_list_files_request.rbi +1 -1
- data/lib/stack_one/models/operations/documents_list_files_response.rbi +1 -1
- data/lib/stack_one/models/operations/documents_list_folders_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/documents_list_folders_request.rbi +1 -1
- data/lib/stack_one/models/operations/documents_list_folders_response.rbi +1 -1
- data/lib/stack_one/models/operations/documents_upload_file_request.rbi +1 -1
- data/lib/stack_one/models/operations/documents_upload_file_response.rbi +1 -1
- data/lib/stack_one/models/operations/error.rb +40 -0
- data/lib/stack_one/models/operations/error.rbi +17 -0
- data/lib/stack_one/models/operations/exclude.rbi +1 -1
- data/lib/stack_one/models/operations/filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_batch_upload_employee_document_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_batch_upload_employee_document_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_cancel_employee_time_off_request_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_cancel_employee_time_off_request_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_create_employee_employment_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_create_employee_employment_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_create_employee_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_create_employee_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_create_employee_skill_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_create_employee_skill_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_create_employee_time_off_request_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_create_employee_time_off_request_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_create_employee_work_eligibility_request_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_create_employee_work_eligibility_request_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_download_employee_document_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_download_employee_document_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_benefit_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_benefit_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_company_group_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_company_group_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_company_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_company_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_cost_center_group_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_cost_center_group_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_department_group_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_department_group_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_division_group_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_division_group_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_employee_custom_field_definition_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_employee_custom_field_definition_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_employee_custom_field_definition_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_employee_document_category_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_employee_document_category_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_employee_document_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_employee_document_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_employee_employment_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_employee_employment_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_employee_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_employee_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_employee_shift_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_employee_shift_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_employee_skill_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_employee_skill_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_employee_task_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_employee_task_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_employee_time_off_balance_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_employee_time_off_balance_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_employees_time_off_request_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_employees_time_off_request_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_employees_work_eligibility_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_employees_work_eligibility_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_employment_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_employment_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_group_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_group_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_job_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_job_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_location_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_location_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_position_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_position_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_shift_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_shift_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_task_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_task_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_team_group_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_team_group_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_time_entries_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_time_entries_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_time_off_policy_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_time_off_policy_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_time_off_request_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_time_off_request_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_time_off_type_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_get_time_off_type_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_invite_employee_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_invite_employee_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_benefits_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_benefits_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_benefits_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_companies_groups_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_companies_groups_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_companies_groups_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_companies_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_companies_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_companies_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_cost_center_groups_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_cost_center_groups_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_cost_center_groups_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_department_groups_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_department_groups_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_department_groups_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_division_groups_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_division_groups_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_division_groups_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_categories_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_categories_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_categories_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_custom_field_definitions_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_custom_field_definitions_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_custom_field_definitions_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_documents_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_documents_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_documents_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_employments_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_employments_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_employments_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_shifts_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_shifts_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_shifts_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_skills_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_skills_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_skills_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_tasks_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_tasks_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_tasks_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_time_off_balances_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_time_off_balances_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_time_off_balances_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_time_off_policies_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_time_off_policies_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_time_off_policies_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_time_off_requests_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_time_off_requests_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_time_off_requests_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_work_eligibility_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_work_eligibility_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_work_eligibility_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employees_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employees_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employees_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employments_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employments_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_employments_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_groups_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_groups_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_groups_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_jobs_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_jobs_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_jobs_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_locations_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_locations_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_locations_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_positions_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_positions_queryparam_status.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_positions_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_positions_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_shifts_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_shifts_queryparam_status.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_shifts_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_shifts_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_tasks_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_tasks_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_tasks_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_team_groups_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_team_groups_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_team_groups_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_time_entries_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_time_entries_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_time_entries_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_time_off_policies_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_time_off_policies_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_time_off_policies_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_time_off_requests_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_time_off_requests_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_time_off_requests_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_time_off_types_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_time_off_types_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_list_time_off_types_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_update_employee_employment_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_update_employee_employment_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_update_employee_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_update_employee_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_update_employee_task_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_update_employee_task_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_update_employee_time_off_request_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_update_employee_time_off_request_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_update_employee_work_eligibility_request_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_update_employee_work_eligibility_request_response.rbi +1 -1
- data/lib/stack_one/models/operations/hris_upload_employee_document_request.rbi +1 -1
- data/lib/stack_one/models/operations/hris_upload_employee_document_response.rbi +1 -1
- data/lib/stack_one/models/operations/iam_delete_user_request.rbi +1 -1
- data/lib/stack_one/models/operations/iam_delete_user_response.rbi +1 -1
- data/lib/stack_one/models/operations/iam_get_group_request.rbi +1 -1
- data/lib/stack_one/models/operations/iam_get_group_response.rbi +1 -1
- data/lib/stack_one/models/operations/iam_get_me_request.rb +48 -0
- data/lib/stack_one/models/operations/iam_get_me_request.rbi +21 -0
- data/lib/stack_one/models/operations/iam_get_me_response.rb +48 -0
- data/lib/stack_one/models/operations/iam_get_me_response.rbi +21 -0
- data/lib/stack_one/models/operations/iam_get_organization_request.rb +52 -0
- data/lib/stack_one/models/operations/iam_get_organization_request.rbi +23 -0
- data/lib/stack_one/models/operations/iam_get_organization_response.rb +48 -0
- data/lib/stack_one/models/operations/iam_get_organization_response.rbi +21 -0
- data/lib/stack_one/models/operations/iam_get_policy_request.rbi +1 -1
- data/lib/stack_one/models/operations/iam_get_policy_response.rbi +1 -1
- data/lib/stack_one/models/operations/iam_get_role_request.rbi +1 -1
- data/lib/stack_one/models/operations/iam_get_role_response.rbi +1 -1
- data/lib/stack_one/models/operations/iam_get_user_request.rbi +1 -1
- data/lib/stack_one/models/operations/iam_get_user_response.rbi +1 -1
- data/lib/stack_one/models/operations/iam_list_groups_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/iam_list_groups_request.rbi +1 -1
- data/lib/stack_one/models/operations/iam_list_groups_response.rbi +1 -1
- data/lib/stack_one/models/operations/iam_list_organizations_queryparam_filter.rb +32 -0
- data/lib/stack_one/models/operations/iam_list_organizations_queryparam_filter.rbi +13 -0
- data/lib/stack_one/models/operations/iam_list_organizations_request.rb +72 -0
- data/lib/stack_one/models/operations/iam_list_organizations_request.rbi +31 -0
- data/lib/stack_one/models/operations/iam_list_organizations_response.rb +60 -0
- data/lib/stack_one/models/operations/iam_list_organizations_response.rbi +21 -0
- data/lib/stack_one/models/operations/iam_list_policies_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/iam_list_policies_request.rbi +1 -1
- data/lib/stack_one/models/operations/iam_list_policies_response.rbi +1 -1
- data/lib/stack_one/models/operations/iam_list_resource_types_request.rb +48 -0
- data/lib/stack_one/models/operations/iam_list_resource_types_request.rbi +21 -0
- data/lib/stack_one/models/operations/iam_list_resource_types_response.rb +48 -0
- data/lib/stack_one/models/operations/iam_list_resource_types_response.rbi +21 -0
- data/lib/stack_one/models/operations/iam_list_resource_users_queryparam_filter.rb +32 -0
- data/lib/stack_one/models/operations/iam_list_resource_users_queryparam_filter.rbi +13 -0
- data/lib/stack_one/models/operations/iam_list_resource_users_request.rb +84 -0
- data/lib/stack_one/models/operations/iam_list_resource_users_request.rbi +37 -0
- data/lib/stack_one/models/operations/iam_list_resource_users_response.rb +60 -0
- data/lib/stack_one/models/operations/iam_list_resource_users_response.rbi +21 -0
- data/lib/stack_one/models/operations/iam_list_roles_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/iam_list_roles_request.rbi +1 -1
- data/lib/stack_one/models/operations/iam_list_roles_response.rbi +1 -1
- data/lib/stack_one/models/operations/iam_list_users_queryparam_filter.rb +19 -3
- data/lib/stack_one/models/operations/iam_list_users_queryparam_filter.rbi +9 -1
- data/lib/stack_one/models/operations/iam_list_users_request.rb +1 -1
- data/lib/stack_one/models/operations/iam_list_users_request.rbi +1 -1
- data/lib/stack_one/models/operations/iam_list_users_response.rbi +1 -1
- data/lib/stack_one/models/operations/iam_update_user_request.rbi +1 -1
- data/lib/stack_one/models/operations/iam_update_user_response.rbi +1 -1
- data/lib/stack_one/models/operations/id.rb +27 -0
- data/lib/stack_one/models/{shared/employee_2.rbi → operations/id.rbi} +3 -3
- data/lib/stack_one/models/operations/include.rb +1 -0
- data/lib/stack_one/models/operations/include.rbi +1 -1
- data/lib/stack_one/models/operations/instructions.rb +19 -0
- data/lib/stack_one/models/operations/instructions.rbi +11 -0
- data/lib/stack_one/models/operations/job_status.rbi +1 -1
- data/lib/stack_one/models/operations/lms_batch_upsert_content_request.rbi +1 -1
- data/lib/stack_one/models/operations/lms_batch_upsert_content_response.rbi +1 -1
- data/lib/stack_one/models/operations/lms_create_user_assignment_request.rbi +1 -1
- data/lib/stack_one/models/operations/lms_create_user_assignment_response.rbi +1 -1
- data/lib/stack_one/models/operations/lms_create_user_completion_request.rbi +1 -1
- data/lib/stack_one/models/operations/lms_create_user_completion_response.rbi +1 -1
- data/lib/stack_one/models/operations/lms_delete_user_completion_request.rbi +1 -1
- data/lib/stack_one/models/operations/lms_delete_user_completion_response.rbi +1 -1
- data/lib/stack_one/models/operations/lms_get_assignment_request.rbi +1 -1
- data/lib/stack_one/models/operations/lms_get_assignment_response.rbi +1 -1
- data/lib/stack_one/models/operations/lms_get_category_request.rbi +1 -1
- data/lib/stack_one/models/operations/lms_get_category_response.rbi +1 -1
- data/lib/stack_one/models/operations/lms_get_completion_request.rbi +1 -1
- data/lib/stack_one/models/operations/lms_get_completion_response.rbi +1 -1
- data/lib/stack_one/models/operations/lms_get_content_request.rbi +1 -1
- data/lib/stack_one/models/operations/lms_get_content_response.rbi +1 -1
- data/lib/stack_one/models/operations/lms_get_course_request.rbi +1 -1
- data/lib/stack_one/models/operations/lms_get_course_response.rbi +1 -1
- data/lib/stack_one/models/operations/lms_get_skill_request.rbi +1 -1
- data/lib/stack_one/models/operations/lms_get_skill_response.rbi +1 -1
- data/lib/stack_one/models/operations/lms_get_user_assignment_request.rbi +1 -1
- data/lib/stack_one/models/operations/lms_get_user_assignment_response.rbi +1 -1
- data/lib/stack_one/models/operations/lms_get_user_completion_request.rbi +1 -1
- data/lib/stack_one/models/operations/lms_get_user_completion_response.rbi +1 -1
- data/lib/stack_one/models/operations/lms_get_user_request.rbi +1 -1
- data/lib/stack_one/models/operations/lms_get_user_response.rbi +1 -1
- data/lib/stack_one/models/operations/lms_list_assignments_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/lms_list_assignments_queryparam_status.rbi +1 -1
- data/lib/stack_one/models/operations/lms_list_assignments_request.rbi +1 -1
- data/lib/stack_one/models/operations/lms_list_assignments_response.rbi +1 -1
- data/lib/stack_one/models/operations/lms_list_categories_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/lms_list_categories_request.rbi +1 -1
- data/lib/stack_one/models/operations/lms_list_categories_response.rbi +1 -1
- data/lib/stack_one/models/operations/lms_list_completions_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/lms_list_completions_request.rbi +1 -1
- data/lib/stack_one/models/operations/lms_list_completions_response.rbi +1 -1
- data/lib/stack_one/models/operations/lms_list_content_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/lms_list_content_request.rbi +1 -1
- data/lib/stack_one/models/operations/lms_list_content_response.rbi +1 -1
- data/lib/stack_one/models/operations/lms_list_courses_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/lms_list_courses_request.rbi +1 -1
- data/lib/stack_one/models/operations/lms_list_courses_response.rbi +1 -1
- data/lib/stack_one/models/operations/lms_list_skills_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/lms_list_skills_request.rbi +1 -1
- data/lib/stack_one/models/operations/lms_list_skills_response.rbi +1 -1
- data/lib/stack_one/models/operations/lms_list_user_assignments_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/lms_list_user_assignments_queryparam_status.rbi +1 -1
- data/lib/stack_one/models/operations/lms_list_user_assignments_request.rbi +1 -1
- data/lib/stack_one/models/operations/lms_list_user_assignments_response.rbi +1 -1
- data/lib/stack_one/models/operations/lms_list_user_completions_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/lms_list_user_completions_request.rbi +1 -1
- data/lib/stack_one/models/operations/lms_list_user_completions_response.rbi +1 -1
- data/lib/stack_one/models/operations/lms_list_users_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/lms_list_users_request.rbi +1 -1
- data/lib/stack_one/models/operations/lms_list_users_response.rbi +1 -1
- data/lib/stack_one/models/operations/lms_upsert_content_request.rbi +1 -1
- data/lib/stack_one/models/operations/lms_upsert_content_response.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_create_content_block_request.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_create_content_block_response.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_create_email_template_request.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_create_email_template_response.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_create_in_app_template_request.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_create_in_app_template_response.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_create_omni_channel_template_request.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_create_omni_channel_template_response.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_create_push_template_request.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_create_push_template_response.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_create_sms_template_request.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_create_sms_template_response.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_get_campaign_request.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_get_campaign_response.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_get_content_block_request.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_get_content_block_response.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_get_email_template_request.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_get_email_template_response.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_get_in_app_template_request.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_get_in_app_template_response.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_get_omni_channel_template_request.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_get_omni_channel_template_response.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_get_push_template_request.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_get_push_template_response.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_get_sms_template_request.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_get_sms_template_response.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_list_campaigns_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_list_campaigns_request.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_list_campaigns_response.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_list_content_blocks_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_list_content_blocks_request.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_list_content_blocks_response.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_list_email_templates_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_list_email_templates_request.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_list_email_templates_response.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_list_in_app_templates_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_list_in_app_templates_request.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_list_in_app_templates_response.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_list_omni_channel_templates_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_list_omni_channel_templates_request.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_list_omni_channel_templates_response.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_list_push_templates_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_list_push_templates_request.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_list_push_templates_response.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_list_sms_templates_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_list_sms_templates_request.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_list_sms_templates_response.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_update_content_block_request.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_update_content_block_response.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_update_email_template_request.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_update_email_template_response.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_update_in_app_template_request.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_update_in_app_template_response.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_update_omni_channel_template_request.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_update_omni_channel_template_response.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_update_push_template_request.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_update_push_template_response.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_update_sms_template_request.rbi +1 -1
- data/lib/stack_one/models/operations/marketing_update_sms_template_response.rbi +1 -1
- data/lib/stack_one/models/operations/messaging_create_conversation_request.rbi +1 -1
- data/lib/stack_one/models/operations/messaging_create_conversation_response.rbi +1 -1
- data/lib/stack_one/models/operations/messaging_download_messaging_attachment_request.rbi +1 -1
- data/lib/stack_one/models/operations/messaging_download_messaging_attachment_response.rbi +1 -1
- data/lib/stack_one/models/operations/messaging_get_attachment_request.rbi +1 -1
- data/lib/stack_one/models/operations/messaging_get_attachment_response.rbi +1 -1
- data/lib/stack_one/models/operations/messaging_get_conversation_request.rbi +1 -1
- data/lib/stack_one/models/operations/messaging_get_conversation_response.rbi +1 -1
- data/lib/stack_one/models/operations/messaging_get_message_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/messaging_get_message_request.rbi +1 -1
- data/lib/stack_one/models/operations/messaging_get_message_response.rbi +1 -1
- data/lib/stack_one/models/operations/messaging_get_user_request.rbi +1 -1
- data/lib/stack_one/models/operations/messaging_get_user_response.rbi +1 -1
- data/lib/stack_one/models/operations/messaging_list_attachments_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/messaging_list_attachments_request.rbi +1 -1
- data/lib/stack_one/models/operations/messaging_list_attachments_response.rbi +1 -1
- data/lib/stack_one/models/operations/messaging_list_conversation_messages_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/messaging_list_conversation_messages_request.rbi +1 -1
- data/lib/stack_one/models/operations/messaging_list_conversation_messages_response.rbi +1 -1
- data/lib/stack_one/models/operations/messaging_list_conversations_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/messaging_list_conversations_request.rbi +1 -1
- data/lib/stack_one/models/operations/messaging_list_conversations_response.rbi +1 -1
- data/lib/stack_one/models/operations/messaging_list_users_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/messaging_list_users_request.rbi +1 -1
- data/lib/stack_one/models/operations/messaging_list_users_response.rbi +1 -1
- data/lib/stack_one/models/operations/messaging_send_message_request.rbi +1 -1
- data/lib/stack_one/models/operations/messaging_send_message_response.rbi +1 -1
- data/lib/stack_one/models/operations/order_by.rbi +1 -1
- data/lib/stack_one/models/operations/order_direction.rbi +1 -1
- data/lib/stack_one/models/operations/param_style.rb +20 -0
- data/lib/stack_one/models/{shared/iamuser_schemas_4.rbi → operations/param_style.rbi} +3 -3
- data/lib/stack_one/models/operations/queryparam_active.rbi +1 -1
- data/lib/stack_one/models/operations/queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/queryparam_include.rbi +1 -1
- data/lib/stack_one/models/operations/queryparam_order_by.rbi +1 -1
- data/lib/stack_one/models/operations/queryparam_order_direction.rbi +1 -1
- data/lib/stack_one/models/operations/queryparam_status.rbi +1 -1
- data/lib/stack_one/models/operations/queryparam_type.rbi +1 -1
- data/lib/stack_one/models/operations/screening_create_screening_order_request.rbi +1 -1
- data/lib/stack_one/models/operations/screening_create_screening_order_response.rbi +1 -1
- data/lib/stack_one/models/operations/screening_get_screening_package_request.rbi +1 -1
- data/lib/stack_one/models/operations/screening_get_screening_package_response.rbi +1 -1
- data/lib/stack_one/models/operations/screening_list_screening_packages_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/screening_list_screening_packages_request.rbi +1 -1
- data/lib/stack_one/models/operations/screening_list_screening_packages_response.rbi +1 -1
- data/lib/stack_one/models/operations/screening_webhook_screening_result_request.rbi +1 -1
- data/lib/stack_one/models/operations/screening_webhook_screening_result_response.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_authenticate_connect_session_response.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_build_action_embeddings_response.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_check_permissions_request.rb +40 -0
- data/lib/stack_one/models/operations/stackone_check_permissions_request.rbi +17 -0
- data/lib/stack_one/models/operations/stackone_check_permissions_response.rb +48 -0
- data/lib/stack_one/models/operations/stackone_check_permissions_response.rbi +21 -0
- data/lib/stack_one/models/operations/stackone_create_connect_session_response.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_delete_account_request.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_delete_account_response.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_delete_connector_profile_pinned_version_request.rb +32 -0
- data/lib/stack_one/models/operations/stackone_delete_connector_profile_pinned_version_request.rbi +13 -0
- data/lib/stack_one/models/operations/stackone_delete_connector_profile_pinned_version_response.rb +44 -0
- data/lib/stack_one/models/operations/stackone_delete_connector_profile_pinned_version_response.rbi +19 -0
- data/lib/stack_one/models/operations/stackone_get_account_meta_info_request.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_get_account_meta_info_response.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_get_account_request.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_get_account_response.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_get_action_advanced_log_request.rb +32 -0
- data/lib/stack_one/models/operations/stackone_get_action_advanced_log_request.rbi +13 -0
- data/lib/stack_one/models/operations/stackone_get_action_advanced_log_response.rb +44 -0
- data/lib/stack_one/models/operations/stackone_get_action_advanced_log_response.rbi +19 -0
- data/lib/stack_one/models/operations/stackone_get_action_defender_log_request.rb +32 -0
- data/lib/stack_one/models/operations/stackone_get_action_defender_log_request.rbi +13 -0
- data/lib/stack_one/models/operations/stackone_get_action_defender_log_response.rb +44 -0
- data/lib/stack_one/models/operations/stackone_get_action_defender_log_response.rbi +19 -0
- data/lib/stack_one/models/operations/stackone_get_action_log_request.rb +32 -0
- data/lib/stack_one/models/operations/stackone_get_action_log_request.rbi +13 -0
- data/lib/stack_one/models/operations/stackone_get_action_log_response.rb +48 -0
- data/lib/stack_one/models/operations/stackone_get_action_log_response.rbi +21 -0
- data/lib/stack_one/models/operations/stackone_get_connect_session_request.rb +32 -0
- data/lib/stack_one/models/operations/stackone_get_connect_session_request.rbi +13 -0
- data/lib/stack_one/models/operations/stackone_get_connect_session_response.rb +48 -0
- data/lib/stack_one/models/operations/stackone_get_connect_session_response.rbi +21 -0
- data/lib/stack_one/models/operations/stackone_get_connector_meta_request.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_get_connector_meta_response.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_get_connector_profile_pinned_version_request.rb +32 -0
- data/lib/stack_one/models/operations/stackone_get_connector_profile_pinned_version_request.rbi +13 -0
- data/lib/stack_one/models/operations/stackone_get_connector_profile_pinned_version_response.rb +48 -0
- data/lib/stack_one/models/operations/stackone_get_connector_profile_pinned_version_response.rbi +21 -0
- data/lib/stack_one/models/operations/stackone_get_log_request.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_get_log_response.rb +5 -5
- data/lib/stack_one/models/operations/stackone_get_log_response.rbi +3 -3
- data/lib/stack_one/models/operations/stackone_get_logs_stats_aggregate_response.rb +44 -0
- data/lib/stack_one/models/operations/stackone_get_logs_stats_aggregate_response.rbi +19 -0
- data/lib/stack_one/models/operations/stackone_get_logs_stats_dimensions_response.rb +44 -0
- data/lib/stack_one/models/operations/stackone_get_logs_stats_dimensions_response.rbi +19 -0
- data/lib/stack_one/models/operations/stackone_get_provider_advanced_log_request.rb +36 -0
- data/lib/stack_one/models/operations/stackone_get_provider_advanced_log_request.rbi +15 -0
- data/lib/stack_one/models/operations/stackone_get_provider_advanced_log_response.rb +44 -0
- data/lib/stack_one/models/operations/stackone_get_provider_advanced_log_response.rbi +19 -0
- data/lib/stack_one/models/operations/stackone_get_provider_log_request.rb +36 -0
- data/lib/stack_one/models/operations/stackone_get_provider_log_request.rbi +15 -0
- data/lib/stack_one/models/operations/stackone_get_provider_log_response.rb +44 -0
- data/lib/stack_one/models/operations/stackone_get_provider_log_response.rbi +19 -0
- data/lib/stack_one/models/operations/stackone_get_step_advanced_log_request.rb +36 -0
- data/lib/stack_one/models/operations/stackone_get_step_advanced_log_request.rbi +15 -0
- data/lib/stack_one/models/operations/stackone_get_step_advanced_log_response.rb +44 -0
- data/lib/stack_one/models/operations/stackone_get_step_advanced_log_response.rbi +19 -0
- data/lib/stack_one/models/operations/stackone_get_step_log_request.rb +36 -0
- data/lib/stack_one/models/operations/stackone_get_step_log_request.rbi +15 -0
- data/lib/stack_one/models/operations/stackone_get_step_log_response.rb +44 -0
- data/lib/stack_one/models/operations/stackone_get_step_log_response.rbi +19 -0
- data/lib/stack_one/models/operations/stackone_get_unified_advanced_log_request.rb +32 -0
- data/lib/stack_one/models/operations/stackone_get_unified_advanced_log_request.rbi +13 -0
- data/lib/stack_one/models/operations/stackone_get_unified_advanced_log_response.rb +44 -0
- data/lib/stack_one/models/operations/stackone_get_unified_advanced_log_response.rbi +19 -0
- data/lib/stack_one/models/operations/stackone_get_unified_log_request.rb +32 -0
- data/lib/stack_one/models/operations/stackone_get_unified_log_request.rbi +13 -0
- data/lib/stack_one/models/operations/stackone_get_unified_log_response.rb +48 -0
- data/lib/stack_one/models/operations/stackone_get_unified_log_response.rbi +21 -0
- data/lib/stack_one/models/operations/stackone_list_action_logs_response.rb +48 -0
- data/lib/stack_one/models/operations/stackone_list_action_logs_response.rbi +21 -0
- data/lib/stack_one/models/operations/stackone_list_action_step_logs_request.rb +40 -0
- data/lib/stack_one/models/operations/stackone_list_action_step_logs_request.rbi +17 -0
- data/lib/stack_one/models/operations/stackone_list_action_step_logs_response.rb +44 -0
- data/lib/stack_one/models/operations/stackone_list_action_step_logs_response.rbi +19 -0
- data/lib/stack_one/models/operations/stackone_list_actions_meta_request.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_list_actions_meta_response.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_list_auth_configs_request.rb +44 -0
- data/lib/stack_one/models/operations/stackone_list_auth_configs_request.rbi +19 -0
- data/lib/stack_one/models/operations/stackone_list_auth_configs_response.rb +48 -0
- data/lib/stack_one/models/operations/stackone_list_auth_configs_response.rbi +21 -0
- data/lib/stack_one/models/operations/stackone_list_connector_profile_versions_request.rb +32 -0
- data/lib/stack_one/models/operations/stackone_list_connector_profile_versions_request.rbi +13 -0
- data/lib/stack_one/models/operations/stackone_list_connector_profile_versions_response.rb +48 -0
- data/lib/stack_one/models/operations/stackone_list_connector_profile_versions_response.rbi +21 -0
- data/lib/stack_one/models/operations/stackone_list_connector_profiles_request.rb +44 -0
- data/lib/stack_one/models/operations/stackone_list_connector_profiles_request.rbi +19 -0
- data/lib/stack_one/models/operations/stackone_list_connector_profiles_response.rb +48 -0
- data/lib/stack_one/models/operations/stackone_list_connector_profiles_response.rbi +21 -0
- data/lib/stack_one/models/operations/stackone_list_connectors_meta_request.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_list_connectors_meta_response.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_list_linked_accounts_request.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_list_linked_accounts_response.rb +5 -5
- data/lib/stack_one/models/operations/stackone_list_linked_accounts_response.rbi +3 -3
- data/lib/stack_one/models/operations/stackone_list_linked_accounts_responsebody.rb +27 -0
- data/lib/stack_one/models/operations/stackone_list_linked_accounts_responsebody.rbi +11 -0
- data/lib/stack_one/models/operations/{stackone_list_logs_queryparam_include.rb → stackone_list_logs_legacy_queryparam_include.rb} +2 -2
- data/lib/stack_one/models/operations/stackone_list_logs_legacy_queryparam_include.rbi +11 -0
- data/lib/stack_one/models/operations/{stackone_list_logs_request.rb → stackone_list_logs_legacy_request.rb} +3 -3
- data/lib/stack_one/models/operations/{stackone_list_logs_request.rbi → stackone_list_logs_legacy_request.rbi} +3 -3
- data/lib/stack_one/models/operations/stackone_list_logs_legacy_response.rb +48 -0
- data/lib/stack_one/models/operations/stackone_list_logs_legacy_response.rbi +21 -0
- data/lib/stack_one/models/operations/stackone_list_logs_response.rb +5 -5
- data/lib/stack_one/models/operations/stackone_list_logs_response.rbi +3 -3
- data/lib/stack_one/models/operations/stackone_list_platform_logs_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_list_platform_logs_queryparam_order_by.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_list_platform_logs_queryparam_order_direction.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_list_platform_logs_queryparam_request_logs_order_by.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_list_platform_logs_queryparam_request_logs_order_direction.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_list_platform_logs_request.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_list_platform_logs_response.rb +5 -5
- data/lib/stack_one/models/operations/stackone_list_platform_logs_response.rbi +3 -3
- data/lib/stack_one/models/operations/stackone_list_provider_logs_response.rb +44 -0
- data/lib/stack_one/models/operations/stackone_list_provider_logs_response.rbi +19 -0
- data/lib/stack_one/models/operations/{stackone_list_step_logs_queryparam_filter.rb → stackone_list_step_logs_legacy_queryparam_filter.rb} +1 -1
- data/lib/stack_one/models/operations/{stackone_list_step_logs_queryparam_filter.rbi → stackone_list_step_logs_legacy_queryparam_filter.rbi} +3 -3
- data/lib/stack_one/models/operations/{stackone_list_step_logs_queryparam_order_by.rb → stackone_list_step_logs_legacy_queryparam_order_by.rb} +2 -2
- data/lib/stack_one/models/operations/stackone_list_step_logs_legacy_queryparam_order_by.rbi +11 -0
- data/lib/stack_one/models/operations/{stackone_list_step_logs_queryparam_order_direction.rb → stackone_list_step_logs_legacy_queryparam_order_direction.rb} +2 -2
- data/lib/stack_one/models/operations/stackone_list_step_logs_legacy_queryparam_order_direction.rbi +11 -0
- data/lib/stack_one/models/operations/{stackone_list_step_logs_request.rb → stackone_list_step_logs_legacy_request.rb} +5 -5
- data/lib/stack_one/models/operations/{stackone_list_step_logs_request.rbi → stackone_list_step_logs_legacy_request.rbi} +3 -3
- data/lib/stack_one/models/operations/stackone_list_step_logs_legacy_response.rb +48 -0
- data/lib/stack_one/models/operations/stackone_list_step_logs_legacy_response.rbi +21 -0
- data/lib/stack_one/models/operations/stackone_list_step_logs_response.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_list_unified_logs_response.rb +48 -0
- data/lib/stack_one/models/operations/stackone_list_unified_logs_response.rbi +21 -0
- data/lib/stack_one/models/operations/stackone_list_unified_provider_logs_request.rb +40 -0
- data/lib/stack_one/models/operations/stackone_list_unified_provider_logs_request.rbi +17 -0
- data/lib/stack_one/models/operations/stackone_list_unified_provider_logs_response.rb +44 -0
- data/lib/stack_one/models/operations/stackone_list_unified_provider_logs_response.rbi +19 -0
- data/lib/stack_one/models/operations/stackone_mcp_delete_request.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_mcp_delete_response.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_mcp_delete_security.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_mcp_get_request.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_mcp_get_response.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_mcp_get_security.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_mcp_post_request.rb +14 -2
- data/lib/stack_one/models/operations/stackone_mcp_post_request.rbi +7 -1
- data/lib/stack_one/models/operations/stackone_mcp_post_response.rb +10 -2
- data/lib/stack_one/models/operations/stackone_mcp_post_response.rbi +5 -1
- data/lib/stack_one/models/operations/stackone_mcp_post_responsebody.rb +44 -0
- data/lib/stack_one/models/operations/stackone_mcp_post_responsebody.rbi +19 -0
- data/lib/stack_one/models/operations/stackone_mcp_post_security.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_proxy_request_request.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_proxy_request_response.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_rpc_action_request.rb +44 -0
- data/lib/stack_one/models/operations/stackone_rpc_action_request.rbi +19 -0
- data/lib/stack_one/models/operations/stackone_rpc_action_response.rb +1 -1
- data/lib/stack_one/models/operations/stackone_rpc_action_response.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_rpc_action_synced_request.rb +40 -0
- data/lib/stack_one/models/operations/stackone_rpc_action_synced_request.rbi +17 -0
- data/lib/stack_one/models/operations/stackone_rpc_action_synced_response.rb +48 -0
- data/lib/stack_one/models/operations/stackone_rpc_action_synced_response.rbi +21 -0
- data/lib/stack_one/models/operations/stackone_search_actions_response.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_update_account_request.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_update_account_response.rbi +1 -1
- data/lib/stack_one/models/operations/stackone_upsert_connector_profile_pinned_version_request.rb +36 -0
- data/lib/stack_one/models/operations/stackone_upsert_connector_profile_pinned_version_request.rbi +15 -0
- data/lib/stack_one/models/operations/stackone_upsert_connector_profile_pinned_version_response.rb +48 -0
- data/lib/stack_one/models/operations/stackone_upsert_connector_profile_pinned_version_response.rbi +21 -0
- data/lib/stack_one/models/operations/status.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_create_ticket_request.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_create_ticket_response.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_download_ticketing_attachment_request.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_download_ticketing_attachment_response.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_get_attachment_request.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_get_attachment_response.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_get_comment_request.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_get_comment_response.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_get_project_component_request.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_get_project_component_response.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_get_project_request.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_get_project_response.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_get_ticket_request.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_get_ticket_response.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_get_ticket_type_request.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_get_ticket_type_response.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_get_user_request.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_get_user_response.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_list_attachments_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_list_attachments_request.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_list_attachments_response.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_list_comments_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_list_comments_request.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_list_comments_response.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_list_project_components_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_list_project_components_request.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_list_project_components_response.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_list_project_ticket_types_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_list_project_ticket_types_request.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_list_project_ticket_types_response.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_list_projects_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_list_projects_request.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_list_projects_response.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_list_ticket_statuses_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_list_ticket_statuses_request.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_list_ticket_statuses_response.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_list_ticket_types_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_list_ticket_types_request.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_list_ticket_types_response.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_list_tickets_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_list_tickets_request.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_list_tickets_response.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_list_users_queryparam_filter.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_list_users_request.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_list_users_response.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_update_ticket_request.rbi +1 -1
- data/lib/stack_one/models/operations/ticketing_update_ticket_response.rbi +1 -1
- data/lib/stack_one/models/operations/tool_mode.rb +19 -0
- data/lib/stack_one/models/{shared/iamresource_value.rbi → operations/tool_mode.rbi} +3 -3
- data/lib/stack_one/models/operations/type.rbi +1 -1
- data/lib/stack_one/models/operations.rb +73 -6
- data/lib/stack_one/models/shared/account.rbi +1 -1
- data/lib/stack_one/models/shared/account_type.rbi +1 -1
- data/lib/stack_one/models/shared/accountaddress.rbi +1 -1
- data/lib/stack_one/models/shared/accountaddress_4.rbi +1 -1
- data/lib/stack_one/models/shared/accountaddress_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/accountaddress_schemas_source_value.rb +1 -1
- data/lib/stack_one/models/shared/accountaddress_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/accountaddress_schemas_value.rb +3 -249
- data/lib/stack_one/models/shared/accountaddress_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/accountaddress_source_value.rb +1 -1
- data/lib/stack_one/models/shared/accountaddress_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/accountaddress_value.rb +249 -3
- data/lib/stack_one/models/shared/accountaddress_value.rbi +1 -1
- data/lib/stack_one/models/shared/accountingaccount.rbi +1 -1
- data/lib/stack_one/models/shared/accountingaccount_4.rbi +1 -1
- data/lib/stack_one/models/shared/accountingaccount_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/accountingaccount_value.rbi +1 -1
- data/lib/stack_one/models/shared/accountingaccountresult.rbi +1 -1
- data/lib/stack_one/models/shared/accountingaccountresult_2.rbi +1 -1
- data/lib/stack_one/models/shared/accountingaccountresult_4.rbi +1 -1
- data/lib/stack_one/models/shared/accountingaccountresult_active.rbi +1 -1
- data/lib/stack_one/models/shared/accountingaccountresult_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/accountingaccountresult_type.rbi +1 -1
- data/lib/stack_one/models/shared/accountingaccountresult_value.rbi +1 -1
- data/lib/stack_one/models/shared/accountingaccountspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/accountingcompaniespaginated.rbi +1 -1
- data/lib/stack_one/models/shared/accountingcompany.rbi +1 -1
- data/lib/stack_one/models/shared/accountingcompany_4.rbi +1 -1
- data/lib/stack_one/models/shared/accountingcompany_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/accountingcompany_value.rbi +1 -1
- data/lib/stack_one/models/shared/accountingcompanyresult.rbi +1 -1
- data/lib/stack_one/models/shared/accountingcompanyresult_4.rbi +1 -1
- data/lib/stack_one/models/shared/accountingcompanyresult_base_currency.rbi +1 -1
- data/lib/stack_one/models/shared/accountingcompanyresult_data.rbi +1 -1
- data/lib/stack_one/models/shared/accountingcompanyresult_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/accountingcompanyresult_value.rbi +1 -1
- data/lib/stack_one/models/shared/accountingjournal.rbi +1 -1
- data/lib/stack_one/models/shared/accountingjournal_4.rbi +1 -1
- data/lib/stack_one/models/shared/accountingjournal_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/accountingjournal_value.rbi +1 -1
- data/lib/stack_one/models/shared/accountingjournalbatchcreaterequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/accountingjournalcreaterequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/accountingjournalcreaterequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/accountingjournalcreaterequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/accountingjournalcreaterequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/accountingjournalresult.rbi +1 -1
- data/lib/stack_one/models/shared/accountingjournalresult_4.rbi +1 -1
- data/lib/stack_one/models/shared/accountingjournalresult_data.rbi +1 -1
- data/lib/stack_one/models/shared/accountingjournalresult_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/accountingjournalresult_status.rbi +1 -1
- data/lib/stack_one/models/shared/accountingjournalresult_value.rbi +1 -1
- data/lib/stack_one/models/shared/accountingjournalspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/accountingtaxrate.rbi +1 -1
- data/lib/stack_one/models/shared/accountingtaxrate_2.rbi +1 -1
- data/lib/stack_one/models/shared/accountingtaxrate_active.rbi +1 -1
- data/lib/stack_one/models/shared/accountingtaxrateresult.rbi +1 -1
- data/lib/stack_one/models/shared/accountingtaxrateresult_2.rbi +1 -1
- data/lib/stack_one/models/shared/accountingtaxrateresult_active.rbi +1 -1
- data/lib/stack_one/models/shared/accountingtaxrateresult_data.rbi +1 -1
- data/lib/stack_one/models/shared/accountingtaxratespaginated.rbi +1 -1
- data/lib/stack_one/models/shared/accountresult.rbi +1 -1
- data/lib/stack_one/models/shared/accountspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/action.rb +22 -0
- data/lib/stack_one/models/shared/{iamresource_4.rbi → action.rbi} +3 -3
- data/lib/stack_one/models/shared/actionbuilddto.rbi +1 -1
- data/lib/stack_one/models/shared/actionbuildresponsedto.rbi +1 -1
- data/lib/stack_one/models/shared/actionbuildresponsedto_status.rbi +1 -1
- data/lib/stack_one/models/shared/actionlog.rb +176 -0
- data/lib/stack_one/models/shared/actionlog.rbi +85 -0
- data/lib/stack_one/models/shared/actionlogspaginated.rb +40 -0
- data/lib/stack_one/models/shared/actionlogspaginated.rbi +17 -0
- data/lib/stack_one/models/shared/actionlogspostdto.rb +40 -0
- data/lib/stack_one/models/shared/actionlogspostdto.rbi +17 -0
- data/lib/stack_one/models/shared/actionmetaitem.rb +10 -2
- data/lib/stack_one/models/shared/actionmetaitem.rbi +5 -1
- data/lib/stack_one/models/shared/actionsearchdto.rb +6 -2
- data/lib/stack_one/models/shared/actionsearchdto.rbi +3 -1
- data/lib/stack_one/models/shared/actionsearchresponsedto.rbi +1 -1
- data/lib/stack_one/models/shared/actionsearchresultdto.rb +6 -22
- data/lib/stack_one/models/shared/actionsearchresultdto.rbi +3 -11
- data/lib/stack_one/models/shared/actionsmeta.rb +17 -3
- data/lib/stack_one/models/shared/actionsmeta.rbi +7 -1
- data/lib/stack_one/models/shared/actionsmetapaginated.rbi +1 -1
- data/lib/stack_one/models/shared/actionsrpcrequestdto.rb +13 -3
- data/lib/stack_one/models/shared/actionsrpcrequestdto.rbi +5 -1
- data/lib/stack_one/models/shared/actionsrpcrequestdto_query.rb +36 -0
- data/lib/stack_one/models/shared/actionsrpcrequestdto_query.rbi +15 -0
- data/lib/stack_one/models/shared/actionsrpcresponse.rb +11 -7
- data/lib/stack_one/models/shared/actionsrpcresponse.rbi +3 -1
- data/lib/stack_one/models/shared/actionsrpcsyncedrequestdto.rb +52 -0
- data/lib/stack_one/models/shared/actionsrpcsyncedrequestdto.rbi +23 -0
- data/lib/stack_one/models/shared/actionssynceddatasync.rb +52 -0
- data/lib/stack_one/models/shared/actionssynceddatasync.rbi +23 -0
- data/lib/stack_one/models/shared/actionssyncedresponse.rb +36 -0
- data/lib/stack_one/models/shared/actionssyncedresponse.rbi +15 -0
- data/lib/stack_one/models/shared/active.rbi +1 -1
- data/lib/stack_one/models/shared/actor.rbi +1 -1
- data/lib/stack_one/models/shared/additionaldata.rbi +1 -1
- data/lib/stack_one/models/shared/additionaldata_value.rb +27 -0
- data/lib/stack_one/models/shared/additionaldata_value.rbi +11 -0
- data/lib/stack_one/models/shared/aggregationpostdto.rb +44 -0
- data/lib/stack_one/models/shared/aggregationpostdto.rbi +19 -0
- data/lib/stack_one/models/shared/aggregationpostdto_filters.rb +192 -0
- data/lib/stack_one/models/shared/aggregationpostdto_filters.rbi +93 -0
- data/lib/stack_one/models/shared/aggregationpostdto_http_method.rb +22 -0
- data/lib/stack_one/models/shared/aggregationpostdto_http_method.rbi +11 -0
- data/lib/stack_one/models/shared/aggregationpostdto_log_type.rb +19 -0
- data/lib/stack_one/models/shared/aggregationpostdto_log_type.rbi +11 -0
- data/lib/stack_one/models/shared/aggregationpostdto_order_by.rb +23 -0
- data/lib/stack_one/models/shared/aggregationpostdto_order_by.rbi +11 -0
- data/lib/stack_one/models/shared/aggregationpostdto_order_direction.rb +21 -0
- data/lib/stack_one/models/shared/aggregationpostdto_order_direction.rbi +11 -0
- data/lib/stack_one/models/shared/answer.rbi +1 -1
- data/lib/stack_one/models/shared/answer_4.rbi +1 -1
- data/lib/stack_one/models/shared/answer_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/answer_type.rbi +1 -1
- data/lib/stack_one/models/shared/answer_value.rbi +1 -1
- data/lib/stack_one/models/shared/application.rbi +1 -1
- data/lib/stack_one/models/shared/application_4.rbi +1 -1
- data/lib/stack_one/models/shared/application_application_stage.rbi +1 -1
- data/lib/stack_one/models/shared/application_candidate.rbi +1 -1
- data/lib/stack_one/models/shared/application_interview_stage.rbi +1 -1
- data/lib/stack_one/models/shared/application_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/application_status.rbi +1 -1
- data/lib/stack_one/models/shared/application_value.rbi +1 -1
- data/lib/stack_one/models/shared/applicationattachment.rbi +1 -1
- data/lib/stack_one/models/shared/applicationattachment_4.rbi +1 -1
- data/lib/stack_one/models/shared/applicationattachment_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/applicationattachment_value.rbi +1 -1
- data/lib/stack_one/models/shared/applicationchanges.rbi +1 -1
- data/lib/stack_one/models/shared/applicationchanges_4.rbi +1 -1
- data/lib/stack_one/models/shared/applicationchanges_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/applicationchanges_value.rbi +1 -1
- data/lib/stack_one/models/shared/applicationchangesdatamodel.rbi +1 -1
- data/lib/stack_one/models/shared/applicationchangesdatamodel_4.rbi +1 -1
- data/lib/stack_one/models/shared/applicationchangesdatamodel_application_status.rbi +1 -1
- data/lib/stack_one/models/shared/applicationchangesdatamodel_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/applicationchangesdatamodel_value.rbi +1 -1
- data/lib/stack_one/models/shared/applicationchangespaginated.rbi +1 -1
- data/lib/stack_one/models/shared/applicationresult.rbi +1 -1
- data/lib/stack_one/models/shared/applicationspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/applicationstage.rbi +1 -1
- data/lib/stack_one/models/shared/applicationstageresult.rbi +1 -1
- data/lib/stack_one/models/shared/applicationstagespaginated.rbi +1 -1
- data/lib/stack_one/models/shared/approval_status.rbi +1 -1
- data/lib/stack_one/models/shared/archived.rbi +1 -1
- data/lib/stack_one/models/shared/assessmentpackage.rbi +1 -1
- data/lib/stack_one/models/shared/assessmentpackagepaginated.rbi +1 -1
- data/lib/stack_one/models/shared/assessmentpackageresult.rbi +1 -1
- data/lib/stack_one/models/shared/assignment.rbi +1 -1
- data/lib/stack_one/models/shared/assignment_4.rbi +1 -1
- data/lib/stack_one/models/shared/assignment_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/assignment_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/assignment_schemas_status_4.rbi +1 -1
- data/lib/stack_one/models/shared/assignment_schemas_status_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/assignment_schemas_status_value.rbi +1 -1
- data/lib/stack_one/models/shared/assignment_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/assignment_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/assignment_status.rb +2 -2
- data/lib/stack_one/models/shared/assignment_status.rbi +1 -1
- data/lib/stack_one/models/shared/assignment_value.rbi +1 -1
- data/lib/stack_one/models/shared/assignmentresult.rbi +1 -1
- data/lib/stack_one/models/shared/assignmentspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/atscreateapplicationrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/atscreateapplicationrequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/atscreateapplicationrequestdto_application_status.rbi +1 -1
- data/lib/stack_one/models/shared/atscreateapplicationrequestdto_candidate.rbi +1 -1
- data/lib/stack_one/models/shared/atscreateapplicationrequestdto_source.rbi +1 -1
- data/lib/stack_one/models/shared/atscreateapplicationrequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/atscreateapplicationrequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/atscreatebackgroundcheckorderrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/atscreatebackgroundcheckorderrequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/atscreatebackgroundcheckorderrequestdto_application.rbi +1 -1
- data/lib/stack_one/models/shared/atscreatebackgroundcheckorderrequestdto_application_status.rbi +1 -1
- data/lib/stack_one/models/shared/atscreatebackgroundcheckorderrequestdto_candidate.rbi +1 -1
- data/lib/stack_one/models/shared/atscreatebackgroundcheckorderrequestdto_package.rbi +1 -1
- data/lib/stack_one/models/shared/atscreatebackgroundcheckorderrequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/atscreatebackgroundcheckorderrequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/atscreatebackgroundcheckpackagesrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/atscreatecandidaterequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/atscreatecandidatesassessmentsrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/atscreatecandidatesassessmentsrequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/atscreatecandidatesassessmentsrequestdto_application.rbi +1 -1
- data/lib/stack_one/models/shared/atscreatecandidatesassessmentsrequestdto_application_status.rbi +1 -1
- data/lib/stack_one/models/shared/atscreatecandidatesassessmentsrequestdto_candidate.rbi +1 -1
- data/lib/stack_one/models/shared/atscreatecandidatesassessmentsrequestdto_job.rbi +1 -1
- data/lib/stack_one/models/shared/atscreatecandidatesassessmentsrequestdto_package.rbi +1 -1
- data/lib/stack_one/models/shared/atscreatecandidatesassessmentsrequestdto_requester.rbi +1 -1
- data/lib/stack_one/models/shared/atscreatecandidatesassessmentsrequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/atscreatecandidatesassessmentsrequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/atscreatejobrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/atscreatejobrequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/atscreatejobrequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/atscreatejobrequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/atscreatenotesrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/atscreatenotesrequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/atscreatenotesrequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/atscreatenotesrequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/atscreateofferrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/atscreateofferrequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/atscreateofferrequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/atscreateofferrequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/atsdocumentapimodel.rb +2 -2
- data/lib/stack_one/models/shared/atsdocumentapimodel.rbi +1 -1
- data/lib/stack_one/models/shared/atsdocumentapimodel_4.rbi +1 -1
- data/lib/stack_one/models/shared/atsdocumentapimodel_category.rbi +1 -1
- data/lib/stack_one/models/shared/atsdocumentapimodel_file_format.rb +36 -0
- data/lib/stack_one/models/shared/atsdocumentapimodel_file_format.rbi +15 -0
- data/lib/stack_one/models/shared/atsdocumentapimodel_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/atsdocumentapimodel_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/atsdocumentapimodel_schemas_type_4.rbi +1 -1
- data/lib/stack_one/models/shared/atsdocumentapimodel_schemas_type_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/atsdocumentapimodel_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/atsdocumentapimodel_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/atsdocumentapimodel_type.rbi +1 -1
- data/lib/stack_one/models/shared/atsdocumentapimodel_value.rbi +1 -1
- data/lib/stack_one/models/shared/atsdocumentresult.rbi +1 -1
- data/lib/stack_one/models/shared/atsdocumentspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/atsdocumentsuploadrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/atsdocumentsuploadrequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/atsdocumentsuploadrequestdto_category.rbi +1 -1
- data/lib/stack_one/models/shared/atsdocumentsuploadrequestdto_confidential.rbi +1 -1
- data/lib/stack_one/models/shared/atsdocumentsuploadrequestdto_file_format.rbi +1 -1
- data/lib/stack_one/models/shared/atsdocumentsuploadrequestdto_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/atsdocumentsuploadrequestdto_schemas_file_format_value.rbi +1 -1
- data/lib/stack_one/models/shared/atsdocumentsuploadrequestdto_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/atsdocumentsuploadrequestdto_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/atsdocumentsuploadrequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/atsdocumentsuploadrequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/atsjob.rbi +1 -1
- data/lib/stack_one/models/shared/atsjob_4.rbi +1 -1
- data/lib/stack_one/models/shared/atsjob_confidential.rbi +1 -1
- data/lib/stack_one/models/shared/atsjob_job_status.rbi +1 -1
- data/lib/stack_one/models/shared/atsjob_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/atsjob_value.rbi +1 -1
- data/lib/stack_one/models/shared/atsjobhiringteam.rbi +1 -1
- data/lib/stack_one/models/shared/atsjobresult.rbi +1 -1
- data/lib/stack_one/models/shared/atsjobspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/atslocation.rbi +1 -1
- data/lib/stack_one/models/shared/atslocationresult.rbi +1 -1
- data/lib/stack_one/models/shared/atslocationspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/atsmoveapplicationrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/atsrejectapplicationrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdateapplicationrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdateapplicationrequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdateapplicationrequestdto_application_status.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdateapplicationrequestdto_source.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdateapplicationrequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdateapplicationrequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdatebackgroundcheckpackagesrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdatebackgroundcheckresultrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdatebackgroundcheckresultrequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdatebackgroundcheckresultrequestdto_candidate.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdatebackgroundcheckresultrequestdto_result.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdatebackgroundcheckresultrequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdatebackgroundcheckresultrequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdatecandidaterequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdatecandidatesassessmentsresultsrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdatecandidatesassessmentsresultsrequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdatecandidatesassessmentsresultsrequestdto_candidate.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdatecandidatesassessmentsresultsrequestdto_result.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdatecandidatesassessmentsresultsrequestdto_score.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdatecandidatesassessmentsresultsrequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdatecandidatesassessmentsresultsrequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdatejobrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdatejobrequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdatejobrequestdto_confidential.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdatejobrequestdto_job_status.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdatejobrequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdatejobrequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdatenotesrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdatenotesrequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdatenotesrequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdatenotesrequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/atsupdatenotesrequestdto_visibility.rbi +1 -1
- data/lib/stack_one/models/shared/attachment.rbi +1 -1
- data/lib/stack_one/models/shared/attachment_4.rbi +1 -1
- data/lib/stack_one/models/shared/attachment_content_type.rbi +1 -1
- data/lib/stack_one/models/shared/attachment_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/attachment_value.rbi +1 -1
- data/lib/stack_one/models/shared/{iamuser_file_format.rb → auth_type.rb} +6 -6
- data/lib/stack_one/models/shared/{iamuser_category.rbi → auth_type.rbi} +3 -3
- data/lib/stack_one/models/shared/authconfig.rb +96 -0
- data/lib/stack_one/models/shared/authconfig.rbi +45 -0
- data/lib/stack_one/models/shared/authconfigspaginated.rb +44 -0
- data/lib/stack_one/models/shared/authconfigspaginated.rbi +19 -0
- data/lib/stack_one/models/shared/authenticationmetaitem.rbi +1 -1
- data/lib/stack_one/models/shared/author.rbi +1 -1
- data/lib/stack_one/models/shared/authormodel.rbi +1 -1
- data/lib/stack_one/models/shared/avatar.rbi +1 -1
- data/lib/stack_one/models/shared/backgroundcheckpackage.rbi +1 -1
- data/lib/stack_one/models/shared/backgroundcheckpackagepaginated.rbi +1 -1
- data/lib/stack_one/models/shared/backgroundcheckpackageresult.rbi +1 -1
- data/lib/stack_one/models/shared/balance_unit.rbi +1 -1
- data/lib/stack_one/models/shared/base_currency.rbi +1 -1
- data/lib/stack_one/models/shared/batchresultapimodel.rbi +1 -1
- data/lib/stack_one/models/shared/benefit_type.rbi +1 -1
- data/lib/stack_one/models/shared/body.rbi +1 -1
- data/lib/stack_one/models/shared/bot.rbi +1 -1
- data/lib/stack_one/models/shared/campaign.rbi +1 -1
- data/lib/stack_one/models/shared/campaign_2.rbi +1 -1
- data/lib/stack_one/models/shared/campaign_4.rbi +1 -1
- data/lib/stack_one/models/shared/campaign_schemas_2.rbi +1 -1
- data/lib/stack_one/models/shared/campaign_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/campaign_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/campaign_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/campaign_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/campaign_status.rbi +1 -1
- data/lib/stack_one/models/shared/campaign_value.rbi +1 -1
- data/lib/stack_one/models/shared/campaignresult.rbi +1 -1
- data/lib/stack_one/models/shared/campaignspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/candidate.rbi +1 -1
- data/lib/stack_one/models/shared/candidateemail.rbi +1 -1
- data/lib/stack_one/models/shared/candidateresult.rbi +1 -1
- data/lib/stack_one/models/shared/candidatespaginated.rbi +1 -1
- data/lib/stack_one/models/shared/categories.rbi +1 -1
- data/lib/stack_one/models/shared/categoriespaginated.rbi +1 -1
- data/lib/stack_one/models/shared/category.rbi +1 -1
- data/lib/stack_one/models/shared/category_2.rbi +1 -1
- data/lib/stack_one/models/shared/category_4.rbi +1 -1
- data/lib/stack_one/models/shared/category_active.rbi +1 -1
- data/lib/stack_one/models/shared/category_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/category_schemas_level_4.rbi +1 -1
- data/lib/stack_one/models/shared/category_schemas_level_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/category_schemas_level_value.rbi +1 -1
- data/lib/stack_one/models/shared/category_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/category_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/category_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/category_value.rbi +1 -1
- data/lib/stack_one/models/shared/categoryresult.rbi +1 -1
- data/lib/stack_one/models/shared/change_type.rbi +1 -1
- data/lib/stack_one/models/shared/channelsenum.rb +2 -2
- data/lib/stack_one/models/shared/channelsenum.rbi +1 -1
- data/lib/stack_one/models/shared/{iamuser_schemas_4.rb → channelsenum_4.rb} +1 -1
- data/lib/stack_one/models/shared/channelsenum_4.rbi +11 -0
- data/lib/stack_one/models/shared/channelsenum_source_value.rb +27 -0
- data/lib/stack_one/models/shared/channelsenum_source_value.rbi +11 -0
- data/lib/stack_one/models/shared/channelsenum_value.rbi +1 -1
- data/lib/stack_one/models/shared/checkpermissionsrequestdto.rb +48 -0
- data/lib/stack_one/models/shared/checkpermissionsrequestdto.rbi +21 -0
- data/lib/stack_one/models/shared/checkpermissionsresponse.rb +32 -0
- data/lib/stack_one/models/shared/checkpermissionsresponse.rbi +13 -0
- data/lib/stack_one/models/shared/checkpermissionsresponse_data.rb +44 -0
- data/lib/stack_one/models/shared/checkpermissionsresponse_data.rbi +19 -0
- data/lib/stack_one/models/shared/clearingcode.rbi +1 -1
- data/lib/stack_one/models/shared/clearingcode_4.rbi +1 -1
- data/lib/stack_one/models/shared/clearingcode_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/clearingcode_type.rbi +1 -1
- data/lib/stack_one/models/shared/clearingcode_value.rbi +1 -1
- data/lib/stack_one/models/shared/companiespaginated.rbi +1 -1
- data/lib/stack_one/models/shared/company.rbi +1 -1
- data/lib/stack_one/models/shared/companyresult.rbi +1 -1
- data/lib/stack_one/models/shared/completion.rbi +1 -1
- data/lib/stack_one/models/shared/completion_4.rbi +1 -1
- data/lib/stack_one/models/shared/completion_learning_object_type.rbi +1 -1
- data/lib/stack_one/models/shared/completion_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/completion_schemas_result.rbi +1 -1
- data/lib/stack_one/models/shared/completion_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/completion_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/completion_score.rbi +1 -1
- data/lib/stack_one/models/shared/completion_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/completion_value.rbi +1 -1
- data/lib/stack_one/models/shared/completionresult.rbi +1 -1
- data/lib/stack_one/models/shared/completionspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/condition_type.rbi +1 -1
- data/lib/stack_one/models/shared/confidential.rbi +1 -1
- data/lib/stack_one/models/shared/config.rbi +1 -1
- data/lib/stack_one/models/shared/connectorprofile.rb +96 -0
- data/lib/stack_one/models/shared/connectorprofile.rbi +45 -0
- data/lib/stack_one/models/shared/connectorprofilepinnedversion.rb +48 -0
- data/lib/stack_one/models/shared/connectorprofilepinnedversion.rbi +21 -0
- data/lib/stack_one/models/shared/connectorprofilespaginated.rb +44 -0
- data/lib/stack_one/models/shared/connectorprofilespaginated.rbi +19 -0
- data/lib/stack_one/models/shared/connectorprofileversion.rb +44 -0
- data/lib/stack_one/models/shared/connectorprofileversion.rbi +19 -0
- data/lib/stack_one/models/shared/connectorsmeta.rbi +1 -1
- data/lib/stack_one/models/shared/connectorsmeta_category.rbi +1 -1
- data/lib/stack_one/models/shared/connectsession.rb +13 -3
- data/lib/stack_one/models/shared/connectsession.rbi +5 -1
- data/lib/stack_one/models/shared/connectsession_status.rb +23 -0
- data/lib/stack_one/models/shared/connectsession_status.rbi +11 -0
- data/lib/stack_one/models/shared/connectsession_type.rbi +1 -1
- data/lib/stack_one/models/shared/connectsessionauthenticate.rbi +1 -1
- data/lib/stack_one/models/shared/connectsessioncreate.rb +15 -7
- data/lib/stack_one/models/shared/connectsessioncreate.rbi +3 -1
- data/lib/stack_one/models/shared/connectsessioncreate_categories.rbi +1 -1
- data/lib/stack_one/models/shared/connectsessioncreate_metadata.rbi +1 -1
- data/lib/stack_one/models/shared/connectsessioncreate_type.rbi +1 -1
- data/lib/stack_one/models/shared/connectsessiontokenauthlink.rb +13 -3
- data/lib/stack_one/models/shared/connectsessiontokenauthlink.rbi +5 -1
- data/lib/stack_one/models/shared/connectsessiontokenauthlink_categories.rbi +1 -1
- data/lib/stack_one/models/shared/connectsessiontokenauthlink_latest_connection_attempt.rb +56 -0
- data/lib/stack_one/models/shared/connectsessiontokenauthlink_latest_connection_attempt.rbi +25 -0
- data/lib/stack_one/models/shared/connectsessiontokenauthlink_metadata.rbi +1 -1
- data/lib/stack_one/models/shared/connectsessiontokenauthlink_status.rb +23 -0
- data/lib/stack_one/models/shared/connectsessiontokenauthlink_status.rbi +11 -0
- data/lib/stack_one/models/shared/connectsessiontokenauthlink_type.rbi +1 -1
- data/lib/stack_one/models/shared/contact.rbi +1 -1
- data/lib/stack_one/models/shared/contactresult.rbi +1 -1
- data/lib/stack_one/models/shared/contactspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/content.rbi +1 -1
- data/lib/stack_one/models/shared/content_4.rbi +1 -1
- data/lib/stack_one/models/shared/content_file_format.rbi +1 -1
- data/lib/stack_one/models/shared/content_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/content_type.rbi +1 -1
- data/lib/stack_one/models/shared/content_value.rbi +1 -1
- data/lib/stack_one/models/shared/contentblock.rbi +1 -1
- data/lib/stack_one/models/shared/contentblock_4.rbi +1 -1
- data/lib/stack_one/models/shared/contentblock_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/contentblock_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/contentblock_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/contentblock_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/contentblock_status.rbi +1 -1
- data/lib/stack_one/models/shared/contentblock_type.rbi +1 -1
- data/lib/stack_one/models/shared/contentblock_value.rbi +1 -1
- data/lib/stack_one/models/shared/contentblockresult.rbi +1 -1
- data/lib/stack_one/models/shared/contentblockspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/contentpaginated.rbi +1 -1
- data/lib/stack_one/models/shared/contentresult.rbi +1 -1
- data/lib/stack_one/models/shared/contract_type.rbi +1 -1
- data/lib/stack_one/models/shared/cost_center.rbi +1 -1
- data/lib/stack_one/models/shared/costcenters.rbi +1 -1
- data/lib/stack_one/models/shared/country.rb +3 -3
- data/lib/stack_one/models/shared/country.rbi +1 -1
- data/lib/stack_one/models/shared/country_code.rbi +1 -1
- data/lib/stack_one/models/shared/countrycodeenum.rbi +1 -1
- data/lib/stack_one/models/shared/countrycodeenum_4.rbi +1 -1
- data/lib/stack_one/models/shared/countrycodeenum_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/countrycodeenum_value.rbi +1 -1
- data/lib/stack_one/models/shared/course.rbi +1 -1
- data/lib/stack_one/models/shared/course_2.rbi +1 -1
- data/lib/stack_one/models/shared/course_active.rbi +1 -1
- data/lib/stack_one/models/shared/coursepaginated.rbi +1 -1
- data/lib/stack_one/models/shared/courseresult.rbi +1 -1
- data/lib/stack_one/models/shared/createanswer.rbi +1 -1
- data/lib/stack_one/models/shared/createanswer_4.rbi +1 -1
- data/lib/stack_one/models/shared/createanswer_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/createanswer_type.rbi +1 -1
- data/lib/stack_one/models/shared/createanswer_value.rbi +1 -1
- data/lib/stack_one/models/shared/createassessmentorderresult.rbi +1 -1
- data/lib/stack_one/models/shared/createbackgroundcheckorderresult.rbi +1 -1
- data/lib/stack_one/models/shared/createcategoriesapimodel.rbi +1 -1
- data/lib/stack_one/models/shared/createcategoriesapimodel_4.rbi +1 -1
- data/lib/stack_one/models/shared/createcategoriesapimodel_hierarchy.rbi +1 -1
- data/lib/stack_one/models/shared/createcategoriesapimodel_language.rbi +1 -1
- data/lib/stack_one/models/shared/createcategoriesapimodel_level.rbi +1 -1
- data/lib/stack_one/models/shared/createcategoriesapimodel_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/createcategoriesapimodel_schemas_level_4.rbi +1 -1
- data/lib/stack_one/models/shared/createcategoriesapimodel_schemas_level_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/createcategoriesapimodel_schemas_level_value.rbi +1 -1
- data/lib/stack_one/models/shared/createcategoriesapimodel_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/createcategoriesapimodel_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/createcategoriesapimodel_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/createcategoriesapimodel_value.rbi +1 -1
- data/lib/stack_one/models/shared/createcostcenterapimodel.rbi +1 -1
- data/lib/stack_one/models/shared/createemploymentapimodel.rbi +1 -1
- data/lib/stack_one/models/shared/createemploymentapimodel_4.rbi +1 -1
- data/lib/stack_one/models/shared/createemploymentapimodel_contract_type.rbi +1 -1
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_contract_type_4.rbi +1 -1
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_contract_type_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_contract_type_value.rbi +1 -1
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_pay_frequency_4.rbi +1 -1
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_pay_frequency_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_pay_frequency_value.rbi +1 -1
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_pay_period_4.rbi +1 -1
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_pay_period_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_pay_period_value.rbi +1 -1
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_type.rbi +1 -1
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_type_4.rbi +1 -1
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_type_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_type_value.rbi +1 -1
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_work_time_4.rbi +1 -1
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_work_time_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_work_time_value.rbi +1 -1
- data/lib/stack_one/models/shared/createemploymentapimodel_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/createemploymentapimodel_type.rbi +1 -1
- data/lib/stack_one/models/shared/createemploymentapimodel_value.rbi +1 -1
- data/lib/stack_one/models/shared/createhrisbenefit.rbi +1 -1
- data/lib/stack_one/models/shared/createhrisbenefit_4.rbi +1 -1
- data/lib/stack_one/models/shared/createhrisbenefit_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/createhrisbenefit_value.rbi +1 -1
- data/lib/stack_one/models/shared/createjournalline.rbi +1 -1
- data/lib/stack_one/models/shared/createmessage.rbi +1 -1
- data/lib/stack_one/models/shared/createmessage_4.rbi +1 -1
- data/lib/stack_one/models/shared/createmessage_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/createmessage_value.rbi +1 -1
- data/lib/stack_one/models/shared/createpackage.rbi +1 -1
- data/lib/stack_one/models/shared/createquestionnaire.rbi +1 -1
- data/lib/stack_one/models/shared/createresult.rbi +1 -1
- data/lib/stack_one/models/shared/createresultdataapimodel.rbi +1 -1
- data/lib/stack_one/models/shared/createskillsapimodel.rbi +1 -1
- data/lib/stack_one/models/shared/createskillsapimodel_4.rbi +1 -1
- data/lib/stack_one/models/shared/createskillsapimodel_hierarchy.rbi +1 -1
- data/lib/stack_one/models/shared/createskillsapimodel_language.rbi +1 -1
- data/lib/stack_one/models/shared/createskillsapimodel_level.rbi +1 -1
- data/lib/stack_one/models/shared/createskillsapimodel_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/createskillsapimodel_schemas_level_4.rbi +1 -1
- data/lib/stack_one/models/shared/createskillsapimodel_schemas_level_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/createskillsapimodel_schemas_level_value.rbi +1 -1
- data/lib/stack_one/models/shared/createskillsapimodel_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/createskillsapimodel_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/createskillsapimodel_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/createskillsapimodel_value.rbi +1 -1
- data/lib/stack_one/models/shared/credentials.rbi +1 -1
- data/lib/stack_one/models/shared/crmcreatecontactrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/currency_code.rbi +1 -1
- data/lib/stack_one/models/shared/customfielddefinition.rbi +1 -1
- data/lib/stack_one/models/shared/customfielddefinition_4.rbi +1 -1
- data/lib/stack_one/models/shared/customfielddefinition_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/customfielddefinition_type.rbi +1 -1
- data/lib/stack_one/models/shared/customfielddefinition_value.rbi +1 -1
- data/lib/stack_one/models/shared/customfielddefinitionresultapimodel.rbi +1 -1
- data/lib/stack_one/models/shared/customfielddefinitionspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/customfieldoption.rbi +1 -1
- data/lib/stack_one/models/shared/customfieldoption_4.rbi +1 -1
- data/lib/stack_one/models/shared/customfieldoption_value.rbi +1 -1
- data/lib/stack_one/models/shared/customfields.rbi +1 -1
- data/lib/stack_one/models/shared/customfields_4.rbi +1 -1
- data/lib/stack_one/models/shared/customfields_value.rbi +1 -1
- data/lib/stack_one/models/shared/custommappingerror.rbi +1 -1
- data/lib/stack_one/models/shared/data.rbi +1 -1
- data/lib/stack_one/models/shared/defender_config.rb +44 -0
- data/lib/stack_one/models/shared/defender_config.rbi +19 -0
- data/lib/stack_one/models/shared/deleteresult.rbi +1 -1
- data/lib/stack_one/models/shared/department.rbi +1 -1
- data/lib/stack_one/models/shared/departmentresult.rbi +1 -1
- data/lib/stack_one/models/shared/departmentspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/description.rbi +1 -1
- data/lib/stack_one/models/shared/dimensions.rb +31 -0
- data/lib/stack_one/models/shared/dimensions.rbi +11 -0
- data/lib/stack_one/models/shared/dimensionspostdto.rb +40 -0
- data/lib/stack_one/models/shared/dimensionspostdto.rbi +17 -0
- data/lib/stack_one/models/shared/dimensionspostdto_dimensions.rb +31 -0
- data/lib/stack_one/models/shared/dimensionspostdto_dimensions.rbi +11 -0
- data/lib/stack_one/models/shared/dimensionspostdto_filters.rb +192 -0
- data/lib/stack_one/models/shared/dimensionspostdto_filters.rbi +93 -0
- data/lib/stack_one/models/shared/dimensionspostdto_http_method.rb +22 -0
- data/lib/stack_one/models/shared/dimensionspostdto_http_method.rbi +11 -0
- data/lib/stack_one/models/shared/dimensionspostdto_log_type.rb +19 -0
- data/lib/stack_one/models/shared/dimensionspostdto_log_type.rbi +11 -0
- data/lib/stack_one/models/shared/dimensionspostdto_order_by.rb +23 -0
- data/lib/stack_one/models/shared/dimensionspostdto_order_by.rbi +11 -0
- data/lib/stack_one/models/shared/dimensionspostdto_order_direction.rb +21 -0
- data/lib/stack_one/models/shared/dimensionspostdto_order_direction.rbi +11 -0
- data/lib/stack_one/models/shared/division.rbi +1 -1
- data/lib/stack_one/models/shared/document.rbi +1 -1
- data/lib/stack_one/models/shared/downloadapimodel.rbi +1 -1
- data/lib/stack_one/models/shared/downloadheadersapimodel.rbi +1 -1
- data/lib/stack_one/models/shared/draft.rbi +1 -1
- data/lib/stack_one/models/shared/driveresult.rbi +1 -1
- data/lib/stack_one/models/shared/drives.rbi +1 -1
- data/lib/stack_one/models/shared/drivespaginated.rbi +1 -1
- data/lib/stack_one/models/shared/duration_unit.rbi +1 -1
- data/lib/stack_one/models/shared/emailmessages.rbi +1 -1
- data/lib/stack_one/models/shared/emailmessages_4.rbi +1 -1
- data/lib/stack_one/models/shared/emailmessages_message_content.rbi +1 -1
- data/lib/stack_one/models/shared/emailmessages_message_type.rbi +1 -1
- data/lib/stack_one/models/shared/emailmessages_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/emailmessages_value.rbi +1 -1
- data/lib/stack_one/models/shared/emailtemplate.rbi +1 -1
- data/lib/stack_one/models/shared/emailtemplateresult.rbi +1 -1
- data/lib/stack_one/models/shared/emailtemplatespaginated.rbi +1 -1
- data/lib/stack_one/models/shared/employee.rbi +1 -1
- data/lib/stack_one/models/shared/employee_4.rbi +1 -1
- data/lib/stack_one/models/shared/employee_company.rbi +1 -1
- data/lib/stack_one/models/shared/employee_country.rbi +1 -1
- data/lib/stack_one/models/shared/employee_employment_contract_type.rbi +1 -1
- data/lib/stack_one/models/shared/employee_employment_type.rbi +1 -1
- data/lib/stack_one/models/shared/employee_location_type.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_country.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_employment_type_4.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_employment_type_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_employment_type_value.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_ethnicity_4.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_ethnicity_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_ethnicity_value.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_gender_4.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_gender_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_gender_value.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_home_location_4.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_home_location_location_type_4.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_home_location_location_type_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_home_location_location_type_value.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_home_location_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_home_location_value.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_location_type.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_marital_status_4.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_marital_status_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_marital_status_value.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_national_identity_number_4.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_national_identity_number_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_national_identity_number_type_4.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_national_identity_number_type_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_national_identity_number_type_value.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_national_identity_number_value.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_preferred_language_4.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_preferred_language_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_preferred_language_value.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_work_location_4.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_work_location_country.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_work_location_location_type_4.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_work_location_location_type_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_work_location_location_type_value.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_work_location_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/employee_schemas_work_location_value.rbi +1 -1
- data/lib/stack_one/models/shared/employee_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/employee_type.rbi +1 -1
- data/lib/stack_one/models/shared/employee_value.rbi +1 -1
- data/lib/stack_one/models/shared/employeeresult.rbi +1 -1
- data/lib/stack_one/models/shared/employeespaginated.rbi +1 -1
- data/lib/stack_one/models/shared/employment.rbi +1 -1
- data/lib/stack_one/models/shared/employment_2.rbi +1 -1
- data/lib/stack_one/models/shared/employment_4.rbi +1 -1
- data/lib/stack_one/models/shared/employment_active.rbi +1 -1
- data/lib/stack_one/models/shared/employment_contract_type.rbi +1 -1
- data/lib/stack_one/models/shared/employment_department.rbi +1 -1
- data/lib/stack_one/models/shared/employment_employment_contract_type.rbi +1 -1
- data/lib/stack_one/models/shared/employment_employment_type.rbi +1 -1
- data/lib/stack_one/models/shared/employment_grade.rbi +1 -1
- data/lib/stack_one/models/shared/employment_job.rbi +1 -1
- data/lib/stack_one/models/shared/employment_pay_frequency.rbi +1 -1
- data/lib/stack_one/models/shared/employment_pay_period.rbi +1 -1
- data/lib/stack_one/models/shared/employment_period.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_contract_type.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_contract_type_4.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_contract_type_contract_type.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_contract_type_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_contract_type_value.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_cost_center_4.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_cost_center_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_cost_center_type.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_cost_center_value.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_department_4.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_department_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_department_type.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_department_value.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_division_4.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_division_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_division_type.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_division_value.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_pay_frequency_4.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_pay_frequency_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_pay_frequency_value.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_pay_period_4.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_pay_period_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_pay_period_value.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_type.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_type_4.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_type_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_type_type.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_type_value.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_work_time_4.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_work_time_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/employment_schemas_work_time_value.rbi +1 -1
- data/lib/stack_one/models/shared/employment_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/employment_status.rb +2 -2
- data/lib/stack_one/models/shared/employment_status.rbi +1 -1
- data/lib/stack_one/models/shared/employment_type.rbi +1 -1
- data/lib/stack_one/models/shared/employment_value.rbi +1 -1
- data/lib/stack_one/models/shared/employment_work_time.rbi +1 -1
- data/lib/stack_one/models/shared/employmentmanagerapimodel.rbi +1 -1
- data/lib/stack_one/models/shared/employmentmanagerapimodel_4.rbi +1 -1
- data/lib/stack_one/models/shared/employmentmanagerapimodel_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/employmentmanagerapimodel_value.rbi +1 -1
- data/lib/stack_one/models/shared/employmentresult.rbi +1 -1
- data/lib/stack_one/models/shared/employmentspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/end_half_day.rbi +1 -1
- data/lib/stack_one/models/shared/entityskillresult.rbi +1 -1
- data/lib/stack_one/models/shared/entityskills.rbi +1 -1
- data/lib/stack_one/models/shared/entityskills_2.rbi +1 -1
- data/lib/stack_one/models/shared/entityskills_4.rbi +1 -1
- data/lib/stack_one/models/shared/entityskills_active.rbi +1 -1
- data/lib/stack_one/models/shared/entityskills_language.rbi +1 -1
- data/lib/stack_one/models/shared/entityskills_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/entityskills_schemas_minimum_proficiency_4.rbi +1 -1
- data/lib/stack_one/models/shared/entityskills_schemas_minimum_proficiency_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/entityskills_schemas_minimum_proficiency_value.rbi +1 -1
- data/lib/stack_one/models/shared/entityskills_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/entityskills_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/entityskills_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/entityskills_value.rbi +1 -1
- data/lib/stack_one/models/shared/entityskillscreaterequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/entityskillscreaterequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/entityskillscreaterequestdto_maximum_proficiency.rbi +1 -1
- data/lib/stack_one/models/shared/entityskillscreaterequestdto_minimum_proficiency.rbi +1 -1
- data/lib/stack_one/models/shared/entityskillscreaterequestdto_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/entityskillscreaterequestdto_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/entityskillscreaterequestdto_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/entityskillscreaterequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/entityskillscreaterequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/entityskillspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/ethnicity.rbi +1 -1
- data/lib/stack_one/models/shared/event.rbi +1 -1
- data/lib/stack_one/models/shared/eventmetaitem.rb +56 -0
- data/lib/stack_one/models/shared/eventmetaitem.rbi +25 -0
- data/lib/stack_one/models/shared/field.rbi +1 -1
- data/lib/stack_one/models/shared/field_2.rbi +1 -1
- data/lib/stack_one/models/shared/field_type.rbi +1 -1
- data/lib/stack_one/models/shared/file.rbi +1 -1
- data/lib/stack_one/models/shared/file_4.rbi +1 -1
- data/lib/stack_one/models/shared/file_category.rbi +1 -1
- data/lib/stack_one/models/shared/file_file_format.rbi +1 -1
- data/lib/stack_one/models/shared/file_format.rb +3 -3
- data/lib/stack_one/models/shared/file_format.rbi +1 -1
- data/lib/stack_one/models/shared/file_schemas.rb +70 -0
- data/lib/stack_one/models/shared/file_schemas.rbi +31 -0
- data/lib/stack_one/models/shared/file_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/file_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/file_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/file_value.rbi +1 -1
- data/lib/stack_one/models/shared/fileresult.rbi +1 -1
- data/lib/stack_one/models/shared/files.rbi +1 -1
- data/lib/stack_one/models/shared/files_2.rbi +1 -1
- data/lib/stack_one/models/shared/files_4.rbi +1 -1
- data/lib/stack_one/models/shared/files_file_format.rbi +1 -1
- data/lib/stack_one/models/shared/files_schemas_2.rbi +1 -1
- data/lib/stack_one/models/shared/files_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/files_value.rbi +1 -1
- data/lib/stack_one/models/shared/filespaginated.rbi +1 -1
- data/lib/stack_one/models/shared/filters.rb +104 -0
- data/lib/stack_one/models/shared/filters.rbi +49 -0
- data/lib/stack_one/models/shared/folderresult.rbi +1 -1
- data/lib/stack_one/models/shared/folders.rbi +1 -1
- data/lib/stack_one/models/shared/folders_2.rbi +1 -1
- data/lib/stack_one/models/shared/folders_has_children.rbi +1 -1
- data/lib/stack_one/models/shared/folders_has_content.rbi +1 -1
- data/lib/stack_one/models/shared/folders_schemas_2.rbi +1 -1
- data/lib/stack_one/models/shared/folders_schemas_is_root_2.rbi +1 -1
- data/lib/stack_one/models/shared/folderspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/four.rbi +1 -1
- data/lib/stack_one/models/shared/gender.rbi +1 -1
- data/lib/stack_one/models/shared/grade.rbi +1 -1
- data/lib/stack_one/models/shared/guides.rbi +1 -1
- data/lib/stack_one/models/shared/guidesectionmeta.rb +10 -2
- data/lib/stack_one/models/shared/guidesectionmeta.rbi +5 -1
- data/lib/stack_one/models/shared/guidestepmeta.rb +14 -2
- data/lib/stack_one/models/shared/guidestepmeta.rbi +7 -1
- data/lib/stack_one/models/shared/guidestepmeta_image.rb +36 -0
- data/lib/stack_one/models/shared/guidestepmeta_image.rbi +15 -0
- data/lib/stack_one/models/shared/has_children.rbi +1 -1
- data/lib/stack_one/models/shared/has_content.rbi +1 -1
- data/lib/stack_one/models/shared/headers.rbi +1 -1
- data/lib/stack_one/models/shared/hierarchy.rbi +1 -1
- data/lib/stack_one/models/shared/home_location.rbi +1 -1
- data/lib/stack_one/models/shared/hrisbankdetails.rbi +1 -1
- data/lib/stack_one/models/shared/hrisbankdetails_2.rbi +1 -1
- data/lib/stack_one/models/shared/hrisbankdetails_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisbankdetails_currency_code.rbi +1 -1
- data/lib/stack_one/models/shared/hrisbankdetails_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisbankdetails_schemas_currency_code_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisbankdetails_schemas_currency_code_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisbankdetails_schemas_currency_code_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisbankdetails_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisbankdetails_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisbankdetails_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisbankdetails_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisbatchdocumentuploadrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/hrisbenefit.rbi +1 -1
- data/lib/stack_one/models/shared/hrisbenefit_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisbenefit_benefit_type.rbi +1 -1
- data/lib/stack_one/models/shared/hrisbenefit_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisbenefit_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisbenefitresult.rbi +1 -1
- data/lib/stack_one/models/shared/hrisbenefitspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/hriscostcenter.rbi +1 -1
- data/lib/stack_one/models/shared/hriscostcenter_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscostcenter_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscostcenter_type.rbi +1 -1
- data/lib/stack_one/models/shared/hriscostcenter_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscostcenterpaginated.rbi +1 -1
- data/lib/stack_one/models/shared/hriscostcenterresult.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_avatar.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_contract_type.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_country.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_employment.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_employment_contract_type.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_employment_status.rb +2 -2
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_employment_status.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_employment_type.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_ethnicity.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_gender.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_grade.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_home_location.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_marital_status.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_national_identity_number.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_pay_frequency.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_pay_period.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_period.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_preferred_language.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_contract_type.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_country.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_contract_type.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_contract_type_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_contract_type_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_contract_type_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_employment_contract_type_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_employment_contract_type__cc2169.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_employment_contract_type_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_employment_type_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_employment_type_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_employment_type_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_pay_period_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_pay_period_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_pay_period_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_type.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_type_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_type_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_type_type.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_type_type_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_type_type_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_type_type_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_type_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_work_time_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_work_time_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_work_time_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_ethnicity_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_ethnicity_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_ethnicity_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_gender_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_gender_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_gender_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_home_location_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_home_location_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_home_location_state_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_home_location_state_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_home_location_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_marital_status_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_marital_status_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_marital_status_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_national_identity_number_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_national_identity_number_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_national_identity_number_type_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_national_identity_number_type_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_national_identity_number_type_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_national_identity_number_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_preferred_language_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_preferred_language_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_preferred_language_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_type.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_work_location_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_work_location_country.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_work_location_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_work_location_state_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_work_location_state_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_work_location_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_state.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_type.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_work_location.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_work_time.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_contract_type.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_employment_contract_type.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_employment_type.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_grade.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_pay_frequency.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_pay_period.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_period.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_contract_type.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_contract_type_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_contract_type_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_contract_type_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_pay_frequency_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_pay_frequency_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_pay_frequency_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_pay_period_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_pay_period_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_pay_period_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_type.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_type_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_type_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_type_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_work_time_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_work_time_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_work_time_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_type.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_work_time.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto_2.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto_reason.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto_schemas_2.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto_status.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto_type.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_category.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_file_format.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_schemas_document_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_schemas_document_file_format_4.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_schemas_document_file_format_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_schemas_document_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_schemas_document_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_type.rbi +1 -1
- data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdepartment.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdepartment_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdepartment_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdepartment_type.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdepartment_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdepartmentspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdepartmentsresult.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdivision.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdivision_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdivision_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdivision_type.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdivision_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdivisionspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdivisionsresult.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdocumentapimodel.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdocumentapimodel_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdocumentapimodel_category.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdocumentapimodel_file_format.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdocumentapimodel_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdocumentapimodel_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdocumentapimodel_schemas_type_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdocumentapimodel_schemas_type_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdocumentapimodel_schemas_type_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdocumentapimodel_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdocumentapimodel_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdocumentapimodel_type.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdocumentapimodel_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdocumentresult.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdocumentspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdocumentsuploadrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_category.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_confidential.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_file_format.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_schemas_file_format_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisgroup.rbi +1 -1
- data/lib/stack_one/models/shared/hrisgroup_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisgroup_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisgroup_type.rbi +1 -1
- data/lib/stack_one/models/shared/hrisgroup_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisgroupspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/hrisgroupsresult.rbi +1 -1
- data/lib/stack_one/models/shared/hrisinviteemployeerequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/hrisjob.rbi +1 -1
- data/lib/stack_one/models/shared/hrisjob_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisjob_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisjob_status.rbi +1 -1
- data/lib/stack_one/models/shared/hrisjob_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisjobresult.rbi +1 -1
- data/lib/stack_one/models/shared/hrisjobspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/hrislocation.rbi +1 -1
- data/lib/stack_one/models/shared/hrislocation_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrislocation_country.rbi +1 -1
- data/lib/stack_one/models/shared/hrislocation_location_type.rbi +1 -1
- data/lib/stack_one/models/shared/hrislocation_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrislocation_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrislocation_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrislocation_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrislocation_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrislocationresult.rbi +1 -1
- data/lib/stack_one/models/shared/hrislocationspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/hrisshift.rbi +1 -1
- data/lib/stack_one/models/shared/hrisshift_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisshift_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisshift_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisshift_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisshift_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisshift_status.rbi +1 -1
- data/lib/stack_one/models/shared/hrisshift_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisshiftresult.rbi +1 -1
- data/lib/stack_one/models/shared/hrisshiftresult_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisshiftresult_approval_status.rbi +1 -1
- data/lib/stack_one/models/shared/hrisshiftresult_data.rbi +1 -1
- data/lib/stack_one/models/shared/hrisshiftresult_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisshiftresult_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisshiftresult_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisshiftresult_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisshiftresult_status.rbi +1 -1
- data/lib/stack_one/models/shared/hrisshiftresult_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisshiftspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/hristeam.rbi +1 -1
- data/lib/stack_one/models/shared/hristeam_4.rbi +1 -1
- data/lib/stack_one/models/shared/hristeam_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hristeam_type.rbi +1 -1
- data/lib/stack_one/models/shared/hristeam_value.rbi +1 -1
- data/lib/stack_one/models/shared/hristeamspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/hristeamsresult.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_avatar.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_contract_type.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_country.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_employment.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_employment_contract_type.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_employment_status.rb +2 -2
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_employment_status.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_employment_type.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_ethnicity.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_gender.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_grade.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_home_location.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_marital_status.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_national_identity_number.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_pay_frequency.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_pay_period.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_period.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_preferred_language.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_contract_type.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_country.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_contract_type.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_contract_type_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_contract_type_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_contract_type_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_employment_contract_type_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_employment_contract_type__a74e8c.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_employment_contract_type_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_employment_type_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_employment_type_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_employment_type_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_pay_period_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_pay_period_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_pay_period_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_type.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_type_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_type_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_type_type.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_type_type_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_type_type_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_type_type_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_type_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_work_time_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_work_time_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_work_time_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_ethnicity_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_ethnicity_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_ethnicity_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_gender_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_gender_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_gender_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_home_location_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_home_location_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_home_location_state_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_home_location_state_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_home_location_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_marital_status_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_marital_status_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_marital_status_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_national_identity_number_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_national_identity_number_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_national_identity_number_type_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_national_identity_number_type_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_national_identity_number_type_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_national_identity_number_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_preferred_language_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_preferred_language_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_preferred_language_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_state.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_type.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_work_location_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_work_location_country.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_work_location_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_work_location_state_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_work_location_state_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_work_location_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_state.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_type.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_work_location.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_work_time.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_contract_type.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_employment_contract_type.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_employment_type.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_grade.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_pay_frequency.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_pay_period.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_period.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_contract_type.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_contract_type_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_contract_type_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_contract_type_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_pay_frequency_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_pay_frequency_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_pay_frequency_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_pay_period_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_pay_period_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_pay_period_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_type.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_type_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_type_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_type_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_work_time_4.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_work_time_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_work_time_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_type.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_work_time.rbi +1 -1
- data/lib/stack_one/models/shared/http_method.rb +22 -0
- data/lib/stack_one/models/shared/http_method.rbi +11 -0
- data/lib/stack_one/models/shared/iamcredentials.rb +52 -0
- data/lib/stack_one/models/shared/iamcredentials.rbi +23 -0
- data/lib/stack_one/models/shared/iamcredentials_2.rb +19 -0
- data/lib/stack_one/models/shared/iamcredentials_2.rbi +11 -0
- data/lib/stack_one/models/shared/{iamuser_schemas_avatar_4.rb → iamcredentials_4.rb} +1 -1
- data/lib/stack_one/models/shared/iamcredentials_4.rbi +11 -0
- data/lib/stack_one/models/shared/iamcredentials_avatar.rb +27 -0
- data/lib/stack_one/models/shared/iamcredentials_avatar.rbi +11 -0
- data/lib/stack_one/models/shared/{actionsrpcresponse_data.rb → iamcredentials_is_bot_user.rb} +2 -2
- data/lib/stack_one/models/shared/iamcredentials_is_bot_user.rbi +11 -0
- data/lib/stack_one/models/shared/{iamresource_source_value.rb → iamcredentials_schemas_4.rb} +1 -1
- data/lib/stack_one/models/shared/iamcredentials_schemas_4.rbi +11 -0
- data/lib/stack_one/models/shared/{hriscreateemployeerequestdto_2.rb → iamcredentials_schemas_source_value.rb} +1 -1
- data/lib/stack_one/models/shared/iamcredentials_schemas_source_value.rbi +11 -0
- data/lib/stack_one/models/shared/iamcredentials_schemas_value.rb +23 -0
- data/lib/stack_one/models/shared/iamcredentials_schemas_value.rbi +11 -0
- data/lib/stack_one/models/shared/iamcredentials_source_value.rb +27 -0
- data/lib/stack_one/models/shared/iamcredentials_source_value.rbi +11 -0
- data/lib/stack_one/models/shared/iamcredentials_status.rb +36 -0
- data/lib/stack_one/models/shared/iamcredentials_status.rbi +15 -0
- data/lib/stack_one/models/shared/iamcredentials_user.rb +104 -0
- data/lib/stack_one/models/shared/iamcredentials_user.rbi +49 -0
- data/lib/stack_one/models/shared/{iamresource_value.rb → iamcredentials_value.rb} +5 -8
- data/lib/stack_one/models/shared/iamcredentials_value.rbi +11 -0
- data/lib/stack_one/models/shared/iamcredentialsresult.rb +36 -0
- data/lib/stack_one/models/shared/iamcredentialsresult.rbi +15 -0
- data/lib/stack_one/models/shared/iamgroup.rb +14 -2
- data/lib/stack_one/models/shared/iamgroup.rbi +7 -1
- data/lib/stack_one/models/shared/iamgroup_4.rbi +1 -1
- data/lib/stack_one/models/shared/iamgroup_input.rb +80 -0
- data/lib/stack_one/models/shared/iamgroup_input.rbi +37 -0
- data/lib/stack_one/models/shared/iamgroup_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/iamgroup_type.rbi +1 -1
- data/lib/stack_one/models/shared/iamgroup_value.rbi +1 -1
- data/lib/stack_one/models/shared/iamgroupresult.rb +2 -2
- data/lib/stack_one/models/shared/iamgroupresult.rbi +1 -1
- data/lib/stack_one/models/shared/iamgroupspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/iammfatypeenum.rbi +1 -1
- data/lib/stack_one/models/shared/iammfatypeenum_4.rbi +1 -1
- data/lib/stack_one/models/shared/iammfatypeenum_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/iammfatypeenum_value.rbi +1 -1
- data/lib/stack_one/models/shared/iamorganization.rb +48 -0
- data/lib/stack_one/models/shared/iamorganization.rbi +21 -0
- data/lib/stack_one/models/shared/iamorganizationresult.rb +36 -0
- data/lib/stack_one/models/shared/iamorganizationresult.rbi +15 -0
- data/lib/stack_one/models/shared/iamorganizationspaginated.rb +44 -0
- data/lib/stack_one/models/shared/iamorganizationspaginated.rbi +19 -0
- data/lib/stack_one/models/shared/iampermission.rb +8 -2
- data/lib/stack_one/models/shared/iampermission.rbi +3 -1
- data/lib/stack_one/models/shared/iampermission_4.rbi +1 -1
- data/lib/stack_one/models/shared/iampermission_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/iampermission_type.rbi +1 -1
- data/lib/stack_one/models/shared/iampermission_value.rb +6 -2
- data/lib/stack_one/models/shared/iampermission_value.rbi +1 -1
- data/lib/stack_one/models/shared/iampermissionscope.rb +36 -0
- data/lib/stack_one/models/shared/iampermissionscope.rbi +15 -0
- data/lib/stack_one/models/shared/iampoliciespaginated.rbi +1 -1
- data/lib/stack_one/models/shared/iampolicy.rbi +1 -1
- data/lib/stack_one/models/shared/iampolicyresult.rbi +1 -1
- data/lib/stack_one/models/shared/iamresource.rb +3 -3
- data/lib/stack_one/models/shared/iamresource.rbi +1 -1
- data/lib/stack_one/models/shared/iamresource_type.rb +3 -12
- data/lib/stack_one/models/shared/iamresource_type.rbi +1 -5
- data/lib/stack_one/models/shared/iamresourcetypeenum_schemas.rb +36 -0
- data/lib/stack_one/models/shared/iamresourcetypeenum_schemas.rbi +15 -0
- data/lib/stack_one/models/shared/iamresourcetypesresult.rb +36 -0
- data/lib/stack_one/models/shared/iamresourcetypesresult.rbi +15 -0
- data/lib/stack_one/models/shared/iamrole.rb +12 -2
- data/lib/stack_one/models/shared/iamrole.rbi +5 -1
- data/lib/stack_one/models/shared/iamrole_4.rbi +1 -1
- data/lib/stack_one/models/shared/iamrole_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/iamrole_type.rbi +1 -1
- data/lib/stack_one/models/shared/iamrole_value.rbi +1 -1
- data/lib/stack_one/models/shared/iamroleresult.rbi +1 -1
- data/lib/stack_one/models/shared/iamrolespaginated.rbi +1 -1
- data/lib/stack_one/models/shared/iamupdateuserrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/iamupdateuserrequestdto_2.rbi +1 -1
- data/lib/stack_one/models/shared/iamupdateuserrequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/iamupdateuserrequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/iamupdateuserrequestdto_status.rbi +1 -1
- data/lib/stack_one/models/shared/iamupdateuserrequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/iamuser.rb +8 -4
- data/lib/stack_one/models/shared/iamuser.rbi +3 -1
- data/lib/stack_one/models/shared/iamuser_2.rbi +1 -1
- data/lib/stack_one/models/shared/iamuser_4.rbi +1 -1
- data/lib/stack_one/models/shared/iamuser_avatar.rb +3 -46
- data/lib/stack_one/models/shared/iamuser_avatar.rbi +1 -21
- data/lib/stack_one/models/shared/iamuser_input.rb +104 -0
- data/lib/stack_one/models/shared/iamuser_input.rbi +49 -0
- data/lib/stack_one/models/shared/iamuser_is_bot_user.rbi +1 -1
- data/lib/stack_one/models/shared/iamuser_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/iamuser_status.rbi +1 -1
- data/lib/stack_one/models/shared/iamuser_value.rbi +1 -1
- data/lib/stack_one/models/shared/iamuserresult.rb +2 -2
- data/lib/stack_one/models/shared/iamuserresult.rbi +1 -1
- data/lib/stack_one/models/shared/iamuserspaginated.rb +2 -2
- data/lib/stack_one/models/shared/iamuserspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/id.rb +1 -1
- data/lib/stack_one/models/shared/id.rbi +1 -1
- data/lib/stack_one/models/shared/image.rb +36 -0
- data/lib/stack_one/models/shared/image.rbi +15 -0
- data/lib/stack_one/models/shared/images.rbi +1 -1
- data/lib/stack_one/models/shared/inappmessages.rbi +1 -1
- data/lib/stack_one/models/shared/inappmessages_4.rbi +1 -1
- data/lib/stack_one/models/shared/inappmessages_message_content.rbi +1 -1
- data/lib/stack_one/models/shared/inappmessages_message_type.rbi +1 -1
- data/lib/stack_one/models/shared/inappmessages_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/inappmessages_value.rbi +1 -1
- data/lib/stack_one/models/shared/inapptemplate.rbi +1 -1
- data/lib/stack_one/models/shared/inapptemplateresult.rbi +1 -1
- data/lib/stack_one/models/shared/inapptemplatespaginated.rbi +1 -1
- data/lib/stack_one/models/shared/internal.rbi +1 -1
- data/lib/stack_one/models/shared/interval_type.rb +24 -0
- data/lib/stack_one/models/shared/interval_type.rbi +11 -0
- data/lib/stack_one/models/shared/interview.rbi +1 -1
- data/lib/stack_one/models/shared/interview_4.rbi +1 -1
- data/lib/stack_one/models/shared/interview_interview_stage.rbi +1 -1
- data/lib/stack_one/models/shared/interview_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/interview_status.rbi +1 -1
- data/lib/stack_one/models/shared/interview_value.rbi +1 -1
- data/lib/stack_one/models/shared/interviewer.rbi +1 -1
- data/lib/stack_one/models/shared/interviewpart.rbi +1 -1
- data/lib/stack_one/models/shared/interviewpart_4.rbi +1 -1
- data/lib/stack_one/models/shared/interviewpart_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/interviewpart_type.rbi +1 -1
- data/lib/stack_one/models/shared/interviewpart_value.rbi +1 -1
- data/lib/stack_one/models/shared/interviewspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/interviewsresult.rbi +1 -1
- data/lib/stack_one/models/shared/interviewstage.rbi +1 -1
- data/lib/stack_one/models/shared/interviewstageresult.rbi +1 -1
- data/lib/stack_one/models/shared/interviewstagespaginated.rbi +1 -1
- data/lib/stack_one/models/shared/inviteemployeeresult.rbi +1 -1
- data/lib/stack_one/models/shared/is_bot_user.rbi +1 -1
- data/lib/stack_one/models/shared/is_paid.rbi +1 -1
- data/lib/stack_one/models/shared/is_primary.rbi +1 -1
- data/lib/stack_one/models/shared/is_root.rbi +1 -1
- data/lib/stack_one/models/shared/is_unlimited.rbi +1 -1
- data/lib/stack_one/models/shared/issued_by.rbi +1 -1
- data/lib/stack_one/models/shared/job.rbi +1 -1
- data/lib/stack_one/models/shared/job_description.rbi +1 -1
- data/lib/stack_one/models/shared/job_status.rbi +1 -1
- data/lib/stack_one/models/shared/jobposting.rbi +1 -1
- data/lib/stack_one/models/shared/jobposting_4.rbi +1 -1
- data/lib/stack_one/models/shared/jobposting_content.rbi +1 -1
- data/lib/stack_one/models/shared/jobposting_employment_contract_type.rbi +1 -1
- data/lib/stack_one/models/shared/jobposting_employment_type.rbi +1 -1
- data/lib/stack_one/models/shared/jobposting_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/jobposting_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/jobposting_schemas_status_4.rbi +1 -1
- data/lib/stack_one/models/shared/jobposting_schemas_status_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/jobposting_schemas_status_value.rbi +1 -1
- data/lib/stack_one/models/shared/jobposting_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/jobposting_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/jobposting_status.rbi +1 -1
- data/lib/stack_one/models/shared/jobposting_value.rbi +1 -1
- data/lib/stack_one/models/shared/jobpostingcompensation.rbi +1 -1
- data/lib/stack_one/models/shared/jobpostingcompensation_4.rbi +1 -1
- data/lib/stack_one/models/shared/jobpostingcompensation_pay_frequency.rbi +1 -1
- data/lib/stack_one/models/shared/jobpostingcompensation_pay_period.rbi +1 -1
- data/lib/stack_one/models/shared/jobpostingcompensation_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/jobpostingcompensation_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/jobpostingcompensation_schemas_type_4.rbi +1 -1
- data/lib/stack_one/models/shared/jobpostingcompensation_schemas_type_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/jobpostingcompensation_schemas_type_value.rbi +1 -1
- data/lib/stack_one/models/shared/jobpostingcompensation_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/jobpostingcompensation_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/jobpostingcompensation_type.rbi +1 -1
- data/lib/stack_one/models/shared/jobpostingcompensation_value.rbi +1 -1
- data/lib/stack_one/models/shared/jobpostingcontentsection.rbi +1 -1
- data/lib/stack_one/models/shared/jobpostingcontentsection_4.rbi +1 -1
- data/lib/stack_one/models/shared/jobpostingcontentsection_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/jobpostingcontentsection_type.rbi +1 -1
- data/lib/stack_one/models/shared/jobpostingcontentsection_value.rbi +1 -1
- data/lib/stack_one/models/shared/jobpostinglocation.rbi +1 -1
- data/lib/stack_one/models/shared/jobpostingquestionnaire.rbi +1 -1
- data/lib/stack_one/models/shared/jobpostingquestionnaire_2.rbi +1 -1
- data/lib/stack_one/models/shared/jobpostingquestionnaire_internal.rbi +1 -1
- data/lib/stack_one/models/shared/jobpostingresult.rbi +1 -1
- data/lib/stack_one/models/shared/jobpostingspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/journalline.rbi +1 -1
- data/lib/stack_one/models/shared/journalline_4.rbi +1 -1
- data/lib/stack_one/models/shared/journalline_account_type.rbi +1 -1
- data/lib/stack_one/models/shared/journalline_currency_code.rbi +1 -1
- data/lib/stack_one/models/shared/journalline_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/journalline_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/journalline_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/journalline_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/journalline_value.rbi +1 -1
- data/lib/stack_one/models/shared/jsonrpcmessagedto.rb +5 -5
- data/lib/stack_one/models/shared/jsonrpcmessagedto.rbi +1 -1
- data/lib/stack_one/models/shared/label.rbi +1 -1
- data/lib/stack_one/models/shared/labor_type.rbi +1 -1
- data/lib/stack_one/models/shared/language.rbi +1 -1
- data/lib/stack_one/models/shared/languageenum.rbi +1 -1
- data/lib/stack_one/models/shared/languageenum_4.rbi +1 -1
- data/lib/stack_one/models/shared/languageenum_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/languageenum_value.rbi +1 -1
- data/lib/stack_one/models/shared/latest_connection_attempt.rb +56 -0
- data/lib/stack_one/models/shared/latest_connection_attempt.rbi +25 -0
- data/lib/stack_one/models/shared/learning_object_type.rbi +1 -1
- data/lib/stack_one/models/shared/level.rbi +1 -1
- data/lib/stack_one/models/shared/linkedaccount.rb +6 -2
- data/lib/stack_one/models/shared/linkedaccount.rbi +3 -1
- data/lib/stack_one/models/shared/linkedaccount_status.rbi +1 -1
- data/lib/stack_one/models/shared/linkedaccount_type.rbi +1 -1
- data/lib/stack_one/models/shared/linkedaccountmeta.rbi +1 -1
- data/lib/stack_one/models/shared/linkedaccountmeta_category.rbi +1 -1
- data/lib/stack_one/models/shared/linkedaccountspaginated.rb +44 -0
- data/lib/stack_one/models/shared/linkedaccountspaginated.rbi +19 -0
- data/lib/stack_one/models/shared/list.rbi +1 -1
- data/lib/stack_one/models/shared/list_4.rbi +1 -1
- data/lib/stack_one/models/shared/list_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/list_type.rbi +1 -1
- data/lib/stack_one/models/shared/list_value.rbi +1 -1
- data/lib/stack_one/models/shared/listitem.rbi +1 -1
- data/lib/stack_one/models/shared/listresult.rbi +1 -1
- data/lib/stack_one/models/shared/listspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/lmsbatchupsertcontentrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/lmscreateassignmentrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/lmscreateassignmentrequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/lmscreateassignmentrequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/lmscreateassignmentrequestdto_status.rb +2 -2
- data/lib/stack_one/models/shared/lmscreateassignmentrequestdto_status.rbi +1 -1
- data/lib/stack_one/models/shared/lmscreateassignmentrequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/lmscreatecompletionrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/lmscreatecompletionrequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/lmscreatecompletionrequestdto_result.rbi +1 -1
- data/lib/stack_one/models/shared/lmscreatecompletionrequestdto_score.rbi +1 -1
- data/lib/stack_one/models/shared/lmscreatecompletionrequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/lmscreatecompletionrequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/lmsupsertcontentrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/lmsupsertcontentrequestdto_2.rbi +1 -1
- data/lib/stack_one/models/shared/lmsupsertcontentrequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/lmsupsertcontentrequestdto_active.rbi +1 -1
- data/lib/stack_one/models/shared/lmsupsertcontentrequestdto_content_type.rbi +1 -1
- data/lib/stack_one/models/shared/lmsupsertcontentrequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/lmsupsertcontentrequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/lmsuser.rbi +1 -1
- data/lib/stack_one/models/shared/lmsuser_2.rbi +1 -1
- data/lib/stack_one/models/shared/lmsuser_active.rbi +1 -1
- data/lib/stack_one/models/shared/localizationmodel.rbi +1 -1
- data/lib/stack_one/models/shared/localizationmodel_4.rbi +1 -1
- data/lib/stack_one/models/shared/localizationmodel_language.rbi +1 -1
- data/lib/stack_one/models/shared/localizationmodel_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/localizationmodel_value.rbi +1 -1
- data/lib/stack_one/models/shared/location.rbi +1 -1
- data/lib/stack_one/models/shared/location_type.rb +3 -3
- data/lib/stack_one/models/shared/location_type.rbi +1 -1
- data/lib/stack_one/models/shared/log_type.rb +20 -0
- data/lib/stack_one/models/shared/log_type.rbi +11 -0
- data/lib/stack_one/models/shared/logspaginated.rb +40 -0
- data/lib/stack_one/models/shared/logspaginated.rbi +17 -0
- data/lib/stack_one/models/shared/logspaginated_data.rb +27 -0
- data/lib/stack_one/models/shared/logspaginated_data.rbi +11 -0
- data/lib/stack_one/models/shared/{hrisupdateemployeerequestdto_2.rb → logspaginated_query.rb} +2 -2
- data/lib/stack_one/models/shared/logspaginated_query.rbi +11 -0
- data/lib/stack_one/models/shared/logspostdto.rb +40 -0
- data/lib/stack_one/models/shared/logspostdto.rbi +17 -0
- data/lib/stack_one/models/shared/logspostdto_filters.rb +192 -0
- data/lib/stack_one/models/shared/logspostdto_filters.rbi +93 -0
- data/lib/stack_one/models/shared/logspostdto_http_method.rb +22 -0
- data/lib/stack_one/models/shared/logspostdto_http_method.rbi +11 -0
- data/lib/stack_one/models/shared/logspostdto_log_type.rb +19 -0
- data/lib/stack_one/models/shared/logspostdto_log_type.rbi +11 -0
- data/lib/stack_one/models/shared/logspostdto_order_by.rb +23 -0
- data/lib/stack_one/models/shared/logspostdto_order_by.rbi +11 -0
- data/lib/stack_one/models/shared/logspostdto_order_direction.rb +21 -0
- data/lib/stack_one/models/shared/logspostdto_order_direction.rbi +11 -0
- data/lib/stack_one/models/shared/marital_status.rbi +1 -1
- data/lib/stack_one/models/shared/marketingcreatecontentblocksrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/marketingcreatecontentblocksrequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/marketingcreatecontentblocksrequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/marketingcreatecontentblocksrequestdto_type.rbi +1 -1
- data/lib/stack_one/models/shared/marketingcreatecontentblocksrequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/marketingcreateemailtemplaterequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/marketingcreateinapptemplaterequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/marketingcreatepushtemplaterequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/marketingcreatesmstemplaterequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/marketingcreatetemplaterequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/maximum_proficiency.rbi +1 -1
- data/lib/stack_one/models/shared/message.rbi +1 -1
- data/lib/stack_one/models/shared/message_4.rbi +1 -1
- data/lib/stack_one/models/shared/message_content.rbi +1 -1
- data/lib/stack_one/models/shared/message_message_content.rbi +1 -1
- data/lib/stack_one/models/shared/message_message_type.rbi +1 -1
- data/lib/stack_one/models/shared/message_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/message_type.rbi +1 -1
- data/lib/stack_one/models/shared/message_value.rbi +1 -1
- data/lib/stack_one/models/shared/messagingattachment.rbi +1 -1
- data/lib/stack_one/models/shared/messagingattachmentresult.rbi +1 -1
- data/lib/stack_one/models/shared/messagingattachmentresult_data.rbi +1 -1
- data/lib/stack_one/models/shared/messagingattachmentspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/messagingconversation.rbi +1 -1
- data/lib/stack_one/models/shared/messagingconversation_2.rbi +1 -1
- data/lib/stack_one/models/shared/messagingconversationresult.rbi +1 -1
- data/lib/stack_one/models/shared/messagingconversationresult_2.rbi +1 -1
- data/lib/stack_one/models/shared/messagingconversationresult_data.rbi +1 -1
- data/lib/stack_one/models/shared/messagingconversationresult_private.rbi +1 -1
- data/lib/stack_one/models/shared/messagingconversationspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/messagingcreateconversationrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/messagingcreateconversationrequestdto_2.rbi +1 -1
- data/lib/stack_one/models/shared/messagingcreateconversationrequestdto_private.rbi +1 -1
- data/lib/stack_one/models/shared/messagingmessage.rbi +1 -1
- data/lib/stack_one/models/shared/messagingmessage_2.rbi +1 -1
- data/lib/stack_one/models/shared/messagingmessage_active.rbi +1 -1
- data/lib/stack_one/models/shared/messagingmessage_content.rbi +1 -1
- data/lib/stack_one/models/shared/messagingmessageresult.rbi +1 -1
- data/lib/stack_one/models/shared/messagingmessageresult_2.rbi +1 -1
- data/lib/stack_one/models/shared/messagingmessageresult_active.rbi +1 -1
- data/lib/stack_one/models/shared/messagingmessageresult_author.rbi +1 -1
- data/lib/stack_one/models/shared/messagingmessageresult_content.rbi +1 -1
- data/lib/stack_one/models/shared/messagingmessageresult_data.rbi +1 -1
- data/lib/stack_one/models/shared/messagingmessagesendrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/messagingmessagespaginated.rbi +1 -1
- data/lib/stack_one/models/shared/messaginguser.rbi +1 -1
- data/lib/stack_one/models/shared/messaginguser_2.rbi +1 -1
- data/lib/stack_one/models/shared/messaginguser_active.rbi +1 -1
- data/lib/stack_one/models/shared/messaginguser_schemas_2.rbi +1 -1
- data/lib/stack_one/models/shared/messaginguserresult.rbi +1 -1
- data/lib/stack_one/models/shared/messaginguserresult_2.rbi +1 -1
- data/lib/stack_one/models/shared/messaginguserresult_active.rbi +1 -1
- data/lib/stack_one/models/shared/messaginguserresult_bot.rbi +1 -1
- data/lib/stack_one/models/shared/messaginguserresult_data.rbi +1 -1
- data/lib/stack_one/models/shared/messaginguserresult_schemas_2.rbi +1 -1
- data/lib/stack_one/models/shared/messaginguserspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/metadata.rbi +1 -1
- data/lib/stack_one/models/shared/method.rbi +1 -1
- data/lib/stack_one/models/shared/minimum_proficiency.rbi +1 -1
- data/lib/stack_one/models/shared/moveapplicationresult.rbi +1 -1
- data/lib/stack_one/models/shared/national_identity_number.rbi +1 -1
- data/lib/stack_one/models/shared/nationalidentitynumberapimodel.rbi +1 -1
- data/lib/stack_one/models/shared/nationalidentitynumberapimodel_4.rbi +1 -1
- data/lib/stack_one/models/shared/nationalidentitynumberapimodel_country.rbi +1 -1
- data/lib/stack_one/models/shared/nationalidentitynumberapimodel_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/nationalidentitynumberapimodel_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/nationalidentitynumberapimodel_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/nationalidentitynumberapimodel_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/nationalidentitynumberapimodel_type.rbi +1 -1
- data/lib/stack_one/models/shared/nationalidentitynumberapimodel_value.rbi +1 -1
- data/lib/stack_one/models/shared/note.rbi +1 -1
- data/lib/stack_one/models/shared/note_4.rbi +1 -1
- data/lib/stack_one/models/shared/note_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/note_value.rbi +1 -1
- data/lib/stack_one/models/shared/note_visibility.rbi +1 -1
- data/lib/stack_one/models/shared/notecontentapimodel.rbi +1 -1
- data/lib/stack_one/models/shared/noteresult.rbi +1 -1
- data/lib/stack_one/models/shared/notespaginated.rbi +1 -1
- data/lib/stack_one/models/shared/offer.rbi +1 -1
- data/lib/stack_one/models/shared/offer_4.rbi +1 -1
- data/lib/stack_one/models/shared/offer_offer_status.rbi +1 -1
- data/lib/stack_one/models/shared/offer_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/offer_status.rbi +1 -1
- data/lib/stack_one/models/shared/offer_value.rbi +1 -1
- data/lib/stack_one/models/shared/offerhistory.rbi +1 -1
- data/lib/stack_one/models/shared/offerspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/offersresult.rbi +1 -1
- data/lib/stack_one/models/shared/order_by.rb +23 -0
- data/lib/stack_one/models/shared/order_by.rbi +11 -0
- data/lib/stack_one/models/shared/order_direction.rb +21 -0
- data/lib/stack_one/models/shared/order_direction.rbi +11 -0
- data/lib/stack_one/models/shared/organization.rbi +1 -1
- data/lib/stack_one/models/shared/overall_recommendation.rbi +1 -1
- data/lib/stack_one/models/shared/package.rbi +1 -1
- data/lib/stack_one/models/shared/params.rb +1 -1
- data/lib/stack_one/models/shared/params.rbi +1 -1
- data/lib/stack_one/models/shared/parent_question.rbi +1 -1
- data/lib/stack_one/models/shared/patchaccountexternaldto.rb +9 -3
- data/lib/stack_one/models/shared/patchaccountexternaldto.rbi +3 -1
- data/lib/stack_one/models/shared/patchaccountexternaldto_credentials.rbi +1 -1
- data/lib/stack_one/models/shared/patchaccountexternaldto_metadata.rbi +1 -1
- data/lib/stack_one/models/shared/patchaccountexternaldto_type.rbi +1 -1
- data/lib/stack_one/models/shared/pay_frequency.rbi +1 -1
- data/lib/stack_one/models/shared/pay_period.rbi +1 -1
- data/lib/stack_one/models/shared/period.rbi +1 -1
- data/lib/stack_one/models/shared/phonenumber.rbi +1 -1
- data/lib/stack_one/models/shared/phonenumber_type.rbi +1 -1
- data/lib/stack_one/models/shared/{platformlog.rb → platformloglegacy.rb} +1 -1
- data/lib/stack_one/models/shared/{platformlog.rbi → platformloglegacy.rbi} +3 -3
- data/lib/stack_one/models/shared/{platformlogspaginated.rb → platformlogspaginatedlegacy.rb} +3 -3
- data/lib/stack_one/models/shared/platformlogspaginatedlegacy.rbi +15 -0
- data/lib/stack_one/models/shared/policy.rbi +1 -1
- data/lib/stack_one/models/shared/position.rbi +1 -1
- data/lib/stack_one/models/shared/position_4.rbi +1 -1
- data/lib/stack_one/models/shared/position_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/position_status.rbi +1 -1
- data/lib/stack_one/models/shared/position_value.rbi +1 -1
- data/lib/stack_one/models/shared/positionresult.rbi +1 -1
- data/lib/stack_one/models/shared/positionspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/preferred_language.rbi +1 -1
- data/lib/stack_one/models/shared/priority.rbi +1 -1
- data/lib/stack_one/models/shared/private.rbi +1 -1
- data/lib/stack_one/models/shared/providererror.rbi +1 -1
- data/lib/stack_one/models/shared/providererrorapimodel.rbi +1 -1
- data/lib/stack_one/models/shared/providererrorapimodel_headers.rbi +1 -1
- data/lib/stack_one/models/shared/providererrorapimodel_raw.rbi +1 -1
- data/lib/stack_one/models/shared/providerlogspostdto.rb +40 -0
- data/lib/stack_one/models/shared/providerlogspostdto.rbi +17 -0
- data/lib/stack_one/models/shared/providerlogspostdto_filters.rb +60 -0
- data/lib/stack_one/models/shared/providerlogspostdto_filters.rbi +27 -0
- data/lib/stack_one/models/shared/providerlogspostdto_order_by.rb +23 -0
- data/lib/stack_one/models/shared/providerlogspostdto_order_by.rbi +11 -0
- data/lib/stack_one/models/shared/providerlogspostdto_order_direction.rb +21 -0
- data/lib/stack_one/models/shared/providerlogspostdto_order_direction.rbi +11 -0
- data/lib/stack_one/models/shared/proxyrequestbody.rbi +1 -1
- data/lib/stack_one/models/shared/proxyresponseapimodel.rbi +1 -1
- data/lib/stack_one/models/shared/proxyresponseapimodel_data.rbi +1 -1
- data/lib/stack_one/models/shared/pushmessagecontents_schemas.rbi +1 -1
- data/lib/stack_one/models/shared/pushmessages.rbi +1 -1
- data/lib/stack_one/models/shared/pushmessages_4.rbi +1 -1
- data/lib/stack_one/models/shared/pushmessages_message_content.rbi +1 -1
- data/lib/stack_one/models/shared/pushmessages_message_type.rbi +1 -1
- data/lib/stack_one/models/shared/pushmessages_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/pushmessages_value.rbi +1 -1
- data/lib/stack_one/models/shared/pushtemplate.rbi +1 -1
- data/lib/stack_one/models/shared/pushtemplateresult.rbi +1 -1
- data/lib/stack_one/models/shared/pushtemplatespaginated.rbi +1 -1
- data/lib/stack_one/models/shared/query.rb +3 -12
- data/lib/stack_one/models/shared/query.rbi +1 -5
- data/lib/stack_one/models/shared/question.rbi +1 -1
- data/lib/stack_one/models/shared/question_2.rbi +1 -1
- data/lib/stack_one/models/shared/question_4.rbi +1 -1
- data/lib/stack_one/models/shared/question_required.rbi +1 -1
- data/lib/stack_one/models/shared/question_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/question_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/question_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/question_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/question_type.rbi +1 -1
- data/lib/stack_one/models/shared/question_value.rbi +1 -1
- data/lib/stack_one/models/shared/questionmultiplechoiceanswers.rbi +1 -1
- data/lib/stack_one/models/shared/questionnaire.rbi +1 -1
- data/lib/stack_one/models/shared/raw.rbi +1 -1
- data/lib/stack_one/models/shared/rawresponse.rbi +1 -1
- data/lib/stack_one/models/shared/reason.rbi +1 -1
- data/lib/stack_one/models/shared/reference.rbi +1 -1
- data/lib/stack_one/models/shared/reference_2.rbi +1 -1
- data/lib/stack_one/models/shared/reference_active.rbi +1 -1
- data/lib/stack_one/models/shared/referencepaginated.rbi +1 -1
- data/lib/stack_one/models/shared/referenceresult.rbi +1 -1
- data/lib/stack_one/models/shared/rejectapplicationresult.rbi +1 -1
- data/lib/stack_one/models/shared/rejected_reason_type.rbi +1 -1
- data/lib/stack_one/models/shared/rejectedreason.rbi +1 -1
- data/lib/stack_one/models/shared/rejectedreason_4.rbi +1 -1
- data/lib/stack_one/models/shared/rejectedreason_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/rejectedreason_value.rbi +1 -1
- data/lib/stack_one/models/shared/rejectedreasonresult.rbi +1 -1
- data/lib/stack_one/models/shared/rejectedreasonspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/request.rbi +1 -1
- data/lib/stack_one/models/shared/requester.rbi +1 -1
- data/lib/stack_one/models/shared/required.rbi +1 -1
- data/lib/stack_one/models/shared/resource.rb +36 -0
- data/lib/stack_one/models/shared/resource.rbi +15 -0
- data/lib/stack_one/models/shared/resources.rbi +1 -1
- data/lib/stack_one/models/shared/response.rbi +1 -1
- data/lib/stack_one/models/shared/result.rbi +1 -1
- data/lib/stack_one/models/shared/resultlink.rbi +1 -1
- data/lib/stack_one/models/shared/role.rbi +1 -1
- data/lib/stack_one/models/shared/role_type.rbi +1 -1
- data/lib/stack_one/models/shared/schedule_type.rbi +1 -1
- data/lib/stack_one/models/shared/scheduledinterview.rbi +1 -1
- data/lib/stack_one/models/shared/scheduledinterview_4.rbi +1 -1
- data/lib/stack_one/models/shared/scheduledinterview_interview_stage.rbi +1 -1
- data/lib/stack_one/models/shared/scheduledinterview_interview_status.rbi +1 -1
- data/lib/stack_one/models/shared/scheduledinterview_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/scheduledinterview_value.rbi +1 -1
- data/lib/stack_one/models/shared/scheduledinterviewspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/scheduledinterviewsresult.rbi +1 -1
- data/lib/stack_one/models/shared/schemas.rbi +1 -1
- data/lib/stack_one/models/shared/{employee_2.rb → schemas_4.rb} +1 -1
- data/lib/stack_one/models/shared/schemas_4.rbi +11 -0
- data/lib/stack_one/models/shared/{iamuser_category.rb → schemas_category.rb} +3 -3
- data/lib/stack_one/models/shared/{iamuser_file_format.rbi → schemas_category.rbi} +3 -3
- data/lib/stack_one/models/shared/{iamresource_4.rb → schemas_file_4.rb} +1 -1
- data/lib/stack_one/models/shared/schemas_file_4.rbi +11 -0
- data/lib/stack_one/models/shared/schemas_file_source_value.rb +27 -0
- data/lib/stack_one/models/shared/schemas_file_source_value.rbi +11 -0
- data/lib/stack_one/models/shared/schemas_source_value.rb +27 -0
- data/lib/stack_one/models/shared/schemas_source_value.rbi +11 -0
- data/lib/stack_one/models/shared/{iamuser_schemas_value.rb → schemas_value.rb} +2 -2
- data/lib/stack_one/models/shared/schemas_value.rbi +11 -0
- data/lib/stack_one/models/shared/schemebasic.rbi +1 -1
- data/lib/stack_one/models/shared/scope.rb +36 -0
- data/lib/stack_one/models/shared/scope.rbi +15 -0
- data/lib/stack_one/models/shared/scopedefinitionmetaitem.rbi +1 -1
- data/lib/stack_one/models/shared/score.rbi +1 -1
- data/lib/stack_one/models/shared/scorecard.rbi +1 -1
- data/lib/stack_one/models/shared/scorecardsection.rbi +1 -1
- data/lib/stack_one/models/shared/scorecardspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/scorecardsresult.rbi +1 -1
- data/lib/stack_one/models/shared/screeningcreateorderrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/screeningordercandidate.rbi +1 -1
- data/lib/stack_one/models/shared/screeningpackage.rbi +1 -1
- data/lib/stack_one/models/shared/screeningpackageresult.rbi +1 -1
- data/lib/stack_one/models/shared/screeningpackagespaginated.rbi +1 -1
- data/lib/stack_one/models/shared/screeningresult.rbi +1 -1
- data/lib/stack_one/models/shared/screeningresult_score.rbi +1 -1
- data/lib/stack_one/models/shared/screeningresult_status.rbi +1 -1
- data/lib/stack_one/models/shared/screeningresultwebhook.rbi +1 -1
- data/lib/stack_one/models/shared/secrets.rbi +1 -1
- data/lib/stack_one/models/shared/security.rbi +1 -1
- data/lib/stack_one/models/shared/setup.rbi +1 -1
- data/lib/stack_one/models/shared/setup_information.rbi +1 -1
- data/lib/stack_one/models/shared/shiftbreak.rbi +1 -1
- data/lib/stack_one/models/shared/shiftbreak_2.rbi +1 -1
- data/lib/stack_one/models/shared/skillresult.rbi +1 -1
- data/lib/stack_one/models/shared/skills.rbi +1 -1
- data/lib/stack_one/models/shared/skills_2.rbi +1 -1
- data/lib/stack_one/models/shared/skills_4.rbi +1 -1
- data/lib/stack_one/models/shared/skills_active.rbi +1 -1
- data/lib/stack_one/models/shared/skills_hierarchy.rbi +1 -1
- data/lib/stack_one/models/shared/skills_language.rbi +1 -1
- data/lib/stack_one/models/shared/skills_level.rbi +1 -1
- data/lib/stack_one/models/shared/skills_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/skills_schemas_level_4.rbi +1 -1
- data/lib/stack_one/models/shared/skills_schemas_level_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/skills_schemas_level_value.rbi +1 -1
- data/lib/stack_one/models/shared/skills_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/skills_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/skills_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/skills_value.rbi +1 -1
- data/lib/stack_one/models/shared/skillspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/smsmessagecontents_schemas.rbi +1 -1
- data/lib/stack_one/models/shared/smsmessages.rbi +1 -1
- data/lib/stack_one/models/shared/smsmessages_4.rbi +1 -1
- data/lib/stack_one/models/shared/smsmessages_message_content.rbi +1 -1
- data/lib/stack_one/models/shared/smsmessages_message_type.rbi +1 -1
- data/lib/stack_one/models/shared/smsmessages_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/smsmessages_value.rbi +1 -1
- data/lib/stack_one/models/shared/smstemplate.rbi +1 -1
- data/lib/stack_one/models/shared/smstemplateresult.rbi +1 -1
- data/lib/stack_one/models/shared/smstemplatespaginated.rbi +1 -1
- data/lib/stack_one/models/shared/sociallink.rbi +1 -1
- data/lib/stack_one/models/shared/source.rbi +1 -1
- data/lib/stack_one/models/shared/source_value.rb +1 -1
- data/lib/stack_one/models/shared/source_value.rbi +1 -1
- data/lib/stack_one/models/shared/start_half_day.rbi +1 -1
- data/lib/stack_one/models/shared/state.rbi +1 -1
- data/lib/stack_one/models/shared/status.rbi +1 -1
- data/lib/stack_one/models/shared/statusreason.rbi +1 -1
- data/lib/stack_one/models/shared/steplog.rb +53 -73
- data/lib/stack_one/models/shared/steplog.rbi +25 -35
- data/lib/stack_one/models/shared/steplog_log_type.rb +20 -0
- data/lib/stack_one/models/shared/steplog_log_type.rbi +11 -0
- data/lib/stack_one/models/shared/{steplogpartial.rb → steplogpartiallegacy.rb} +1 -1
- data/lib/stack_one/models/shared/{steplogpartial.rbi → steplogpartiallegacy.rbi} +3 -3
- data/lib/stack_one/models/shared/steplogspaginated.rb +13 -9
- data/lib/stack_one/models/shared/steplogspaginated.rbi +5 -3
- data/lib/stack_one/models/shared/steplogspaginated_query.rb +27 -0
- data/lib/stack_one/models/shared/steplogspaginated_query.rbi +11 -0
- data/lib/stack_one/models/shared/steplogspaginatedlegacy.rb +36 -0
- data/lib/stack_one/models/shared/{platformlogspaginated.rbi → steplogspaginatedlegacy.rbi} +3 -3
- data/lib/stack_one/models/shared/stepslogspostdto.rb +40 -0
- data/lib/stack_one/models/shared/stepslogspostdto.rbi +17 -0
- data/lib/stack_one/models/shared/stepslogspostdto_filters.rb +64 -0
- data/lib/stack_one/models/shared/stepslogspostdto_filters.rbi +29 -0
- data/lib/stack_one/models/shared/stepslogspostdto_order_by.rb +23 -0
- data/lib/stack_one/models/shared/stepslogspostdto_order_by.rbi +11 -0
- data/lib/stack_one/models/shared/stepslogspostdto_order_direction.rb +21 -0
- data/lib/stack_one/models/shared/stepslogspostdto_order_direction.rbi +11 -0
- data/lib/stack_one/models/shared/support.rbi +1 -1
- data/lib/stack_one/models/shared/tag.rbi +1 -1
- data/lib/stack_one/models/shared/task.rbi +1 -1
- data/lib/stack_one/models/shared/task_4.rbi +1 -1
- data/lib/stack_one/models/shared/task_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/task_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/task_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/task_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/task_status.rbi +1 -1
- data/lib/stack_one/models/shared/task_type.rbi +1 -1
- data/lib/stack_one/models/shared/task_value.rbi +1 -1
- data/lib/stack_one/models/shared/taskcommentapimodel.rbi +1 -1
- data/lib/stack_one/models/shared/taskresult.rbi +1 -1
- data/lib/stack_one/models/shared/taskresult_4.rbi +1 -1
- data/lib/stack_one/models/shared/taskresult_data.rbi +1 -1
- data/lib/stack_one/models/shared/taskresult_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/taskresult_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/taskresult_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/taskresult_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/taskresult_status.rbi +1 -1
- data/lib/stack_one/models/shared/taskresult_type.rbi +1 -1
- data/lib/stack_one/models/shared/taskresult_value.rbi +1 -1
- data/lib/stack_one/models/shared/taskspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/template.rbi +1 -1
- data/lib/stack_one/models/shared/templateresult.rbi +1 -1
- data/lib/stack_one/models/shared/templatespaginated.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingattachment.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingattachment_4.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingattachment_file_format.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingattachment_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingattachment_value.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingattachmentresult.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingattachmentresult_4.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingattachmentresult_data.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingattachmentresult_file_format.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingattachmentresult_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingattachmentresult_value.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingattachmentspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingcomment.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingcomment_2.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingcomment_internal.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingcommentresult.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingcommentresult_2.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingcommentresult_data.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingcommentresult_internal.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingcommentspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingcomponent.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingcomponentresult.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingcomponentresult_data.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingcomponentspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingcontent.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingproject.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingprojectresult.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingprojectresult_data.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingprojectspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingreadticket.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingreadticket_4.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingreadticket_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingreadticket_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingreadticket_schemas_type.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingreadticket_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingreadticket_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingreadticket_status.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingreadticket_type.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingreadticket_value.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketcreaterequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketcreaterequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketcreaterequestdto_priority.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketcreaterequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketcreaterequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketresult.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketresult_4.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketresult_data.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketresult_organization.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketresult_priority.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketresult_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketresult_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketresult_schemas_type.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketresult_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketresult_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketresult_status.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketresult_type.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketresult_value.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketstatus.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketstatus_4.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketstatus_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketstatus_type.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketstatus_value.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketstatusespaginated.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingtickettype.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingtickettypepaginated.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingtickettyperesult.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingtickettyperesult_data.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketupdaterequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketupdaterequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketupdaterequestdto_priority.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketupdaterequestdto_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketupdaterequestdto_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketupdaterequestdto_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketupdaterequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketupdaterequestdto_status.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketupdaterequestdto_type.rbi +1 -1
- data/lib/stack_one/models/shared/ticketingticketupdaterequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/ticketinguser.rbi +1 -1
- data/lib/stack_one/models/shared/ticketinguser_2.rbi +1 -1
- data/lib/stack_one/models/shared/ticketinguser_4.rbi +1 -1
- data/lib/stack_one/models/shared/ticketinguser_active.rbi +1 -1
- data/lib/stack_one/models/shared/ticketinguser_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/ticketinguser_type.rbi +1 -1
- data/lib/stack_one/models/shared/ticketinguser_value.rbi +1 -1
- data/lib/stack_one/models/shared/ticketinguserresult.rbi +1 -1
- data/lib/stack_one/models/shared/ticketinguserresult_2.rbi +1 -1
- data/lib/stack_one/models/shared/ticketinguserresult_4.rbi +1 -1
- data/lib/stack_one/models/shared/ticketinguserresult_active.rbi +1 -1
- data/lib/stack_one/models/shared/ticketinguserresult_data.rbi +1 -1
- data/lib/stack_one/models/shared/ticketinguserresult_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/ticketinguserresult_type.rbi +1 -1
- data/lib/stack_one/models/shared/ticketinguserresult_value.rbi +1 -1
- data/lib/stack_one/models/shared/ticketinguserspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/timeentries.rbi +1 -1
- data/lib/stack_one/models/shared/timeentries_2.rbi +1 -1
- data/lib/stack_one/models/shared/timeentries_4.rbi +1 -1
- data/lib/stack_one/models/shared/timeentries_active.rbi +1 -1
- data/lib/stack_one/models/shared/timeentries_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/timeentries_status.rbi +1 -1
- data/lib/stack_one/models/shared/timeentries_value.rbi +1 -1
- data/lib/stack_one/models/shared/timeentriespaginated.rbi +1 -1
- data/lib/stack_one/models/shared/timeentriesresult.rbi +1 -1
- data/lib/stack_one/models/shared/timeoff.rbi +1 -1
- data/lib/stack_one/models/shared/timeoff_2.rbi +1 -1
- data/lib/stack_one/models/shared/timeoff_4.rbi +1 -1
- data/lib/stack_one/models/shared/timeoff_duration_unit.rbi +1 -1
- data/lib/stack_one/models/shared/timeoff_end_half_day.rbi +1 -1
- data/lib/stack_one/models/shared/timeoff_reason.rbi +1 -1
- data/lib/stack_one/models/shared/timeoff_schemas_2.rbi +1 -1
- data/lib/stack_one/models/shared/timeoff_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/timeoff_schemas_policy_4.rbi +1 -1
- data/lib/stack_one/models/shared/timeoff_schemas_policy_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/timeoff_schemas_policy_type_4.rbi +1 -1
- data/lib/stack_one/models/shared/timeoff_schemas_policy_type_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/timeoff_schemas_policy_type_value.rbi +1 -1
- data/lib/stack_one/models/shared/timeoff_schemas_policy_value.rbi +1 -1
- data/lib/stack_one/models/shared/timeoff_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/timeoff_schemas_type.rbi +1 -1
- data/lib/stack_one/models/shared/timeoff_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/timeoff_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/timeoff_start_half_day.rbi +1 -1
- data/lib/stack_one/models/shared/timeoff_status.rbi +1 -1
- data/lib/stack_one/models/shared/timeoff_type.rbi +1 -1
- data/lib/stack_one/models/shared/timeoff_value.rbi +1 -1
- data/lib/stack_one/models/shared/timeoffbalanceresult.rbi +1 -1
- data/lib/stack_one/models/shared/timeoffbalances.rbi +1 -1
- data/lib/stack_one/models/shared/timeoffbalances_2.rbi +1 -1
- data/lib/stack_one/models/shared/timeoffbalances_4.rbi +1 -1
- data/lib/stack_one/models/shared/timeoffbalances_duration_unit.rbi +1 -1
- data/lib/stack_one/models/shared/timeoffbalances_policy.rbi +1 -1
- data/lib/stack_one/models/shared/timeoffbalances_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/timeoffbalances_schemas_policy_4.rbi +1 -1
- data/lib/stack_one/models/shared/timeoffbalances_schemas_policy_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/timeoffbalances_schemas_policy_value.rbi +1 -1
- data/lib/stack_one/models/shared/timeoffbalances_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/timeoffbalances_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/timeoffbalances_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/timeoffbalances_type.rbi +1 -1
- data/lib/stack_one/models/shared/timeoffbalances_value.rbi +1 -1
- data/lib/stack_one/models/shared/timeoffbalancespaginated.rbi +1 -1
- data/lib/stack_one/models/shared/timeoffpaginated.rbi +1 -1
- data/lib/stack_one/models/shared/timeoffpolicies.rbi +1 -1
- data/lib/stack_one/models/shared/timeoffpolicies_4.rbi +1 -1
- data/lib/stack_one/models/shared/timeoffpolicies_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/timeoffpolicies_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/timeoffpolicies_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/timeoffpolicies_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/timeoffpolicies_type.rbi +1 -1
- data/lib/stack_one/models/shared/timeoffpolicies_value.rbi +1 -1
- data/lib/stack_one/models/shared/timeoffpoliciespaginated.rbi +1 -1
- data/lib/stack_one/models/shared/timeoffpolicyresult.rbi +1 -1
- data/lib/stack_one/models/shared/timeoffresult.rbi +1 -1
- data/lib/stack_one/models/shared/two.rbi +1 -1
- data/lib/stack_one/models/shared/type.rbi +1 -1
- data/lib/stack_one/models/shared/unifiedlog.rb +192 -0
- data/lib/stack_one/models/shared/unifiedlog.rbi +93 -0
- data/lib/stack_one/models/shared/unifiedlog_log_type.rb +20 -0
- data/lib/stack_one/models/shared/unifiedlog_log_type.rbi +11 -0
- data/lib/stack_one/models/shared/{unifiedlogresult.rb → unifiedlogresultlegacy.rb} +3 -3
- data/lib/stack_one/models/shared/{unifiedlogresult.rbi → unifiedlogresultlegacy.rbi} +3 -3
- data/lib/stack_one/models/shared/{unifiedlogs.rb → unifiedlogslegacy.rb} +4 -4
- data/lib/stack_one/models/shared/{unifiedlogs.rbi → unifiedlogslegacy.rbi} +3 -3
- data/lib/stack_one/models/shared/{unifiedlogs_response.rb → unifiedlogslegacy_response.rb} +1 -1
- data/lib/stack_one/models/shared/{steplog_response.rbi → unifiedlogslegacy_response.rbi} +3 -3
- data/lib/stack_one/models/shared/unifiedlogspaginated.rb +13 -9
- data/lib/stack_one/models/shared/unifiedlogspaginated.rbi +5 -3
- data/lib/stack_one/models/shared/unifiedlogspaginated_query.rb +27 -0
- data/lib/stack_one/models/shared/unifiedlogspaginated_query.rbi +11 -0
- data/lib/stack_one/models/shared/unifiedlogspaginatedlegacy.rb +36 -0
- data/lib/stack_one/models/shared/unifiedlogspaginatedlegacy.rbi +15 -0
- data/lib/stack_one/models/shared/{unifiedlogspartial.rb → unifiedlogspartiallegacy.rb} +3 -3
- data/lib/stack_one/models/shared/{unifiedlogspartial.rbi → unifiedlogspartiallegacy.rbi} +3 -3
- data/lib/stack_one/models/shared/unifiedlogspostdto.rb +40 -0
- data/lib/stack_one/models/shared/unifiedlogspostdto.rbi +17 -0
- data/lib/stack_one/models/shared/unifiedlogspostdto_filters.rb +96 -0
- data/lib/stack_one/models/shared/unifiedlogspostdto_filters.rbi +45 -0
- data/lib/stack_one/models/shared/unifiedlogspostdto_http_method.rb +22 -0
- data/lib/stack_one/models/shared/unifiedlogspostdto_http_method.rbi +11 -0
- data/lib/stack_one/models/shared/unifiedlogspostdto_order_by.rb +23 -0
- data/lib/stack_one/models/shared/unifiedlogspostdto_order_by.rbi +11 -0
- data/lib/stack_one/models/shared/unifiedlogspostdto_order_direction.rb +21 -0
- data/lib/stack_one/models/shared/unifiedlogspostdto_order_direction.rbi +11 -0
- data/lib/stack_one/models/shared/unifieduploadrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/unifieduploadrequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/unifieduploadrequestdto_category.rbi +1 -1
- data/lib/stack_one/models/shared/unifieduploadrequestdto_confidential.rbi +1 -1
- data/lib/stack_one/models/shared/unifieduploadrequestdto_file_format.rbi +1 -1
- data/lib/stack_one/models/shared/unifieduploadrequestdto_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/unifieduploadrequestdto_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/unifieduploadrequestdto_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/unifieduploadrequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/unifieduploadrequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/unifiedwarningapimodel.rbi +1 -1
- data/lib/stack_one/models/shared/updatepackage.rbi +1 -1
- data/lib/stack_one/models/shared/updateresult.rbi +1 -1
- data/lib/stack_one/models/shared/updatetaskrequestdto.rbi +1 -1
- data/lib/stack_one/models/shared/updatetaskrequestdto_4.rbi +1 -1
- data/lib/stack_one/models/shared/updatetaskrequestdto_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/updatetaskrequestdto_status.rbi +1 -1
- data/lib/stack_one/models/shared/updatetaskrequestdto_value.rbi +1 -1
- data/lib/stack_one/models/shared/upsertconnectorprofilepinnedversion.rb +36 -0
- data/lib/stack_one/models/shared/upsertconnectorprofilepinnedversion.rbi +15 -0
- data/lib/stack_one/models/shared/upsertresult.rbi +1 -1
- data/lib/stack_one/models/shared/upsertresultdataexternalreferencemodel.rbi +1 -1
- data/lib/stack_one/models/shared/url.rbi +1 -1
- data/lib/stack_one/models/shared/user.rb +36 -0
- data/lib/stack_one/models/shared/user.rbi +15 -0
- data/lib/stack_one/models/shared/userresult.rbi +1 -1
- data/lib/stack_one/models/shared/userspaginated.rbi +1 -1
- data/lib/stack_one/models/shared/value.rb +11 -12
- data/lib/stack_one/models/shared/value.rbi +1 -1
- data/lib/stack_one/models/shared/visibility.rbi +1 -1
- data/lib/stack_one/models/shared/work_location.rbi +1 -1
- data/lib/stack_one/models/shared/work_time.rbi +1 -1
- data/lib/stack_one/models/shared/workeligibility.rbi +1 -1
- data/lib/stack_one/models/shared/workeligibility_4.rbi +1 -1
- data/lib/stack_one/models/shared/workeligibility_category.rbi +1 -1
- data/lib/stack_one/models/shared/workeligibility_document.rbi +1 -1
- data/lib/stack_one/models/shared/workeligibility_file_format.rbi +1 -1
- data/lib/stack_one/models/shared/workeligibility_issued_by.rbi +1 -1
- data/lib/stack_one/models/shared/workeligibility_schemas_4.rbi +1 -1
- data/lib/stack_one/models/shared/workeligibility_schemas_document_4.rbi +1 -1
- data/lib/stack_one/models/shared/workeligibility_schemas_document_file_format_4.rbi +1 -1
- data/lib/stack_one/models/shared/workeligibility_schemas_document_file_format_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/workeligibility_schemas_document_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/workeligibility_schemas_document_value.rbi +1 -1
- data/lib/stack_one/models/shared/workeligibility_schemas_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/workeligibility_schemas_value.rbi +1 -1
- data/lib/stack_one/models/shared/workeligibility_source_value.rbi +1 -1
- data/lib/stack_one/models/shared/workeligibility_type.rbi +1 -1
- data/lib/stack_one/models/shared/workeligibility_value.rbi +1 -1
- data/lib/stack_one/models/shared/workeligibilitypaginated.rbi +1 -1
- data/lib/stack_one/models/shared/workeligibilityresult.rbi +1 -1
- data/lib/stack_one/models/shared/writeresultapimodel.rbi +1 -1
- data/lib/stack_one/models/shared.rb +119 -24
- data/lib/stack_one/proxy.rb +18 -9
- data/lib/stack_one/request_logs.rb +75 -45
- data/lib/stack_one/screening.rb +53 -30
- data/lib/stack_one/sdk_hooks/hooks.rb +0 -2
- data/lib/stack_one/sdkconfiguration.rb +5 -6
- data/lib/stack_one/stackone.rb +6 -2
- data/lib/stack_one/ticketing.rb +249 -143
- data/lib/stack_one/utils/retries.rb +4 -1
- data/lib/stack_one/utils/security.rb +22 -11
- data/lib/stackone_client.rb +3 -0
- metadata +405 -64
- data/lib/stack_one/models/operations/stackone_list_logs_queryparam_include.rbi +0 -11
- data/lib/stack_one/models/operations/stackone_list_step_logs_queryparam_order_by.rbi +0 -11
- data/lib/stack_one/models/operations/stackone_list_step_logs_queryparam_order_direction.rbi +0 -11
- data/lib/stack_one/models/shared/actionsrpcresponse_data.rbi +0 -11
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_2.rbi +0 -11
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_2.rbi +0 -11
- data/lib/stack_one/models/shared/iamresource_source_value.rbi +0 -11
- data/lib/stack_one/models/shared/iamuser_schemas_avatar_4.rbi +0 -11
- data/lib/stack_one/models/shared/iamuser_schemas_avatar_source_value.rb +0 -27
- data/lib/stack_one/models/shared/iamuser_schemas_avatar_source_value.rbi +0 -11
- data/lib/stack_one/models/shared/iamuser_schemas_source_value.rb +0 -27
- data/lib/stack_one/models/shared/iamuser_schemas_source_value.rbi +0 -11
- data/lib/stack_one/models/shared/iamuser_schemas_value.rbi +0 -11
- data/lib/stack_one/models/shared/steplog_response.rb +0 -48
- data/lib/stack_one/models/shared/unifiedlogs_request.rb +0 -48
- data/lib/stack_one/models/shared/unifiedlogs_request.rbi +0 -21
- data/lib/stack_one/models/shared/unifiedlogs_response.rbi +0 -21
- data/lib/stack_one/models/shared/unifiedlogs_url.rb +0 -44
- data/lib/stack_one/models/shared/unifiedlogs_url.rbi +0 -19
data/lib/stack_one/ats.rb
CHANGED
|
@@ -40,9 +40,13 @@ module StackOne
|
|
|
40
40
|
end
|
|
41
41
|
|
|
42
42
|
|
|
43
|
-
|
|
44
|
-
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
sig { params(ats_create_application_request_dto: Models::Shared::AtsCreateApplicationRequestDto, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsCreateApplicationResponse) }
|
|
46
|
+
def create_application(ats_create_application_request_dto:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
45
47
|
# create_application - Create Application
|
|
48
|
+
#
|
|
49
|
+
# If set, this operation will use `password` from the global security.
|
|
46
50
|
request = Models::Operations::AtsCreateApplicationRequest.new(
|
|
47
51
|
ats_create_application_request_dto: ats_create_application_request_dto,
|
|
48
52
|
x_account_id: x_account_id,
|
|
@@ -84,7 +88,7 @@ module StackOne
|
|
|
84
88
|
|
|
85
89
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
86
90
|
timeout ||= @sdk_configuration.timeout
|
|
87
|
-
|
|
91
|
+
|
|
88
92
|
|
|
89
93
|
connection = @sdk_configuration.client.dup
|
|
90
94
|
connection.request :retry, retry_options
|
|
@@ -100,13 +104,16 @@ module StackOne
|
|
|
100
104
|
error = T.let(nil, T.nilable(StandardError))
|
|
101
105
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
102
106
|
|
|
103
|
-
|
|
107
|
+
|
|
104
108
|
begin
|
|
105
109
|
http_response = T.must(connection).post(url) do |req|
|
|
106
110
|
req.body = body
|
|
107
111
|
req.headers.merge!(headers)
|
|
108
112
|
req.options.timeout = timeout unless timeout.nil?
|
|
109
|
-
Utils.configure_request_security(req, security)
|
|
113
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
114
|
+
http_headers&.each do |key, value|
|
|
115
|
+
req.headers[key.to_s] = value
|
|
116
|
+
end
|
|
110
117
|
|
|
111
118
|
@sdk_configuration.hooks.before_request(
|
|
112
119
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -134,13 +141,13 @@ module StackOne
|
|
|
134
141
|
response: http_response
|
|
135
142
|
)
|
|
136
143
|
end
|
|
137
|
-
|
|
144
|
+
|
|
138
145
|
if http_response.nil?
|
|
139
146
|
raise error if !error.nil?
|
|
140
147
|
raise 'no response'
|
|
141
148
|
end
|
|
142
149
|
end
|
|
143
|
-
|
|
150
|
+
|
|
144
151
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
145
152
|
if Utils.match_status_code(http_response.status, ['201'])
|
|
146
153
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -343,9 +350,11 @@ module StackOne
|
|
|
343
350
|
end
|
|
344
351
|
|
|
345
352
|
|
|
346
|
-
sig { params(ats_create_notes_request_dto: Models::Shared::AtsCreateNotesRequestDto, id: ::String, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsCreateApplicationNoteResponse) }
|
|
347
|
-
def create_application_note(ats_create_notes_request_dto:, id:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil)
|
|
353
|
+
sig { params(ats_create_notes_request_dto: Models::Shared::AtsCreateNotesRequestDto, id: ::String, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsCreateApplicationNoteResponse) }
|
|
354
|
+
def create_application_note(ats_create_notes_request_dto:, id:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
348
355
|
# create_application_note - Create Application Note
|
|
356
|
+
#
|
|
357
|
+
# If set, this operation will use `password` from the global security.
|
|
349
358
|
request = Models::Operations::AtsCreateApplicationNoteRequest.new(
|
|
350
359
|
ats_create_notes_request_dto: ats_create_notes_request_dto,
|
|
351
360
|
id: id,
|
|
@@ -393,7 +402,7 @@ module StackOne
|
|
|
393
402
|
|
|
394
403
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
395
404
|
timeout ||= @sdk_configuration.timeout
|
|
396
|
-
|
|
405
|
+
|
|
397
406
|
|
|
398
407
|
connection = @sdk_configuration.client.dup
|
|
399
408
|
connection.request :retry, retry_options
|
|
@@ -409,13 +418,16 @@ module StackOne
|
|
|
409
418
|
error = T.let(nil, T.nilable(StandardError))
|
|
410
419
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
411
420
|
|
|
412
|
-
|
|
421
|
+
|
|
413
422
|
begin
|
|
414
423
|
http_response = T.must(connection).post(url) do |req|
|
|
415
424
|
req.body = body
|
|
416
425
|
req.headers.merge!(headers)
|
|
417
426
|
req.options.timeout = timeout unless timeout.nil?
|
|
418
|
-
Utils.configure_request_security(req, security)
|
|
427
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
428
|
+
http_headers&.each do |key, value|
|
|
429
|
+
req.headers[key.to_s] = value
|
|
430
|
+
end
|
|
419
431
|
|
|
420
432
|
@sdk_configuration.hooks.before_request(
|
|
421
433
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -443,13 +455,13 @@ module StackOne
|
|
|
443
455
|
response: http_response
|
|
444
456
|
)
|
|
445
457
|
end
|
|
446
|
-
|
|
458
|
+
|
|
447
459
|
if http_response.nil?
|
|
448
460
|
raise error if !error.nil?
|
|
449
461
|
raise 'no response'
|
|
450
462
|
end
|
|
451
463
|
end
|
|
452
|
-
|
|
464
|
+
|
|
453
465
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
454
466
|
if Utils.match_status_code(http_response.status, ['201'])
|
|
455
467
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -652,9 +664,11 @@ module StackOne
|
|
|
652
664
|
end
|
|
653
665
|
|
|
654
666
|
|
|
655
|
-
sig { params(ats_create_background_check_packages_request_dto: Models::Shared::AtsCreateBackgroundCheckPackagesRequestDto, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsCreateBackgroundCheckPackageResponse) }
|
|
656
|
-
def create_background_check_package(ats_create_background_check_packages_request_dto:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil)
|
|
667
|
+
sig { params(ats_create_background_check_packages_request_dto: Models::Shared::AtsCreateBackgroundCheckPackagesRequestDto, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsCreateBackgroundCheckPackageResponse) }
|
|
668
|
+
def create_background_check_package(ats_create_background_check_packages_request_dto:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
657
669
|
# create_background_check_package - Create Background Check Package
|
|
670
|
+
#
|
|
671
|
+
# If set, this operation will use `password` from the global security.
|
|
658
672
|
request = Models::Operations::AtsCreateBackgroundCheckPackageRequest.new(
|
|
659
673
|
ats_create_background_check_packages_request_dto: ats_create_background_check_packages_request_dto,
|
|
660
674
|
x_account_id: x_account_id,
|
|
@@ -696,7 +710,7 @@ module StackOne
|
|
|
696
710
|
|
|
697
711
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
698
712
|
timeout ||= @sdk_configuration.timeout
|
|
699
|
-
|
|
713
|
+
|
|
700
714
|
|
|
701
715
|
connection = @sdk_configuration.client.dup
|
|
702
716
|
connection.request :retry, retry_options
|
|
@@ -712,13 +726,16 @@ module StackOne
|
|
|
712
726
|
error = T.let(nil, T.nilable(StandardError))
|
|
713
727
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
714
728
|
|
|
715
|
-
|
|
729
|
+
|
|
716
730
|
begin
|
|
717
731
|
http_response = T.must(connection).post(url) do |req|
|
|
718
732
|
req.body = body
|
|
719
733
|
req.headers.merge!(headers)
|
|
720
734
|
req.options.timeout = timeout unless timeout.nil?
|
|
721
|
-
Utils.configure_request_security(req, security)
|
|
735
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
736
|
+
http_headers&.each do |key, value|
|
|
737
|
+
req.headers[key.to_s] = value
|
|
738
|
+
end
|
|
722
739
|
|
|
723
740
|
@sdk_configuration.hooks.before_request(
|
|
724
741
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -746,13 +763,13 @@ module StackOne
|
|
|
746
763
|
response: http_response
|
|
747
764
|
)
|
|
748
765
|
end
|
|
749
|
-
|
|
766
|
+
|
|
750
767
|
if http_response.nil?
|
|
751
768
|
raise error if !error.nil?
|
|
752
769
|
raise 'no response'
|
|
753
770
|
end
|
|
754
771
|
end
|
|
755
|
-
|
|
772
|
+
|
|
756
773
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
757
774
|
if Utils.match_status_code(http_response.status, ['201'])
|
|
758
775
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -955,9 +972,11 @@ module StackOne
|
|
|
955
972
|
end
|
|
956
973
|
|
|
957
974
|
|
|
958
|
-
sig { params(ats_create_candidate_request_dto: Models::Shared::AtsCreateCandidateRequestDto, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsCreateCandidateResponse) }
|
|
959
|
-
def create_candidate(ats_create_candidate_request_dto:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil)
|
|
975
|
+
sig { params(ats_create_candidate_request_dto: Models::Shared::AtsCreateCandidateRequestDto, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsCreateCandidateResponse) }
|
|
976
|
+
def create_candidate(ats_create_candidate_request_dto:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
960
977
|
# create_candidate - Create Candidate
|
|
978
|
+
#
|
|
979
|
+
# If set, this operation will use `password` from the global security.
|
|
961
980
|
request = Models::Operations::AtsCreateCandidateRequest.new(
|
|
962
981
|
ats_create_candidate_request_dto: ats_create_candidate_request_dto,
|
|
963
982
|
x_account_id: x_account_id,
|
|
@@ -999,7 +1018,7 @@ module StackOne
|
|
|
999
1018
|
|
|
1000
1019
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
1001
1020
|
timeout ||= @sdk_configuration.timeout
|
|
1002
|
-
|
|
1021
|
+
|
|
1003
1022
|
|
|
1004
1023
|
connection = @sdk_configuration.client.dup
|
|
1005
1024
|
connection.request :retry, retry_options
|
|
@@ -1015,13 +1034,16 @@ module StackOne
|
|
|
1015
1034
|
error = T.let(nil, T.nilable(StandardError))
|
|
1016
1035
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
1017
1036
|
|
|
1018
|
-
|
|
1037
|
+
|
|
1019
1038
|
begin
|
|
1020
1039
|
http_response = T.must(connection).post(url) do |req|
|
|
1021
1040
|
req.body = body
|
|
1022
1041
|
req.headers.merge!(headers)
|
|
1023
1042
|
req.options.timeout = timeout unless timeout.nil?
|
|
1024
|
-
Utils.configure_request_security(req, security)
|
|
1043
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
1044
|
+
http_headers&.each do |key, value|
|
|
1045
|
+
req.headers[key.to_s] = value
|
|
1046
|
+
end
|
|
1025
1047
|
|
|
1026
1048
|
@sdk_configuration.hooks.before_request(
|
|
1027
1049
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -1049,13 +1071,13 @@ module StackOne
|
|
|
1049
1071
|
response: http_response
|
|
1050
1072
|
)
|
|
1051
1073
|
end
|
|
1052
|
-
|
|
1074
|
+
|
|
1053
1075
|
if http_response.nil?
|
|
1054
1076
|
raise error if !error.nil?
|
|
1055
1077
|
raise 'no response'
|
|
1056
1078
|
end
|
|
1057
1079
|
end
|
|
1058
|
-
|
|
1080
|
+
|
|
1059
1081
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
1060
1082
|
if Utils.match_status_code(http_response.status, ['201'])
|
|
1061
1083
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -1258,9 +1280,11 @@ module StackOne
|
|
|
1258
1280
|
end
|
|
1259
1281
|
|
|
1260
1282
|
|
|
1261
|
-
sig { params(ats_create_notes_request_dto: Models::Shared::AtsCreateNotesRequestDto, id: ::String, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsCreateCandidateNoteResponse) }
|
|
1262
|
-
def create_candidate_note(ats_create_notes_request_dto:, id:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil)
|
|
1283
|
+
sig { params(ats_create_notes_request_dto: Models::Shared::AtsCreateNotesRequestDto, id: ::String, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsCreateCandidateNoteResponse) }
|
|
1284
|
+
def create_candidate_note(ats_create_notes_request_dto:, id:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
1263
1285
|
# create_candidate_note - Create Candidate Note
|
|
1286
|
+
#
|
|
1287
|
+
# If set, this operation will use `password` from the global security.
|
|
1264
1288
|
request = Models::Operations::AtsCreateCandidateNoteRequest.new(
|
|
1265
1289
|
ats_create_notes_request_dto: ats_create_notes_request_dto,
|
|
1266
1290
|
id: id,
|
|
@@ -1308,7 +1332,7 @@ module StackOne
|
|
|
1308
1332
|
|
|
1309
1333
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
1310
1334
|
timeout ||= @sdk_configuration.timeout
|
|
1311
|
-
|
|
1335
|
+
|
|
1312
1336
|
|
|
1313
1337
|
connection = @sdk_configuration.client.dup
|
|
1314
1338
|
connection.request :retry, retry_options
|
|
@@ -1324,13 +1348,16 @@ module StackOne
|
|
|
1324
1348
|
error = T.let(nil, T.nilable(StandardError))
|
|
1325
1349
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
1326
1350
|
|
|
1327
|
-
|
|
1351
|
+
|
|
1328
1352
|
begin
|
|
1329
1353
|
http_response = T.must(connection).post(url) do |req|
|
|
1330
1354
|
req.body = body
|
|
1331
1355
|
req.headers.merge!(headers)
|
|
1332
1356
|
req.options.timeout = timeout unless timeout.nil?
|
|
1333
|
-
Utils.configure_request_security(req, security)
|
|
1357
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
1358
|
+
http_headers&.each do |key, value|
|
|
1359
|
+
req.headers[key.to_s] = value
|
|
1360
|
+
end
|
|
1334
1361
|
|
|
1335
1362
|
@sdk_configuration.hooks.before_request(
|
|
1336
1363
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -1358,13 +1385,13 @@ module StackOne
|
|
|
1358
1385
|
response: http_response
|
|
1359
1386
|
)
|
|
1360
1387
|
end
|
|
1361
|
-
|
|
1388
|
+
|
|
1362
1389
|
if http_response.nil?
|
|
1363
1390
|
raise error if !error.nil?
|
|
1364
1391
|
raise 'no response'
|
|
1365
1392
|
end
|
|
1366
1393
|
end
|
|
1367
|
-
|
|
1394
|
+
|
|
1368
1395
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
1369
1396
|
if Utils.match_status_code(http_response.status, ['201'])
|
|
1370
1397
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -1567,9 +1594,11 @@ module StackOne
|
|
|
1567
1594
|
end
|
|
1568
1595
|
|
|
1569
1596
|
|
|
1570
|
-
sig { params(ats_create_notes_request_dto: Models::Shared::AtsCreateNotesRequestDto, id: ::String, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsCreateInterviewNoteResponse) }
|
|
1571
|
-
def create_interview_note(ats_create_notes_request_dto:, id:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil)
|
|
1597
|
+
sig { params(ats_create_notes_request_dto: Models::Shared::AtsCreateNotesRequestDto, id: ::String, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsCreateInterviewNoteResponse) }
|
|
1598
|
+
def create_interview_note(ats_create_notes_request_dto:, id:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
1572
1599
|
# create_interview_note - Create Interview Note
|
|
1600
|
+
#
|
|
1601
|
+
# If set, this operation will use `password` from the global security.
|
|
1573
1602
|
request = Models::Operations::AtsCreateInterviewNoteRequest.new(
|
|
1574
1603
|
ats_create_notes_request_dto: ats_create_notes_request_dto,
|
|
1575
1604
|
id: id,
|
|
@@ -1617,7 +1646,7 @@ module StackOne
|
|
|
1617
1646
|
|
|
1618
1647
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
1619
1648
|
timeout ||= @sdk_configuration.timeout
|
|
1620
|
-
|
|
1649
|
+
|
|
1621
1650
|
|
|
1622
1651
|
connection = @sdk_configuration.client.dup
|
|
1623
1652
|
connection.request :retry, retry_options
|
|
@@ -1633,13 +1662,16 @@ module StackOne
|
|
|
1633
1662
|
error = T.let(nil, T.nilable(StandardError))
|
|
1634
1663
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
1635
1664
|
|
|
1636
|
-
|
|
1665
|
+
|
|
1637
1666
|
begin
|
|
1638
1667
|
http_response = T.must(connection).post(url) do |req|
|
|
1639
1668
|
req.body = body
|
|
1640
1669
|
req.headers.merge!(headers)
|
|
1641
1670
|
req.options.timeout = timeout unless timeout.nil?
|
|
1642
|
-
Utils.configure_request_security(req, security)
|
|
1671
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
1672
|
+
http_headers&.each do |key, value|
|
|
1673
|
+
req.headers[key.to_s] = value
|
|
1674
|
+
end
|
|
1643
1675
|
|
|
1644
1676
|
@sdk_configuration.hooks.before_request(
|
|
1645
1677
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -1667,13 +1699,13 @@ module StackOne
|
|
|
1667
1699
|
response: http_response
|
|
1668
1700
|
)
|
|
1669
1701
|
end
|
|
1670
|
-
|
|
1702
|
+
|
|
1671
1703
|
if http_response.nil?
|
|
1672
1704
|
raise error if !error.nil?
|
|
1673
1705
|
raise 'no response'
|
|
1674
1706
|
end
|
|
1675
1707
|
end
|
|
1676
|
-
|
|
1708
|
+
|
|
1677
1709
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
1678
1710
|
if Utils.match_status_code(http_response.status, ['201'])
|
|
1679
1711
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -1876,9 +1908,11 @@ module StackOne
|
|
|
1876
1908
|
end
|
|
1877
1909
|
|
|
1878
1910
|
|
|
1879
|
-
sig { params(ats_create_job_request_dto: Models::Shared::AtsCreateJobRequestDto, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsCreateJobResponse) }
|
|
1880
|
-
def create_job(ats_create_job_request_dto:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil)
|
|
1911
|
+
sig { params(ats_create_job_request_dto: Models::Shared::AtsCreateJobRequestDto, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsCreateJobResponse) }
|
|
1912
|
+
def create_job(ats_create_job_request_dto:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
1881
1913
|
# create_job - Create Job
|
|
1914
|
+
#
|
|
1915
|
+
# If set, this operation will use `password` from the global security.
|
|
1882
1916
|
request = Models::Operations::AtsCreateJobRequest.new(
|
|
1883
1917
|
ats_create_job_request_dto: ats_create_job_request_dto,
|
|
1884
1918
|
x_account_id: x_account_id,
|
|
@@ -1920,7 +1954,7 @@ module StackOne
|
|
|
1920
1954
|
|
|
1921
1955
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
1922
1956
|
timeout ||= @sdk_configuration.timeout
|
|
1923
|
-
|
|
1957
|
+
|
|
1924
1958
|
|
|
1925
1959
|
connection = @sdk_configuration.client.dup
|
|
1926
1960
|
connection.request :retry, retry_options
|
|
@@ -1936,13 +1970,16 @@ module StackOne
|
|
|
1936
1970
|
error = T.let(nil, T.nilable(StandardError))
|
|
1937
1971
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
1938
1972
|
|
|
1939
|
-
|
|
1973
|
+
|
|
1940
1974
|
begin
|
|
1941
1975
|
http_response = T.must(connection).post(url) do |req|
|
|
1942
1976
|
req.body = body
|
|
1943
1977
|
req.headers.merge!(headers)
|
|
1944
1978
|
req.options.timeout = timeout unless timeout.nil?
|
|
1945
|
-
Utils.configure_request_security(req, security)
|
|
1979
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
1980
|
+
http_headers&.each do |key, value|
|
|
1981
|
+
req.headers[key.to_s] = value
|
|
1982
|
+
end
|
|
1946
1983
|
|
|
1947
1984
|
@sdk_configuration.hooks.before_request(
|
|
1948
1985
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -1970,13 +2007,13 @@ module StackOne
|
|
|
1970
2007
|
response: http_response
|
|
1971
2008
|
)
|
|
1972
2009
|
end
|
|
1973
|
-
|
|
2010
|
+
|
|
1974
2011
|
if http_response.nil?
|
|
1975
2012
|
raise error if !error.nil?
|
|
1976
2013
|
raise 'no response'
|
|
1977
2014
|
end
|
|
1978
2015
|
end
|
|
1979
|
-
|
|
2016
|
+
|
|
1980
2017
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
1981
2018
|
if Utils.match_status_code(http_response.status, ['201'])
|
|
1982
2019
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -2179,9 +2216,11 @@ module StackOne
|
|
|
2179
2216
|
end
|
|
2180
2217
|
|
|
2181
2218
|
|
|
2182
|
-
sig { params(ats_create_offer_request_dto: Models::Shared::AtsCreateOfferRequestDto, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsCreateOfferResponse) }
|
|
2183
|
-
def create_offer(ats_create_offer_request_dto:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil)
|
|
2219
|
+
sig { params(ats_create_offer_request_dto: Models::Shared::AtsCreateOfferRequestDto, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsCreateOfferResponse) }
|
|
2220
|
+
def create_offer(ats_create_offer_request_dto:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
2184
2221
|
# create_offer - Create Offer
|
|
2222
|
+
#
|
|
2223
|
+
# If set, this operation will use `password` from the global security.
|
|
2185
2224
|
request = Models::Operations::AtsCreateOfferRequest.new(
|
|
2186
2225
|
ats_create_offer_request_dto: ats_create_offer_request_dto,
|
|
2187
2226
|
x_account_id: x_account_id,
|
|
@@ -2223,7 +2262,7 @@ module StackOne
|
|
|
2223
2262
|
|
|
2224
2263
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
2225
2264
|
timeout ||= @sdk_configuration.timeout
|
|
2226
|
-
|
|
2265
|
+
|
|
2227
2266
|
|
|
2228
2267
|
connection = @sdk_configuration.client.dup
|
|
2229
2268
|
connection.request :retry, retry_options
|
|
@@ -2239,13 +2278,16 @@ module StackOne
|
|
|
2239
2278
|
error = T.let(nil, T.nilable(StandardError))
|
|
2240
2279
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
2241
2280
|
|
|
2242
|
-
|
|
2281
|
+
|
|
2243
2282
|
begin
|
|
2244
2283
|
http_response = T.must(connection).post(url) do |req|
|
|
2245
2284
|
req.body = body
|
|
2246
2285
|
req.headers.merge!(headers)
|
|
2247
2286
|
req.options.timeout = timeout unless timeout.nil?
|
|
2248
|
-
Utils.configure_request_security(req, security)
|
|
2287
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
2288
|
+
http_headers&.each do |key, value|
|
|
2289
|
+
req.headers[key.to_s] = value
|
|
2290
|
+
end
|
|
2249
2291
|
|
|
2250
2292
|
@sdk_configuration.hooks.before_request(
|
|
2251
2293
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -2273,13 +2315,13 @@ module StackOne
|
|
|
2273
2315
|
response: http_response
|
|
2274
2316
|
)
|
|
2275
2317
|
end
|
|
2276
|
-
|
|
2318
|
+
|
|
2277
2319
|
if http_response.nil?
|
|
2278
2320
|
raise error if !error.nil?
|
|
2279
2321
|
raise 'no response'
|
|
2280
2322
|
end
|
|
2281
2323
|
end
|
|
2282
|
-
|
|
2324
|
+
|
|
2283
2325
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
2284
2326
|
if Utils.match_status_code(http_response.status, ['201'])
|
|
2285
2327
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -2482,9 +2524,11 @@ module StackOne
|
|
|
2482
2524
|
end
|
|
2483
2525
|
|
|
2484
2526
|
|
|
2485
|
-
sig { params(id: ::String, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsDeleteBackgroundCheckPackageResponse) }
|
|
2486
|
-
def delete_background_check_package(id:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil)
|
|
2527
|
+
sig { params(id: ::String, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsDeleteBackgroundCheckPackageResponse) }
|
|
2528
|
+
def delete_background_check_package(id:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
2487
2529
|
# delete_background_check_package - Delete Background Check Package
|
|
2530
|
+
#
|
|
2531
|
+
# If set, this operation will use `password` from the global security.
|
|
2488
2532
|
request = Models::Operations::AtsDeleteBackgroundCheckPackageRequest.new(
|
|
2489
2533
|
id: id,
|
|
2490
2534
|
x_account_id: x_account_id,
|
|
@@ -2520,7 +2564,7 @@ module StackOne
|
|
|
2520
2564
|
|
|
2521
2565
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
2522
2566
|
timeout ||= @sdk_configuration.timeout
|
|
2523
|
-
|
|
2567
|
+
|
|
2524
2568
|
|
|
2525
2569
|
connection = @sdk_configuration.client.dup
|
|
2526
2570
|
connection.request :retry, retry_options
|
|
@@ -2536,12 +2580,15 @@ module StackOne
|
|
|
2536
2580
|
error = T.let(nil, T.nilable(StandardError))
|
|
2537
2581
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
2538
2582
|
|
|
2539
|
-
|
|
2583
|
+
|
|
2540
2584
|
begin
|
|
2541
2585
|
http_response = T.must(connection).delete(url) do |req|
|
|
2542
2586
|
req.headers.merge!(headers)
|
|
2543
2587
|
req.options.timeout = timeout unless timeout.nil?
|
|
2544
|
-
Utils.configure_request_security(req, security)
|
|
2588
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
2589
|
+
http_headers&.each do |key, value|
|
|
2590
|
+
req.headers[key.to_s] = value
|
|
2591
|
+
end
|
|
2545
2592
|
|
|
2546
2593
|
@sdk_configuration.hooks.before_request(
|
|
2547
2594
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -2569,13 +2616,13 @@ module StackOne
|
|
|
2569
2616
|
response: http_response
|
|
2570
2617
|
)
|
|
2571
2618
|
end
|
|
2572
|
-
|
|
2619
|
+
|
|
2573
2620
|
if http_response.nil?
|
|
2574
2621
|
raise error if !error.nil?
|
|
2575
2622
|
raise 'no response'
|
|
2576
2623
|
end
|
|
2577
2624
|
end
|
|
2578
|
-
|
|
2625
|
+
|
|
2579
2626
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
2580
2627
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
2581
2628
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -2778,9 +2825,11 @@ module StackOne
|
|
|
2778
2825
|
end
|
|
2779
2826
|
|
|
2780
2827
|
|
|
2781
|
-
sig { params(request: Models::Operations::AtsDownloadApplicationDocumentRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), accept_header_override: T.nilable(String)).returns(Models::Operations::AtsDownloadApplicationDocumentResponse) }
|
|
2782
|
-
def download_application_document(request:, retries: nil, timeout_ms: nil, accept_header_override: nil)
|
|
2828
|
+
sig { params(request: Models::Operations::AtsDownloadApplicationDocumentRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), accept_header_override: T.nilable(String), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsDownloadApplicationDocumentResponse) }
|
|
2829
|
+
def download_application_document(request:, retries: nil, timeout_ms: nil, accept_header_override: nil, http_headers: nil)
|
|
2783
2830
|
# download_application_document - Download Application Document
|
|
2831
|
+
#
|
|
2832
|
+
# If set, this operation will use `password` from the global security.
|
|
2784
2833
|
url, params = @sdk_configuration.get_server_details
|
|
2785
2834
|
base_url = Utils.template_url(url, params)
|
|
2786
2835
|
url = Utils.generate_url(
|
|
@@ -2812,7 +2861,7 @@ module StackOne
|
|
|
2812
2861
|
|
|
2813
2862
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
2814
2863
|
timeout ||= @sdk_configuration.timeout
|
|
2815
|
-
|
|
2864
|
+
|
|
2816
2865
|
|
|
2817
2866
|
connection = @sdk_configuration.client.dup
|
|
2818
2867
|
connection.request :retry, retry_options
|
|
@@ -2828,13 +2877,16 @@ module StackOne
|
|
|
2828
2877
|
error = T.let(nil, T.nilable(StandardError))
|
|
2829
2878
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
2830
2879
|
|
|
2831
|
-
|
|
2880
|
+
|
|
2832
2881
|
begin
|
|
2833
2882
|
http_response = T.must(connection).get(url) do |req|
|
|
2834
2883
|
req.headers.merge!(headers)
|
|
2835
2884
|
req.options.timeout = timeout unless timeout.nil?
|
|
2836
2885
|
req.params = query_params
|
|
2837
|
-
Utils.configure_request_security(req, security)
|
|
2886
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
2887
|
+
http_headers&.each do |key, value|
|
|
2888
|
+
req.headers[key.to_s] = value
|
|
2889
|
+
end
|
|
2838
2890
|
|
|
2839
2891
|
@sdk_configuration.hooks.before_request(
|
|
2840
2892
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -2862,13 +2914,13 @@ module StackOne
|
|
|
2862
2914
|
response: http_response
|
|
2863
2915
|
)
|
|
2864
2916
|
end
|
|
2865
|
-
|
|
2917
|
+
|
|
2866
2918
|
if http_response.nil?
|
|
2867
2919
|
raise error if !error.nil?
|
|
2868
2920
|
raise 'no response'
|
|
2869
2921
|
end
|
|
2870
2922
|
end
|
|
2871
|
-
|
|
2923
|
+
|
|
2872
2924
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
2873
2925
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
2874
2926
|
if Utils.match_content_type(content_type, 'application/gzip')
|
|
@@ -3663,9 +3715,11 @@ module StackOne
|
|
|
3663
3715
|
end
|
|
3664
3716
|
|
|
3665
3717
|
|
|
3666
|
-
sig { params(request: Models::Operations::AtsGetApplicationRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsGetApplicationResponse) }
|
|
3667
|
-
def get_application(request:, retries: nil, timeout_ms: nil)
|
|
3718
|
+
sig { params(request: Models::Operations::AtsGetApplicationRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsGetApplicationResponse) }
|
|
3719
|
+
def get_application(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
3668
3720
|
# get_application - Get Application
|
|
3721
|
+
#
|
|
3722
|
+
# If set, this operation will use `password` from the global security.
|
|
3669
3723
|
url, params = @sdk_configuration.get_server_details
|
|
3670
3724
|
base_url = Utils.template_url(url, params)
|
|
3671
3725
|
url = Utils.generate_url(
|
|
@@ -3697,7 +3751,7 @@ module StackOne
|
|
|
3697
3751
|
|
|
3698
3752
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
3699
3753
|
timeout ||= @sdk_configuration.timeout
|
|
3700
|
-
|
|
3754
|
+
|
|
3701
3755
|
|
|
3702
3756
|
connection = @sdk_configuration.client.dup
|
|
3703
3757
|
connection.request :retry, retry_options
|
|
@@ -3713,13 +3767,16 @@ module StackOne
|
|
|
3713
3767
|
error = T.let(nil, T.nilable(StandardError))
|
|
3714
3768
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
3715
3769
|
|
|
3716
|
-
|
|
3770
|
+
|
|
3717
3771
|
begin
|
|
3718
3772
|
http_response = T.must(connection).get(url) do |req|
|
|
3719
3773
|
req.headers.merge!(headers)
|
|
3720
3774
|
req.options.timeout = timeout unless timeout.nil?
|
|
3721
3775
|
req.params = query_params
|
|
3722
|
-
Utils.configure_request_security(req, security)
|
|
3776
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
3777
|
+
http_headers&.each do |key, value|
|
|
3778
|
+
req.headers[key.to_s] = value
|
|
3779
|
+
end
|
|
3723
3780
|
|
|
3724
3781
|
@sdk_configuration.hooks.before_request(
|
|
3725
3782
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -3747,13 +3804,13 @@ module StackOne
|
|
|
3747
3804
|
response: http_response
|
|
3748
3805
|
)
|
|
3749
3806
|
end
|
|
3750
|
-
|
|
3807
|
+
|
|
3751
3808
|
if http_response.nil?
|
|
3752
3809
|
raise error if !error.nil?
|
|
3753
3810
|
raise 'no response'
|
|
3754
3811
|
end
|
|
3755
3812
|
end
|
|
3756
|
-
|
|
3813
|
+
|
|
3757
3814
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
3758
3815
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
3759
3816
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -3956,9 +4013,11 @@ module StackOne
|
|
|
3956
4013
|
end
|
|
3957
4014
|
|
|
3958
4015
|
|
|
3959
|
-
sig { params(request: Models::Operations::AtsGetApplicationCustomFieldDefinitionRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsGetApplicationCustomFieldDefinitionResponse) }
|
|
3960
|
-
def get_application_custom_field_definition(request:, retries: nil, timeout_ms: nil)
|
|
4016
|
+
sig { params(request: Models::Operations::AtsGetApplicationCustomFieldDefinitionRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsGetApplicationCustomFieldDefinitionResponse) }
|
|
4017
|
+
def get_application_custom_field_definition(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
3961
4018
|
# get_application_custom_field_definition - Get Application Custom Field Definition
|
|
4019
|
+
#
|
|
4020
|
+
# If set, this operation will use `password` from the global security.
|
|
3962
4021
|
url, params = @sdk_configuration.get_server_details
|
|
3963
4022
|
base_url = Utils.template_url(url, params)
|
|
3964
4023
|
url = Utils.generate_url(
|
|
@@ -3990,7 +4049,7 @@ module StackOne
|
|
|
3990
4049
|
|
|
3991
4050
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
3992
4051
|
timeout ||= @sdk_configuration.timeout
|
|
3993
|
-
|
|
4052
|
+
|
|
3994
4053
|
|
|
3995
4054
|
connection = @sdk_configuration.client.dup
|
|
3996
4055
|
connection.request :retry, retry_options
|
|
@@ -4006,13 +4065,16 @@ module StackOne
|
|
|
4006
4065
|
error = T.let(nil, T.nilable(StandardError))
|
|
4007
4066
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
4008
4067
|
|
|
4009
|
-
|
|
4068
|
+
|
|
4010
4069
|
begin
|
|
4011
4070
|
http_response = T.must(connection).get(url) do |req|
|
|
4012
4071
|
req.headers.merge!(headers)
|
|
4013
4072
|
req.options.timeout = timeout unless timeout.nil?
|
|
4014
4073
|
req.params = query_params
|
|
4015
|
-
Utils.configure_request_security(req, security)
|
|
4074
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
4075
|
+
http_headers&.each do |key, value|
|
|
4076
|
+
req.headers[key.to_s] = value
|
|
4077
|
+
end
|
|
4016
4078
|
|
|
4017
4079
|
@sdk_configuration.hooks.before_request(
|
|
4018
4080
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -4040,13 +4102,13 @@ module StackOne
|
|
|
4040
4102
|
response: http_response
|
|
4041
4103
|
)
|
|
4042
4104
|
end
|
|
4043
|
-
|
|
4105
|
+
|
|
4044
4106
|
if http_response.nil?
|
|
4045
4107
|
raise error if !error.nil?
|
|
4046
4108
|
raise 'no response'
|
|
4047
4109
|
end
|
|
4048
4110
|
end
|
|
4049
|
-
|
|
4111
|
+
|
|
4050
4112
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
4051
4113
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
4052
4114
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -4249,9 +4311,11 @@ module StackOne
|
|
|
4249
4311
|
end
|
|
4250
4312
|
|
|
4251
4313
|
|
|
4252
|
-
sig { params(request: Models::Operations::AtsGetApplicationDocumentRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsGetApplicationDocumentResponse) }
|
|
4253
|
-
def get_application_document(request:, retries: nil, timeout_ms: nil)
|
|
4314
|
+
sig { params(request: Models::Operations::AtsGetApplicationDocumentRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsGetApplicationDocumentResponse) }
|
|
4315
|
+
def get_application_document(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
4254
4316
|
# get_application_document - Get Application Document
|
|
4317
|
+
#
|
|
4318
|
+
# If set, this operation will use `password` from the global security.
|
|
4255
4319
|
url, params = @sdk_configuration.get_server_details
|
|
4256
4320
|
base_url = Utils.template_url(url, params)
|
|
4257
4321
|
url = Utils.generate_url(
|
|
@@ -4283,7 +4347,7 @@ module StackOne
|
|
|
4283
4347
|
|
|
4284
4348
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
4285
4349
|
timeout ||= @sdk_configuration.timeout
|
|
4286
|
-
|
|
4350
|
+
|
|
4287
4351
|
|
|
4288
4352
|
connection = @sdk_configuration.client.dup
|
|
4289
4353
|
connection.request :retry, retry_options
|
|
@@ -4299,13 +4363,16 @@ module StackOne
|
|
|
4299
4363
|
error = T.let(nil, T.nilable(StandardError))
|
|
4300
4364
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
4301
4365
|
|
|
4302
|
-
|
|
4366
|
+
|
|
4303
4367
|
begin
|
|
4304
4368
|
http_response = T.must(connection).get(url) do |req|
|
|
4305
4369
|
req.headers.merge!(headers)
|
|
4306
4370
|
req.options.timeout = timeout unless timeout.nil?
|
|
4307
4371
|
req.params = query_params
|
|
4308
|
-
Utils.configure_request_security(req, security)
|
|
4372
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
4373
|
+
http_headers&.each do |key, value|
|
|
4374
|
+
req.headers[key.to_s] = value
|
|
4375
|
+
end
|
|
4309
4376
|
|
|
4310
4377
|
@sdk_configuration.hooks.before_request(
|
|
4311
4378
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -4333,13 +4400,13 @@ module StackOne
|
|
|
4333
4400
|
response: http_response
|
|
4334
4401
|
)
|
|
4335
4402
|
end
|
|
4336
|
-
|
|
4403
|
+
|
|
4337
4404
|
if http_response.nil?
|
|
4338
4405
|
raise error if !error.nil?
|
|
4339
4406
|
raise 'no response'
|
|
4340
4407
|
end
|
|
4341
4408
|
end
|
|
4342
|
-
|
|
4409
|
+
|
|
4343
4410
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
4344
4411
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
4345
4412
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -4542,9 +4609,11 @@ module StackOne
|
|
|
4542
4609
|
end
|
|
4543
4610
|
|
|
4544
4611
|
|
|
4545
|
-
sig { params(request: Models::Operations::AtsGetApplicationDocumentCategoryRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsGetApplicationDocumentCategoryResponse) }
|
|
4546
|
-
def get_application_document_category(request:, retries: nil, timeout_ms: nil)
|
|
4612
|
+
sig { params(request: Models::Operations::AtsGetApplicationDocumentCategoryRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsGetApplicationDocumentCategoryResponse) }
|
|
4613
|
+
def get_application_document_category(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
4547
4614
|
# get_application_document_category - Get Application Document Category
|
|
4615
|
+
#
|
|
4616
|
+
# If set, this operation will use `password` from the global security.
|
|
4548
4617
|
url, params = @sdk_configuration.get_server_details
|
|
4549
4618
|
base_url = Utils.template_url(url, params)
|
|
4550
4619
|
url = Utils.generate_url(
|
|
@@ -4576,7 +4645,7 @@ module StackOne
|
|
|
4576
4645
|
|
|
4577
4646
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
4578
4647
|
timeout ||= @sdk_configuration.timeout
|
|
4579
|
-
|
|
4648
|
+
|
|
4580
4649
|
|
|
4581
4650
|
connection = @sdk_configuration.client.dup
|
|
4582
4651
|
connection.request :retry, retry_options
|
|
@@ -4592,13 +4661,16 @@ module StackOne
|
|
|
4592
4661
|
error = T.let(nil, T.nilable(StandardError))
|
|
4593
4662
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
4594
4663
|
|
|
4595
|
-
|
|
4664
|
+
|
|
4596
4665
|
begin
|
|
4597
4666
|
http_response = T.must(connection).get(url) do |req|
|
|
4598
4667
|
req.headers.merge!(headers)
|
|
4599
4668
|
req.options.timeout = timeout unless timeout.nil?
|
|
4600
4669
|
req.params = query_params
|
|
4601
|
-
Utils.configure_request_security(req, security)
|
|
4670
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
4671
|
+
http_headers&.each do |key, value|
|
|
4672
|
+
req.headers[key.to_s] = value
|
|
4673
|
+
end
|
|
4602
4674
|
|
|
4603
4675
|
@sdk_configuration.hooks.before_request(
|
|
4604
4676
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -4626,13 +4698,13 @@ module StackOne
|
|
|
4626
4698
|
response: http_response
|
|
4627
4699
|
)
|
|
4628
4700
|
end
|
|
4629
|
-
|
|
4701
|
+
|
|
4630
4702
|
if http_response.nil?
|
|
4631
4703
|
raise error if !error.nil?
|
|
4632
4704
|
raise 'no response'
|
|
4633
4705
|
end
|
|
4634
4706
|
end
|
|
4635
|
-
|
|
4707
|
+
|
|
4636
4708
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
4637
4709
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
4638
4710
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -4835,9 +4907,11 @@ module StackOne
|
|
|
4835
4907
|
end
|
|
4836
4908
|
|
|
4837
4909
|
|
|
4838
|
-
sig { params(request: Models::Operations::AtsGetApplicationNoteRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsGetApplicationNoteResponse) }
|
|
4839
|
-
def get_application_note(request:, retries: nil, timeout_ms: nil)
|
|
4910
|
+
sig { params(request: Models::Operations::AtsGetApplicationNoteRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsGetApplicationNoteResponse) }
|
|
4911
|
+
def get_application_note(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
4840
4912
|
# get_application_note - Get Application Note
|
|
4913
|
+
#
|
|
4914
|
+
# If set, this operation will use `password` from the global security.
|
|
4841
4915
|
url, params = @sdk_configuration.get_server_details
|
|
4842
4916
|
base_url = Utils.template_url(url, params)
|
|
4843
4917
|
url = Utils.generate_url(
|
|
@@ -4869,7 +4943,7 @@ module StackOne
|
|
|
4869
4943
|
|
|
4870
4944
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
4871
4945
|
timeout ||= @sdk_configuration.timeout
|
|
4872
|
-
|
|
4946
|
+
|
|
4873
4947
|
|
|
4874
4948
|
connection = @sdk_configuration.client.dup
|
|
4875
4949
|
connection.request :retry, retry_options
|
|
@@ -4885,13 +4959,16 @@ module StackOne
|
|
|
4885
4959
|
error = T.let(nil, T.nilable(StandardError))
|
|
4886
4960
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
4887
4961
|
|
|
4888
|
-
|
|
4962
|
+
|
|
4889
4963
|
begin
|
|
4890
4964
|
http_response = T.must(connection).get(url) do |req|
|
|
4891
4965
|
req.headers.merge!(headers)
|
|
4892
4966
|
req.options.timeout = timeout unless timeout.nil?
|
|
4893
4967
|
req.params = query_params
|
|
4894
|
-
Utils.configure_request_security(req, security)
|
|
4968
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
4969
|
+
http_headers&.each do |key, value|
|
|
4970
|
+
req.headers[key.to_s] = value
|
|
4971
|
+
end
|
|
4895
4972
|
|
|
4896
4973
|
@sdk_configuration.hooks.before_request(
|
|
4897
4974
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -4919,13 +4996,13 @@ module StackOne
|
|
|
4919
4996
|
response: http_response
|
|
4920
4997
|
)
|
|
4921
4998
|
end
|
|
4922
|
-
|
|
4999
|
+
|
|
4923
5000
|
if http_response.nil?
|
|
4924
5001
|
raise error if !error.nil?
|
|
4925
5002
|
raise 'no response'
|
|
4926
5003
|
end
|
|
4927
5004
|
end
|
|
4928
|
-
|
|
5005
|
+
|
|
4929
5006
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
4930
5007
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
4931
5008
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -5128,9 +5205,11 @@ module StackOne
|
|
|
5128
5205
|
end
|
|
5129
5206
|
|
|
5130
5207
|
|
|
5131
|
-
sig { params(request: Models::Operations::AtsGetApplicationOfferRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsGetApplicationOfferResponse) }
|
|
5132
|
-
def get_application_offer(request:, retries: nil, timeout_ms: nil)
|
|
5208
|
+
sig { params(request: Models::Operations::AtsGetApplicationOfferRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsGetApplicationOfferResponse) }
|
|
5209
|
+
def get_application_offer(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
5133
5210
|
# get_application_offer - Get Application Offer
|
|
5211
|
+
#
|
|
5212
|
+
# If set, this operation will use `password` from the global security.
|
|
5134
5213
|
url, params = @sdk_configuration.get_server_details
|
|
5135
5214
|
base_url = Utils.template_url(url, params)
|
|
5136
5215
|
url = Utils.generate_url(
|
|
@@ -5162,7 +5241,7 @@ module StackOne
|
|
|
5162
5241
|
|
|
5163
5242
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
5164
5243
|
timeout ||= @sdk_configuration.timeout
|
|
5165
|
-
|
|
5244
|
+
|
|
5166
5245
|
|
|
5167
5246
|
connection = @sdk_configuration.client.dup
|
|
5168
5247
|
connection.request :retry, retry_options
|
|
@@ -5178,13 +5257,16 @@ module StackOne
|
|
|
5178
5257
|
error = T.let(nil, T.nilable(StandardError))
|
|
5179
5258
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
5180
5259
|
|
|
5181
|
-
|
|
5260
|
+
|
|
5182
5261
|
begin
|
|
5183
5262
|
http_response = T.must(connection).get(url) do |req|
|
|
5184
5263
|
req.headers.merge!(headers)
|
|
5185
5264
|
req.options.timeout = timeout unless timeout.nil?
|
|
5186
5265
|
req.params = query_params
|
|
5187
|
-
Utils.configure_request_security(req, security)
|
|
5266
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
5267
|
+
http_headers&.each do |key, value|
|
|
5268
|
+
req.headers[key.to_s] = value
|
|
5269
|
+
end
|
|
5188
5270
|
|
|
5189
5271
|
@sdk_configuration.hooks.before_request(
|
|
5190
5272
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -5212,13 +5294,13 @@ module StackOne
|
|
|
5212
5294
|
response: http_response
|
|
5213
5295
|
)
|
|
5214
5296
|
end
|
|
5215
|
-
|
|
5297
|
+
|
|
5216
5298
|
if http_response.nil?
|
|
5217
5299
|
raise error if !error.nil?
|
|
5218
5300
|
raise 'no response'
|
|
5219
5301
|
end
|
|
5220
5302
|
end
|
|
5221
|
-
|
|
5303
|
+
|
|
5222
5304
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
5223
5305
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
5224
5306
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -5421,9 +5503,11 @@ module StackOne
|
|
|
5421
5503
|
end
|
|
5422
5504
|
|
|
5423
5505
|
|
|
5424
|
-
sig { params(request: Models::Operations::AtsGetApplicationScheduledInterviewRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsGetApplicationScheduledInterviewResponse) }
|
|
5425
|
-
def get_application_scheduled_interview(request:, retries: nil, timeout_ms: nil)
|
|
5506
|
+
sig { params(request: Models::Operations::AtsGetApplicationScheduledInterviewRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsGetApplicationScheduledInterviewResponse) }
|
|
5507
|
+
def get_application_scheduled_interview(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
5426
5508
|
# get_application_scheduled_interview - Get Applications scheduled interview
|
|
5509
|
+
#
|
|
5510
|
+
# If set, this operation will use `password` from the global security.
|
|
5427
5511
|
url, params = @sdk_configuration.get_server_details
|
|
5428
5512
|
base_url = Utils.template_url(url, params)
|
|
5429
5513
|
url = Utils.generate_url(
|
|
@@ -5455,7 +5539,7 @@ module StackOne
|
|
|
5455
5539
|
|
|
5456
5540
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
5457
5541
|
timeout ||= @sdk_configuration.timeout
|
|
5458
|
-
|
|
5542
|
+
|
|
5459
5543
|
|
|
5460
5544
|
connection = @sdk_configuration.client.dup
|
|
5461
5545
|
connection.request :retry, retry_options
|
|
@@ -5471,13 +5555,16 @@ module StackOne
|
|
|
5471
5555
|
error = T.let(nil, T.nilable(StandardError))
|
|
5472
5556
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
5473
5557
|
|
|
5474
|
-
|
|
5558
|
+
|
|
5475
5559
|
begin
|
|
5476
5560
|
http_response = T.must(connection).get(url) do |req|
|
|
5477
5561
|
req.headers.merge!(headers)
|
|
5478
5562
|
req.options.timeout = timeout unless timeout.nil?
|
|
5479
5563
|
req.params = query_params
|
|
5480
|
-
Utils.configure_request_security(req, security)
|
|
5564
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
5565
|
+
http_headers&.each do |key, value|
|
|
5566
|
+
req.headers[key.to_s] = value
|
|
5567
|
+
end
|
|
5481
5568
|
|
|
5482
5569
|
@sdk_configuration.hooks.before_request(
|
|
5483
5570
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -5505,13 +5592,13 @@ module StackOne
|
|
|
5505
5592
|
response: http_response
|
|
5506
5593
|
)
|
|
5507
5594
|
end
|
|
5508
|
-
|
|
5595
|
+
|
|
5509
5596
|
if http_response.nil?
|
|
5510
5597
|
raise error if !error.nil?
|
|
5511
5598
|
raise 'no response'
|
|
5512
5599
|
end
|
|
5513
5600
|
end
|
|
5514
|
-
|
|
5601
|
+
|
|
5515
5602
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
5516
5603
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
5517
5604
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -5714,9 +5801,11 @@ module StackOne
|
|
|
5714
5801
|
end
|
|
5715
5802
|
|
|
5716
5803
|
|
|
5717
|
-
sig { params(request: Models::Operations::AtsGetApplicationScorecardRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsGetApplicationScorecardResponse) }
|
|
5718
|
-
def get_application_scorecard(request:, retries: nil, timeout_ms: nil)
|
|
5804
|
+
sig { params(request: Models::Operations::AtsGetApplicationScorecardRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsGetApplicationScorecardResponse) }
|
|
5805
|
+
def get_application_scorecard(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
5719
5806
|
# get_application_scorecard - Get Application Scorecard
|
|
5807
|
+
#
|
|
5808
|
+
# If set, this operation will use `password` from the global security.
|
|
5720
5809
|
url, params = @sdk_configuration.get_server_details
|
|
5721
5810
|
base_url = Utils.template_url(url, params)
|
|
5722
5811
|
url = Utils.generate_url(
|
|
@@ -5748,7 +5837,7 @@ module StackOne
|
|
|
5748
5837
|
|
|
5749
5838
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
5750
5839
|
timeout ||= @sdk_configuration.timeout
|
|
5751
|
-
|
|
5840
|
+
|
|
5752
5841
|
|
|
5753
5842
|
connection = @sdk_configuration.client.dup
|
|
5754
5843
|
connection.request :retry, retry_options
|
|
@@ -5764,13 +5853,16 @@ module StackOne
|
|
|
5764
5853
|
error = T.let(nil, T.nilable(StandardError))
|
|
5765
5854
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
5766
5855
|
|
|
5767
|
-
|
|
5856
|
+
|
|
5768
5857
|
begin
|
|
5769
5858
|
http_response = T.must(connection).get(url) do |req|
|
|
5770
5859
|
req.headers.merge!(headers)
|
|
5771
5860
|
req.options.timeout = timeout unless timeout.nil?
|
|
5772
5861
|
req.params = query_params
|
|
5773
|
-
Utils.configure_request_security(req, security)
|
|
5862
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
5863
|
+
http_headers&.each do |key, value|
|
|
5864
|
+
req.headers[key.to_s] = value
|
|
5865
|
+
end
|
|
5774
5866
|
|
|
5775
5867
|
@sdk_configuration.hooks.before_request(
|
|
5776
5868
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -5798,13 +5890,13 @@ module StackOne
|
|
|
5798
5890
|
response: http_response
|
|
5799
5891
|
)
|
|
5800
5892
|
end
|
|
5801
|
-
|
|
5893
|
+
|
|
5802
5894
|
if http_response.nil?
|
|
5803
5895
|
raise error if !error.nil?
|
|
5804
5896
|
raise 'no response'
|
|
5805
5897
|
end
|
|
5806
5898
|
end
|
|
5807
|
-
|
|
5899
|
+
|
|
5808
5900
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
5809
5901
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
5810
5902
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -6007,9 +6099,11 @@ module StackOne
|
|
|
6007
6099
|
end
|
|
6008
6100
|
|
|
6009
6101
|
|
|
6010
|
-
sig { params(request: Models::Operations::AtsGetApplicationStageRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsGetApplicationStageResponse) }
|
|
6011
|
-
def get_application_stage(request:, retries: nil, timeout_ms: nil)
|
|
6102
|
+
sig { params(request: Models::Operations::AtsGetApplicationStageRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsGetApplicationStageResponse) }
|
|
6103
|
+
def get_application_stage(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
6012
6104
|
# get_application_stage - Get Application Stage
|
|
6105
|
+
#
|
|
6106
|
+
# If set, this operation will use `password` from the global security.
|
|
6013
6107
|
url, params = @sdk_configuration.get_server_details
|
|
6014
6108
|
base_url = Utils.template_url(url, params)
|
|
6015
6109
|
url = Utils.generate_url(
|
|
@@ -6041,7 +6135,7 @@ module StackOne
|
|
|
6041
6135
|
|
|
6042
6136
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
6043
6137
|
timeout ||= @sdk_configuration.timeout
|
|
6044
|
-
|
|
6138
|
+
|
|
6045
6139
|
|
|
6046
6140
|
connection = @sdk_configuration.client.dup
|
|
6047
6141
|
connection.request :retry, retry_options
|
|
@@ -6057,13 +6151,16 @@ module StackOne
|
|
|
6057
6151
|
error = T.let(nil, T.nilable(StandardError))
|
|
6058
6152
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
6059
6153
|
|
|
6060
|
-
|
|
6154
|
+
|
|
6061
6155
|
begin
|
|
6062
6156
|
http_response = T.must(connection).get(url) do |req|
|
|
6063
6157
|
req.headers.merge!(headers)
|
|
6064
6158
|
req.options.timeout = timeout unless timeout.nil?
|
|
6065
6159
|
req.params = query_params
|
|
6066
|
-
Utils.configure_request_security(req, security)
|
|
6160
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
6161
|
+
http_headers&.each do |key, value|
|
|
6162
|
+
req.headers[key.to_s] = value
|
|
6163
|
+
end
|
|
6067
6164
|
|
|
6068
6165
|
@sdk_configuration.hooks.before_request(
|
|
6069
6166
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -6091,13 +6188,13 @@ module StackOne
|
|
|
6091
6188
|
response: http_response
|
|
6092
6189
|
)
|
|
6093
6190
|
end
|
|
6094
|
-
|
|
6191
|
+
|
|
6095
6192
|
if http_response.nil?
|
|
6096
6193
|
raise error if !error.nil?
|
|
6097
6194
|
raise 'no response'
|
|
6098
6195
|
end
|
|
6099
6196
|
end
|
|
6100
|
-
|
|
6197
|
+
|
|
6101
6198
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
6102
6199
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
6103
6200
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -6300,9 +6397,11 @@ module StackOne
|
|
|
6300
6397
|
end
|
|
6301
6398
|
|
|
6302
6399
|
|
|
6303
|
-
sig { params(request: Models::Operations::AtsGetAssessmentsPackageRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsGetAssessmentsPackageResponse) }
|
|
6304
|
-
def get_assessments_package(request:, retries: nil, timeout_ms: nil)
|
|
6400
|
+
sig { params(request: Models::Operations::AtsGetAssessmentsPackageRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsGetAssessmentsPackageResponse) }
|
|
6401
|
+
def get_assessments_package(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
6305
6402
|
# get_assessments_package - Get Assessments Package
|
|
6403
|
+
#
|
|
6404
|
+
# If set, this operation will use `password` from the global security.
|
|
6306
6405
|
url, params = @sdk_configuration.get_server_details
|
|
6307
6406
|
base_url = Utils.template_url(url, params)
|
|
6308
6407
|
url = Utils.generate_url(
|
|
@@ -6334,7 +6433,7 @@ module StackOne
|
|
|
6334
6433
|
|
|
6335
6434
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
6336
6435
|
timeout ||= @sdk_configuration.timeout
|
|
6337
|
-
|
|
6436
|
+
|
|
6338
6437
|
|
|
6339
6438
|
connection = @sdk_configuration.client.dup
|
|
6340
6439
|
connection.request :retry, retry_options
|
|
@@ -6350,13 +6449,16 @@ module StackOne
|
|
|
6350
6449
|
error = T.let(nil, T.nilable(StandardError))
|
|
6351
6450
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
6352
6451
|
|
|
6353
|
-
|
|
6452
|
+
|
|
6354
6453
|
begin
|
|
6355
6454
|
http_response = T.must(connection).get(url) do |req|
|
|
6356
6455
|
req.headers.merge!(headers)
|
|
6357
6456
|
req.options.timeout = timeout unless timeout.nil?
|
|
6358
6457
|
req.params = query_params
|
|
6359
|
-
Utils.configure_request_security(req, security)
|
|
6458
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
6459
|
+
http_headers&.each do |key, value|
|
|
6460
|
+
req.headers[key.to_s] = value
|
|
6461
|
+
end
|
|
6360
6462
|
|
|
6361
6463
|
@sdk_configuration.hooks.before_request(
|
|
6362
6464
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -6384,13 +6486,13 @@ module StackOne
|
|
|
6384
6486
|
response: http_response
|
|
6385
6487
|
)
|
|
6386
6488
|
end
|
|
6387
|
-
|
|
6489
|
+
|
|
6388
6490
|
if http_response.nil?
|
|
6389
6491
|
raise error if !error.nil?
|
|
6390
6492
|
raise 'no response'
|
|
6391
6493
|
end
|
|
6392
6494
|
end
|
|
6393
|
-
|
|
6495
|
+
|
|
6394
6496
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
6395
6497
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
6396
6498
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -6593,9 +6695,11 @@ module StackOne
|
|
|
6593
6695
|
end
|
|
6594
6696
|
|
|
6595
6697
|
|
|
6596
|
-
sig { params(request: Models::Operations::AtsGetBackgroundCheckPackageRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsGetBackgroundCheckPackageResponse) }
|
|
6597
|
-
def get_background_check_package(request:, retries: nil, timeout_ms: nil)
|
|
6698
|
+
sig { params(request: Models::Operations::AtsGetBackgroundCheckPackageRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsGetBackgroundCheckPackageResponse) }
|
|
6699
|
+
def get_background_check_package(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
6598
6700
|
# get_background_check_package - Get Background Check Package
|
|
6701
|
+
#
|
|
6702
|
+
# If set, this operation will use `password` from the global security.
|
|
6599
6703
|
url, params = @sdk_configuration.get_server_details
|
|
6600
6704
|
base_url = Utils.template_url(url, params)
|
|
6601
6705
|
url = Utils.generate_url(
|
|
@@ -6627,7 +6731,7 @@ module StackOne
|
|
|
6627
6731
|
|
|
6628
6732
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
6629
6733
|
timeout ||= @sdk_configuration.timeout
|
|
6630
|
-
|
|
6734
|
+
|
|
6631
6735
|
|
|
6632
6736
|
connection = @sdk_configuration.client.dup
|
|
6633
6737
|
connection.request :retry, retry_options
|
|
@@ -6643,13 +6747,16 @@ module StackOne
|
|
|
6643
6747
|
error = T.let(nil, T.nilable(StandardError))
|
|
6644
6748
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
6645
6749
|
|
|
6646
|
-
|
|
6750
|
+
|
|
6647
6751
|
begin
|
|
6648
6752
|
http_response = T.must(connection).get(url) do |req|
|
|
6649
6753
|
req.headers.merge!(headers)
|
|
6650
6754
|
req.options.timeout = timeout unless timeout.nil?
|
|
6651
6755
|
req.params = query_params
|
|
6652
|
-
Utils.configure_request_security(req, security)
|
|
6756
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
6757
|
+
http_headers&.each do |key, value|
|
|
6758
|
+
req.headers[key.to_s] = value
|
|
6759
|
+
end
|
|
6653
6760
|
|
|
6654
6761
|
@sdk_configuration.hooks.before_request(
|
|
6655
6762
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -6677,13 +6784,13 @@ module StackOne
|
|
|
6677
6784
|
response: http_response
|
|
6678
6785
|
)
|
|
6679
6786
|
end
|
|
6680
|
-
|
|
6787
|
+
|
|
6681
6788
|
if http_response.nil?
|
|
6682
6789
|
raise error if !error.nil?
|
|
6683
6790
|
raise 'no response'
|
|
6684
6791
|
end
|
|
6685
6792
|
end
|
|
6686
|
-
|
|
6793
|
+
|
|
6687
6794
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
6688
6795
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
6689
6796
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -6886,9 +6993,11 @@ module StackOne
|
|
|
6886
6993
|
end
|
|
6887
6994
|
|
|
6888
6995
|
|
|
6889
|
-
sig { params(request: Models::Operations::AtsGetCandidateRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsGetCandidateResponse) }
|
|
6890
|
-
def get_candidate(request:, retries: nil, timeout_ms: nil)
|
|
6996
|
+
sig { params(request: Models::Operations::AtsGetCandidateRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsGetCandidateResponse) }
|
|
6997
|
+
def get_candidate(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
6891
6998
|
# get_candidate - Get Candidate
|
|
6999
|
+
#
|
|
7000
|
+
# If set, this operation will use `password` from the global security.
|
|
6892
7001
|
url, params = @sdk_configuration.get_server_details
|
|
6893
7002
|
base_url = Utils.template_url(url, params)
|
|
6894
7003
|
url = Utils.generate_url(
|
|
@@ -6920,7 +7029,7 @@ module StackOne
|
|
|
6920
7029
|
|
|
6921
7030
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
6922
7031
|
timeout ||= @sdk_configuration.timeout
|
|
6923
|
-
|
|
7032
|
+
|
|
6924
7033
|
|
|
6925
7034
|
connection = @sdk_configuration.client.dup
|
|
6926
7035
|
connection.request :retry, retry_options
|
|
@@ -6936,13 +7045,16 @@ module StackOne
|
|
|
6936
7045
|
error = T.let(nil, T.nilable(StandardError))
|
|
6937
7046
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
6938
7047
|
|
|
6939
|
-
|
|
7048
|
+
|
|
6940
7049
|
begin
|
|
6941
7050
|
http_response = T.must(connection).get(url) do |req|
|
|
6942
7051
|
req.headers.merge!(headers)
|
|
6943
7052
|
req.options.timeout = timeout unless timeout.nil?
|
|
6944
7053
|
req.params = query_params
|
|
6945
|
-
Utils.configure_request_security(req, security)
|
|
7054
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
7055
|
+
http_headers&.each do |key, value|
|
|
7056
|
+
req.headers[key.to_s] = value
|
|
7057
|
+
end
|
|
6946
7058
|
|
|
6947
7059
|
@sdk_configuration.hooks.before_request(
|
|
6948
7060
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -6970,13 +7082,13 @@ module StackOne
|
|
|
6970
7082
|
response: http_response
|
|
6971
7083
|
)
|
|
6972
7084
|
end
|
|
6973
|
-
|
|
7085
|
+
|
|
6974
7086
|
if http_response.nil?
|
|
6975
7087
|
raise error if !error.nil?
|
|
6976
7088
|
raise 'no response'
|
|
6977
7089
|
end
|
|
6978
7090
|
end
|
|
6979
|
-
|
|
7091
|
+
|
|
6980
7092
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
6981
7093
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
6982
7094
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -7179,9 +7291,11 @@ module StackOne
|
|
|
7179
7291
|
end
|
|
7180
7292
|
|
|
7181
7293
|
|
|
7182
|
-
sig { params(request: Models::Operations::AtsGetCandidateCustomFieldDefinitionRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsGetCandidateCustomFieldDefinitionResponse) }
|
|
7183
|
-
def get_candidate_custom_field_definition(request:, retries: nil, timeout_ms: nil)
|
|
7294
|
+
sig { params(request: Models::Operations::AtsGetCandidateCustomFieldDefinitionRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsGetCandidateCustomFieldDefinitionResponse) }
|
|
7295
|
+
def get_candidate_custom_field_definition(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
7184
7296
|
# get_candidate_custom_field_definition - Get Candidate Custom Field Definition
|
|
7297
|
+
#
|
|
7298
|
+
# If set, this operation will use `password` from the global security.
|
|
7185
7299
|
url, params = @sdk_configuration.get_server_details
|
|
7186
7300
|
base_url = Utils.template_url(url, params)
|
|
7187
7301
|
url = Utils.generate_url(
|
|
@@ -7213,7 +7327,7 @@ module StackOne
|
|
|
7213
7327
|
|
|
7214
7328
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
7215
7329
|
timeout ||= @sdk_configuration.timeout
|
|
7216
|
-
|
|
7330
|
+
|
|
7217
7331
|
|
|
7218
7332
|
connection = @sdk_configuration.client.dup
|
|
7219
7333
|
connection.request :retry, retry_options
|
|
@@ -7229,13 +7343,16 @@ module StackOne
|
|
|
7229
7343
|
error = T.let(nil, T.nilable(StandardError))
|
|
7230
7344
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
7231
7345
|
|
|
7232
|
-
|
|
7346
|
+
|
|
7233
7347
|
begin
|
|
7234
7348
|
http_response = T.must(connection).get(url) do |req|
|
|
7235
7349
|
req.headers.merge!(headers)
|
|
7236
7350
|
req.options.timeout = timeout unless timeout.nil?
|
|
7237
7351
|
req.params = query_params
|
|
7238
|
-
Utils.configure_request_security(req, security)
|
|
7352
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
7353
|
+
http_headers&.each do |key, value|
|
|
7354
|
+
req.headers[key.to_s] = value
|
|
7355
|
+
end
|
|
7239
7356
|
|
|
7240
7357
|
@sdk_configuration.hooks.before_request(
|
|
7241
7358
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -7263,13 +7380,13 @@ module StackOne
|
|
|
7263
7380
|
response: http_response
|
|
7264
7381
|
)
|
|
7265
7382
|
end
|
|
7266
|
-
|
|
7383
|
+
|
|
7267
7384
|
if http_response.nil?
|
|
7268
7385
|
raise error if !error.nil?
|
|
7269
7386
|
raise 'no response'
|
|
7270
7387
|
end
|
|
7271
7388
|
end
|
|
7272
|
-
|
|
7389
|
+
|
|
7273
7390
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
7274
7391
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
7275
7392
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -7472,9 +7589,11 @@ module StackOne
|
|
|
7472
7589
|
end
|
|
7473
7590
|
|
|
7474
7591
|
|
|
7475
|
-
sig { params(request: Models::Operations::AtsGetCandidateNoteRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsGetCandidateNoteResponse) }
|
|
7476
|
-
def get_candidate_note(request:, retries: nil, timeout_ms: nil)
|
|
7592
|
+
sig { params(request: Models::Operations::AtsGetCandidateNoteRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsGetCandidateNoteResponse) }
|
|
7593
|
+
def get_candidate_note(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
7477
7594
|
# get_candidate_note - Get Candidate Note
|
|
7595
|
+
#
|
|
7596
|
+
# If set, this operation will use `password` from the global security.
|
|
7478
7597
|
url, params = @sdk_configuration.get_server_details
|
|
7479
7598
|
base_url = Utils.template_url(url, params)
|
|
7480
7599
|
url = Utils.generate_url(
|
|
@@ -7506,7 +7625,7 @@ module StackOne
|
|
|
7506
7625
|
|
|
7507
7626
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
7508
7627
|
timeout ||= @sdk_configuration.timeout
|
|
7509
|
-
|
|
7628
|
+
|
|
7510
7629
|
|
|
7511
7630
|
connection = @sdk_configuration.client.dup
|
|
7512
7631
|
connection.request :retry, retry_options
|
|
@@ -7522,13 +7641,16 @@ module StackOne
|
|
|
7522
7641
|
error = T.let(nil, T.nilable(StandardError))
|
|
7523
7642
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
7524
7643
|
|
|
7525
|
-
|
|
7644
|
+
|
|
7526
7645
|
begin
|
|
7527
7646
|
http_response = T.must(connection).get(url) do |req|
|
|
7528
7647
|
req.headers.merge!(headers)
|
|
7529
7648
|
req.options.timeout = timeout unless timeout.nil?
|
|
7530
7649
|
req.params = query_params
|
|
7531
|
-
Utils.configure_request_security(req, security)
|
|
7650
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
7651
|
+
http_headers&.each do |key, value|
|
|
7652
|
+
req.headers[key.to_s] = value
|
|
7653
|
+
end
|
|
7532
7654
|
|
|
7533
7655
|
@sdk_configuration.hooks.before_request(
|
|
7534
7656
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -7556,13 +7678,13 @@ module StackOne
|
|
|
7556
7678
|
response: http_response
|
|
7557
7679
|
)
|
|
7558
7680
|
end
|
|
7559
|
-
|
|
7681
|
+
|
|
7560
7682
|
if http_response.nil?
|
|
7561
7683
|
raise error if !error.nil?
|
|
7562
7684
|
raise 'no response'
|
|
7563
7685
|
end
|
|
7564
7686
|
end
|
|
7565
|
-
|
|
7687
|
+
|
|
7566
7688
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
7567
7689
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
7568
7690
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -7765,9 +7887,11 @@ module StackOne
|
|
|
7765
7887
|
end
|
|
7766
7888
|
|
|
7767
7889
|
|
|
7768
|
-
sig { params(request: Models::Operations::AtsGetDepartmentRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsGetDepartmentResponse) }
|
|
7769
|
-
def get_department(request:, retries: nil, timeout_ms: nil)
|
|
7890
|
+
sig { params(request: Models::Operations::AtsGetDepartmentRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsGetDepartmentResponse) }
|
|
7891
|
+
def get_department(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
7770
7892
|
# get_department - Get Department
|
|
7893
|
+
#
|
|
7894
|
+
# If set, this operation will use `password` from the global security.
|
|
7771
7895
|
url, params = @sdk_configuration.get_server_details
|
|
7772
7896
|
base_url = Utils.template_url(url, params)
|
|
7773
7897
|
url = Utils.generate_url(
|
|
@@ -7799,7 +7923,7 @@ module StackOne
|
|
|
7799
7923
|
|
|
7800
7924
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
7801
7925
|
timeout ||= @sdk_configuration.timeout
|
|
7802
|
-
|
|
7926
|
+
|
|
7803
7927
|
|
|
7804
7928
|
connection = @sdk_configuration.client.dup
|
|
7805
7929
|
connection.request :retry, retry_options
|
|
@@ -7815,13 +7939,16 @@ module StackOne
|
|
|
7815
7939
|
error = T.let(nil, T.nilable(StandardError))
|
|
7816
7940
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
7817
7941
|
|
|
7818
|
-
|
|
7942
|
+
|
|
7819
7943
|
begin
|
|
7820
7944
|
http_response = T.must(connection).get(url) do |req|
|
|
7821
7945
|
req.headers.merge!(headers)
|
|
7822
7946
|
req.options.timeout = timeout unless timeout.nil?
|
|
7823
7947
|
req.params = query_params
|
|
7824
|
-
Utils.configure_request_security(req, security)
|
|
7948
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
7949
|
+
http_headers&.each do |key, value|
|
|
7950
|
+
req.headers[key.to_s] = value
|
|
7951
|
+
end
|
|
7825
7952
|
|
|
7826
7953
|
@sdk_configuration.hooks.before_request(
|
|
7827
7954
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -7849,13 +7976,13 @@ module StackOne
|
|
|
7849
7976
|
response: http_response
|
|
7850
7977
|
)
|
|
7851
7978
|
end
|
|
7852
|
-
|
|
7979
|
+
|
|
7853
7980
|
if http_response.nil?
|
|
7854
7981
|
raise error if !error.nil?
|
|
7855
7982
|
raise 'no response'
|
|
7856
7983
|
end
|
|
7857
7984
|
end
|
|
7858
|
-
|
|
7985
|
+
|
|
7859
7986
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
7860
7987
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
7861
7988
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -8058,9 +8185,11 @@ module StackOne
|
|
|
8058
8185
|
end
|
|
8059
8186
|
|
|
8060
8187
|
|
|
8061
|
-
sig { params(request: Models::Operations::AtsGetInterviewRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsGetInterviewResponse) }
|
|
8062
|
-
def get_interview(request:, retries: nil, timeout_ms: nil)
|
|
8188
|
+
sig { params(request: Models::Operations::AtsGetInterviewRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsGetInterviewResponse) }
|
|
8189
|
+
def get_interview(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
8063
8190
|
# get_interview - Get Interview
|
|
8191
|
+
#
|
|
8192
|
+
# If set, this operation will use `password` from the global security.
|
|
8064
8193
|
url, params = @sdk_configuration.get_server_details
|
|
8065
8194
|
base_url = Utils.template_url(url, params)
|
|
8066
8195
|
url = Utils.generate_url(
|
|
@@ -8092,7 +8221,7 @@ module StackOne
|
|
|
8092
8221
|
|
|
8093
8222
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
8094
8223
|
timeout ||= @sdk_configuration.timeout
|
|
8095
|
-
|
|
8224
|
+
|
|
8096
8225
|
|
|
8097
8226
|
connection = @sdk_configuration.client.dup
|
|
8098
8227
|
connection.request :retry, retry_options
|
|
@@ -8108,13 +8237,16 @@ module StackOne
|
|
|
8108
8237
|
error = T.let(nil, T.nilable(StandardError))
|
|
8109
8238
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
8110
8239
|
|
|
8111
|
-
|
|
8240
|
+
|
|
8112
8241
|
begin
|
|
8113
8242
|
http_response = T.must(connection).get(url) do |req|
|
|
8114
8243
|
req.headers.merge!(headers)
|
|
8115
8244
|
req.options.timeout = timeout unless timeout.nil?
|
|
8116
8245
|
req.params = query_params
|
|
8117
|
-
Utils.configure_request_security(req, security)
|
|
8246
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
8247
|
+
http_headers&.each do |key, value|
|
|
8248
|
+
req.headers[key.to_s] = value
|
|
8249
|
+
end
|
|
8118
8250
|
|
|
8119
8251
|
@sdk_configuration.hooks.before_request(
|
|
8120
8252
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -8142,13 +8274,13 @@ module StackOne
|
|
|
8142
8274
|
response: http_response
|
|
8143
8275
|
)
|
|
8144
8276
|
end
|
|
8145
|
-
|
|
8277
|
+
|
|
8146
8278
|
if http_response.nil?
|
|
8147
8279
|
raise error if !error.nil?
|
|
8148
8280
|
raise 'no response'
|
|
8149
8281
|
end
|
|
8150
8282
|
end
|
|
8151
|
-
|
|
8283
|
+
|
|
8152
8284
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
8153
8285
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
8154
8286
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -8351,10 +8483,12 @@ module StackOne
|
|
|
8351
8483
|
end
|
|
8352
8484
|
|
|
8353
8485
|
|
|
8354
|
-
sig { params(request: Models::Operations::AtsGetInterviewStageRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsGetInterviewStageResponse) }
|
|
8355
|
-
def get_interview_stage(request:, retries: nil, timeout_ms: nil)
|
|
8486
|
+
sig { params(request: Models::Operations::AtsGetInterviewStageRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsGetInterviewStageResponse) }
|
|
8487
|
+
def get_interview_stage(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
8356
8488
|
# get_interview_stage - Get Interview Stage
|
|
8357
8489
|
#
|
|
8490
|
+
# If set, this operation will use `password` from the global security.
|
|
8491
|
+
#
|
|
8358
8492
|
# @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
8359
8493
|
url, params = @sdk_configuration.get_server_details
|
|
8360
8494
|
base_url = Utils.template_url(url, params)
|
|
@@ -8387,7 +8521,7 @@ module StackOne
|
|
|
8387
8521
|
|
|
8388
8522
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
8389
8523
|
timeout ||= @sdk_configuration.timeout
|
|
8390
|
-
|
|
8524
|
+
|
|
8391
8525
|
|
|
8392
8526
|
connection = @sdk_configuration.client.dup
|
|
8393
8527
|
connection.request :retry, retry_options
|
|
@@ -8403,13 +8537,16 @@ module StackOne
|
|
|
8403
8537
|
error = T.let(nil, T.nilable(StandardError))
|
|
8404
8538
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
8405
8539
|
|
|
8406
|
-
|
|
8540
|
+
|
|
8407
8541
|
begin
|
|
8408
8542
|
http_response = T.must(connection).get(url) do |req|
|
|
8409
8543
|
req.headers.merge!(headers)
|
|
8410
8544
|
req.options.timeout = timeout unless timeout.nil?
|
|
8411
8545
|
req.params = query_params
|
|
8412
|
-
Utils.configure_request_security(req, security)
|
|
8546
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
8547
|
+
http_headers&.each do |key, value|
|
|
8548
|
+
req.headers[key.to_s] = value
|
|
8549
|
+
end
|
|
8413
8550
|
|
|
8414
8551
|
@sdk_configuration.hooks.before_request(
|
|
8415
8552
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -8437,13 +8574,13 @@ module StackOne
|
|
|
8437
8574
|
response: http_response
|
|
8438
8575
|
)
|
|
8439
8576
|
end
|
|
8440
|
-
|
|
8577
|
+
|
|
8441
8578
|
if http_response.nil?
|
|
8442
8579
|
raise error if !error.nil?
|
|
8443
8580
|
raise 'no response'
|
|
8444
8581
|
end
|
|
8445
8582
|
end
|
|
8446
|
-
|
|
8583
|
+
|
|
8447
8584
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
8448
8585
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
8449
8586
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -8646,9 +8783,11 @@ module StackOne
|
|
|
8646
8783
|
end
|
|
8647
8784
|
|
|
8648
8785
|
|
|
8649
|
-
sig { params(request: Models::Operations::AtsGetJobRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsGetJobResponse) }
|
|
8650
|
-
def get_job(request:, retries: nil, timeout_ms: nil)
|
|
8786
|
+
sig { params(request: Models::Operations::AtsGetJobRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsGetJobResponse) }
|
|
8787
|
+
def get_job(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
8651
8788
|
# get_job - Get Job
|
|
8789
|
+
#
|
|
8790
|
+
# If set, this operation will use `password` from the global security.
|
|
8652
8791
|
url, params = @sdk_configuration.get_server_details
|
|
8653
8792
|
base_url = Utils.template_url(url, params)
|
|
8654
8793
|
url = Utils.generate_url(
|
|
@@ -8680,7 +8819,7 @@ module StackOne
|
|
|
8680
8819
|
|
|
8681
8820
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
8682
8821
|
timeout ||= @sdk_configuration.timeout
|
|
8683
|
-
|
|
8822
|
+
|
|
8684
8823
|
|
|
8685
8824
|
connection = @sdk_configuration.client.dup
|
|
8686
8825
|
connection.request :retry, retry_options
|
|
@@ -8696,13 +8835,16 @@ module StackOne
|
|
|
8696
8835
|
error = T.let(nil, T.nilable(StandardError))
|
|
8697
8836
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
8698
8837
|
|
|
8699
|
-
|
|
8838
|
+
|
|
8700
8839
|
begin
|
|
8701
8840
|
http_response = T.must(connection).get(url) do |req|
|
|
8702
8841
|
req.headers.merge!(headers)
|
|
8703
8842
|
req.options.timeout = timeout unless timeout.nil?
|
|
8704
8843
|
req.params = query_params
|
|
8705
|
-
Utils.configure_request_security(req, security)
|
|
8844
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
8845
|
+
http_headers&.each do |key, value|
|
|
8846
|
+
req.headers[key.to_s] = value
|
|
8847
|
+
end
|
|
8706
8848
|
|
|
8707
8849
|
@sdk_configuration.hooks.before_request(
|
|
8708
8850
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -8730,13 +8872,13 @@ module StackOne
|
|
|
8730
8872
|
response: http_response
|
|
8731
8873
|
)
|
|
8732
8874
|
end
|
|
8733
|
-
|
|
8875
|
+
|
|
8734
8876
|
if http_response.nil?
|
|
8735
8877
|
raise error if !error.nil?
|
|
8736
8878
|
raise 'no response'
|
|
8737
8879
|
end
|
|
8738
8880
|
end
|
|
8739
|
-
|
|
8881
|
+
|
|
8740
8882
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
8741
8883
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
8742
8884
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -8939,9 +9081,11 @@ module StackOne
|
|
|
8939
9081
|
end
|
|
8940
9082
|
|
|
8941
9083
|
|
|
8942
|
-
sig { params(request: Models::Operations::AtsGetJobApplicationStageRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsGetJobApplicationStageResponse) }
|
|
8943
|
-
def get_job_application_stage(request:, retries: nil, timeout_ms: nil)
|
|
9084
|
+
sig { params(request: Models::Operations::AtsGetJobApplicationStageRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsGetJobApplicationStageResponse) }
|
|
9085
|
+
def get_job_application_stage(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
8944
9086
|
# get_job_application_stage - Get Job Application Stage
|
|
9087
|
+
#
|
|
9088
|
+
# If set, this operation will use `password` from the global security.
|
|
8945
9089
|
url, params = @sdk_configuration.get_server_details
|
|
8946
9090
|
base_url = Utils.template_url(url, params)
|
|
8947
9091
|
url = Utils.generate_url(
|
|
@@ -8973,7 +9117,7 @@ module StackOne
|
|
|
8973
9117
|
|
|
8974
9118
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
8975
9119
|
timeout ||= @sdk_configuration.timeout
|
|
8976
|
-
|
|
9120
|
+
|
|
8977
9121
|
|
|
8978
9122
|
connection = @sdk_configuration.client.dup
|
|
8979
9123
|
connection.request :retry, retry_options
|
|
@@ -8989,13 +9133,16 @@ module StackOne
|
|
|
8989
9133
|
error = T.let(nil, T.nilable(StandardError))
|
|
8990
9134
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
8991
9135
|
|
|
8992
|
-
|
|
9136
|
+
|
|
8993
9137
|
begin
|
|
8994
9138
|
http_response = T.must(connection).get(url) do |req|
|
|
8995
9139
|
req.headers.merge!(headers)
|
|
8996
9140
|
req.options.timeout = timeout unless timeout.nil?
|
|
8997
9141
|
req.params = query_params
|
|
8998
|
-
Utils.configure_request_security(req, security)
|
|
9142
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
9143
|
+
http_headers&.each do |key, value|
|
|
9144
|
+
req.headers[key.to_s] = value
|
|
9145
|
+
end
|
|
8999
9146
|
|
|
9000
9147
|
@sdk_configuration.hooks.before_request(
|
|
9001
9148
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -9023,13 +9170,13 @@ module StackOne
|
|
|
9023
9170
|
response: http_response
|
|
9024
9171
|
)
|
|
9025
9172
|
end
|
|
9026
|
-
|
|
9173
|
+
|
|
9027
9174
|
if http_response.nil?
|
|
9028
9175
|
raise error if !error.nil?
|
|
9029
9176
|
raise 'no response'
|
|
9030
9177
|
end
|
|
9031
9178
|
end
|
|
9032
|
-
|
|
9179
|
+
|
|
9033
9180
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
9034
9181
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
9035
9182
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -9232,9 +9379,11 @@ module StackOne
|
|
|
9232
9379
|
end
|
|
9233
9380
|
|
|
9234
9381
|
|
|
9235
|
-
sig { params(request: Models::Operations::AtsGetJobCustomFieldDefinitionRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsGetJobCustomFieldDefinitionResponse) }
|
|
9236
|
-
def get_job_custom_field_definition(request:, retries: nil, timeout_ms: nil)
|
|
9382
|
+
sig { params(request: Models::Operations::AtsGetJobCustomFieldDefinitionRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsGetJobCustomFieldDefinitionResponse) }
|
|
9383
|
+
def get_job_custom_field_definition(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
9237
9384
|
# get_job_custom_field_definition - Get Job Custom Field Definition
|
|
9385
|
+
#
|
|
9386
|
+
# If set, this operation will use `password` from the global security.
|
|
9238
9387
|
url, params = @sdk_configuration.get_server_details
|
|
9239
9388
|
base_url = Utils.template_url(url, params)
|
|
9240
9389
|
url = Utils.generate_url(
|
|
@@ -9266,7 +9415,7 @@ module StackOne
|
|
|
9266
9415
|
|
|
9267
9416
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
9268
9417
|
timeout ||= @sdk_configuration.timeout
|
|
9269
|
-
|
|
9418
|
+
|
|
9270
9419
|
|
|
9271
9420
|
connection = @sdk_configuration.client.dup
|
|
9272
9421
|
connection.request :retry, retry_options
|
|
@@ -9282,13 +9431,16 @@ module StackOne
|
|
|
9282
9431
|
error = T.let(nil, T.nilable(StandardError))
|
|
9283
9432
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
9284
9433
|
|
|
9285
|
-
|
|
9434
|
+
|
|
9286
9435
|
begin
|
|
9287
9436
|
http_response = T.must(connection).get(url) do |req|
|
|
9288
9437
|
req.headers.merge!(headers)
|
|
9289
9438
|
req.options.timeout = timeout unless timeout.nil?
|
|
9290
9439
|
req.params = query_params
|
|
9291
|
-
Utils.configure_request_security(req, security)
|
|
9440
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
9441
|
+
http_headers&.each do |key, value|
|
|
9442
|
+
req.headers[key.to_s] = value
|
|
9443
|
+
end
|
|
9292
9444
|
|
|
9293
9445
|
@sdk_configuration.hooks.before_request(
|
|
9294
9446
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -9316,13 +9468,13 @@ module StackOne
|
|
|
9316
9468
|
response: http_response
|
|
9317
9469
|
)
|
|
9318
9470
|
end
|
|
9319
|
-
|
|
9471
|
+
|
|
9320
9472
|
if http_response.nil?
|
|
9321
9473
|
raise error if !error.nil?
|
|
9322
9474
|
raise 'no response'
|
|
9323
9475
|
end
|
|
9324
9476
|
end
|
|
9325
|
-
|
|
9477
|
+
|
|
9326
9478
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
9327
9479
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
9328
9480
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -9525,9 +9677,11 @@ module StackOne
|
|
|
9525
9677
|
end
|
|
9526
9678
|
|
|
9527
9679
|
|
|
9528
|
-
sig { params(request: Models::Operations::AtsGetJobPostingRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsGetJobPostingResponse) }
|
|
9529
|
-
def get_job_posting(request:, retries: nil, timeout_ms: nil)
|
|
9680
|
+
sig { params(request: Models::Operations::AtsGetJobPostingRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsGetJobPostingResponse) }
|
|
9681
|
+
def get_job_posting(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
9530
9682
|
# get_job_posting - Get Job Posting
|
|
9683
|
+
#
|
|
9684
|
+
# If set, this operation will use `password` from the global security.
|
|
9531
9685
|
url, params = @sdk_configuration.get_server_details
|
|
9532
9686
|
base_url = Utils.template_url(url, params)
|
|
9533
9687
|
url = Utils.generate_url(
|
|
@@ -9559,7 +9713,7 @@ module StackOne
|
|
|
9559
9713
|
|
|
9560
9714
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
9561
9715
|
timeout ||= @sdk_configuration.timeout
|
|
9562
|
-
|
|
9716
|
+
|
|
9563
9717
|
|
|
9564
9718
|
connection = @sdk_configuration.client.dup
|
|
9565
9719
|
connection.request :retry, retry_options
|
|
@@ -9575,13 +9729,16 @@ module StackOne
|
|
|
9575
9729
|
error = T.let(nil, T.nilable(StandardError))
|
|
9576
9730
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
9577
9731
|
|
|
9578
|
-
|
|
9732
|
+
|
|
9579
9733
|
begin
|
|
9580
9734
|
http_response = T.must(connection).get(url) do |req|
|
|
9581
9735
|
req.headers.merge!(headers)
|
|
9582
9736
|
req.options.timeout = timeout unless timeout.nil?
|
|
9583
9737
|
req.params = query_params
|
|
9584
|
-
Utils.configure_request_security(req, security)
|
|
9738
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
9739
|
+
http_headers&.each do |key, value|
|
|
9740
|
+
req.headers[key.to_s] = value
|
|
9741
|
+
end
|
|
9585
9742
|
|
|
9586
9743
|
@sdk_configuration.hooks.before_request(
|
|
9587
9744
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -9609,13 +9766,13 @@ module StackOne
|
|
|
9609
9766
|
response: http_response
|
|
9610
9767
|
)
|
|
9611
9768
|
end
|
|
9612
|
-
|
|
9769
|
+
|
|
9613
9770
|
if http_response.nil?
|
|
9614
9771
|
raise error if !error.nil?
|
|
9615
9772
|
raise 'no response'
|
|
9616
9773
|
end
|
|
9617
9774
|
end
|
|
9618
|
-
|
|
9775
|
+
|
|
9619
9776
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
9620
9777
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
9621
9778
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -9818,9 +9975,11 @@ module StackOne
|
|
|
9818
9975
|
end
|
|
9819
9976
|
|
|
9820
9977
|
|
|
9821
|
-
sig { params(request: Models::Operations::AtsGetListRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsGetListResponse) }
|
|
9822
|
-
def get_list(request:, retries: nil, timeout_ms: nil)
|
|
9978
|
+
sig { params(request: Models::Operations::AtsGetListRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsGetListResponse) }
|
|
9979
|
+
def get_list(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
9823
9980
|
# get_list - Get List
|
|
9981
|
+
#
|
|
9982
|
+
# If set, this operation will use `password` from the global security.
|
|
9824
9983
|
url, params = @sdk_configuration.get_server_details
|
|
9825
9984
|
base_url = Utils.template_url(url, params)
|
|
9826
9985
|
url = Utils.generate_url(
|
|
@@ -9852,7 +10011,7 @@ module StackOne
|
|
|
9852
10011
|
|
|
9853
10012
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
9854
10013
|
timeout ||= @sdk_configuration.timeout
|
|
9855
|
-
|
|
10014
|
+
|
|
9856
10015
|
|
|
9857
10016
|
connection = @sdk_configuration.client.dup
|
|
9858
10017
|
connection.request :retry, retry_options
|
|
@@ -9868,13 +10027,16 @@ module StackOne
|
|
|
9868
10027
|
error = T.let(nil, T.nilable(StandardError))
|
|
9869
10028
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
9870
10029
|
|
|
9871
|
-
|
|
10030
|
+
|
|
9872
10031
|
begin
|
|
9873
10032
|
http_response = T.must(connection).get(url) do |req|
|
|
9874
10033
|
req.headers.merge!(headers)
|
|
9875
10034
|
req.options.timeout = timeout unless timeout.nil?
|
|
9876
10035
|
req.params = query_params
|
|
9877
|
-
Utils.configure_request_security(req, security)
|
|
10036
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
10037
|
+
http_headers&.each do |key, value|
|
|
10038
|
+
req.headers[key.to_s] = value
|
|
10039
|
+
end
|
|
9878
10040
|
|
|
9879
10041
|
@sdk_configuration.hooks.before_request(
|
|
9880
10042
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -9902,13 +10064,13 @@ module StackOne
|
|
|
9902
10064
|
response: http_response
|
|
9903
10065
|
)
|
|
9904
10066
|
end
|
|
9905
|
-
|
|
10067
|
+
|
|
9906
10068
|
if http_response.nil?
|
|
9907
10069
|
raise error if !error.nil?
|
|
9908
10070
|
raise 'no response'
|
|
9909
10071
|
end
|
|
9910
10072
|
end
|
|
9911
|
-
|
|
10073
|
+
|
|
9912
10074
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
9913
10075
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
9914
10076
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -10111,9 +10273,11 @@ module StackOne
|
|
|
10111
10273
|
end
|
|
10112
10274
|
|
|
10113
10275
|
|
|
10114
|
-
sig { params(request: Models::Operations::AtsGetLocationRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsGetLocationResponse) }
|
|
10115
|
-
def get_location(request:, retries: nil, timeout_ms: nil)
|
|
10276
|
+
sig { params(request: Models::Operations::AtsGetLocationRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsGetLocationResponse) }
|
|
10277
|
+
def get_location(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
10116
10278
|
# get_location - Get Location
|
|
10279
|
+
#
|
|
10280
|
+
# If set, this operation will use `password` from the global security.
|
|
10117
10281
|
url, params = @sdk_configuration.get_server_details
|
|
10118
10282
|
base_url = Utils.template_url(url, params)
|
|
10119
10283
|
url = Utils.generate_url(
|
|
@@ -10145,7 +10309,7 @@ module StackOne
|
|
|
10145
10309
|
|
|
10146
10310
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
10147
10311
|
timeout ||= @sdk_configuration.timeout
|
|
10148
|
-
|
|
10312
|
+
|
|
10149
10313
|
|
|
10150
10314
|
connection = @sdk_configuration.client.dup
|
|
10151
10315
|
connection.request :retry, retry_options
|
|
@@ -10161,13 +10325,16 @@ module StackOne
|
|
|
10161
10325
|
error = T.let(nil, T.nilable(StandardError))
|
|
10162
10326
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
10163
10327
|
|
|
10164
|
-
|
|
10328
|
+
|
|
10165
10329
|
begin
|
|
10166
10330
|
http_response = T.must(connection).get(url) do |req|
|
|
10167
10331
|
req.headers.merge!(headers)
|
|
10168
10332
|
req.options.timeout = timeout unless timeout.nil?
|
|
10169
10333
|
req.params = query_params
|
|
10170
|
-
Utils.configure_request_security(req, security)
|
|
10334
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
10335
|
+
http_headers&.each do |key, value|
|
|
10336
|
+
req.headers[key.to_s] = value
|
|
10337
|
+
end
|
|
10171
10338
|
|
|
10172
10339
|
@sdk_configuration.hooks.before_request(
|
|
10173
10340
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -10195,13 +10362,13 @@ module StackOne
|
|
|
10195
10362
|
response: http_response
|
|
10196
10363
|
)
|
|
10197
10364
|
end
|
|
10198
|
-
|
|
10365
|
+
|
|
10199
10366
|
if http_response.nil?
|
|
10200
10367
|
raise error if !error.nil?
|
|
10201
10368
|
raise 'no response'
|
|
10202
10369
|
end
|
|
10203
10370
|
end
|
|
10204
|
-
|
|
10371
|
+
|
|
10205
10372
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
10206
10373
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
10207
10374
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -10404,9 +10571,11 @@ module StackOne
|
|
|
10404
10571
|
end
|
|
10405
10572
|
|
|
10406
10573
|
|
|
10407
|
-
sig { params(request: Models::Operations::AtsGetOfferRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsGetOfferResponse) }
|
|
10408
|
-
def get_offer(request:, retries: nil, timeout_ms: nil)
|
|
10574
|
+
sig { params(request: Models::Operations::AtsGetOfferRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsGetOfferResponse) }
|
|
10575
|
+
def get_offer(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
10409
10576
|
# get_offer - Get Offer
|
|
10577
|
+
#
|
|
10578
|
+
# If set, this operation will use `password` from the global security.
|
|
10410
10579
|
url, params = @sdk_configuration.get_server_details
|
|
10411
10580
|
base_url = Utils.template_url(url, params)
|
|
10412
10581
|
url = Utils.generate_url(
|
|
@@ -10438,7 +10607,7 @@ module StackOne
|
|
|
10438
10607
|
|
|
10439
10608
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
10440
10609
|
timeout ||= @sdk_configuration.timeout
|
|
10441
|
-
|
|
10610
|
+
|
|
10442
10611
|
|
|
10443
10612
|
connection = @sdk_configuration.client.dup
|
|
10444
10613
|
connection.request :retry, retry_options
|
|
@@ -10454,13 +10623,16 @@ module StackOne
|
|
|
10454
10623
|
error = T.let(nil, T.nilable(StandardError))
|
|
10455
10624
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
10456
10625
|
|
|
10457
|
-
|
|
10626
|
+
|
|
10458
10627
|
begin
|
|
10459
10628
|
http_response = T.must(connection).get(url) do |req|
|
|
10460
10629
|
req.headers.merge!(headers)
|
|
10461
10630
|
req.options.timeout = timeout unless timeout.nil?
|
|
10462
10631
|
req.params = query_params
|
|
10463
|
-
Utils.configure_request_security(req, security)
|
|
10632
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
10633
|
+
http_headers&.each do |key, value|
|
|
10634
|
+
req.headers[key.to_s] = value
|
|
10635
|
+
end
|
|
10464
10636
|
|
|
10465
10637
|
@sdk_configuration.hooks.before_request(
|
|
10466
10638
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -10488,13 +10660,13 @@ module StackOne
|
|
|
10488
10660
|
response: http_response
|
|
10489
10661
|
)
|
|
10490
10662
|
end
|
|
10491
|
-
|
|
10663
|
+
|
|
10492
10664
|
if http_response.nil?
|
|
10493
10665
|
raise error if !error.nil?
|
|
10494
10666
|
raise 'no response'
|
|
10495
10667
|
end
|
|
10496
10668
|
end
|
|
10497
|
-
|
|
10669
|
+
|
|
10498
10670
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
10499
10671
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
10500
10672
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -10697,9 +10869,11 @@ module StackOne
|
|
|
10697
10869
|
end
|
|
10698
10870
|
|
|
10699
10871
|
|
|
10700
|
-
sig { params(request: Models::Operations::AtsGetRejectedReasonRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsGetRejectedReasonResponse) }
|
|
10701
|
-
def get_rejected_reason(request:, retries: nil, timeout_ms: nil)
|
|
10872
|
+
sig { params(request: Models::Operations::AtsGetRejectedReasonRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsGetRejectedReasonResponse) }
|
|
10873
|
+
def get_rejected_reason(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
10702
10874
|
# get_rejected_reason - Get Rejected Reason
|
|
10875
|
+
#
|
|
10876
|
+
# If set, this operation will use `password` from the global security.
|
|
10703
10877
|
url, params = @sdk_configuration.get_server_details
|
|
10704
10878
|
base_url = Utils.template_url(url, params)
|
|
10705
10879
|
url = Utils.generate_url(
|
|
@@ -10731,7 +10905,7 @@ module StackOne
|
|
|
10731
10905
|
|
|
10732
10906
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
10733
10907
|
timeout ||= @sdk_configuration.timeout
|
|
10734
|
-
|
|
10908
|
+
|
|
10735
10909
|
|
|
10736
10910
|
connection = @sdk_configuration.client.dup
|
|
10737
10911
|
connection.request :retry, retry_options
|
|
@@ -10747,13 +10921,16 @@ module StackOne
|
|
|
10747
10921
|
error = T.let(nil, T.nilable(StandardError))
|
|
10748
10922
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
10749
10923
|
|
|
10750
|
-
|
|
10924
|
+
|
|
10751
10925
|
begin
|
|
10752
10926
|
http_response = T.must(connection).get(url) do |req|
|
|
10753
10927
|
req.headers.merge!(headers)
|
|
10754
10928
|
req.options.timeout = timeout unless timeout.nil?
|
|
10755
10929
|
req.params = query_params
|
|
10756
|
-
Utils.configure_request_security(req, security)
|
|
10930
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
10931
|
+
http_headers&.each do |key, value|
|
|
10932
|
+
req.headers[key.to_s] = value
|
|
10933
|
+
end
|
|
10757
10934
|
|
|
10758
10935
|
@sdk_configuration.hooks.before_request(
|
|
10759
10936
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -10781,13 +10958,13 @@ module StackOne
|
|
|
10781
10958
|
response: http_response
|
|
10782
10959
|
)
|
|
10783
10960
|
end
|
|
10784
|
-
|
|
10961
|
+
|
|
10785
10962
|
if http_response.nil?
|
|
10786
10963
|
raise error if !error.nil?
|
|
10787
10964
|
raise 'no response'
|
|
10788
10965
|
end
|
|
10789
10966
|
end
|
|
10790
|
-
|
|
10967
|
+
|
|
10791
10968
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
10792
10969
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
10793
10970
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -10990,9 +11167,11 @@ module StackOne
|
|
|
10990
11167
|
end
|
|
10991
11168
|
|
|
10992
11169
|
|
|
10993
|
-
sig { params(request: Models::Operations::AtsGetUserRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsGetUserResponse) }
|
|
10994
|
-
def get_user(request:, retries: nil, timeout_ms: nil)
|
|
11170
|
+
sig { params(request: Models::Operations::AtsGetUserRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsGetUserResponse) }
|
|
11171
|
+
def get_user(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
10995
11172
|
# get_user - Get User
|
|
11173
|
+
#
|
|
11174
|
+
# If set, this operation will use `password` from the global security.
|
|
10996
11175
|
url, params = @sdk_configuration.get_server_details
|
|
10997
11176
|
base_url = Utils.template_url(url, params)
|
|
10998
11177
|
url = Utils.generate_url(
|
|
@@ -11024,7 +11203,7 @@ module StackOne
|
|
|
11024
11203
|
|
|
11025
11204
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
11026
11205
|
timeout ||= @sdk_configuration.timeout
|
|
11027
|
-
|
|
11206
|
+
|
|
11028
11207
|
|
|
11029
11208
|
connection = @sdk_configuration.client.dup
|
|
11030
11209
|
connection.request :retry, retry_options
|
|
@@ -11040,13 +11219,16 @@ module StackOne
|
|
|
11040
11219
|
error = T.let(nil, T.nilable(StandardError))
|
|
11041
11220
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
11042
11221
|
|
|
11043
|
-
|
|
11222
|
+
|
|
11044
11223
|
begin
|
|
11045
11224
|
http_response = T.must(connection).get(url) do |req|
|
|
11046
11225
|
req.headers.merge!(headers)
|
|
11047
11226
|
req.options.timeout = timeout unless timeout.nil?
|
|
11048
11227
|
req.params = query_params
|
|
11049
|
-
Utils.configure_request_security(req, security)
|
|
11228
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
11229
|
+
http_headers&.each do |key, value|
|
|
11230
|
+
req.headers[key.to_s] = value
|
|
11231
|
+
end
|
|
11050
11232
|
|
|
11051
11233
|
@sdk_configuration.hooks.before_request(
|
|
11052
11234
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -11074,13 +11256,13 @@ module StackOne
|
|
|
11074
11256
|
response: http_response
|
|
11075
11257
|
)
|
|
11076
11258
|
end
|
|
11077
|
-
|
|
11259
|
+
|
|
11078
11260
|
if http_response.nil?
|
|
11079
11261
|
raise error if !error.nil?
|
|
11080
11262
|
raise 'no response'
|
|
11081
11263
|
end
|
|
11082
11264
|
end
|
|
11083
|
-
|
|
11265
|
+
|
|
11084
11266
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
11085
11267
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
11086
11268
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -11283,9 +11465,11 @@ module StackOne
|
|
|
11283
11465
|
end
|
|
11284
11466
|
|
|
11285
11467
|
|
|
11286
|
-
sig { params(request: Models::Operations::AtsListApplicationChangesRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsListApplicationChangesResponse) }
|
|
11287
|
-
def list_application_changes(request:, retries: nil, timeout_ms: nil)
|
|
11468
|
+
sig { params(request: Models::Operations::AtsListApplicationChangesRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsListApplicationChangesResponse) }
|
|
11469
|
+
def list_application_changes(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
11288
11470
|
# list_application_changes - List Application Changes
|
|
11471
|
+
#
|
|
11472
|
+
# If set, this operation will use `password` from the global security.
|
|
11289
11473
|
url, params = @sdk_configuration.get_server_details
|
|
11290
11474
|
base_url = Utils.template_url(url, params)
|
|
11291
11475
|
url = Utils.generate_url(
|
|
@@ -11317,7 +11501,7 @@ module StackOne
|
|
|
11317
11501
|
|
|
11318
11502
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
11319
11503
|
timeout ||= @sdk_configuration.timeout
|
|
11320
|
-
|
|
11504
|
+
|
|
11321
11505
|
|
|
11322
11506
|
connection = @sdk_configuration.client.dup
|
|
11323
11507
|
connection.request :retry, retry_options
|
|
@@ -11333,13 +11517,16 @@ module StackOne
|
|
|
11333
11517
|
error = T.let(nil, T.nilable(StandardError))
|
|
11334
11518
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
11335
11519
|
|
|
11336
|
-
|
|
11520
|
+
|
|
11337
11521
|
begin
|
|
11338
11522
|
http_response = T.must(connection).get(url) do |req|
|
|
11339
11523
|
req.headers.merge!(headers)
|
|
11340
11524
|
req.options.timeout = timeout unless timeout.nil?
|
|
11341
11525
|
req.params = query_params
|
|
11342
|
-
Utils.configure_request_security(req, security)
|
|
11526
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
11527
|
+
http_headers&.each do |key, value|
|
|
11528
|
+
req.headers[key.to_s] = value
|
|
11529
|
+
end
|
|
11343
11530
|
|
|
11344
11531
|
@sdk_configuration.hooks.before_request(
|
|
11345
11532
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -11367,13 +11554,13 @@ module StackOne
|
|
|
11367
11554
|
response: http_response
|
|
11368
11555
|
)
|
|
11369
11556
|
end
|
|
11370
|
-
|
|
11557
|
+
|
|
11371
11558
|
if http_response.nil?
|
|
11372
11559
|
raise error if !error.nil?
|
|
11373
11560
|
raise 'no response'
|
|
11374
11561
|
end
|
|
11375
11562
|
end
|
|
11376
|
-
|
|
11563
|
+
|
|
11377
11564
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
11378
11565
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
11379
11566
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -11416,7 +11603,8 @@ module StackOne
|
|
|
11416
11603
|
proxy: request.proxy,
|
|
11417
11604
|
raw: request.raw,
|
|
11418
11605
|
x_account_id: request.x_account_id
|
|
11419
|
-
)
|
|
11606
|
+
),
|
|
11607
|
+
http_headers: http_headers
|
|
11420
11608
|
)
|
|
11421
11609
|
end
|
|
11422
11610
|
|
|
@@ -11604,9 +11792,11 @@ module StackOne
|
|
|
11604
11792
|
end
|
|
11605
11793
|
|
|
11606
11794
|
|
|
11607
|
-
sig { params(request: Models::Operations::AtsListApplicationCustomFieldDefinitionsRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsListApplicationCustomFieldDefinitionsResponse) }
|
|
11608
|
-
def list_application_custom_field_definitions(request:, retries: nil, timeout_ms: nil)
|
|
11795
|
+
sig { params(request: Models::Operations::AtsListApplicationCustomFieldDefinitionsRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsListApplicationCustomFieldDefinitionsResponse) }
|
|
11796
|
+
def list_application_custom_field_definitions(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
11609
11797
|
# list_application_custom_field_definitions - List Application Custom Field Definitions
|
|
11798
|
+
#
|
|
11799
|
+
# If set, this operation will use `password` from the global security.
|
|
11610
11800
|
url, params = @sdk_configuration.get_server_details
|
|
11611
11801
|
base_url = Utils.template_url(url, params)
|
|
11612
11802
|
url = "#{base_url}/unified/ats/custom_field_definitions/applications"
|
|
@@ -11633,7 +11823,7 @@ module StackOne
|
|
|
11633
11823
|
|
|
11634
11824
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
11635
11825
|
timeout ||= @sdk_configuration.timeout
|
|
11636
|
-
|
|
11826
|
+
|
|
11637
11827
|
|
|
11638
11828
|
connection = @sdk_configuration.client.dup
|
|
11639
11829
|
connection.request :retry, retry_options
|
|
@@ -11649,13 +11839,16 @@ module StackOne
|
|
|
11649
11839
|
error = T.let(nil, T.nilable(StandardError))
|
|
11650
11840
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
11651
11841
|
|
|
11652
|
-
|
|
11842
|
+
|
|
11653
11843
|
begin
|
|
11654
11844
|
http_response = T.must(connection).get(url) do |req|
|
|
11655
11845
|
req.headers.merge!(headers)
|
|
11656
11846
|
req.options.timeout = timeout unless timeout.nil?
|
|
11657
11847
|
req.params = query_params
|
|
11658
|
-
Utils.configure_request_security(req, security)
|
|
11848
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
11849
|
+
http_headers&.each do |key, value|
|
|
11850
|
+
req.headers[key.to_s] = value
|
|
11851
|
+
end
|
|
11659
11852
|
|
|
11660
11853
|
@sdk_configuration.hooks.before_request(
|
|
11661
11854
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -11683,13 +11876,13 @@ module StackOne
|
|
|
11683
11876
|
response: http_response
|
|
11684
11877
|
)
|
|
11685
11878
|
end
|
|
11686
|
-
|
|
11879
|
+
|
|
11687
11880
|
if http_response.nil?
|
|
11688
11881
|
raise error if !error.nil?
|
|
11689
11882
|
raise 'no response'
|
|
11690
11883
|
end
|
|
11691
11884
|
end
|
|
11692
|
-
|
|
11885
|
+
|
|
11693
11886
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
11694
11887
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
11695
11888
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -11733,7 +11926,8 @@ module StackOne
|
|
|
11733
11926
|
raw: request.raw,
|
|
11734
11927
|
updated_after: request.updated_after,
|
|
11735
11928
|
x_account_id: request.x_account_id
|
|
11736
|
-
)
|
|
11929
|
+
),
|
|
11930
|
+
http_headers: http_headers
|
|
11737
11931
|
)
|
|
11738
11932
|
end
|
|
11739
11933
|
|
|
@@ -11921,9 +12115,11 @@ module StackOne
|
|
|
11921
12115
|
end
|
|
11922
12116
|
|
|
11923
12117
|
|
|
11924
|
-
sig { params(request: Models::Operations::AtsListApplicationDocumentCategoriesRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsListApplicationDocumentCategoriesResponse) }
|
|
11925
|
-
def list_application_document_categories(request:, retries: nil, timeout_ms: nil)
|
|
12118
|
+
sig { params(request: Models::Operations::AtsListApplicationDocumentCategoriesRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsListApplicationDocumentCategoriesResponse) }
|
|
12119
|
+
def list_application_document_categories(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
11926
12120
|
# list_application_document_categories - List Application Document Categories
|
|
12121
|
+
#
|
|
12122
|
+
# If set, this operation will use `password` from the global security.
|
|
11927
12123
|
url, params = @sdk_configuration.get_server_details
|
|
11928
12124
|
base_url = Utils.template_url(url, params)
|
|
11929
12125
|
url = "#{base_url}/unified/ats/documents/application_categories"
|
|
@@ -11950,7 +12146,7 @@ module StackOne
|
|
|
11950
12146
|
|
|
11951
12147
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
11952
12148
|
timeout ||= @sdk_configuration.timeout
|
|
11953
|
-
|
|
12149
|
+
|
|
11954
12150
|
|
|
11955
12151
|
connection = @sdk_configuration.client.dup
|
|
11956
12152
|
connection.request :retry, retry_options
|
|
@@ -11966,13 +12162,16 @@ module StackOne
|
|
|
11966
12162
|
error = T.let(nil, T.nilable(StandardError))
|
|
11967
12163
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
11968
12164
|
|
|
11969
|
-
|
|
12165
|
+
|
|
11970
12166
|
begin
|
|
11971
12167
|
http_response = T.must(connection).get(url) do |req|
|
|
11972
12168
|
req.headers.merge!(headers)
|
|
11973
12169
|
req.options.timeout = timeout unless timeout.nil?
|
|
11974
12170
|
req.params = query_params
|
|
11975
|
-
Utils.configure_request_security(req, security)
|
|
12171
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
12172
|
+
http_headers&.each do |key, value|
|
|
12173
|
+
req.headers[key.to_s] = value
|
|
12174
|
+
end
|
|
11976
12175
|
|
|
11977
12176
|
@sdk_configuration.hooks.before_request(
|
|
11978
12177
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -12000,13 +12199,13 @@ module StackOne
|
|
|
12000
12199
|
response: http_response
|
|
12001
12200
|
)
|
|
12002
12201
|
end
|
|
12003
|
-
|
|
12202
|
+
|
|
12004
12203
|
if http_response.nil?
|
|
12005
12204
|
raise error if !error.nil?
|
|
12006
12205
|
raise 'no response'
|
|
12007
12206
|
end
|
|
12008
12207
|
end
|
|
12009
|
-
|
|
12208
|
+
|
|
12010
12209
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
12011
12210
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
12012
12211
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -12050,7 +12249,8 @@ module StackOne
|
|
|
12050
12249
|
raw: request.raw,
|
|
12051
12250
|
updated_after: request.updated_after,
|
|
12052
12251
|
x_account_id: request.x_account_id
|
|
12053
|
-
)
|
|
12252
|
+
),
|
|
12253
|
+
http_headers: http_headers
|
|
12054
12254
|
)
|
|
12055
12255
|
end
|
|
12056
12256
|
|
|
@@ -12238,9 +12438,11 @@ module StackOne
|
|
|
12238
12438
|
end
|
|
12239
12439
|
|
|
12240
12440
|
|
|
12241
|
-
sig { params(request: Models::Operations::AtsListApplicationDocumentsRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsListApplicationDocumentsResponse) }
|
|
12242
|
-
def list_application_documents(request:, retries: nil, timeout_ms: nil)
|
|
12441
|
+
sig { params(request: Models::Operations::AtsListApplicationDocumentsRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsListApplicationDocumentsResponse) }
|
|
12442
|
+
def list_application_documents(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
12243
12443
|
# list_application_documents - List Application Documents
|
|
12444
|
+
#
|
|
12445
|
+
# If set, this operation will use `password` from the global security.
|
|
12244
12446
|
url, params = @sdk_configuration.get_server_details
|
|
12245
12447
|
base_url = Utils.template_url(url, params)
|
|
12246
12448
|
url = Utils.generate_url(
|
|
@@ -12272,7 +12474,7 @@ module StackOne
|
|
|
12272
12474
|
|
|
12273
12475
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
12274
12476
|
timeout ||= @sdk_configuration.timeout
|
|
12275
|
-
|
|
12477
|
+
|
|
12276
12478
|
|
|
12277
12479
|
connection = @sdk_configuration.client.dup
|
|
12278
12480
|
connection.request :retry, retry_options
|
|
@@ -12288,13 +12490,16 @@ module StackOne
|
|
|
12288
12490
|
error = T.let(nil, T.nilable(StandardError))
|
|
12289
12491
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
12290
12492
|
|
|
12291
|
-
|
|
12493
|
+
|
|
12292
12494
|
begin
|
|
12293
12495
|
http_response = T.must(connection).get(url) do |req|
|
|
12294
12496
|
req.headers.merge!(headers)
|
|
12295
12497
|
req.options.timeout = timeout unless timeout.nil?
|
|
12296
12498
|
req.params = query_params
|
|
12297
|
-
Utils.configure_request_security(req, security)
|
|
12499
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
12500
|
+
http_headers&.each do |key, value|
|
|
12501
|
+
req.headers[key.to_s] = value
|
|
12502
|
+
end
|
|
12298
12503
|
|
|
12299
12504
|
@sdk_configuration.hooks.before_request(
|
|
12300
12505
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -12322,13 +12527,13 @@ module StackOne
|
|
|
12322
12527
|
response: http_response
|
|
12323
12528
|
)
|
|
12324
12529
|
end
|
|
12325
|
-
|
|
12530
|
+
|
|
12326
12531
|
if http_response.nil?
|
|
12327
12532
|
raise error if !error.nil?
|
|
12328
12533
|
raise 'no response'
|
|
12329
12534
|
end
|
|
12330
12535
|
end
|
|
12331
|
-
|
|
12536
|
+
|
|
12332
12537
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
12333
12538
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
12334
12539
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -12374,7 +12579,8 @@ module StackOne
|
|
|
12374
12579
|
sync_token: request.sync_token,
|
|
12375
12580
|
updated_after: request.updated_after,
|
|
12376
12581
|
x_account_id: request.x_account_id
|
|
12377
|
-
)
|
|
12582
|
+
),
|
|
12583
|
+
http_headers: http_headers
|
|
12378
12584
|
)
|
|
12379
12585
|
end
|
|
12380
12586
|
|
|
@@ -12562,9 +12768,11 @@ module StackOne
|
|
|
12562
12768
|
end
|
|
12563
12769
|
|
|
12564
12770
|
|
|
12565
|
-
sig { params(request: Models::Operations::AtsListApplicationNotesRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsListApplicationNotesResponse) }
|
|
12566
|
-
def list_application_notes(request:, retries: nil, timeout_ms: nil)
|
|
12771
|
+
sig { params(request: Models::Operations::AtsListApplicationNotesRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsListApplicationNotesResponse) }
|
|
12772
|
+
def list_application_notes(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
12567
12773
|
# list_application_notes - List Application Notes
|
|
12774
|
+
#
|
|
12775
|
+
# If set, this operation will use `password` from the global security.
|
|
12568
12776
|
url, params = @sdk_configuration.get_server_details
|
|
12569
12777
|
base_url = Utils.template_url(url, params)
|
|
12570
12778
|
url = Utils.generate_url(
|
|
@@ -12596,7 +12804,7 @@ module StackOne
|
|
|
12596
12804
|
|
|
12597
12805
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
12598
12806
|
timeout ||= @sdk_configuration.timeout
|
|
12599
|
-
|
|
12807
|
+
|
|
12600
12808
|
|
|
12601
12809
|
connection = @sdk_configuration.client.dup
|
|
12602
12810
|
connection.request :retry, retry_options
|
|
@@ -12612,13 +12820,16 @@ module StackOne
|
|
|
12612
12820
|
error = T.let(nil, T.nilable(StandardError))
|
|
12613
12821
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
12614
12822
|
|
|
12615
|
-
|
|
12823
|
+
|
|
12616
12824
|
begin
|
|
12617
12825
|
http_response = T.must(connection).get(url) do |req|
|
|
12618
12826
|
req.headers.merge!(headers)
|
|
12619
12827
|
req.options.timeout = timeout unless timeout.nil?
|
|
12620
12828
|
req.params = query_params
|
|
12621
|
-
Utils.configure_request_security(req, security)
|
|
12829
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
12830
|
+
http_headers&.each do |key, value|
|
|
12831
|
+
req.headers[key.to_s] = value
|
|
12832
|
+
end
|
|
12622
12833
|
|
|
12623
12834
|
@sdk_configuration.hooks.before_request(
|
|
12624
12835
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -12646,13 +12857,13 @@ module StackOne
|
|
|
12646
12857
|
response: http_response
|
|
12647
12858
|
)
|
|
12648
12859
|
end
|
|
12649
|
-
|
|
12860
|
+
|
|
12650
12861
|
if http_response.nil?
|
|
12651
12862
|
raise error if !error.nil?
|
|
12652
12863
|
raise 'no response'
|
|
12653
12864
|
end
|
|
12654
12865
|
end
|
|
12655
|
-
|
|
12866
|
+
|
|
12656
12867
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
12657
12868
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
12658
12869
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -12698,7 +12909,8 @@ module StackOne
|
|
|
12698
12909
|
sync_token: request.sync_token,
|
|
12699
12910
|
updated_after: request.updated_after,
|
|
12700
12911
|
x_account_id: request.x_account_id
|
|
12701
|
-
)
|
|
12912
|
+
),
|
|
12913
|
+
http_headers: http_headers
|
|
12702
12914
|
)
|
|
12703
12915
|
end
|
|
12704
12916
|
|
|
@@ -12886,9 +13098,11 @@ module StackOne
|
|
|
12886
13098
|
end
|
|
12887
13099
|
|
|
12888
13100
|
|
|
12889
|
-
sig { params(request: Models::Operations::AtsListApplicationScorecardsRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsListApplicationScorecardsResponse) }
|
|
12890
|
-
def list_application_scorecards(request:, retries: nil, timeout_ms: nil)
|
|
13101
|
+
sig { params(request: Models::Operations::AtsListApplicationScorecardsRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsListApplicationScorecardsResponse) }
|
|
13102
|
+
def list_application_scorecards(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
12891
13103
|
# list_application_scorecards - List Application Scorecards
|
|
13104
|
+
#
|
|
13105
|
+
# If set, this operation will use `password` from the global security.
|
|
12892
13106
|
url, params = @sdk_configuration.get_server_details
|
|
12893
13107
|
base_url = Utils.template_url(url, params)
|
|
12894
13108
|
url = Utils.generate_url(
|
|
@@ -12920,7 +13134,7 @@ module StackOne
|
|
|
12920
13134
|
|
|
12921
13135
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
12922
13136
|
timeout ||= @sdk_configuration.timeout
|
|
12923
|
-
|
|
13137
|
+
|
|
12924
13138
|
|
|
12925
13139
|
connection = @sdk_configuration.client.dup
|
|
12926
13140
|
connection.request :retry, retry_options
|
|
@@ -12936,13 +13150,16 @@ module StackOne
|
|
|
12936
13150
|
error = T.let(nil, T.nilable(StandardError))
|
|
12937
13151
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
12938
13152
|
|
|
12939
|
-
|
|
13153
|
+
|
|
12940
13154
|
begin
|
|
12941
13155
|
http_response = T.must(connection).get(url) do |req|
|
|
12942
13156
|
req.headers.merge!(headers)
|
|
12943
13157
|
req.options.timeout = timeout unless timeout.nil?
|
|
12944
13158
|
req.params = query_params
|
|
12945
|
-
Utils.configure_request_security(req, security)
|
|
13159
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
13160
|
+
http_headers&.each do |key, value|
|
|
13161
|
+
req.headers[key.to_s] = value
|
|
13162
|
+
end
|
|
12946
13163
|
|
|
12947
13164
|
@sdk_configuration.hooks.before_request(
|
|
12948
13165
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -12970,13 +13187,13 @@ module StackOne
|
|
|
12970
13187
|
response: http_response
|
|
12971
13188
|
)
|
|
12972
13189
|
end
|
|
12973
|
-
|
|
13190
|
+
|
|
12974
13191
|
if http_response.nil?
|
|
12975
13192
|
raise error if !error.nil?
|
|
12976
13193
|
raise 'no response'
|
|
12977
13194
|
end
|
|
12978
13195
|
end
|
|
12979
|
-
|
|
13196
|
+
|
|
12980
13197
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
12981
13198
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
12982
13199
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -13022,7 +13239,8 @@ module StackOne
|
|
|
13022
13239
|
sync_token: request.sync_token,
|
|
13023
13240
|
updated_after: request.updated_after,
|
|
13024
13241
|
x_account_id: request.x_account_id
|
|
13025
|
-
)
|
|
13242
|
+
),
|
|
13243
|
+
http_headers: http_headers
|
|
13026
13244
|
)
|
|
13027
13245
|
end
|
|
13028
13246
|
|
|
@@ -13210,9 +13428,11 @@ module StackOne
|
|
|
13210
13428
|
end
|
|
13211
13429
|
|
|
13212
13430
|
|
|
13213
|
-
sig { params(request: Models::Operations::AtsListApplicationStagesRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsListApplicationStagesResponse) }
|
|
13214
|
-
def list_application_stages(request:, retries: nil, timeout_ms: nil)
|
|
13431
|
+
sig { params(request: Models::Operations::AtsListApplicationStagesRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsListApplicationStagesResponse) }
|
|
13432
|
+
def list_application_stages(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
13215
13433
|
# list_application_stages - List Application Stages
|
|
13434
|
+
#
|
|
13435
|
+
# If set, this operation will use `password` from the global security.
|
|
13216
13436
|
url, params = @sdk_configuration.get_server_details
|
|
13217
13437
|
base_url = Utils.template_url(url, params)
|
|
13218
13438
|
url = "#{base_url}/unified/ats/application_stages"
|
|
@@ -13239,7 +13459,7 @@ module StackOne
|
|
|
13239
13459
|
|
|
13240
13460
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
13241
13461
|
timeout ||= @sdk_configuration.timeout
|
|
13242
|
-
|
|
13462
|
+
|
|
13243
13463
|
|
|
13244
13464
|
connection = @sdk_configuration.client.dup
|
|
13245
13465
|
connection.request :retry, retry_options
|
|
@@ -13255,13 +13475,16 @@ module StackOne
|
|
|
13255
13475
|
error = T.let(nil, T.nilable(StandardError))
|
|
13256
13476
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
13257
13477
|
|
|
13258
|
-
|
|
13478
|
+
|
|
13259
13479
|
begin
|
|
13260
13480
|
http_response = T.must(connection).get(url) do |req|
|
|
13261
13481
|
req.headers.merge!(headers)
|
|
13262
13482
|
req.options.timeout = timeout unless timeout.nil?
|
|
13263
13483
|
req.params = query_params
|
|
13264
|
-
Utils.configure_request_security(req, security)
|
|
13484
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
13485
|
+
http_headers&.each do |key, value|
|
|
13486
|
+
req.headers[key.to_s] = value
|
|
13487
|
+
end
|
|
13265
13488
|
|
|
13266
13489
|
@sdk_configuration.hooks.before_request(
|
|
13267
13490
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -13289,13 +13512,13 @@ module StackOne
|
|
|
13289
13512
|
response: http_response
|
|
13290
13513
|
)
|
|
13291
13514
|
end
|
|
13292
|
-
|
|
13515
|
+
|
|
13293
13516
|
if http_response.nil?
|
|
13294
13517
|
raise error if !error.nil?
|
|
13295
13518
|
raise 'no response'
|
|
13296
13519
|
end
|
|
13297
13520
|
end
|
|
13298
|
-
|
|
13521
|
+
|
|
13299
13522
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
13300
13523
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
13301
13524
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -13340,7 +13563,8 @@ module StackOne
|
|
|
13340
13563
|
sync_token: request.sync_token,
|
|
13341
13564
|
updated_after: request.updated_after,
|
|
13342
13565
|
x_account_id: request.x_account_id
|
|
13343
|
-
)
|
|
13566
|
+
),
|
|
13567
|
+
http_headers: http_headers
|
|
13344
13568
|
)
|
|
13345
13569
|
end
|
|
13346
13570
|
|
|
@@ -13528,9 +13752,11 @@ module StackOne
|
|
|
13528
13752
|
end
|
|
13529
13753
|
|
|
13530
13754
|
|
|
13531
|
-
sig { params(request: Models::Operations::AtsListApplicationsRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsListApplicationsResponse) }
|
|
13532
|
-
def list_applications(request:, retries: nil, timeout_ms: nil)
|
|
13755
|
+
sig { params(request: Models::Operations::AtsListApplicationsRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsListApplicationsResponse) }
|
|
13756
|
+
def list_applications(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
13533
13757
|
# list_applications - List Applications
|
|
13758
|
+
#
|
|
13759
|
+
# If set, this operation will use `password` from the global security.
|
|
13534
13760
|
url, params = @sdk_configuration.get_server_details
|
|
13535
13761
|
base_url = Utils.template_url(url, params)
|
|
13536
13762
|
url = "#{base_url}/unified/ats/applications"
|
|
@@ -13557,7 +13783,7 @@ module StackOne
|
|
|
13557
13783
|
|
|
13558
13784
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
13559
13785
|
timeout ||= @sdk_configuration.timeout
|
|
13560
|
-
|
|
13786
|
+
|
|
13561
13787
|
|
|
13562
13788
|
connection = @sdk_configuration.client.dup
|
|
13563
13789
|
connection.request :retry, retry_options
|
|
@@ -13573,13 +13799,16 @@ module StackOne
|
|
|
13573
13799
|
error = T.let(nil, T.nilable(StandardError))
|
|
13574
13800
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
13575
13801
|
|
|
13576
|
-
|
|
13802
|
+
|
|
13577
13803
|
begin
|
|
13578
13804
|
http_response = T.must(connection).get(url) do |req|
|
|
13579
13805
|
req.headers.merge!(headers)
|
|
13580
13806
|
req.options.timeout = timeout unless timeout.nil?
|
|
13581
13807
|
req.params = query_params
|
|
13582
|
-
Utils.configure_request_security(req, security)
|
|
13808
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
13809
|
+
http_headers&.each do |key, value|
|
|
13810
|
+
req.headers[key.to_s] = value
|
|
13811
|
+
end
|
|
13583
13812
|
|
|
13584
13813
|
@sdk_configuration.hooks.before_request(
|
|
13585
13814
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -13607,13 +13836,13 @@ module StackOne
|
|
|
13607
13836
|
response: http_response
|
|
13608
13837
|
)
|
|
13609
13838
|
end
|
|
13610
|
-
|
|
13839
|
+
|
|
13611
13840
|
if http_response.nil?
|
|
13612
13841
|
raise error if !error.nil?
|
|
13613
13842
|
raise 'no response'
|
|
13614
13843
|
end
|
|
13615
13844
|
end
|
|
13616
|
-
|
|
13845
|
+
|
|
13617
13846
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
13618
13847
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
13619
13848
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -13661,7 +13890,8 @@ module StackOne
|
|
|
13661
13890
|
sync_token: request.sync_token,
|
|
13662
13891
|
updated_after: request.updated_after,
|
|
13663
13892
|
x_account_id: request.x_account_id
|
|
13664
|
-
)
|
|
13893
|
+
),
|
|
13894
|
+
http_headers: http_headers
|
|
13665
13895
|
)
|
|
13666
13896
|
end
|
|
13667
13897
|
|
|
@@ -13849,9 +14079,11 @@ module StackOne
|
|
|
13849
14079
|
end
|
|
13850
14080
|
|
|
13851
14081
|
|
|
13852
|
-
sig { params(request: Models::Operations::AtsListApplicationsOffersRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsListApplicationsOffersResponse) }
|
|
13853
|
-
def list_applications_offers(request:, retries: nil, timeout_ms: nil)
|
|
14082
|
+
sig { params(request: Models::Operations::AtsListApplicationsOffersRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsListApplicationsOffersResponse) }
|
|
14083
|
+
def list_applications_offers(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
13854
14084
|
# list_applications_offers - List Application Offers
|
|
14085
|
+
#
|
|
14086
|
+
# If set, this operation will use `password` from the global security.
|
|
13855
14087
|
url, params = @sdk_configuration.get_server_details
|
|
13856
14088
|
base_url = Utils.template_url(url, params)
|
|
13857
14089
|
url = Utils.generate_url(
|
|
@@ -13883,7 +14115,7 @@ module StackOne
|
|
|
13883
14115
|
|
|
13884
14116
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
13885
14117
|
timeout ||= @sdk_configuration.timeout
|
|
13886
|
-
|
|
14118
|
+
|
|
13887
14119
|
|
|
13888
14120
|
connection = @sdk_configuration.client.dup
|
|
13889
14121
|
connection.request :retry, retry_options
|
|
@@ -13899,13 +14131,16 @@ module StackOne
|
|
|
13899
14131
|
error = T.let(nil, T.nilable(StandardError))
|
|
13900
14132
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
13901
14133
|
|
|
13902
|
-
|
|
14134
|
+
|
|
13903
14135
|
begin
|
|
13904
14136
|
http_response = T.must(connection).get(url) do |req|
|
|
13905
14137
|
req.headers.merge!(headers)
|
|
13906
14138
|
req.options.timeout = timeout unless timeout.nil?
|
|
13907
14139
|
req.params = query_params
|
|
13908
|
-
Utils.configure_request_security(req, security)
|
|
14140
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
14141
|
+
http_headers&.each do |key, value|
|
|
14142
|
+
req.headers[key.to_s] = value
|
|
14143
|
+
end
|
|
13909
14144
|
|
|
13910
14145
|
@sdk_configuration.hooks.before_request(
|
|
13911
14146
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -13933,13 +14168,13 @@ module StackOne
|
|
|
13933
14168
|
response: http_response
|
|
13934
14169
|
)
|
|
13935
14170
|
end
|
|
13936
|
-
|
|
14171
|
+
|
|
13937
14172
|
if http_response.nil?
|
|
13938
14173
|
raise error if !error.nil?
|
|
13939
14174
|
raise 'no response'
|
|
13940
14175
|
end
|
|
13941
14176
|
end
|
|
13942
|
-
|
|
14177
|
+
|
|
13943
14178
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
13944
14179
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
13945
14180
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -13985,7 +14220,8 @@ module StackOne
|
|
|
13985
14220
|
sync_token: request.sync_token,
|
|
13986
14221
|
updated_after: request.updated_after,
|
|
13987
14222
|
x_account_id: request.x_account_id
|
|
13988
|
-
)
|
|
14223
|
+
),
|
|
14224
|
+
http_headers: http_headers
|
|
13989
14225
|
)
|
|
13990
14226
|
end
|
|
13991
14227
|
|
|
@@ -14173,9 +14409,11 @@ module StackOne
|
|
|
14173
14409
|
end
|
|
14174
14410
|
|
|
14175
14411
|
|
|
14176
|
-
sig { params(request: Models::Operations::AtsListApplicationsScheduledInterviewsRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsListApplicationsScheduledInterviewsResponse) }
|
|
14177
|
-
def list_applications_scheduled_interviews(request:, retries: nil, timeout_ms: nil)
|
|
14412
|
+
sig { params(request: Models::Operations::AtsListApplicationsScheduledInterviewsRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsListApplicationsScheduledInterviewsResponse) }
|
|
14413
|
+
def list_applications_scheduled_interviews(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
14178
14414
|
# list_applications_scheduled_interviews - List Applications scheduled interviews
|
|
14415
|
+
#
|
|
14416
|
+
# If set, this operation will use `password` from the global security.
|
|
14179
14417
|
url, params = @sdk_configuration.get_server_details
|
|
14180
14418
|
base_url = Utils.template_url(url, params)
|
|
14181
14419
|
url = Utils.generate_url(
|
|
@@ -14207,7 +14445,7 @@ module StackOne
|
|
|
14207
14445
|
|
|
14208
14446
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
14209
14447
|
timeout ||= @sdk_configuration.timeout
|
|
14210
|
-
|
|
14448
|
+
|
|
14211
14449
|
|
|
14212
14450
|
connection = @sdk_configuration.client.dup
|
|
14213
14451
|
connection.request :retry, retry_options
|
|
@@ -14223,13 +14461,16 @@ module StackOne
|
|
|
14223
14461
|
error = T.let(nil, T.nilable(StandardError))
|
|
14224
14462
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
14225
14463
|
|
|
14226
|
-
|
|
14464
|
+
|
|
14227
14465
|
begin
|
|
14228
14466
|
http_response = T.must(connection).get(url) do |req|
|
|
14229
14467
|
req.headers.merge!(headers)
|
|
14230
14468
|
req.options.timeout = timeout unless timeout.nil?
|
|
14231
14469
|
req.params = query_params
|
|
14232
|
-
Utils.configure_request_security(req, security)
|
|
14470
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
14471
|
+
http_headers&.each do |key, value|
|
|
14472
|
+
req.headers[key.to_s] = value
|
|
14473
|
+
end
|
|
14233
14474
|
|
|
14234
14475
|
@sdk_configuration.hooks.before_request(
|
|
14235
14476
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -14257,13 +14498,13 @@ module StackOne
|
|
|
14257
14498
|
response: http_response
|
|
14258
14499
|
)
|
|
14259
14500
|
end
|
|
14260
|
-
|
|
14501
|
+
|
|
14261
14502
|
if http_response.nil?
|
|
14262
14503
|
raise error if !error.nil?
|
|
14263
14504
|
raise 'no response'
|
|
14264
14505
|
end
|
|
14265
14506
|
end
|
|
14266
|
-
|
|
14507
|
+
|
|
14267
14508
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
14268
14509
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
14269
14510
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -14309,7 +14550,8 @@ module StackOne
|
|
|
14309
14550
|
sync_token: request.sync_token,
|
|
14310
14551
|
updated_after: request.updated_after,
|
|
14311
14552
|
x_account_id: request.x_account_id
|
|
14312
|
-
)
|
|
14553
|
+
),
|
|
14554
|
+
http_headers: http_headers
|
|
14313
14555
|
)
|
|
14314
14556
|
end
|
|
14315
14557
|
|
|
@@ -14497,9 +14739,11 @@ module StackOne
|
|
|
14497
14739
|
end
|
|
14498
14740
|
|
|
14499
14741
|
|
|
14500
|
-
sig { params(request: Models::Operations::AtsListAssessmentsPackagesRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsListAssessmentsPackagesResponse) }
|
|
14501
|
-
def list_assessments_packages(request:, retries: nil, timeout_ms: nil)
|
|
14742
|
+
sig { params(request: Models::Operations::AtsListAssessmentsPackagesRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsListAssessmentsPackagesResponse) }
|
|
14743
|
+
def list_assessments_packages(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
14502
14744
|
# list_assessments_packages - List Assessments Packages
|
|
14745
|
+
#
|
|
14746
|
+
# If set, this operation will use `password` from the global security.
|
|
14503
14747
|
url, params = @sdk_configuration.get_server_details
|
|
14504
14748
|
base_url = Utils.template_url(url, params)
|
|
14505
14749
|
url = "#{base_url}/unified/ats/assessments/packages"
|
|
@@ -14526,7 +14770,7 @@ module StackOne
|
|
|
14526
14770
|
|
|
14527
14771
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
14528
14772
|
timeout ||= @sdk_configuration.timeout
|
|
14529
|
-
|
|
14773
|
+
|
|
14530
14774
|
|
|
14531
14775
|
connection = @sdk_configuration.client.dup
|
|
14532
14776
|
connection.request :retry, retry_options
|
|
@@ -14542,13 +14786,16 @@ module StackOne
|
|
|
14542
14786
|
error = T.let(nil, T.nilable(StandardError))
|
|
14543
14787
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
14544
14788
|
|
|
14545
|
-
|
|
14789
|
+
|
|
14546
14790
|
begin
|
|
14547
14791
|
http_response = T.must(connection).get(url) do |req|
|
|
14548
14792
|
req.headers.merge!(headers)
|
|
14549
14793
|
req.options.timeout = timeout unless timeout.nil?
|
|
14550
14794
|
req.params = query_params
|
|
14551
|
-
Utils.configure_request_security(req, security)
|
|
14795
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
14796
|
+
http_headers&.each do |key, value|
|
|
14797
|
+
req.headers[key.to_s] = value
|
|
14798
|
+
end
|
|
14552
14799
|
|
|
14553
14800
|
@sdk_configuration.hooks.before_request(
|
|
14554
14801
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -14576,13 +14823,13 @@ module StackOne
|
|
|
14576
14823
|
response: http_response
|
|
14577
14824
|
)
|
|
14578
14825
|
end
|
|
14579
|
-
|
|
14826
|
+
|
|
14580
14827
|
if http_response.nil?
|
|
14581
14828
|
raise error if !error.nil?
|
|
14582
14829
|
raise 'no response'
|
|
14583
14830
|
end
|
|
14584
14831
|
end
|
|
14585
|
-
|
|
14832
|
+
|
|
14586
14833
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
14587
14834
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
14588
14835
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -14626,7 +14873,8 @@ module StackOne
|
|
|
14626
14873
|
raw: request.raw,
|
|
14627
14874
|
updated_after: request.updated_after,
|
|
14628
14875
|
x_account_id: request.x_account_id
|
|
14629
|
-
)
|
|
14876
|
+
),
|
|
14877
|
+
http_headers: http_headers
|
|
14630
14878
|
)
|
|
14631
14879
|
end
|
|
14632
14880
|
|
|
@@ -14814,9 +15062,11 @@ module StackOne
|
|
|
14814
15062
|
end
|
|
14815
15063
|
|
|
14816
15064
|
|
|
14817
|
-
sig { params(request: Models::Operations::AtsListBackgroundCheckPackagesRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsListBackgroundCheckPackagesResponse) }
|
|
14818
|
-
def list_background_check_packages(request:, retries: nil, timeout_ms: nil)
|
|
15065
|
+
sig { params(request: Models::Operations::AtsListBackgroundCheckPackagesRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsListBackgroundCheckPackagesResponse) }
|
|
15066
|
+
def list_background_check_packages(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
14819
15067
|
# list_background_check_packages - List Background Check Packages
|
|
15068
|
+
#
|
|
15069
|
+
# If set, this operation will use `password` from the global security.
|
|
14820
15070
|
url, params = @sdk_configuration.get_server_details
|
|
14821
15071
|
base_url = Utils.template_url(url, params)
|
|
14822
15072
|
url = "#{base_url}/unified/ats/background_checks/packages"
|
|
@@ -14843,7 +15093,7 @@ module StackOne
|
|
|
14843
15093
|
|
|
14844
15094
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
14845
15095
|
timeout ||= @sdk_configuration.timeout
|
|
14846
|
-
|
|
15096
|
+
|
|
14847
15097
|
|
|
14848
15098
|
connection = @sdk_configuration.client.dup
|
|
14849
15099
|
connection.request :retry, retry_options
|
|
@@ -14859,13 +15109,16 @@ module StackOne
|
|
|
14859
15109
|
error = T.let(nil, T.nilable(StandardError))
|
|
14860
15110
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
14861
15111
|
|
|
14862
|
-
|
|
15112
|
+
|
|
14863
15113
|
begin
|
|
14864
15114
|
http_response = T.must(connection).get(url) do |req|
|
|
14865
15115
|
req.headers.merge!(headers)
|
|
14866
15116
|
req.options.timeout = timeout unless timeout.nil?
|
|
14867
15117
|
req.params = query_params
|
|
14868
|
-
Utils.configure_request_security(req, security)
|
|
15118
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
15119
|
+
http_headers&.each do |key, value|
|
|
15120
|
+
req.headers[key.to_s] = value
|
|
15121
|
+
end
|
|
14869
15122
|
|
|
14870
15123
|
@sdk_configuration.hooks.before_request(
|
|
14871
15124
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -14893,13 +15146,13 @@ module StackOne
|
|
|
14893
15146
|
response: http_response
|
|
14894
15147
|
)
|
|
14895
15148
|
end
|
|
14896
|
-
|
|
15149
|
+
|
|
14897
15150
|
if http_response.nil?
|
|
14898
15151
|
raise error if !error.nil?
|
|
14899
15152
|
raise 'no response'
|
|
14900
15153
|
end
|
|
14901
15154
|
end
|
|
14902
|
-
|
|
15155
|
+
|
|
14903
15156
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
14904
15157
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
14905
15158
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -14943,7 +15196,8 @@ module StackOne
|
|
|
14943
15196
|
raw: request.raw,
|
|
14944
15197
|
updated_after: request.updated_after,
|
|
14945
15198
|
x_account_id: request.x_account_id
|
|
14946
|
-
)
|
|
15199
|
+
),
|
|
15200
|
+
http_headers: http_headers
|
|
14947
15201
|
)
|
|
14948
15202
|
end
|
|
14949
15203
|
|
|
@@ -15131,9 +15385,11 @@ module StackOne
|
|
|
15131
15385
|
end
|
|
15132
15386
|
|
|
15133
15387
|
|
|
15134
|
-
sig { params(request: Models::Operations::AtsListCandidateCustomFieldDefinitionsRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsListCandidateCustomFieldDefinitionsResponse) }
|
|
15135
|
-
def list_candidate_custom_field_definitions(request:, retries: nil, timeout_ms: nil)
|
|
15388
|
+
sig { params(request: Models::Operations::AtsListCandidateCustomFieldDefinitionsRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsListCandidateCustomFieldDefinitionsResponse) }
|
|
15389
|
+
def list_candidate_custom_field_definitions(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
15136
15390
|
# list_candidate_custom_field_definitions - List Candidate Custom Field Definitions
|
|
15391
|
+
#
|
|
15392
|
+
# If set, this operation will use `password` from the global security.
|
|
15137
15393
|
url, params = @sdk_configuration.get_server_details
|
|
15138
15394
|
base_url = Utils.template_url(url, params)
|
|
15139
15395
|
url = "#{base_url}/unified/ats/custom_field_definitions/candidates"
|
|
@@ -15160,7 +15416,7 @@ module StackOne
|
|
|
15160
15416
|
|
|
15161
15417
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
15162
15418
|
timeout ||= @sdk_configuration.timeout
|
|
15163
|
-
|
|
15419
|
+
|
|
15164
15420
|
|
|
15165
15421
|
connection = @sdk_configuration.client.dup
|
|
15166
15422
|
connection.request :retry, retry_options
|
|
@@ -15176,13 +15432,16 @@ module StackOne
|
|
|
15176
15432
|
error = T.let(nil, T.nilable(StandardError))
|
|
15177
15433
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
15178
15434
|
|
|
15179
|
-
|
|
15435
|
+
|
|
15180
15436
|
begin
|
|
15181
15437
|
http_response = T.must(connection).get(url) do |req|
|
|
15182
15438
|
req.headers.merge!(headers)
|
|
15183
15439
|
req.options.timeout = timeout unless timeout.nil?
|
|
15184
15440
|
req.params = query_params
|
|
15185
|
-
Utils.configure_request_security(req, security)
|
|
15441
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
15442
|
+
http_headers&.each do |key, value|
|
|
15443
|
+
req.headers[key.to_s] = value
|
|
15444
|
+
end
|
|
15186
15445
|
|
|
15187
15446
|
@sdk_configuration.hooks.before_request(
|
|
15188
15447
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -15210,13 +15469,13 @@ module StackOne
|
|
|
15210
15469
|
response: http_response
|
|
15211
15470
|
)
|
|
15212
15471
|
end
|
|
15213
|
-
|
|
15472
|
+
|
|
15214
15473
|
if http_response.nil?
|
|
15215
15474
|
raise error if !error.nil?
|
|
15216
15475
|
raise 'no response'
|
|
15217
15476
|
end
|
|
15218
15477
|
end
|
|
15219
|
-
|
|
15478
|
+
|
|
15220
15479
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
15221
15480
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
15222
15481
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -15260,7 +15519,8 @@ module StackOne
|
|
|
15260
15519
|
raw: request.raw,
|
|
15261
15520
|
updated_after: request.updated_after,
|
|
15262
15521
|
x_account_id: request.x_account_id
|
|
15263
|
-
)
|
|
15522
|
+
),
|
|
15523
|
+
http_headers: http_headers
|
|
15264
15524
|
)
|
|
15265
15525
|
end
|
|
15266
15526
|
|
|
@@ -15448,9 +15708,11 @@ module StackOne
|
|
|
15448
15708
|
end
|
|
15449
15709
|
|
|
15450
15710
|
|
|
15451
|
-
sig { params(request: Models::Operations::AtsListCandidateNotesRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsListCandidateNotesResponse) }
|
|
15452
|
-
def list_candidate_notes(request:, retries: nil, timeout_ms: nil)
|
|
15711
|
+
sig { params(request: Models::Operations::AtsListCandidateNotesRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsListCandidateNotesResponse) }
|
|
15712
|
+
def list_candidate_notes(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
15453
15713
|
# list_candidate_notes - List Candidate Notes
|
|
15714
|
+
#
|
|
15715
|
+
# If set, this operation will use `password` from the global security.
|
|
15454
15716
|
url, params = @sdk_configuration.get_server_details
|
|
15455
15717
|
base_url = Utils.template_url(url, params)
|
|
15456
15718
|
url = Utils.generate_url(
|
|
@@ -15482,7 +15744,7 @@ module StackOne
|
|
|
15482
15744
|
|
|
15483
15745
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
15484
15746
|
timeout ||= @sdk_configuration.timeout
|
|
15485
|
-
|
|
15747
|
+
|
|
15486
15748
|
|
|
15487
15749
|
connection = @sdk_configuration.client.dup
|
|
15488
15750
|
connection.request :retry, retry_options
|
|
@@ -15498,13 +15760,16 @@ module StackOne
|
|
|
15498
15760
|
error = T.let(nil, T.nilable(StandardError))
|
|
15499
15761
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
15500
15762
|
|
|
15501
|
-
|
|
15763
|
+
|
|
15502
15764
|
begin
|
|
15503
15765
|
http_response = T.must(connection).get(url) do |req|
|
|
15504
15766
|
req.headers.merge!(headers)
|
|
15505
15767
|
req.options.timeout = timeout unless timeout.nil?
|
|
15506
15768
|
req.params = query_params
|
|
15507
|
-
Utils.configure_request_security(req, security)
|
|
15769
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
15770
|
+
http_headers&.each do |key, value|
|
|
15771
|
+
req.headers[key.to_s] = value
|
|
15772
|
+
end
|
|
15508
15773
|
|
|
15509
15774
|
@sdk_configuration.hooks.before_request(
|
|
15510
15775
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -15532,13 +15797,13 @@ module StackOne
|
|
|
15532
15797
|
response: http_response
|
|
15533
15798
|
)
|
|
15534
15799
|
end
|
|
15535
|
-
|
|
15800
|
+
|
|
15536
15801
|
if http_response.nil?
|
|
15537
15802
|
raise error if !error.nil?
|
|
15538
15803
|
raise 'no response'
|
|
15539
15804
|
end
|
|
15540
15805
|
end
|
|
15541
|
-
|
|
15806
|
+
|
|
15542
15807
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
15543
15808
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
15544
15809
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -15584,7 +15849,8 @@ module StackOne
|
|
|
15584
15849
|
sync_token: request.sync_token,
|
|
15585
15850
|
updated_after: request.updated_after,
|
|
15586
15851
|
x_account_id: request.x_account_id
|
|
15587
|
-
)
|
|
15852
|
+
),
|
|
15853
|
+
http_headers: http_headers
|
|
15588
15854
|
)
|
|
15589
15855
|
end
|
|
15590
15856
|
|
|
@@ -15772,9 +16038,11 @@ module StackOne
|
|
|
15772
16038
|
end
|
|
15773
16039
|
|
|
15774
16040
|
|
|
15775
|
-
sig { params(request: Models::Operations::AtsListCandidatesRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsListCandidatesResponse) }
|
|
15776
|
-
def list_candidates(request:, retries: nil, timeout_ms: nil)
|
|
16041
|
+
sig { params(request: Models::Operations::AtsListCandidatesRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsListCandidatesResponse) }
|
|
16042
|
+
def list_candidates(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
15777
16043
|
# list_candidates - List Candidates
|
|
16044
|
+
#
|
|
16045
|
+
# If set, this operation will use `password` from the global security.
|
|
15778
16046
|
url, params = @sdk_configuration.get_server_details
|
|
15779
16047
|
base_url = Utils.template_url(url, params)
|
|
15780
16048
|
url = "#{base_url}/unified/ats/candidates"
|
|
@@ -15801,7 +16069,7 @@ module StackOne
|
|
|
15801
16069
|
|
|
15802
16070
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
15803
16071
|
timeout ||= @sdk_configuration.timeout
|
|
15804
|
-
|
|
16072
|
+
|
|
15805
16073
|
|
|
15806
16074
|
connection = @sdk_configuration.client.dup
|
|
15807
16075
|
connection.request :retry, retry_options
|
|
@@ -15817,13 +16085,16 @@ module StackOne
|
|
|
15817
16085
|
error = T.let(nil, T.nilable(StandardError))
|
|
15818
16086
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
15819
16087
|
|
|
15820
|
-
|
|
16088
|
+
|
|
15821
16089
|
begin
|
|
15822
16090
|
http_response = T.must(connection).get(url) do |req|
|
|
15823
16091
|
req.headers.merge!(headers)
|
|
15824
16092
|
req.options.timeout = timeout unless timeout.nil?
|
|
15825
16093
|
req.params = query_params
|
|
15826
|
-
Utils.configure_request_security(req, security)
|
|
16094
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
16095
|
+
http_headers&.each do |key, value|
|
|
16096
|
+
req.headers[key.to_s] = value
|
|
16097
|
+
end
|
|
15827
16098
|
|
|
15828
16099
|
@sdk_configuration.hooks.before_request(
|
|
15829
16100
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -15851,13 +16122,13 @@ module StackOne
|
|
|
15851
16122
|
response: http_response
|
|
15852
16123
|
)
|
|
15853
16124
|
end
|
|
15854
|
-
|
|
16125
|
+
|
|
15855
16126
|
if http_response.nil?
|
|
15856
16127
|
raise error if !error.nil?
|
|
15857
16128
|
raise 'no response'
|
|
15858
16129
|
end
|
|
15859
16130
|
end
|
|
15860
|
-
|
|
16131
|
+
|
|
15861
16132
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
15862
16133
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
15863
16134
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -15903,7 +16174,8 @@ module StackOne
|
|
|
15903
16174
|
sync_token: request.sync_token,
|
|
15904
16175
|
updated_after: request.updated_after,
|
|
15905
16176
|
x_account_id: request.x_account_id
|
|
15906
|
-
)
|
|
16177
|
+
),
|
|
16178
|
+
http_headers: http_headers
|
|
15907
16179
|
)
|
|
15908
16180
|
end
|
|
15909
16181
|
|
|
@@ -16091,9 +16363,11 @@ module StackOne
|
|
|
16091
16363
|
end
|
|
16092
16364
|
|
|
16093
16365
|
|
|
16094
|
-
sig { params(request: Models::Operations::AtsListDepartmentsRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsListDepartmentsResponse) }
|
|
16095
|
-
def list_departments(request:, retries: nil, timeout_ms: nil)
|
|
16366
|
+
sig { params(request: Models::Operations::AtsListDepartmentsRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsListDepartmentsResponse) }
|
|
16367
|
+
def list_departments(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
16096
16368
|
# list_departments - List Departments
|
|
16369
|
+
#
|
|
16370
|
+
# If set, this operation will use `password` from the global security.
|
|
16097
16371
|
url, params = @sdk_configuration.get_server_details
|
|
16098
16372
|
base_url = Utils.template_url(url, params)
|
|
16099
16373
|
url = "#{base_url}/unified/ats/departments"
|
|
@@ -16120,7 +16394,7 @@ module StackOne
|
|
|
16120
16394
|
|
|
16121
16395
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
16122
16396
|
timeout ||= @sdk_configuration.timeout
|
|
16123
|
-
|
|
16397
|
+
|
|
16124
16398
|
|
|
16125
16399
|
connection = @sdk_configuration.client.dup
|
|
16126
16400
|
connection.request :retry, retry_options
|
|
@@ -16136,13 +16410,16 @@ module StackOne
|
|
|
16136
16410
|
error = T.let(nil, T.nilable(StandardError))
|
|
16137
16411
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
16138
16412
|
|
|
16139
|
-
|
|
16413
|
+
|
|
16140
16414
|
begin
|
|
16141
16415
|
http_response = T.must(connection).get(url) do |req|
|
|
16142
16416
|
req.headers.merge!(headers)
|
|
16143
16417
|
req.options.timeout = timeout unless timeout.nil?
|
|
16144
16418
|
req.params = query_params
|
|
16145
|
-
Utils.configure_request_security(req, security)
|
|
16419
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
16420
|
+
http_headers&.each do |key, value|
|
|
16421
|
+
req.headers[key.to_s] = value
|
|
16422
|
+
end
|
|
16146
16423
|
|
|
16147
16424
|
@sdk_configuration.hooks.before_request(
|
|
16148
16425
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -16170,13 +16447,13 @@ module StackOne
|
|
|
16170
16447
|
response: http_response
|
|
16171
16448
|
)
|
|
16172
16449
|
end
|
|
16173
|
-
|
|
16450
|
+
|
|
16174
16451
|
if http_response.nil?
|
|
16175
16452
|
raise error if !error.nil?
|
|
16176
16453
|
raise 'no response'
|
|
16177
16454
|
end
|
|
16178
16455
|
end
|
|
16179
|
-
|
|
16456
|
+
|
|
16180
16457
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
16181
16458
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
16182
16459
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -16221,7 +16498,8 @@ module StackOne
|
|
|
16221
16498
|
sync_token: request.sync_token,
|
|
16222
16499
|
updated_after: request.updated_after,
|
|
16223
16500
|
x_account_id: request.x_account_id
|
|
16224
|
-
)
|
|
16501
|
+
),
|
|
16502
|
+
http_headers: http_headers
|
|
16225
16503
|
)
|
|
16226
16504
|
end
|
|
16227
16505
|
|
|
@@ -16409,10 +16687,12 @@ module StackOne
|
|
|
16409
16687
|
end
|
|
16410
16688
|
|
|
16411
16689
|
|
|
16412
|
-
sig { params(request: Models::Operations::AtsListInterviewStagesRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsListInterviewStagesResponse) }
|
|
16413
|
-
def list_interview_stages(request:, retries: nil, timeout_ms: nil)
|
|
16690
|
+
sig { params(request: Models::Operations::AtsListInterviewStagesRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsListInterviewStagesResponse) }
|
|
16691
|
+
def list_interview_stages(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
16414
16692
|
# list_interview_stages - List Interview Stages
|
|
16415
16693
|
#
|
|
16694
|
+
# If set, this operation will use `password` from the global security.
|
|
16695
|
+
#
|
|
16416
16696
|
# @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
16417
16697
|
url, params = @sdk_configuration.get_server_details
|
|
16418
16698
|
base_url = Utils.template_url(url, params)
|
|
@@ -16440,7 +16720,7 @@ module StackOne
|
|
|
16440
16720
|
|
|
16441
16721
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
16442
16722
|
timeout ||= @sdk_configuration.timeout
|
|
16443
|
-
|
|
16723
|
+
|
|
16444
16724
|
|
|
16445
16725
|
connection = @sdk_configuration.client.dup
|
|
16446
16726
|
connection.request :retry, retry_options
|
|
@@ -16456,13 +16736,16 @@ module StackOne
|
|
|
16456
16736
|
error = T.let(nil, T.nilable(StandardError))
|
|
16457
16737
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
16458
16738
|
|
|
16459
|
-
|
|
16739
|
+
|
|
16460
16740
|
begin
|
|
16461
16741
|
http_response = T.must(connection).get(url) do |req|
|
|
16462
16742
|
req.headers.merge!(headers)
|
|
16463
16743
|
req.options.timeout = timeout unless timeout.nil?
|
|
16464
16744
|
req.params = query_params
|
|
16465
|
-
Utils.configure_request_security(req, security)
|
|
16745
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
16746
|
+
http_headers&.each do |key, value|
|
|
16747
|
+
req.headers[key.to_s] = value
|
|
16748
|
+
end
|
|
16466
16749
|
|
|
16467
16750
|
@sdk_configuration.hooks.before_request(
|
|
16468
16751
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -16490,13 +16773,13 @@ module StackOne
|
|
|
16490
16773
|
response: http_response
|
|
16491
16774
|
)
|
|
16492
16775
|
end
|
|
16493
|
-
|
|
16776
|
+
|
|
16494
16777
|
if http_response.nil?
|
|
16495
16778
|
raise error if !error.nil?
|
|
16496
16779
|
raise 'no response'
|
|
16497
16780
|
end
|
|
16498
16781
|
end
|
|
16499
|
-
|
|
16782
|
+
|
|
16500
16783
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
16501
16784
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
16502
16785
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -16541,7 +16824,8 @@ module StackOne
|
|
|
16541
16824
|
sync_token: request.sync_token,
|
|
16542
16825
|
updated_after: request.updated_after,
|
|
16543
16826
|
x_account_id: request.x_account_id
|
|
16544
|
-
)
|
|
16827
|
+
),
|
|
16828
|
+
http_headers: http_headers
|
|
16545
16829
|
)
|
|
16546
16830
|
end
|
|
16547
16831
|
|
|
@@ -16729,9 +17013,11 @@ module StackOne
|
|
|
16729
17013
|
end
|
|
16730
17014
|
|
|
16731
17015
|
|
|
16732
|
-
sig { params(request: Models::Operations::AtsListInterviewsRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsListInterviewsResponse) }
|
|
16733
|
-
def list_interviews(request:, retries: nil, timeout_ms: nil)
|
|
17016
|
+
sig { params(request: Models::Operations::AtsListInterviewsRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsListInterviewsResponse) }
|
|
17017
|
+
def list_interviews(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
16734
17018
|
# list_interviews - List Interviews
|
|
17019
|
+
#
|
|
17020
|
+
# If set, this operation will use `password` from the global security.
|
|
16735
17021
|
url, params = @sdk_configuration.get_server_details
|
|
16736
17022
|
base_url = Utils.template_url(url, params)
|
|
16737
17023
|
url = "#{base_url}/unified/ats/interviews"
|
|
@@ -16758,7 +17044,7 @@ module StackOne
|
|
|
16758
17044
|
|
|
16759
17045
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
16760
17046
|
timeout ||= @sdk_configuration.timeout
|
|
16761
|
-
|
|
17047
|
+
|
|
16762
17048
|
|
|
16763
17049
|
connection = @sdk_configuration.client.dup
|
|
16764
17050
|
connection.request :retry, retry_options
|
|
@@ -16774,13 +17060,16 @@ module StackOne
|
|
|
16774
17060
|
error = T.let(nil, T.nilable(StandardError))
|
|
16775
17061
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
16776
17062
|
|
|
16777
|
-
|
|
17063
|
+
|
|
16778
17064
|
begin
|
|
16779
17065
|
http_response = T.must(connection).get(url) do |req|
|
|
16780
17066
|
req.headers.merge!(headers)
|
|
16781
17067
|
req.options.timeout = timeout unless timeout.nil?
|
|
16782
17068
|
req.params = query_params
|
|
16783
|
-
Utils.configure_request_security(req, security)
|
|
17069
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
17070
|
+
http_headers&.each do |key, value|
|
|
17071
|
+
req.headers[key.to_s] = value
|
|
17072
|
+
end
|
|
16784
17073
|
|
|
16785
17074
|
@sdk_configuration.hooks.before_request(
|
|
16786
17075
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -16808,13 +17097,13 @@ module StackOne
|
|
|
16808
17097
|
response: http_response
|
|
16809
17098
|
)
|
|
16810
17099
|
end
|
|
16811
|
-
|
|
17100
|
+
|
|
16812
17101
|
if http_response.nil?
|
|
16813
17102
|
raise error if !error.nil?
|
|
16814
17103
|
raise 'no response'
|
|
16815
17104
|
end
|
|
16816
17105
|
end
|
|
16817
|
-
|
|
17106
|
+
|
|
16818
17107
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
16819
17108
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
16820
17109
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -16859,7 +17148,8 @@ module StackOne
|
|
|
16859
17148
|
sync_token: request.sync_token,
|
|
16860
17149
|
updated_after: request.updated_after,
|
|
16861
17150
|
x_account_id: request.x_account_id
|
|
16862
|
-
)
|
|
17151
|
+
),
|
|
17152
|
+
http_headers: http_headers
|
|
16863
17153
|
)
|
|
16864
17154
|
end
|
|
16865
17155
|
|
|
@@ -17047,9 +17337,11 @@ module StackOne
|
|
|
17047
17337
|
end
|
|
17048
17338
|
|
|
17049
17339
|
|
|
17050
|
-
sig { params(request: Models::Operations::AtsListJobApplicationStagesRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsListJobApplicationStagesResponse) }
|
|
17051
|
-
def list_job_application_stages(request:, retries: nil, timeout_ms: nil)
|
|
17340
|
+
sig { params(request: Models::Operations::AtsListJobApplicationStagesRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsListJobApplicationStagesResponse) }
|
|
17341
|
+
def list_job_application_stages(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
17052
17342
|
# list_job_application_stages - List Job Application Stages
|
|
17343
|
+
#
|
|
17344
|
+
# If set, this operation will use `password` from the global security.
|
|
17053
17345
|
url, params = @sdk_configuration.get_server_details
|
|
17054
17346
|
base_url = Utils.template_url(url, params)
|
|
17055
17347
|
url = Utils.generate_url(
|
|
@@ -17081,7 +17373,7 @@ module StackOne
|
|
|
17081
17373
|
|
|
17082
17374
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
17083
17375
|
timeout ||= @sdk_configuration.timeout
|
|
17084
|
-
|
|
17376
|
+
|
|
17085
17377
|
|
|
17086
17378
|
connection = @sdk_configuration.client.dup
|
|
17087
17379
|
connection.request :retry, retry_options
|
|
@@ -17097,13 +17389,16 @@ module StackOne
|
|
|
17097
17389
|
error = T.let(nil, T.nilable(StandardError))
|
|
17098
17390
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
17099
17391
|
|
|
17100
|
-
|
|
17392
|
+
|
|
17101
17393
|
begin
|
|
17102
17394
|
http_response = T.must(connection).get(url) do |req|
|
|
17103
17395
|
req.headers.merge!(headers)
|
|
17104
17396
|
req.options.timeout = timeout unless timeout.nil?
|
|
17105
17397
|
req.params = query_params
|
|
17106
|
-
Utils.configure_request_security(req, security)
|
|
17398
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
17399
|
+
http_headers&.each do |key, value|
|
|
17400
|
+
req.headers[key.to_s] = value
|
|
17401
|
+
end
|
|
17107
17402
|
|
|
17108
17403
|
@sdk_configuration.hooks.before_request(
|
|
17109
17404
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -17131,13 +17426,13 @@ module StackOne
|
|
|
17131
17426
|
response: http_response
|
|
17132
17427
|
)
|
|
17133
17428
|
end
|
|
17134
|
-
|
|
17429
|
+
|
|
17135
17430
|
if http_response.nil?
|
|
17136
17431
|
raise error if !error.nil?
|
|
17137
17432
|
raise 'no response'
|
|
17138
17433
|
end
|
|
17139
17434
|
end
|
|
17140
|
-
|
|
17435
|
+
|
|
17141
17436
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
17142
17437
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
17143
17438
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -17183,7 +17478,8 @@ module StackOne
|
|
|
17183
17478
|
sync_token: request.sync_token,
|
|
17184
17479
|
updated_after: request.updated_after,
|
|
17185
17480
|
x_account_id: request.x_account_id
|
|
17186
|
-
)
|
|
17481
|
+
),
|
|
17482
|
+
http_headers: http_headers
|
|
17187
17483
|
)
|
|
17188
17484
|
end
|
|
17189
17485
|
|
|
@@ -17371,9 +17667,11 @@ module StackOne
|
|
|
17371
17667
|
end
|
|
17372
17668
|
|
|
17373
17669
|
|
|
17374
|
-
sig { params(request: Models::Operations::AtsListJobCustomFieldDefinitionsRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsListJobCustomFieldDefinitionsResponse) }
|
|
17375
|
-
def list_job_custom_field_definitions(request:, retries: nil, timeout_ms: nil)
|
|
17670
|
+
sig { params(request: Models::Operations::AtsListJobCustomFieldDefinitionsRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsListJobCustomFieldDefinitionsResponse) }
|
|
17671
|
+
def list_job_custom_field_definitions(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
17376
17672
|
# list_job_custom_field_definitions - List Job Custom Field Definitions
|
|
17673
|
+
#
|
|
17674
|
+
# If set, this operation will use `password` from the global security.
|
|
17377
17675
|
url, params = @sdk_configuration.get_server_details
|
|
17378
17676
|
base_url = Utils.template_url(url, params)
|
|
17379
17677
|
url = "#{base_url}/unified/ats/custom_field_definitions/jobs"
|
|
@@ -17400,7 +17698,7 @@ module StackOne
|
|
|
17400
17698
|
|
|
17401
17699
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
17402
17700
|
timeout ||= @sdk_configuration.timeout
|
|
17403
|
-
|
|
17701
|
+
|
|
17404
17702
|
|
|
17405
17703
|
connection = @sdk_configuration.client.dup
|
|
17406
17704
|
connection.request :retry, retry_options
|
|
@@ -17416,13 +17714,16 @@ module StackOne
|
|
|
17416
17714
|
error = T.let(nil, T.nilable(StandardError))
|
|
17417
17715
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
17418
17716
|
|
|
17419
|
-
|
|
17717
|
+
|
|
17420
17718
|
begin
|
|
17421
17719
|
http_response = T.must(connection).get(url) do |req|
|
|
17422
17720
|
req.headers.merge!(headers)
|
|
17423
17721
|
req.options.timeout = timeout unless timeout.nil?
|
|
17424
17722
|
req.params = query_params
|
|
17425
|
-
Utils.configure_request_security(req, security)
|
|
17723
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
17724
|
+
http_headers&.each do |key, value|
|
|
17725
|
+
req.headers[key.to_s] = value
|
|
17726
|
+
end
|
|
17426
17727
|
|
|
17427
17728
|
@sdk_configuration.hooks.before_request(
|
|
17428
17729
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -17450,13 +17751,13 @@ module StackOne
|
|
|
17450
17751
|
response: http_response
|
|
17451
17752
|
)
|
|
17452
17753
|
end
|
|
17453
|
-
|
|
17754
|
+
|
|
17454
17755
|
if http_response.nil?
|
|
17455
17756
|
raise error if !error.nil?
|
|
17456
17757
|
raise 'no response'
|
|
17457
17758
|
end
|
|
17458
17759
|
end
|
|
17459
|
-
|
|
17760
|
+
|
|
17460
17761
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
17461
17762
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
17462
17763
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -17500,7 +17801,8 @@ module StackOne
|
|
|
17500
17801
|
raw: request.raw,
|
|
17501
17802
|
updated_after: request.updated_after,
|
|
17502
17803
|
x_account_id: request.x_account_id
|
|
17503
|
-
)
|
|
17804
|
+
),
|
|
17805
|
+
http_headers: http_headers
|
|
17504
17806
|
)
|
|
17505
17807
|
end
|
|
17506
17808
|
|
|
@@ -17688,9 +17990,11 @@ module StackOne
|
|
|
17688
17990
|
end
|
|
17689
17991
|
|
|
17690
17992
|
|
|
17691
|
-
sig { params(request: Models::Operations::AtsListJobPostingsRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsListJobPostingsResponse) }
|
|
17692
|
-
def list_job_postings(request:, retries: nil, timeout_ms: nil)
|
|
17993
|
+
sig { params(request: Models::Operations::AtsListJobPostingsRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsListJobPostingsResponse) }
|
|
17994
|
+
def list_job_postings(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
17693
17995
|
# list_job_postings - List Job Postings
|
|
17996
|
+
#
|
|
17997
|
+
# If set, this operation will use `password` from the global security.
|
|
17694
17998
|
url, params = @sdk_configuration.get_server_details
|
|
17695
17999
|
base_url = Utils.template_url(url, params)
|
|
17696
18000
|
url = "#{base_url}/unified/ats/job_postings"
|
|
@@ -17717,7 +18021,7 @@ module StackOne
|
|
|
17717
18021
|
|
|
17718
18022
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
17719
18023
|
timeout ||= @sdk_configuration.timeout
|
|
17720
|
-
|
|
18024
|
+
|
|
17721
18025
|
|
|
17722
18026
|
connection = @sdk_configuration.client.dup
|
|
17723
18027
|
connection.request :retry, retry_options
|
|
@@ -17733,13 +18037,16 @@ module StackOne
|
|
|
17733
18037
|
error = T.let(nil, T.nilable(StandardError))
|
|
17734
18038
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
17735
18039
|
|
|
17736
|
-
|
|
18040
|
+
|
|
17737
18041
|
begin
|
|
17738
18042
|
http_response = T.must(connection).get(url) do |req|
|
|
17739
18043
|
req.headers.merge!(headers)
|
|
17740
18044
|
req.options.timeout = timeout unless timeout.nil?
|
|
17741
18045
|
req.params = query_params
|
|
17742
|
-
Utils.configure_request_security(req, security)
|
|
18046
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
18047
|
+
http_headers&.each do |key, value|
|
|
18048
|
+
req.headers[key.to_s] = value
|
|
18049
|
+
end
|
|
17743
18050
|
|
|
17744
18051
|
@sdk_configuration.hooks.before_request(
|
|
17745
18052
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -17767,13 +18074,13 @@ module StackOne
|
|
|
17767
18074
|
response: http_response
|
|
17768
18075
|
)
|
|
17769
18076
|
end
|
|
17770
|
-
|
|
18077
|
+
|
|
17771
18078
|
if http_response.nil?
|
|
17772
18079
|
raise error if !error.nil?
|
|
17773
18080
|
raise 'no response'
|
|
17774
18081
|
end
|
|
17775
18082
|
end
|
|
17776
|
-
|
|
18083
|
+
|
|
17777
18084
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
17778
18085
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
17779
18086
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -17819,7 +18126,8 @@ module StackOne
|
|
|
17819
18126
|
sync_token: request.sync_token,
|
|
17820
18127
|
updated_after: request.updated_after,
|
|
17821
18128
|
x_account_id: request.x_account_id
|
|
17822
|
-
)
|
|
18129
|
+
),
|
|
18130
|
+
http_headers: http_headers
|
|
17823
18131
|
)
|
|
17824
18132
|
end
|
|
17825
18133
|
|
|
@@ -18007,9 +18315,11 @@ module StackOne
|
|
|
18007
18315
|
end
|
|
18008
18316
|
|
|
18009
18317
|
|
|
18010
|
-
sig { params(request: Models::Operations::AtsListJobsRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsListJobsResponse) }
|
|
18011
|
-
def list_jobs(request:, retries: nil, timeout_ms: nil)
|
|
18318
|
+
sig { params(request: Models::Operations::AtsListJobsRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsListJobsResponse) }
|
|
18319
|
+
def list_jobs(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
18012
18320
|
# list_jobs - List Jobs
|
|
18321
|
+
#
|
|
18322
|
+
# If set, this operation will use `password` from the global security.
|
|
18013
18323
|
url, params = @sdk_configuration.get_server_details
|
|
18014
18324
|
base_url = Utils.template_url(url, params)
|
|
18015
18325
|
url = "#{base_url}/unified/ats/jobs"
|
|
@@ -18036,7 +18346,7 @@ module StackOne
|
|
|
18036
18346
|
|
|
18037
18347
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
18038
18348
|
timeout ||= @sdk_configuration.timeout
|
|
18039
|
-
|
|
18349
|
+
|
|
18040
18350
|
|
|
18041
18351
|
connection = @sdk_configuration.client.dup
|
|
18042
18352
|
connection.request :retry, retry_options
|
|
@@ -18052,13 +18362,16 @@ module StackOne
|
|
|
18052
18362
|
error = T.let(nil, T.nilable(StandardError))
|
|
18053
18363
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
18054
18364
|
|
|
18055
|
-
|
|
18365
|
+
|
|
18056
18366
|
begin
|
|
18057
18367
|
http_response = T.must(connection).get(url) do |req|
|
|
18058
18368
|
req.headers.merge!(headers)
|
|
18059
18369
|
req.options.timeout = timeout unless timeout.nil?
|
|
18060
18370
|
req.params = query_params
|
|
18061
|
-
Utils.configure_request_security(req, security)
|
|
18371
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
18372
|
+
http_headers&.each do |key, value|
|
|
18373
|
+
req.headers[key.to_s] = value
|
|
18374
|
+
end
|
|
18062
18375
|
|
|
18063
18376
|
@sdk_configuration.hooks.before_request(
|
|
18064
18377
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -18086,13 +18399,13 @@ module StackOne
|
|
|
18086
18399
|
response: http_response
|
|
18087
18400
|
)
|
|
18088
18401
|
end
|
|
18089
|
-
|
|
18402
|
+
|
|
18090
18403
|
if http_response.nil?
|
|
18091
18404
|
raise error if !error.nil?
|
|
18092
18405
|
raise 'no response'
|
|
18093
18406
|
end
|
|
18094
18407
|
end
|
|
18095
|
-
|
|
18408
|
+
|
|
18096
18409
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
18097
18410
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
18098
18411
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -18139,7 +18452,8 @@ module StackOne
|
|
|
18139
18452
|
sync_token: request.sync_token,
|
|
18140
18453
|
updated_after: request.updated_after,
|
|
18141
18454
|
x_account_id: request.x_account_id
|
|
18142
|
-
)
|
|
18455
|
+
),
|
|
18456
|
+
http_headers: http_headers
|
|
18143
18457
|
)
|
|
18144
18458
|
end
|
|
18145
18459
|
|
|
@@ -18327,9 +18641,11 @@ module StackOne
|
|
|
18327
18641
|
end
|
|
18328
18642
|
|
|
18329
18643
|
|
|
18330
|
-
sig { params(request: Models::Operations::AtsListListsRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsListListsResponse) }
|
|
18331
|
-
def list_lists(request:, retries: nil, timeout_ms: nil)
|
|
18644
|
+
sig { params(request: Models::Operations::AtsListListsRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsListListsResponse) }
|
|
18645
|
+
def list_lists(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
18332
18646
|
# list_lists - Get all Lists
|
|
18647
|
+
#
|
|
18648
|
+
# If set, this operation will use `password` from the global security.
|
|
18333
18649
|
url, params = @sdk_configuration.get_server_details
|
|
18334
18650
|
base_url = Utils.template_url(url, params)
|
|
18335
18651
|
url = "#{base_url}/unified/ats/lists"
|
|
@@ -18356,7 +18672,7 @@ module StackOne
|
|
|
18356
18672
|
|
|
18357
18673
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
18358
18674
|
timeout ||= @sdk_configuration.timeout
|
|
18359
|
-
|
|
18675
|
+
|
|
18360
18676
|
|
|
18361
18677
|
connection = @sdk_configuration.client.dup
|
|
18362
18678
|
connection.request :retry, retry_options
|
|
@@ -18372,13 +18688,16 @@ module StackOne
|
|
|
18372
18688
|
error = T.let(nil, T.nilable(StandardError))
|
|
18373
18689
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
18374
18690
|
|
|
18375
|
-
|
|
18691
|
+
|
|
18376
18692
|
begin
|
|
18377
18693
|
http_response = T.must(connection).get(url) do |req|
|
|
18378
18694
|
req.headers.merge!(headers)
|
|
18379
18695
|
req.options.timeout = timeout unless timeout.nil?
|
|
18380
18696
|
req.params = query_params
|
|
18381
|
-
Utils.configure_request_security(req, security)
|
|
18697
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
18698
|
+
http_headers&.each do |key, value|
|
|
18699
|
+
req.headers[key.to_s] = value
|
|
18700
|
+
end
|
|
18382
18701
|
|
|
18383
18702
|
@sdk_configuration.hooks.before_request(
|
|
18384
18703
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -18406,13 +18725,13 @@ module StackOne
|
|
|
18406
18725
|
response: http_response
|
|
18407
18726
|
)
|
|
18408
18727
|
end
|
|
18409
|
-
|
|
18728
|
+
|
|
18410
18729
|
if http_response.nil?
|
|
18411
18730
|
raise error if !error.nil?
|
|
18412
18731
|
raise 'no response'
|
|
18413
18732
|
end
|
|
18414
18733
|
end
|
|
18415
|
-
|
|
18734
|
+
|
|
18416
18735
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
18417
18736
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
18418
18737
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -18456,7 +18775,8 @@ module StackOne
|
|
|
18456
18775
|
raw: request.raw,
|
|
18457
18776
|
updated_after: request.updated_after,
|
|
18458
18777
|
x_account_id: request.x_account_id
|
|
18459
|
-
)
|
|
18778
|
+
),
|
|
18779
|
+
http_headers: http_headers
|
|
18460
18780
|
)
|
|
18461
18781
|
end
|
|
18462
18782
|
|
|
@@ -18644,9 +18964,11 @@ module StackOne
|
|
|
18644
18964
|
end
|
|
18645
18965
|
|
|
18646
18966
|
|
|
18647
|
-
sig { params(request: Models::Operations::AtsListLocationsRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsListLocationsResponse) }
|
|
18648
|
-
def list_locations(request:, retries: nil, timeout_ms: nil)
|
|
18967
|
+
sig { params(request: Models::Operations::AtsListLocationsRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsListLocationsResponse) }
|
|
18968
|
+
def list_locations(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
18649
18969
|
# list_locations - List locations
|
|
18970
|
+
#
|
|
18971
|
+
# If set, this operation will use `password` from the global security.
|
|
18650
18972
|
url, params = @sdk_configuration.get_server_details
|
|
18651
18973
|
base_url = Utils.template_url(url, params)
|
|
18652
18974
|
url = "#{base_url}/unified/ats/locations"
|
|
@@ -18673,7 +18995,7 @@ module StackOne
|
|
|
18673
18995
|
|
|
18674
18996
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
18675
18997
|
timeout ||= @sdk_configuration.timeout
|
|
18676
|
-
|
|
18998
|
+
|
|
18677
18999
|
|
|
18678
19000
|
connection = @sdk_configuration.client.dup
|
|
18679
19001
|
connection.request :retry, retry_options
|
|
@@ -18689,13 +19011,16 @@ module StackOne
|
|
|
18689
19011
|
error = T.let(nil, T.nilable(StandardError))
|
|
18690
19012
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
18691
19013
|
|
|
18692
|
-
|
|
19014
|
+
|
|
18693
19015
|
begin
|
|
18694
19016
|
http_response = T.must(connection).get(url) do |req|
|
|
18695
19017
|
req.headers.merge!(headers)
|
|
18696
19018
|
req.options.timeout = timeout unless timeout.nil?
|
|
18697
19019
|
req.params = query_params
|
|
18698
|
-
Utils.configure_request_security(req, security)
|
|
19020
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
19021
|
+
http_headers&.each do |key, value|
|
|
19022
|
+
req.headers[key.to_s] = value
|
|
19023
|
+
end
|
|
18699
19024
|
|
|
18700
19025
|
@sdk_configuration.hooks.before_request(
|
|
18701
19026
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -18723,13 +19048,13 @@ module StackOne
|
|
|
18723
19048
|
response: http_response
|
|
18724
19049
|
)
|
|
18725
19050
|
end
|
|
18726
|
-
|
|
19051
|
+
|
|
18727
19052
|
if http_response.nil?
|
|
18728
19053
|
raise error if !error.nil?
|
|
18729
19054
|
raise 'no response'
|
|
18730
19055
|
end
|
|
18731
19056
|
end
|
|
18732
|
-
|
|
19057
|
+
|
|
18733
19058
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
18734
19059
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
18735
19060
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -18774,7 +19099,8 @@ module StackOne
|
|
|
18774
19099
|
sync_token: request.sync_token,
|
|
18775
19100
|
updated_after: request.updated_after,
|
|
18776
19101
|
x_account_id: request.x_account_id
|
|
18777
|
-
)
|
|
19102
|
+
),
|
|
19103
|
+
http_headers: http_headers
|
|
18778
19104
|
)
|
|
18779
19105
|
end
|
|
18780
19106
|
|
|
@@ -18962,9 +19288,11 @@ module StackOne
|
|
|
18962
19288
|
end
|
|
18963
19289
|
|
|
18964
19290
|
|
|
18965
|
-
sig { params(request: Models::Operations::AtsListOffersRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsListOffersResponse) }
|
|
18966
|
-
def list_offers(request:, retries: nil, timeout_ms: nil)
|
|
19291
|
+
sig { params(request: Models::Operations::AtsListOffersRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsListOffersResponse) }
|
|
19292
|
+
def list_offers(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
18967
19293
|
# list_offers - List Offers
|
|
19294
|
+
#
|
|
19295
|
+
# If set, this operation will use `password` from the global security.
|
|
18968
19296
|
url, params = @sdk_configuration.get_server_details
|
|
18969
19297
|
base_url = Utils.template_url(url, params)
|
|
18970
19298
|
url = "#{base_url}/unified/ats/offers"
|
|
@@ -18991,7 +19319,7 @@ module StackOne
|
|
|
18991
19319
|
|
|
18992
19320
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
18993
19321
|
timeout ||= @sdk_configuration.timeout
|
|
18994
|
-
|
|
19322
|
+
|
|
18995
19323
|
|
|
18996
19324
|
connection = @sdk_configuration.client.dup
|
|
18997
19325
|
connection.request :retry, retry_options
|
|
@@ -19007,13 +19335,16 @@ module StackOne
|
|
|
19007
19335
|
error = T.let(nil, T.nilable(StandardError))
|
|
19008
19336
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
19009
19337
|
|
|
19010
|
-
|
|
19338
|
+
|
|
19011
19339
|
begin
|
|
19012
19340
|
http_response = T.must(connection).get(url) do |req|
|
|
19013
19341
|
req.headers.merge!(headers)
|
|
19014
19342
|
req.options.timeout = timeout unless timeout.nil?
|
|
19015
19343
|
req.params = query_params
|
|
19016
|
-
Utils.configure_request_security(req, security)
|
|
19344
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
19345
|
+
http_headers&.each do |key, value|
|
|
19346
|
+
req.headers[key.to_s] = value
|
|
19347
|
+
end
|
|
19017
19348
|
|
|
19018
19349
|
@sdk_configuration.hooks.before_request(
|
|
19019
19350
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -19041,13 +19372,13 @@ module StackOne
|
|
|
19041
19372
|
response: http_response
|
|
19042
19373
|
)
|
|
19043
19374
|
end
|
|
19044
|
-
|
|
19375
|
+
|
|
19045
19376
|
if http_response.nil?
|
|
19046
19377
|
raise error if !error.nil?
|
|
19047
19378
|
raise 'no response'
|
|
19048
19379
|
end
|
|
19049
19380
|
end
|
|
19050
|
-
|
|
19381
|
+
|
|
19051
19382
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
19052
19383
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
19053
19384
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -19092,7 +19423,8 @@ module StackOne
|
|
|
19092
19423
|
sync_token: request.sync_token,
|
|
19093
19424
|
updated_after: request.updated_after,
|
|
19094
19425
|
x_account_id: request.x_account_id
|
|
19095
|
-
)
|
|
19426
|
+
),
|
|
19427
|
+
http_headers: http_headers
|
|
19096
19428
|
)
|
|
19097
19429
|
end
|
|
19098
19430
|
|
|
@@ -19280,9 +19612,11 @@ module StackOne
|
|
|
19280
19612
|
end
|
|
19281
19613
|
|
|
19282
19614
|
|
|
19283
|
-
sig { params(request: Models::Operations::AtsListRejectedReasonsRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsListRejectedReasonsResponse) }
|
|
19284
|
-
def list_rejected_reasons(request:, retries: nil, timeout_ms: nil)
|
|
19615
|
+
sig { params(request: Models::Operations::AtsListRejectedReasonsRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsListRejectedReasonsResponse) }
|
|
19616
|
+
def list_rejected_reasons(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
19285
19617
|
# list_rejected_reasons - List Rejected Reasons
|
|
19618
|
+
#
|
|
19619
|
+
# If set, this operation will use `password` from the global security.
|
|
19286
19620
|
url, params = @sdk_configuration.get_server_details
|
|
19287
19621
|
base_url = Utils.template_url(url, params)
|
|
19288
19622
|
url = "#{base_url}/unified/ats/rejected_reasons"
|
|
@@ -19309,7 +19643,7 @@ module StackOne
|
|
|
19309
19643
|
|
|
19310
19644
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
19311
19645
|
timeout ||= @sdk_configuration.timeout
|
|
19312
|
-
|
|
19646
|
+
|
|
19313
19647
|
|
|
19314
19648
|
connection = @sdk_configuration.client.dup
|
|
19315
19649
|
connection.request :retry, retry_options
|
|
@@ -19325,13 +19659,16 @@ module StackOne
|
|
|
19325
19659
|
error = T.let(nil, T.nilable(StandardError))
|
|
19326
19660
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
19327
19661
|
|
|
19328
|
-
|
|
19662
|
+
|
|
19329
19663
|
begin
|
|
19330
19664
|
http_response = T.must(connection).get(url) do |req|
|
|
19331
19665
|
req.headers.merge!(headers)
|
|
19332
19666
|
req.options.timeout = timeout unless timeout.nil?
|
|
19333
19667
|
req.params = query_params
|
|
19334
|
-
Utils.configure_request_security(req, security)
|
|
19668
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
19669
|
+
http_headers&.each do |key, value|
|
|
19670
|
+
req.headers[key.to_s] = value
|
|
19671
|
+
end
|
|
19335
19672
|
|
|
19336
19673
|
@sdk_configuration.hooks.before_request(
|
|
19337
19674
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -19359,13 +19696,13 @@ module StackOne
|
|
|
19359
19696
|
response: http_response
|
|
19360
19697
|
)
|
|
19361
19698
|
end
|
|
19362
|
-
|
|
19699
|
+
|
|
19363
19700
|
if http_response.nil?
|
|
19364
19701
|
raise error if !error.nil?
|
|
19365
19702
|
raise 'no response'
|
|
19366
19703
|
end
|
|
19367
19704
|
end
|
|
19368
|
-
|
|
19705
|
+
|
|
19369
19706
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
19370
19707
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
19371
19708
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -19410,7 +19747,8 @@ module StackOne
|
|
|
19410
19747
|
sync_token: request.sync_token,
|
|
19411
19748
|
updated_after: request.updated_after,
|
|
19412
19749
|
x_account_id: request.x_account_id
|
|
19413
|
-
)
|
|
19750
|
+
),
|
|
19751
|
+
http_headers: http_headers
|
|
19414
19752
|
)
|
|
19415
19753
|
end
|
|
19416
19754
|
|
|
@@ -19598,9 +19936,11 @@ module StackOne
|
|
|
19598
19936
|
end
|
|
19599
19937
|
|
|
19600
19938
|
|
|
19601
|
-
sig { params(request: Models::Operations::AtsListUsersRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsListUsersResponse) }
|
|
19602
|
-
def list_users(request:, retries: nil, timeout_ms: nil)
|
|
19939
|
+
sig { params(request: Models::Operations::AtsListUsersRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsListUsersResponse) }
|
|
19940
|
+
def list_users(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
19603
19941
|
# list_users - List Users
|
|
19942
|
+
#
|
|
19943
|
+
# If set, this operation will use `password` from the global security.
|
|
19604
19944
|
url, params = @sdk_configuration.get_server_details
|
|
19605
19945
|
base_url = Utils.template_url(url, params)
|
|
19606
19946
|
url = "#{base_url}/unified/ats/users"
|
|
@@ -19627,7 +19967,7 @@ module StackOne
|
|
|
19627
19967
|
|
|
19628
19968
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
19629
19969
|
timeout ||= @sdk_configuration.timeout
|
|
19630
|
-
|
|
19970
|
+
|
|
19631
19971
|
|
|
19632
19972
|
connection = @sdk_configuration.client.dup
|
|
19633
19973
|
connection.request :retry, retry_options
|
|
@@ -19643,13 +19983,16 @@ module StackOne
|
|
|
19643
19983
|
error = T.let(nil, T.nilable(StandardError))
|
|
19644
19984
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
19645
19985
|
|
|
19646
|
-
|
|
19986
|
+
|
|
19647
19987
|
begin
|
|
19648
19988
|
http_response = T.must(connection).get(url) do |req|
|
|
19649
19989
|
req.headers.merge!(headers)
|
|
19650
19990
|
req.options.timeout = timeout unless timeout.nil?
|
|
19651
19991
|
req.params = query_params
|
|
19652
|
-
Utils.configure_request_security(req, security)
|
|
19992
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
19993
|
+
http_headers&.each do |key, value|
|
|
19994
|
+
req.headers[key.to_s] = value
|
|
19995
|
+
end
|
|
19653
19996
|
|
|
19654
19997
|
@sdk_configuration.hooks.before_request(
|
|
19655
19998
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -19677,13 +20020,13 @@ module StackOne
|
|
|
19677
20020
|
response: http_response
|
|
19678
20021
|
)
|
|
19679
20022
|
end
|
|
19680
|
-
|
|
20023
|
+
|
|
19681
20024
|
if http_response.nil?
|
|
19682
20025
|
raise error if !error.nil?
|
|
19683
20026
|
raise 'no response'
|
|
19684
20027
|
end
|
|
19685
20028
|
end
|
|
19686
|
-
|
|
20029
|
+
|
|
19687
20030
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
19688
20031
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
19689
20032
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -19728,7 +20071,8 @@ module StackOne
|
|
|
19728
20071
|
sync_token: request.sync_token,
|
|
19729
20072
|
updated_after: request.updated_after,
|
|
19730
20073
|
x_account_id: request.x_account_id
|
|
19731
|
-
)
|
|
20074
|
+
),
|
|
20075
|
+
http_headers: http_headers
|
|
19732
20076
|
)
|
|
19733
20077
|
end
|
|
19734
20078
|
|
|
@@ -19916,9 +20260,11 @@ module StackOne
|
|
|
19916
20260
|
end
|
|
19917
20261
|
|
|
19918
20262
|
|
|
19919
|
-
sig { params(ats_move_application_request_dto: Models::Shared::AtsMoveApplicationRequestDto, id: ::String, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsMoveApplicationResponse) }
|
|
19920
|
-
def move_application(ats_move_application_request_dto:, id:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil)
|
|
20263
|
+
sig { params(ats_move_application_request_dto: Models::Shared::AtsMoveApplicationRequestDto, id: ::String, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsMoveApplicationResponse) }
|
|
20264
|
+
def move_application(ats_move_application_request_dto:, id:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
19921
20265
|
# move_application - Move Application
|
|
20266
|
+
#
|
|
20267
|
+
# If set, this operation will use `password` from the global security.
|
|
19922
20268
|
request = Models::Operations::AtsMoveApplicationRequest.new(
|
|
19923
20269
|
ats_move_application_request_dto: ats_move_application_request_dto,
|
|
19924
20270
|
id: id,
|
|
@@ -19966,7 +20312,7 @@ module StackOne
|
|
|
19966
20312
|
|
|
19967
20313
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
19968
20314
|
timeout ||= @sdk_configuration.timeout
|
|
19969
|
-
|
|
20315
|
+
|
|
19970
20316
|
|
|
19971
20317
|
connection = @sdk_configuration.client.dup
|
|
19972
20318
|
connection.request :retry, retry_options
|
|
@@ -19982,13 +20328,16 @@ module StackOne
|
|
|
19982
20328
|
error = T.let(nil, T.nilable(StandardError))
|
|
19983
20329
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
19984
20330
|
|
|
19985
|
-
|
|
20331
|
+
|
|
19986
20332
|
begin
|
|
19987
20333
|
http_response = T.must(connection).post(url) do |req|
|
|
19988
20334
|
req.body = body
|
|
19989
20335
|
req.headers.merge!(headers)
|
|
19990
20336
|
req.options.timeout = timeout unless timeout.nil?
|
|
19991
|
-
Utils.configure_request_security(req, security)
|
|
20337
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
20338
|
+
http_headers&.each do |key, value|
|
|
20339
|
+
req.headers[key.to_s] = value
|
|
20340
|
+
end
|
|
19992
20341
|
|
|
19993
20342
|
@sdk_configuration.hooks.before_request(
|
|
19994
20343
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -20016,13 +20365,13 @@ module StackOne
|
|
|
20016
20365
|
response: http_response
|
|
20017
20366
|
)
|
|
20018
20367
|
end
|
|
20019
|
-
|
|
20368
|
+
|
|
20020
20369
|
if http_response.nil?
|
|
20021
20370
|
raise error if !error.nil?
|
|
20022
20371
|
raise 'no response'
|
|
20023
20372
|
end
|
|
20024
20373
|
end
|
|
20025
|
-
|
|
20374
|
+
|
|
20026
20375
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
20027
20376
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
20028
20377
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -20225,9 +20574,11 @@ module StackOne
|
|
|
20225
20574
|
end
|
|
20226
20575
|
|
|
20227
20576
|
|
|
20228
|
-
sig { params(ats_create_candidates_assessments_request_dto: Models::Shared::AtsCreateCandidatesAssessmentsRequestDto, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsOrderAssessmentsRequestResponse) }
|
|
20229
|
-
def order_assessments_request(ats_create_candidates_assessments_request_dto:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil)
|
|
20577
|
+
sig { params(ats_create_candidates_assessments_request_dto: Models::Shared::AtsCreateCandidatesAssessmentsRequestDto, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsOrderAssessmentsRequestResponse) }
|
|
20578
|
+
def order_assessments_request(ats_create_candidates_assessments_request_dto:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
20230
20579
|
# order_assessments_request - Order Assessments Request
|
|
20580
|
+
#
|
|
20581
|
+
# If set, this operation will use `password` from the global security.
|
|
20231
20582
|
request = Models::Operations::AtsOrderAssessmentsRequestRequest.new(
|
|
20232
20583
|
ats_create_candidates_assessments_request_dto: ats_create_candidates_assessments_request_dto,
|
|
20233
20584
|
x_account_id: x_account_id,
|
|
@@ -20269,7 +20620,7 @@ module StackOne
|
|
|
20269
20620
|
|
|
20270
20621
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
20271
20622
|
timeout ||= @sdk_configuration.timeout
|
|
20272
|
-
|
|
20623
|
+
|
|
20273
20624
|
|
|
20274
20625
|
connection = @sdk_configuration.client.dup
|
|
20275
20626
|
connection.request :retry, retry_options
|
|
@@ -20285,13 +20636,16 @@ module StackOne
|
|
|
20285
20636
|
error = T.let(nil, T.nilable(StandardError))
|
|
20286
20637
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
20287
20638
|
|
|
20288
|
-
|
|
20639
|
+
|
|
20289
20640
|
begin
|
|
20290
20641
|
http_response = T.must(connection).post(url) do |req|
|
|
20291
20642
|
req.body = body
|
|
20292
20643
|
req.headers.merge!(headers)
|
|
20293
20644
|
req.options.timeout = timeout unless timeout.nil?
|
|
20294
|
-
Utils.configure_request_security(req, security)
|
|
20645
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
20646
|
+
http_headers&.each do |key, value|
|
|
20647
|
+
req.headers[key.to_s] = value
|
|
20648
|
+
end
|
|
20295
20649
|
|
|
20296
20650
|
@sdk_configuration.hooks.before_request(
|
|
20297
20651
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -20319,13 +20673,13 @@ module StackOne
|
|
|
20319
20673
|
response: http_response
|
|
20320
20674
|
)
|
|
20321
20675
|
end
|
|
20322
|
-
|
|
20676
|
+
|
|
20323
20677
|
if http_response.nil?
|
|
20324
20678
|
raise error if !error.nil?
|
|
20325
20679
|
raise 'no response'
|
|
20326
20680
|
end
|
|
20327
20681
|
end
|
|
20328
|
-
|
|
20682
|
+
|
|
20329
20683
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
20330
20684
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
20331
20685
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -20528,9 +20882,11 @@ module StackOne
|
|
|
20528
20882
|
end
|
|
20529
20883
|
|
|
20530
20884
|
|
|
20531
|
-
sig { params(ats_create_background_check_order_request_dto: Models::Shared::AtsCreateBackgroundCheckOrderRequestDto, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsOrderBackgroundCheckRequestResponse) }
|
|
20532
|
-
def order_background_check_request(ats_create_background_check_order_request_dto:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil)
|
|
20885
|
+
sig { params(ats_create_background_check_order_request_dto: Models::Shared::AtsCreateBackgroundCheckOrderRequestDto, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsOrderBackgroundCheckRequestResponse) }
|
|
20886
|
+
def order_background_check_request(ats_create_background_check_order_request_dto:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
20533
20887
|
# order_background_check_request - Order Background Check Request
|
|
20888
|
+
#
|
|
20889
|
+
# If set, this operation will use `password` from the global security.
|
|
20534
20890
|
request = Models::Operations::AtsOrderBackgroundCheckRequestRequest.new(
|
|
20535
20891
|
ats_create_background_check_order_request_dto: ats_create_background_check_order_request_dto,
|
|
20536
20892
|
x_account_id: x_account_id,
|
|
@@ -20572,7 +20928,7 @@ module StackOne
|
|
|
20572
20928
|
|
|
20573
20929
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
20574
20930
|
timeout ||= @sdk_configuration.timeout
|
|
20575
|
-
|
|
20931
|
+
|
|
20576
20932
|
|
|
20577
20933
|
connection = @sdk_configuration.client.dup
|
|
20578
20934
|
connection.request :retry, retry_options
|
|
@@ -20588,13 +20944,16 @@ module StackOne
|
|
|
20588
20944
|
error = T.let(nil, T.nilable(StandardError))
|
|
20589
20945
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
20590
20946
|
|
|
20591
|
-
|
|
20947
|
+
|
|
20592
20948
|
begin
|
|
20593
20949
|
http_response = T.must(connection).post(url) do |req|
|
|
20594
20950
|
req.body = body
|
|
20595
20951
|
req.headers.merge!(headers)
|
|
20596
20952
|
req.options.timeout = timeout unless timeout.nil?
|
|
20597
|
-
Utils.configure_request_security(req, security)
|
|
20953
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
20954
|
+
http_headers&.each do |key, value|
|
|
20955
|
+
req.headers[key.to_s] = value
|
|
20956
|
+
end
|
|
20598
20957
|
|
|
20599
20958
|
@sdk_configuration.hooks.before_request(
|
|
20600
20959
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -20622,13 +20981,13 @@ module StackOne
|
|
|
20622
20981
|
response: http_response
|
|
20623
20982
|
)
|
|
20624
20983
|
end
|
|
20625
|
-
|
|
20984
|
+
|
|
20626
20985
|
if http_response.nil?
|
|
20627
20986
|
raise error if !error.nil?
|
|
20628
20987
|
raise 'no response'
|
|
20629
20988
|
end
|
|
20630
20989
|
end
|
|
20631
|
-
|
|
20990
|
+
|
|
20632
20991
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
20633
20992
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
20634
20993
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -20831,9 +21190,11 @@ module StackOne
|
|
|
20831
21190
|
end
|
|
20832
21191
|
|
|
20833
21192
|
|
|
20834
|
-
sig { params(ats_reject_application_request_dto: Models::Shared::AtsRejectApplicationRequestDto, id: ::String, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsRejectApplicationResponse) }
|
|
20835
|
-
def reject_application(ats_reject_application_request_dto:, id:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil)
|
|
21193
|
+
sig { params(ats_reject_application_request_dto: Models::Shared::AtsRejectApplicationRequestDto, id: ::String, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsRejectApplicationResponse) }
|
|
21194
|
+
def reject_application(ats_reject_application_request_dto:, id:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
20836
21195
|
# reject_application - Reject Application
|
|
21196
|
+
#
|
|
21197
|
+
# If set, this operation will use `password` from the global security.
|
|
20837
21198
|
request = Models::Operations::AtsRejectApplicationRequest.new(
|
|
20838
21199
|
ats_reject_application_request_dto: ats_reject_application_request_dto,
|
|
20839
21200
|
id: id,
|
|
@@ -20881,7 +21242,7 @@ module StackOne
|
|
|
20881
21242
|
|
|
20882
21243
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
20883
21244
|
timeout ||= @sdk_configuration.timeout
|
|
20884
|
-
|
|
21245
|
+
|
|
20885
21246
|
|
|
20886
21247
|
connection = @sdk_configuration.client.dup
|
|
20887
21248
|
connection.request :retry, retry_options
|
|
@@ -20897,13 +21258,16 @@ module StackOne
|
|
|
20897
21258
|
error = T.let(nil, T.nilable(StandardError))
|
|
20898
21259
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
20899
21260
|
|
|
20900
|
-
|
|
21261
|
+
|
|
20901
21262
|
begin
|
|
20902
21263
|
http_response = T.must(connection).post(url) do |req|
|
|
20903
21264
|
req.body = body
|
|
20904
21265
|
req.headers.merge!(headers)
|
|
20905
21266
|
req.options.timeout = timeout unless timeout.nil?
|
|
20906
|
-
Utils.configure_request_security(req, security)
|
|
21267
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
21268
|
+
http_headers&.each do |key, value|
|
|
21269
|
+
req.headers[key.to_s] = value
|
|
21270
|
+
end
|
|
20907
21271
|
|
|
20908
21272
|
@sdk_configuration.hooks.before_request(
|
|
20909
21273
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -20931,13 +21295,13 @@ module StackOne
|
|
|
20931
21295
|
response: http_response
|
|
20932
21296
|
)
|
|
20933
21297
|
end
|
|
20934
|
-
|
|
21298
|
+
|
|
20935
21299
|
if http_response.nil?
|
|
20936
21300
|
raise error if !error.nil?
|
|
20937
21301
|
raise 'no response'
|
|
20938
21302
|
end
|
|
20939
21303
|
end
|
|
20940
|
-
|
|
21304
|
+
|
|
20941
21305
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
20942
21306
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
20943
21307
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -21140,9 +21504,11 @@ module StackOne
|
|
|
21140
21504
|
end
|
|
21141
21505
|
|
|
21142
21506
|
|
|
21143
|
-
sig { params(ats_update_application_request_dto: Models::Shared::AtsUpdateApplicationRequestDto, id: ::String, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsUpdateApplicationResponse) }
|
|
21144
|
-
def update_application(ats_update_application_request_dto:, id:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil)
|
|
21507
|
+
sig { params(ats_update_application_request_dto: Models::Shared::AtsUpdateApplicationRequestDto, id: ::String, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsUpdateApplicationResponse) }
|
|
21508
|
+
def update_application(ats_update_application_request_dto:, id:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
21145
21509
|
# update_application - Update Application
|
|
21510
|
+
#
|
|
21511
|
+
# If set, this operation will use `password` from the global security.
|
|
21146
21512
|
request = Models::Operations::AtsUpdateApplicationRequest.new(
|
|
21147
21513
|
ats_update_application_request_dto: ats_update_application_request_dto,
|
|
21148
21514
|
id: id,
|
|
@@ -21190,7 +21556,7 @@ module StackOne
|
|
|
21190
21556
|
|
|
21191
21557
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
21192
21558
|
timeout ||= @sdk_configuration.timeout
|
|
21193
|
-
|
|
21559
|
+
|
|
21194
21560
|
|
|
21195
21561
|
connection = @sdk_configuration.client.dup
|
|
21196
21562
|
connection.request :retry, retry_options
|
|
@@ -21206,13 +21572,16 @@ module StackOne
|
|
|
21206
21572
|
error = T.let(nil, T.nilable(StandardError))
|
|
21207
21573
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
21208
21574
|
|
|
21209
|
-
|
|
21575
|
+
|
|
21210
21576
|
begin
|
|
21211
21577
|
http_response = T.must(connection).patch(url) do |req|
|
|
21212
21578
|
req.body = body
|
|
21213
21579
|
req.headers.merge!(headers)
|
|
21214
21580
|
req.options.timeout = timeout unless timeout.nil?
|
|
21215
|
-
Utils.configure_request_security(req, security)
|
|
21581
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
21582
|
+
http_headers&.each do |key, value|
|
|
21583
|
+
req.headers[key.to_s] = value
|
|
21584
|
+
end
|
|
21216
21585
|
|
|
21217
21586
|
@sdk_configuration.hooks.before_request(
|
|
21218
21587
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -21240,13 +21609,13 @@ module StackOne
|
|
|
21240
21609
|
response: http_response
|
|
21241
21610
|
)
|
|
21242
21611
|
end
|
|
21243
|
-
|
|
21612
|
+
|
|
21244
21613
|
if http_response.nil?
|
|
21245
21614
|
raise error if !error.nil?
|
|
21246
21615
|
raise 'no response'
|
|
21247
21616
|
end
|
|
21248
21617
|
end
|
|
21249
|
-
|
|
21618
|
+
|
|
21250
21619
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
21251
21620
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
21252
21621
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -21449,9 +21818,11 @@ module StackOne
|
|
|
21449
21818
|
end
|
|
21450
21819
|
|
|
21451
21820
|
|
|
21452
|
-
sig { params(request: Models::Operations::AtsUpdateApplicationNoteRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsUpdateApplicationNoteResponse) }
|
|
21453
|
-
def update_application_note(request:, retries: nil, timeout_ms: nil)
|
|
21821
|
+
sig { params(request: Models::Operations::AtsUpdateApplicationNoteRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsUpdateApplicationNoteResponse) }
|
|
21822
|
+
def update_application_note(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
21454
21823
|
# update_application_note - Update Application Note
|
|
21824
|
+
#
|
|
21825
|
+
# If set, this operation will use `password` from the global security.
|
|
21455
21826
|
url, params = @sdk_configuration.get_server_details
|
|
21456
21827
|
base_url = Utils.template_url(url, params)
|
|
21457
21828
|
url = Utils.generate_url(
|
|
@@ -21493,7 +21864,7 @@ module StackOne
|
|
|
21493
21864
|
|
|
21494
21865
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
21495
21866
|
timeout ||= @sdk_configuration.timeout
|
|
21496
|
-
|
|
21867
|
+
|
|
21497
21868
|
|
|
21498
21869
|
connection = @sdk_configuration.client.dup
|
|
21499
21870
|
connection.request :retry, retry_options
|
|
@@ -21509,13 +21880,16 @@ module StackOne
|
|
|
21509
21880
|
error = T.let(nil, T.nilable(StandardError))
|
|
21510
21881
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
21511
21882
|
|
|
21512
|
-
|
|
21883
|
+
|
|
21513
21884
|
begin
|
|
21514
21885
|
http_response = T.must(connection).patch(url) do |req|
|
|
21515
21886
|
req.body = body
|
|
21516
21887
|
req.headers.merge!(headers)
|
|
21517
21888
|
req.options.timeout = timeout unless timeout.nil?
|
|
21518
|
-
Utils.configure_request_security(req, security)
|
|
21889
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
21890
|
+
http_headers&.each do |key, value|
|
|
21891
|
+
req.headers[key.to_s] = value
|
|
21892
|
+
end
|
|
21519
21893
|
|
|
21520
21894
|
@sdk_configuration.hooks.before_request(
|
|
21521
21895
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -21543,13 +21917,13 @@ module StackOne
|
|
|
21543
21917
|
response: http_response
|
|
21544
21918
|
)
|
|
21545
21919
|
end
|
|
21546
|
-
|
|
21920
|
+
|
|
21547
21921
|
if http_response.nil?
|
|
21548
21922
|
raise error if !error.nil?
|
|
21549
21923
|
raise 'no response'
|
|
21550
21924
|
end
|
|
21551
21925
|
end
|
|
21552
|
-
|
|
21926
|
+
|
|
21553
21927
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
21554
21928
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
21555
21929
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -21752,9 +22126,11 @@ module StackOne
|
|
|
21752
22126
|
end
|
|
21753
22127
|
|
|
21754
22128
|
|
|
21755
|
-
sig { params(ats_update_candidates_assessments_results_request_dto: Models::Shared::AtsUpdateCandidatesAssessmentsResultsRequestDto, id: ::String, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsUpdateAssessmentsResultResponse) }
|
|
21756
|
-
def update_assessments_result(ats_update_candidates_assessments_results_request_dto:, id:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil)
|
|
22129
|
+
sig { params(ats_update_candidates_assessments_results_request_dto: Models::Shared::AtsUpdateCandidatesAssessmentsResultsRequestDto, id: ::String, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsUpdateAssessmentsResultResponse) }
|
|
22130
|
+
def update_assessments_result(ats_update_candidates_assessments_results_request_dto:, id:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
21757
22131
|
# update_assessments_result - Update Assessments Result
|
|
22132
|
+
#
|
|
22133
|
+
# If set, this operation will use `password` from the global security.
|
|
21758
22134
|
request = Models::Operations::AtsUpdateAssessmentsResultRequest.new(
|
|
21759
22135
|
ats_update_candidates_assessments_results_request_dto: ats_update_candidates_assessments_results_request_dto,
|
|
21760
22136
|
id: id,
|
|
@@ -21802,7 +22178,7 @@ module StackOne
|
|
|
21802
22178
|
|
|
21803
22179
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
21804
22180
|
timeout ||= @sdk_configuration.timeout
|
|
21805
|
-
|
|
22181
|
+
|
|
21806
22182
|
|
|
21807
22183
|
connection = @sdk_configuration.client.dup
|
|
21808
22184
|
connection.request :retry, retry_options
|
|
@@ -21818,13 +22194,16 @@ module StackOne
|
|
|
21818
22194
|
error = T.let(nil, T.nilable(StandardError))
|
|
21819
22195
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
21820
22196
|
|
|
21821
|
-
|
|
22197
|
+
|
|
21822
22198
|
begin
|
|
21823
22199
|
http_response = T.must(connection).patch(url) do |req|
|
|
21824
22200
|
req.body = body
|
|
21825
22201
|
req.headers.merge!(headers)
|
|
21826
22202
|
req.options.timeout = timeout unless timeout.nil?
|
|
21827
|
-
Utils.configure_request_security(req, security)
|
|
22203
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
22204
|
+
http_headers&.each do |key, value|
|
|
22205
|
+
req.headers[key.to_s] = value
|
|
22206
|
+
end
|
|
21828
22207
|
|
|
21829
22208
|
@sdk_configuration.hooks.before_request(
|
|
21830
22209
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -21852,13 +22231,13 @@ module StackOne
|
|
|
21852
22231
|
response: http_response
|
|
21853
22232
|
)
|
|
21854
22233
|
end
|
|
21855
|
-
|
|
22234
|
+
|
|
21856
22235
|
if http_response.nil?
|
|
21857
22236
|
raise error if !error.nil?
|
|
21858
22237
|
raise 'no response'
|
|
21859
22238
|
end
|
|
21860
22239
|
end
|
|
21861
|
-
|
|
22240
|
+
|
|
21862
22241
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
21863
22242
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
21864
22243
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -22061,9 +22440,11 @@ module StackOne
|
|
|
22061
22440
|
end
|
|
22062
22441
|
|
|
22063
22442
|
|
|
22064
|
-
sig { params(ats_update_background_check_packages_request_dto: Models::Shared::AtsUpdateBackgroundCheckPackagesRequestDto, id: ::String, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsUpdateBackgroundCheckPackageResponse) }
|
|
22065
|
-
def update_background_check_package(ats_update_background_check_packages_request_dto:, id:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil)
|
|
22443
|
+
sig { params(ats_update_background_check_packages_request_dto: Models::Shared::AtsUpdateBackgroundCheckPackagesRequestDto, id: ::String, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsUpdateBackgroundCheckPackageResponse) }
|
|
22444
|
+
def update_background_check_package(ats_update_background_check_packages_request_dto:, id:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
22066
22445
|
# update_background_check_package - Update Background Check Package
|
|
22446
|
+
#
|
|
22447
|
+
# If set, this operation will use `password` from the global security.
|
|
22067
22448
|
request = Models::Operations::AtsUpdateBackgroundCheckPackageRequest.new(
|
|
22068
22449
|
ats_update_background_check_packages_request_dto: ats_update_background_check_packages_request_dto,
|
|
22069
22450
|
id: id,
|
|
@@ -22111,7 +22492,7 @@ module StackOne
|
|
|
22111
22492
|
|
|
22112
22493
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
22113
22494
|
timeout ||= @sdk_configuration.timeout
|
|
22114
|
-
|
|
22495
|
+
|
|
22115
22496
|
|
|
22116
22497
|
connection = @sdk_configuration.client.dup
|
|
22117
22498
|
connection.request :retry, retry_options
|
|
@@ -22127,13 +22508,16 @@ module StackOne
|
|
|
22127
22508
|
error = T.let(nil, T.nilable(StandardError))
|
|
22128
22509
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
22129
22510
|
|
|
22130
|
-
|
|
22511
|
+
|
|
22131
22512
|
begin
|
|
22132
22513
|
http_response = T.must(connection).patch(url) do |req|
|
|
22133
22514
|
req.body = body
|
|
22134
22515
|
req.headers.merge!(headers)
|
|
22135
22516
|
req.options.timeout = timeout unless timeout.nil?
|
|
22136
|
-
Utils.configure_request_security(req, security)
|
|
22517
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
22518
|
+
http_headers&.each do |key, value|
|
|
22519
|
+
req.headers[key.to_s] = value
|
|
22520
|
+
end
|
|
22137
22521
|
|
|
22138
22522
|
@sdk_configuration.hooks.before_request(
|
|
22139
22523
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -22161,13 +22545,13 @@ module StackOne
|
|
|
22161
22545
|
response: http_response
|
|
22162
22546
|
)
|
|
22163
22547
|
end
|
|
22164
|
-
|
|
22548
|
+
|
|
22165
22549
|
if http_response.nil?
|
|
22166
22550
|
raise error if !error.nil?
|
|
22167
22551
|
raise 'no response'
|
|
22168
22552
|
end
|
|
22169
22553
|
end
|
|
22170
|
-
|
|
22554
|
+
|
|
22171
22555
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
22172
22556
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
22173
22557
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -22370,9 +22754,11 @@ module StackOne
|
|
|
22370
22754
|
end
|
|
22371
22755
|
|
|
22372
22756
|
|
|
22373
|
-
sig { params(ats_update_background_check_result_request_dto: Models::Shared::AtsUpdateBackgroundCheckResultRequestDto, id: ::String, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsUpdateBackgroundCheckResultResponse) }
|
|
22374
|
-
def update_background_check_result(ats_update_background_check_result_request_dto:, id:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil)
|
|
22757
|
+
sig { params(ats_update_background_check_result_request_dto: Models::Shared::AtsUpdateBackgroundCheckResultRequestDto, id: ::String, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsUpdateBackgroundCheckResultResponse) }
|
|
22758
|
+
def update_background_check_result(ats_update_background_check_result_request_dto:, id:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
22375
22759
|
# update_background_check_result - Update Background Check Result
|
|
22760
|
+
#
|
|
22761
|
+
# If set, this operation will use `password` from the global security.
|
|
22376
22762
|
request = Models::Operations::AtsUpdateBackgroundCheckResultRequest.new(
|
|
22377
22763
|
ats_update_background_check_result_request_dto: ats_update_background_check_result_request_dto,
|
|
22378
22764
|
id: id,
|
|
@@ -22420,7 +22806,7 @@ module StackOne
|
|
|
22420
22806
|
|
|
22421
22807
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
22422
22808
|
timeout ||= @sdk_configuration.timeout
|
|
22423
|
-
|
|
22809
|
+
|
|
22424
22810
|
|
|
22425
22811
|
connection = @sdk_configuration.client.dup
|
|
22426
22812
|
connection.request :retry, retry_options
|
|
@@ -22436,13 +22822,16 @@ module StackOne
|
|
|
22436
22822
|
error = T.let(nil, T.nilable(StandardError))
|
|
22437
22823
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
22438
22824
|
|
|
22439
|
-
|
|
22825
|
+
|
|
22440
22826
|
begin
|
|
22441
22827
|
http_response = T.must(connection).patch(url) do |req|
|
|
22442
22828
|
req.body = body
|
|
22443
22829
|
req.headers.merge!(headers)
|
|
22444
22830
|
req.options.timeout = timeout unless timeout.nil?
|
|
22445
|
-
Utils.configure_request_security(req, security)
|
|
22831
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
22832
|
+
http_headers&.each do |key, value|
|
|
22833
|
+
req.headers[key.to_s] = value
|
|
22834
|
+
end
|
|
22446
22835
|
|
|
22447
22836
|
@sdk_configuration.hooks.before_request(
|
|
22448
22837
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -22470,13 +22859,13 @@ module StackOne
|
|
|
22470
22859
|
response: http_response
|
|
22471
22860
|
)
|
|
22472
22861
|
end
|
|
22473
|
-
|
|
22862
|
+
|
|
22474
22863
|
if http_response.nil?
|
|
22475
22864
|
raise error if !error.nil?
|
|
22476
22865
|
raise 'no response'
|
|
22477
22866
|
end
|
|
22478
22867
|
end
|
|
22479
|
-
|
|
22868
|
+
|
|
22480
22869
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
22481
22870
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
22482
22871
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -22679,9 +23068,11 @@ module StackOne
|
|
|
22679
23068
|
end
|
|
22680
23069
|
|
|
22681
23070
|
|
|
22682
|
-
sig { params(ats_update_candidate_request_dto: Models::Shared::AtsUpdateCandidateRequestDto, id: ::String, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsUpdateCandidateResponse) }
|
|
22683
|
-
def update_candidate(ats_update_candidate_request_dto:, id:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil)
|
|
23071
|
+
sig { params(ats_update_candidate_request_dto: Models::Shared::AtsUpdateCandidateRequestDto, id: ::String, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsUpdateCandidateResponse) }
|
|
23072
|
+
def update_candidate(ats_update_candidate_request_dto:, id:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
22684
23073
|
# update_candidate - Update Candidate
|
|
23074
|
+
#
|
|
23075
|
+
# If set, this operation will use `password` from the global security.
|
|
22685
23076
|
request = Models::Operations::AtsUpdateCandidateRequest.new(
|
|
22686
23077
|
ats_update_candidate_request_dto: ats_update_candidate_request_dto,
|
|
22687
23078
|
id: id,
|
|
@@ -22729,7 +23120,7 @@ module StackOne
|
|
|
22729
23120
|
|
|
22730
23121
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
22731
23122
|
timeout ||= @sdk_configuration.timeout
|
|
22732
|
-
|
|
23123
|
+
|
|
22733
23124
|
|
|
22734
23125
|
connection = @sdk_configuration.client.dup
|
|
22735
23126
|
connection.request :retry, retry_options
|
|
@@ -22745,13 +23136,16 @@ module StackOne
|
|
|
22745
23136
|
error = T.let(nil, T.nilable(StandardError))
|
|
22746
23137
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
22747
23138
|
|
|
22748
|
-
|
|
23139
|
+
|
|
22749
23140
|
begin
|
|
22750
23141
|
http_response = T.must(connection).patch(url) do |req|
|
|
22751
23142
|
req.body = body
|
|
22752
23143
|
req.headers.merge!(headers)
|
|
22753
23144
|
req.options.timeout = timeout unless timeout.nil?
|
|
22754
|
-
Utils.configure_request_security(req, security)
|
|
23145
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
23146
|
+
http_headers&.each do |key, value|
|
|
23147
|
+
req.headers[key.to_s] = value
|
|
23148
|
+
end
|
|
22755
23149
|
|
|
22756
23150
|
@sdk_configuration.hooks.before_request(
|
|
22757
23151
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -22779,13 +23173,13 @@ module StackOne
|
|
|
22779
23173
|
response: http_response
|
|
22780
23174
|
)
|
|
22781
23175
|
end
|
|
22782
|
-
|
|
23176
|
+
|
|
22783
23177
|
if http_response.nil?
|
|
22784
23178
|
raise error if !error.nil?
|
|
22785
23179
|
raise 'no response'
|
|
22786
23180
|
end
|
|
22787
23181
|
end
|
|
22788
|
-
|
|
23182
|
+
|
|
22789
23183
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
22790
23184
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
22791
23185
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -22988,9 +23382,11 @@ module StackOne
|
|
|
22988
23382
|
end
|
|
22989
23383
|
|
|
22990
23384
|
|
|
22991
|
-
sig { params(request: Models::Operations::AtsUpdateInterviewNoteRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsUpdateInterviewNoteResponse) }
|
|
22992
|
-
def update_interview_note(request:, retries: nil, timeout_ms: nil)
|
|
23385
|
+
sig { params(request: Models::Operations::AtsUpdateInterviewNoteRequest, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsUpdateInterviewNoteResponse) }
|
|
23386
|
+
def update_interview_note(request:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
22993
23387
|
# update_interview_note - Update Interview Note
|
|
23388
|
+
#
|
|
23389
|
+
# If set, this operation will use `password` from the global security.
|
|
22994
23390
|
url, params = @sdk_configuration.get_server_details
|
|
22995
23391
|
base_url = Utils.template_url(url, params)
|
|
22996
23392
|
url = Utils.generate_url(
|
|
@@ -23032,7 +23428,7 @@ module StackOne
|
|
|
23032
23428
|
|
|
23033
23429
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
23034
23430
|
timeout ||= @sdk_configuration.timeout
|
|
23035
|
-
|
|
23431
|
+
|
|
23036
23432
|
|
|
23037
23433
|
connection = @sdk_configuration.client.dup
|
|
23038
23434
|
connection.request :retry, retry_options
|
|
@@ -23048,13 +23444,16 @@ module StackOne
|
|
|
23048
23444
|
error = T.let(nil, T.nilable(StandardError))
|
|
23049
23445
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
23050
23446
|
|
|
23051
|
-
|
|
23447
|
+
|
|
23052
23448
|
begin
|
|
23053
23449
|
http_response = T.must(connection).patch(url) do |req|
|
|
23054
23450
|
req.body = body
|
|
23055
23451
|
req.headers.merge!(headers)
|
|
23056
23452
|
req.options.timeout = timeout unless timeout.nil?
|
|
23057
|
-
Utils.configure_request_security(req, security)
|
|
23453
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
23454
|
+
http_headers&.each do |key, value|
|
|
23455
|
+
req.headers[key.to_s] = value
|
|
23456
|
+
end
|
|
23058
23457
|
|
|
23059
23458
|
@sdk_configuration.hooks.before_request(
|
|
23060
23459
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -23082,13 +23481,13 @@ module StackOne
|
|
|
23082
23481
|
response: http_response
|
|
23083
23482
|
)
|
|
23084
23483
|
end
|
|
23085
|
-
|
|
23484
|
+
|
|
23086
23485
|
if http_response.nil?
|
|
23087
23486
|
raise error if !error.nil?
|
|
23088
23487
|
raise 'no response'
|
|
23089
23488
|
end
|
|
23090
23489
|
end
|
|
23091
|
-
|
|
23490
|
+
|
|
23092
23491
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
23093
23492
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
23094
23493
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -23291,9 +23690,11 @@ module StackOne
|
|
|
23291
23690
|
end
|
|
23292
23691
|
|
|
23293
23692
|
|
|
23294
|
-
sig { params(ats_update_job_request_dto: Models::Shared::AtsUpdateJobRequestDto, id: ::String, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsUpdateJobResponse) }
|
|
23295
|
-
def update_job(ats_update_job_request_dto:, id:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil)
|
|
23693
|
+
sig { params(ats_update_job_request_dto: Models::Shared::AtsUpdateJobRequestDto, id: ::String, x_account_id: ::String, prefer: T.nilable(::String), retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsUpdateJobResponse) }
|
|
23694
|
+
def update_job(ats_update_job_request_dto:, id:, x_account_id:, prefer: nil, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
23296
23695
|
# update_job - Update Job
|
|
23696
|
+
#
|
|
23697
|
+
# If set, this operation will use `password` from the global security.
|
|
23297
23698
|
request = Models::Operations::AtsUpdateJobRequest.new(
|
|
23298
23699
|
ats_update_job_request_dto: ats_update_job_request_dto,
|
|
23299
23700
|
id: id,
|
|
@@ -23341,7 +23742,7 @@ module StackOne
|
|
|
23341
23742
|
|
|
23342
23743
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
23343
23744
|
timeout ||= @sdk_configuration.timeout
|
|
23344
|
-
|
|
23745
|
+
|
|
23345
23746
|
|
|
23346
23747
|
connection = @sdk_configuration.client.dup
|
|
23347
23748
|
connection.request :retry, retry_options
|
|
@@ -23357,13 +23758,16 @@ module StackOne
|
|
|
23357
23758
|
error = T.let(nil, T.nilable(StandardError))
|
|
23358
23759
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
23359
23760
|
|
|
23360
|
-
|
|
23761
|
+
|
|
23361
23762
|
begin
|
|
23362
23763
|
http_response = T.must(connection).patch(url) do |req|
|
|
23363
23764
|
req.body = body
|
|
23364
23765
|
req.headers.merge!(headers)
|
|
23365
23766
|
req.options.timeout = timeout unless timeout.nil?
|
|
23366
|
-
Utils.configure_request_security(req, security)
|
|
23767
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
23768
|
+
http_headers&.each do |key, value|
|
|
23769
|
+
req.headers[key.to_s] = value
|
|
23770
|
+
end
|
|
23367
23771
|
|
|
23368
23772
|
@sdk_configuration.hooks.before_request(
|
|
23369
23773
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -23391,13 +23795,13 @@ module StackOne
|
|
|
23391
23795
|
response: http_response
|
|
23392
23796
|
)
|
|
23393
23797
|
end
|
|
23394
|
-
|
|
23798
|
+
|
|
23395
23799
|
if http_response.nil?
|
|
23396
23800
|
raise error if !error.nil?
|
|
23397
23801
|
raise 'no response'
|
|
23398
23802
|
end
|
|
23399
23803
|
end
|
|
23400
|
-
|
|
23804
|
+
|
|
23401
23805
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
23402
23806
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
23403
23807
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -23600,9 +24004,11 @@ module StackOne
|
|
|
23600
24004
|
end
|
|
23601
24005
|
|
|
23602
24006
|
|
|
23603
|
-
sig { params(ats_documents_upload_request_dto: Models::Shared::AtsDocumentsUploadRequestDto, id: ::String, x_account_id: ::String, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer)).returns(Models::Operations::AtsUploadApplicationDocumentResponse) }
|
|
23604
|
-
def upload_application_document(ats_documents_upload_request_dto:, id:, x_account_id:, retries: nil, timeout_ms: nil)
|
|
24007
|
+
sig { params(ats_documents_upload_request_dto: Models::Shared::AtsDocumentsUploadRequestDto, id: ::String, x_account_id: ::String, retries: T.nilable(Utils::RetryConfig), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::AtsUploadApplicationDocumentResponse) }
|
|
24008
|
+
def upload_application_document(ats_documents_upload_request_dto:, id:, x_account_id:, retries: nil, timeout_ms: nil, http_headers: nil)
|
|
23605
24009
|
# upload_application_document - Upload Application Document
|
|
24010
|
+
#
|
|
24011
|
+
# If set, this operation will use `password` from the global security.
|
|
23606
24012
|
request = Models::Operations::AtsUploadApplicationDocumentRequest.new(
|
|
23607
24013
|
ats_documents_upload_request_dto: ats_documents_upload_request_dto,
|
|
23608
24014
|
id: id,
|
|
@@ -23649,7 +24055,7 @@ module StackOne
|
|
|
23649
24055
|
|
|
23650
24056
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
23651
24057
|
timeout ||= @sdk_configuration.timeout
|
|
23652
|
-
|
|
24058
|
+
|
|
23653
24059
|
|
|
23654
24060
|
connection = @sdk_configuration.client.dup
|
|
23655
24061
|
connection.request :retry, retry_options
|
|
@@ -23665,13 +24071,16 @@ module StackOne
|
|
|
23665
24071
|
error = T.let(nil, T.nilable(StandardError))
|
|
23666
24072
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
23667
24073
|
|
|
23668
|
-
|
|
24074
|
+
|
|
23669
24075
|
begin
|
|
23670
24076
|
http_response = T.must(connection).post(url) do |req|
|
|
23671
24077
|
req.body = body
|
|
23672
24078
|
req.headers.merge!(headers)
|
|
23673
24079
|
req.options.timeout = timeout unless timeout.nil?
|
|
23674
|
-
Utils.configure_request_security(req, security)
|
|
24080
|
+
Utils.configure_request_security(req, security, %i[password])
|
|
24081
|
+
http_headers&.each do |key, value|
|
|
24082
|
+
req.headers[key.to_s] = value
|
|
24083
|
+
end
|
|
23675
24084
|
|
|
23676
24085
|
@sdk_configuration.hooks.before_request(
|
|
23677
24086
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -23699,13 +24108,13 @@ module StackOne
|
|
|
23699
24108
|
response: http_response
|
|
23700
24109
|
)
|
|
23701
24110
|
end
|
|
23702
|
-
|
|
24111
|
+
|
|
23703
24112
|
if http_response.nil?
|
|
23704
24113
|
raise error if !error.nil?
|
|
23705
24114
|
raise 'no response'
|
|
23706
24115
|
end
|
|
23707
24116
|
end
|
|
23708
|
-
|
|
24117
|
+
|
|
23709
24118
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
23710
24119
|
if Utils.match_status_code(http_response.status, ['201'])
|
|
23711
24120
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -23906,5 +24315,5 @@ module StackOne
|
|
|
23906
24315
|
|
|
23907
24316
|
end
|
|
23908
24317
|
end
|
|
23909
|
-
|
|
24318
|
+
end
|
|
23910
24319
|
end
|