stackone_client 0.4.0 → 0.5.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/stack_one/accounts.rb +10 -0
- data/lib/stack_one/ats.rb +132 -8
- data/lib/stack_one/connect_sessions.rb +4 -0
- data/lib/stack_one/connectors.rb +4 -0
- data/lib/stack_one/crm.rb +20 -0
- data/lib/stack_one/hris.rb +100 -6
- data/lib/stack_one/iam.rb +16 -0
- data/lib/stack_one/lms.rb +105 -0
- data/lib/stack_one/marketing.rb +52 -0
- data/lib/stack_one/models/operations/ats_create_application_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_create_background_check_package_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_create_candidate_note_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_create_candidate_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_create_job_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_create_offer_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_download_application_document_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_application_custom_field_definition_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_application_document_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_application_offer_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_application_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_application_scheduled_interview_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_application_scorecard_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_assessments_package_response.rb +7 -4
- data/lib/stack_one/models/operations/ats_get_assessments_request_response.rb +7 -4
- data/lib/stack_one/models/operations/ats_get_assessments_result_response.rb +7 -4
- data/lib/stack_one/models/operations/ats_get_background_check_package_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_background_check_request_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_background_check_result_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_candidate_custom_field_definition_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_candidate_note_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_candidate_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_department_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_interview_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_interview_stage_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_job_custom_field_definition_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_job_posting_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_job_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_list_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_location_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_offer_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_rejected_reason_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_get_user_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_application_custom_field_definitions_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_application_documents_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_application_scorecards_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_applications_offers_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_applications_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_applications_scheduled_interviews_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_assessments_packages_response.rb +7 -4
- data/lib/stack_one/models/operations/ats_list_background_check_packages_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_background_check_request_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_candidate_custom_field_definitions_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_candidate_notes_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_candidates_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_departments_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_interview_stages_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_interviews_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_job_custom_field_definitions_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_job_postings_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_jobs_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_lists_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_locations_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_offers_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_rejected_reasons_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_list_users_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_move_application_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_reject_application_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_update_application_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_update_candidate_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_update_job_response.rb +5 -2
- data/lib/stack_one/models/operations/ats_upload_application_document_response.rb +5 -2
- data/lib/stack_one/models/operations/create_response.rb +5 -2
- data/lib/stack_one/models/operations/crm_create_contact_response.rb +5 -2
- data/lib/stack_one/models/operations/crm_get_account_response.rb +5 -2
- data/lib/stack_one/models/operations/crm_get_contact_custom_field_definition_response.rb +5 -2
- data/lib/stack_one/models/operations/crm_get_contact_response.rb +5 -2
- data/lib/stack_one/models/operations/crm_get_list_response.rb +5 -2
- data/lib/stack_one/models/operations/crm_list_accounts_response.rb +5 -2
- data/lib/stack_one/models/operations/crm_list_contact_custom_field_definitions_response.rb +5 -2
- data/lib/stack_one/models/operations/crm_list_contacts_response.rb +5 -2
- data/lib/stack_one/models/operations/crm_list_lists_response.rb +5 -2
- data/lib/stack_one/models/operations/crm_update_contact_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_batch_upload_employee_document_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_create_employee_employment_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_create_employee_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_create_employee_time_off_request_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_create_employee_work_eligibility_request_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_create_time_off_request_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_download_employee_document_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_benefit_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_company_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_cost_center_group_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_department_group_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_employee_custom_field_definition_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_employee_document_category_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_employee_document_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_employee_employment_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_employee_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_employees_time_off_request_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_employees_work_eligibility_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_employment_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_group_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_job_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_location_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_time_off_request_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_get_time_off_type_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_benefits_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_companies_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_cost_center_groups_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_department_groups_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_employee_categories_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_employee_custom_field_definitions_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_employee_documents_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_employee_employments_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_employee_time_off_requests_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_employee_work_eligibility_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_employees_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_employments_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_groups_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_jobs_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_locations_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_time_off_requests_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_list_time_off_types_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_update_employee_employment_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_update_employee_request.rb +4 -4
- data/lib/stack_one/models/operations/hris_update_employee_response.rb +7 -4
- data/lib/stack_one/models/operations/hris_update_employee_work_eligibility_request_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_update_time_off_request_response.rb +5 -2
- data/lib/stack_one/models/operations/hris_upload_employee_document_response.rb +5 -2
- data/lib/stack_one/models/operations/iam_get_group_response.rb +5 -2
- data/lib/stack_one/models/operations/iam_get_policy_response.rb +5 -2
- data/lib/stack_one/models/operations/iam_get_role_response.rb +5 -2
- data/lib/stack_one/models/operations/iam_get_user_response.rb +5 -2
- data/lib/stack_one/models/operations/iam_list_groups_response.rb +5 -2
- data/lib/stack_one/models/operations/iam_list_policies_response.rb +5 -2
- data/lib/stack_one/models/operations/iam_list_roles_response.rb +5 -2
- data/lib/stack_one/models/operations/iam_list_users_response.rb +5 -2
- data/lib/stack_one/models/operations/learning_object_type.rb +19 -0
- data/lib/stack_one/models/operations/lms_batch_upsert_content_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_batch_upsert_course_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_create_collection_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_create_user_assignment_request.rb +30 -0
- data/lib/stack_one/models/operations/lms_create_user_assignment_response.rb +36 -0
- data/lib/stack_one/models/operations/lms_create_user_completion_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_get_assignment_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_get_category_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_get_completion_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_get_content_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_get_course_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_get_skill_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_get_user_assignment_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_get_user_completion_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_get_user_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_list_assignments_queryparam_filter.rb +6 -6
- data/lib/stack_one/models/operations/lms_list_assignments_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_list_categories_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_list_completions_queryparam_filter.rb +2 -2
- data/lib/stack_one/models/operations/lms_list_completions_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_list_content_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_list_courses_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_list_skills_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_list_user_assignments_queryparam_filter.rb +6 -6
- data/lib/stack_one/models/operations/lms_list_user_assignments_queryparam_learning_object_type.rb +19 -0
- data/lib/stack_one/models/operations/lms_list_user_assignments_queryparam_status.rb +19 -0
- data/lib/stack_one/models/operations/lms_list_user_assignments_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_list_user_completions_queryparam_filter.rb +2 -2
- data/lib/stack_one/models/operations/lms_list_user_completions_queryparam_learning_object_type.rb +19 -0
- data/lib/stack_one/models/operations/lms_list_user_completions_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_list_users_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_update_collection_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_upsert_content_response.rb +5 -2
- data/lib/stack_one/models/operations/lms_upsert_course_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_create_content_block_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_create_email_template_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_create_in_app_template_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_create_omni_channel_template_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_create_push_template_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_create_sms_template_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_get_campaign_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_get_content_block_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_get_email_template_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_get_in_app_template_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_get_omni_channel_template_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_get_push_template_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_get_sms_template_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_list_campaigns_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_list_content_blocks_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_list_email_templates_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_list_in_app_templates_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_list_omni_channel_templates_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_list_push_templates_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_list_sms_templates_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_update_content_block_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_update_email_template_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_update_in_app_template_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_update_omni_channel_template_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_update_push_template_response.rb +5 -2
- data/lib/stack_one/models/operations/marketing_update_sms_template_response.rb +5 -2
- data/lib/stack_one/models/operations/queryparam_learning_object_type.rb +19 -0
- data/lib/stack_one/models/operations/queryparam_status.rb +19 -0
- data/lib/stack_one/models/operations/stackone_authenticate_connect_session_response.rb +5 -2
- data/lib/stack_one/models/operations/stackone_create_connect_session_response.rb +5 -2
- data/lib/stack_one/models/operations/stackone_delete_account_response.rb +5 -2
- data/lib/stack_one/models/operations/stackone_get_account_meta_info_response.rb +5 -2
- data/lib/stack_one/models/operations/stackone_get_account_response.rb +5 -2
- data/lib/stack_one/models/operations/stackone_get_connector_meta_response.rb +5 -2
- data/lib/stack_one/models/operations/stackone_list_connectors_meta_response.rb +5 -2
- data/lib/stack_one/models/operations/stackone_list_linked_accounts_response.rb +5 -2
- data/lib/stack_one/models/operations/stackone_proxy_request_response.rb +5 -2
- data/lib/stack_one/models/operations/stackone_update_account_response.rb +5 -2
- data/lib/stack_one/models/operations.rb +8 -0
- data/lib/stack_one/models/shared/{assessmentsorder.rb → assessmentorder.rb} +6 -6
- data/lib/stack_one/models/shared/{assessmentsorder_application.rb → assessmentorder_application.rb} +7 -4
- data/lib/stack_one/models/shared/{assessmentsorder_application_status.rb → assessmentorder_application_status.rb} +3 -3
- data/lib/stack_one/models/shared/{assessmentsorder_candidate.rb → assessmentorder_candidate.rb} +6 -3
- data/lib/stack_one/models/shared/{assessmentsorder_job.rb → assessmentorder_job.rb} +7 -4
- data/lib/stack_one/models/shared/{assessmentspackages.rb → assessmentorder_package.rb} +3 -6
- data/lib/stack_one/models/shared/{assessmentsorder_value.rb → assessmentorder_value.rb} +2 -2
- data/lib/stack_one/models/shared/{assessmentsresultsresult.rb → assessmentorderresult.rb} +3 -3
- data/lib/stack_one/models/shared/{assessmentspackagestestapimodel.rb → assessmentpackage.rb} +6 -6
- data/lib/stack_one/models/shared/{assessmentspackagespaginated.rb → assessmentpackagepaginated.rb} +3 -3
- data/lib/stack_one/models/shared/{assessmentspackagesresult.rb → assessmentpackageresult.rb} +3 -3
- data/lib/stack_one/models/shared/{assessmentsresults.rb → assessmentresult.rb} +4 -4
- data/lib/stack_one/models/shared/{backgroundcheckresultsresult_candidate.rb → assessmentresult_candidate.rb} +6 -3
- data/lib/stack_one/models/shared/{assessmentsresults_value.rb → assessmentresult_value.rb} +2 -2
- data/lib/stack_one/models/shared/{assessmentsorderresult.rb → assessmentresultsresult.rb} +3 -3
- data/lib/stack_one/models/shared/assignment.rb +7 -4
- data/lib/stack_one/models/shared/assignment_schemas_value.rb +19 -0
- data/lib/stack_one/models/shared/atscreateapplicationrequestdto.rb +5 -2
- data/lib/stack_one/models/shared/atscreatebackgroundcheckpackagesrequestdto.rb +2 -2
- data/lib/stack_one/models/shared/{assessmentsattachment.rb → attachment.rb} +3 -3
- data/lib/stack_one/models/shared/{assessmentsattachment_content_type.rb → attachment_content_type.rb} +3 -3
- data/lib/stack_one/models/shared/{assessmentsattachment_value.rb → attachment_value.rb} +2 -2
- data/lib/stack_one/models/shared/backgroundcheckorder_application.rb +5 -2
- data/lib/stack_one/models/shared/backgroundcheckorder_candidate.rb +5 -2
- data/lib/stack_one/models/shared/backgroundcheckorder_job.rb +6 -3
- data/lib/stack_one/models/shared/backgroundcheckorder_package.rb +6 -3
- data/lib/stack_one/models/shared/backgroundcheckorder_requester.rb +20 -11
- data/lib/stack_one/models/shared/backgroundcheckpackage.rb +2 -2
- data/lib/stack_one/models/shared/backgroundcheckresult.rb +51 -0
- data/lib/stack_one/models/shared/{assessmentsresults_candidate.rb → backgroundcheckresult_candidate.rb} +6 -3
- data/lib/stack_one/models/shared/{backgroundcheckresultsresult_result.rb → backgroundcheckresult_result.rb} +3 -3
- data/lib/stack_one/models/shared/backgroundcheckresult_score.rb +33 -0
- data/lib/stack_one/models/shared/{backgroundcheckresultsresult_value.rb → backgroundcheckresult_value.rb} +2 -2
- data/lib/stack_one/models/shared/backgroundcheckresultsresult.rb +9 -30
- data/lib/stack_one/models/shared/campaign.rb +2 -2
- data/lib/stack_one/models/shared/{assessmentspackages_type.rb → campaign_status.rb} +6 -6
- data/lib/stack_one/models/shared/category_value.rb +1 -0
- data/lib/stack_one/models/shared/channelsenum.rb +2 -2
- data/lib/stack_one/models/shared/completion.rb +9 -6
- data/lib/stack_one/models/shared/completion_learning_object_type.rb +1 -1
- data/lib/stack_one/models/shared/course.rb +2 -5
- data/lib/stack_one/models/shared/createcategoriesapimodel.rb +8 -2
- data/lib/stack_one/models/shared/createcategoriesapimodel_level.rb +27 -0
- data/lib/stack_one/models/shared/createcategoriesapimodel_value.rb +19 -0
- data/lib/stack_one/models/shared/createcostcenterapimodel.rb +30 -0
- data/lib/stack_one/models/shared/{createassessmentspackages.rb → createpackage.rb} +3 -6
- data/lib/stack_one/models/shared/createskillsapimodel.rb +5 -5
- data/lib/stack_one/models/shared/{assignmentstatusenum.rb → createskillsapimodel_level.rb} +4 -4
- data/lib/stack_one/models/shared/createskillsapimodel_value.rb +19 -0
- data/lib/stack_one/models/shared/employee_schemas_national_identity_number_type_value.rb +1 -0
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto.rb +8 -2
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_national_identity_number_type_value.rb +1 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto.rb +138 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_avatar.rb +27 -0
- data/lib/stack_one/models/shared/{assessmentspackagestestapimodel_type.rb → hrisupdateemployeerequestdto_country.rb} +6 -6
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_employment_contract_type.rb +27 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_employment_status.rb +27 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_employment_type.rb +27 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_ethnicity.rb +27 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_gender.rb +27 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_home_location.rb +51 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_marital_status.rb +27 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_national_identity_number.rb +30 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_preferred_language.rb +27 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_country.rb +27 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_type_value.rb +33 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_ethnicity_value.rb +26 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_gender_value.rb +23 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_home_location_state_value.rb +3840 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_home_location_value.rb +265 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_marital_status_value.rb +26 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_national_identity_number_type_value.rb +159 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_national_identity_number_value.rb +265 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_preferred_language_value.rb +114 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_state.rb +27 -0
- data/lib/stack_one/models/shared/{channelsenum_value.rb → hrisupdateemployeerequestdto_schemas_value.rb} +7 -7
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_work_location_country.rb +27 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_work_location_state_value.rb +3840 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_work_location_value.rb +265 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_state.rb +27 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_type.rb +27 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_value.rb +20 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_work_location.rb +51 -0
- data/lib/stack_one/models/shared/languageenum_value.rb +5 -0
- data/lib/stack_one/models/shared/lmscreateassignmentrequestdto.rb +45 -0
- data/lib/stack_one/models/shared/lmscreateassignmentrequestdto_status.rb +27 -0
- data/lib/stack_one/models/shared/lmscreateassignmentrequestdto_value.rb +19 -0
- data/lib/stack_one/models/shared/lmscreatecompletionrequestdto.rb +7 -4
- data/lib/stack_one/models/shared/lmsupsertcontentrequestdto.rb +5 -2
- data/lib/stack_one/models/shared/lmsupsertcourserequestdto.rb +2 -2
- data/lib/stack_one/models/shared/package.rb +5 -5
- data/lib/stack_one/models/shared/parent_question.rb +5 -2
- data/lib/stack_one/models/shared/requester.rb +20 -11
- data/lib/stack_one/models/shared/result.rb +2 -2
- data/lib/stack_one/models/shared/skills_value.rb +1 -0
- data/lib/stack_one/models/shared/status.rb +5 -5
- data/lib/stack_one/models/shared/updateemployeeapimodel.rb +135 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_avatar.rb +27 -0
- data/lib/stack_one/models/shared/{createassessmentspackages_type.rb → updateemployeeapimodel_country.rb} +6 -6
- data/lib/stack_one/models/shared/updateemployeeapimodel_employment_contract_type.rb +27 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_employment_status.rb +27 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_employment_type.rb +27 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_ethnicity.rb +27 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_gender.rb +27 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_home_location.rb +51 -0
- data/lib/stack_one/models/shared/{assessmentsorder_type.rb → updateemployeeapimodel_marital_status.rb} +6 -6
- data/lib/stack_one/models/shared/updateemployeeapimodel_national_identity_number.rb +30 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_preferred_language.rb +27 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_country.rb +27 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_employment_type_value.rb +33 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_ethnicity_value.rb +26 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_gender_value.rb +23 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_home_location_state_value.rb +3840 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_home_location_value.rb +265 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_marital_status_value.rb +26 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_national_identity_number_type_value.rb +159 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_national_identity_number_value.rb +265 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_preferred_language_value.rb +114 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_state.rb +27 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_value.rb +23 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_work_location_country.rb +27 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_work_location_state_value.rb +3840 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_schemas_work_location_value.rb +265 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_state.rb +27 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_type.rb +27 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_value.rb +20 -0
- data/lib/stack_one/models/shared/updateemployeeapimodel_work_location.rb +51 -0
- data/lib/stack_one/models/shared/value.rb +8 -4
- data/lib/stack_one/models/shared.rb +99 -36
- data/lib/stack_one/proxy.rb +4 -0
- data/lib/stack_one/sdkconfiguration.rb +3 -3
- data/lib/stack_one/utils/utils.rb +3 -4
- data/lib/stack_one/webhooks.rb +2 -0
- metadata +106 -35
- data/lib/stack_one/models/shared/assessmentsorder_schemas_value.rb +0 -22
- data/lib/stack_one/models/shared/assessmentspackages_value.rb +0 -22
- data/lib/stack_one/models/shared/assessmentspackagestestapimodel_value.rb +0 -22
- data/lib/stack_one/models/shared/assessmentsrequestsjobhiringteamapimodel.rb +0 -36
- data/lib/stack_one/models/shared/createassessmentspackages_value.rb +0 -22
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :assignments_paginated, T.nilable(::StackOne::Shared::AssignmentsPaginated)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, assignments_paginated: T.nilable(::StackOne::Shared::AssignmentsPaginated)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, assignments_paginated: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, assignments_paginated: T.nilable(::StackOne::Shared::AssignmentsPaginated)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, assignments_paginated: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@assignments_paginated = assignments_paginated
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :categories_paginated, T.nilable(::StackOne::Shared::CategoriesPaginated)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, categories_paginated: T.nilable(::StackOne::Shared::CategoriesPaginated)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, categories_paginated: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, categories_paginated: T.nilable(::StackOne::Shared::CategoriesPaginated)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, categories_paginated: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@categories_paginated = categories_paginated
|
@@ -12,12 +12,12 @@ module StackOne
|
|
12
12
|
extend T::Sig
|
13
13
|
|
14
14
|
# Filter to select completions by learning object type.
|
15
|
-
field :learning_object_type, T.nilable(::
|
15
|
+
field :learning_object_type, T.nilable(::StackOne::Operations::QueryParamLearningObjectType), { 'query_param': { 'field_name': 'learning_object_type' } }
|
16
16
|
# Use a string with a date to only select results updated after that given date
|
17
17
|
field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after' } }
|
18
18
|
|
19
19
|
|
20
|
-
sig { params(learning_object_type: T.nilable(::
|
20
|
+
sig { params(learning_object_type: T.nilable(::StackOne::Operations::QueryParamLearningObjectType), updated_after: T.nilable(::String)).void }
|
21
21
|
def initialize(learning_object_type: nil, updated_after: nil)
|
22
22
|
@learning_object_type = learning_object_type
|
23
23
|
@updated_after = updated_after
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :completions_paginated, T.nilable(::StackOne::Shared::CompletionsPaginated)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, completions_paginated: T.nilable(::StackOne::Shared::CompletionsPaginated)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, completions_paginated: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, completions_paginated: T.nilable(::StackOne::Shared::CompletionsPaginated)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, completions_paginated: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@completions_paginated = completions_paginated
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :content_paginated, T.nilable(::StackOne::Shared::ContentPaginated)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, content_paginated: T.nilable(::StackOne::Shared::ContentPaginated)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, content_paginated: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, content_paginated: T.nilable(::StackOne::Shared::ContentPaginated)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, content_paginated: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@content_paginated = content_paginated
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :course_paginated, T.nilable(::StackOne::Shared::CoursePaginated)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, course_paginated: T.nilable(::StackOne::Shared::CoursePaginated)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, course_paginated: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, course_paginated: T.nilable(::StackOne::Shared::CoursePaginated)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, course_paginated: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@course_paginated = course_paginated
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :skills_paginated, T.nilable(::StackOne::Shared::SkillsPaginated)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, skills_paginated: T.nilable(::StackOne::Shared::SkillsPaginated)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, skills_paginated: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, skills_paginated: T.nilable(::StackOne::Shared::SkillsPaginated)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, skills_paginated: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@skills_paginated = skills_paginated
|
@@ -11,18 +11,18 @@ module StackOne
|
|
11
11
|
class LmsListUserAssignmentsQueryParamFilter < ::StackOne::Utils::FieldAugmented
|
12
12
|
extend T::Sig
|
13
13
|
|
14
|
-
# Filter to select assignment by completed status
|
15
|
-
field :completed, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'completed' } }
|
16
14
|
# Filter to select assignment by learning object type.
|
17
|
-
field :learning_object_type, T.nilable(::
|
15
|
+
field :learning_object_type, T.nilable(::StackOne::Operations::LmsListUserAssignmentsQueryParamLearningObjectType), { 'query_param': { 'field_name': 'learning_object_type' } }
|
16
|
+
# Filter to select assignment by status
|
17
|
+
field :status, T.nilable(::StackOne::Operations::LmsListUserAssignmentsQueryParamStatus), { 'query_param': { 'field_name': 'status' } }
|
18
18
|
# Use a string with a date to only select results updated after that given date
|
19
19
|
field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after' } }
|
20
20
|
|
21
21
|
|
22
|
-
sig { params(
|
23
|
-
def initialize(
|
24
|
-
@completed = completed
|
22
|
+
sig { params(learning_object_type: T.nilable(::StackOne::Operations::LmsListUserAssignmentsQueryParamLearningObjectType), status: T.nilable(::StackOne::Operations::LmsListUserAssignmentsQueryParamStatus), updated_after: T.nilable(::String)).void }
|
23
|
+
def initialize(learning_object_type: nil, status: nil, updated_after: nil)
|
25
24
|
@learning_object_type = learning_object_type
|
25
|
+
@status = status
|
26
26
|
@updated_after = updated_after
|
27
27
|
end
|
28
28
|
end
|
data/lib/stack_one/models/operations/lms_list_user_assignments_queryparam_learning_object_type.rb
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module StackOne
|
8
|
+
module Operations
|
9
|
+
|
10
|
+
# LmsListUserAssignmentsQueryParamLearningObjectType - Filter to select assignment by learning object type.
|
11
|
+
class LmsListUserAssignmentsQueryParamLearningObjectType < T::Enum
|
12
|
+
enums do
|
13
|
+
CONTENT = new('content')
|
14
|
+
COURSE = new('course')
|
15
|
+
COLLECTION = new('collection')
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module StackOne
|
8
|
+
module Operations
|
9
|
+
|
10
|
+
# LmsListUserAssignmentsQueryParamStatus - Filter to select assignment by status
|
11
|
+
class LmsListUserAssignmentsQueryParamStatus < T::Enum
|
12
|
+
enums do
|
13
|
+
PENDING = new('pending')
|
14
|
+
IN_PROGRESS = new('in_progress')
|
15
|
+
COMPLETED = new('completed')
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :assignments_paginated, T.nilable(::StackOne::Shared::AssignmentsPaginated)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, assignments_paginated: T.nilable(::StackOne::Shared::AssignmentsPaginated)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, assignments_paginated: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, assignments_paginated: T.nilable(::StackOne::Shared::AssignmentsPaginated)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, assignments_paginated: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@assignments_paginated = assignments_paginated
|
@@ -12,12 +12,12 @@ module StackOne
|
|
12
12
|
extend T::Sig
|
13
13
|
|
14
14
|
# Filter to select completions by learning object type.
|
15
|
-
field :learning_object_type, T.nilable(::
|
15
|
+
field :learning_object_type, T.nilable(::StackOne::Operations::LmsListUserCompletionsQueryParamLearningObjectType), { 'query_param': { 'field_name': 'learning_object_type' } }
|
16
16
|
# Use a string with a date to only select results updated after that given date
|
17
17
|
field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after' } }
|
18
18
|
|
19
19
|
|
20
|
-
sig { params(learning_object_type: T.nilable(::
|
20
|
+
sig { params(learning_object_type: T.nilable(::StackOne::Operations::LmsListUserCompletionsQueryParamLearningObjectType), updated_after: T.nilable(::String)).void }
|
21
21
|
def initialize(learning_object_type: nil, updated_after: nil)
|
22
22
|
@learning_object_type = learning_object_type
|
23
23
|
@updated_after = updated_after
|
data/lib/stack_one/models/operations/lms_list_user_completions_queryparam_learning_object_type.rb
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module StackOne
|
8
|
+
module Operations
|
9
|
+
|
10
|
+
# LmsListUserCompletionsQueryParamLearningObjectType - Filter to select completions by learning object type.
|
11
|
+
class LmsListUserCompletionsQueryParamLearningObjectType < T::Enum
|
12
|
+
enums do
|
13
|
+
CONTENT = new('content')
|
14
|
+
COURSE = new('course')
|
15
|
+
COLLECTION = new('collection')
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :completions_paginated, T.nilable(::StackOne::Shared::CompletionsPaginated)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, completions_paginated: T.nilable(::StackOne::Shared::CompletionsPaginated)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, completions_paginated: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, completions_paginated: T.nilable(::StackOne::Shared::CompletionsPaginated)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, completions_paginated: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@completions_paginated = completions_paginated
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :users_paginated, T.nilable(::StackOne::Shared::UsersPaginated)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, users_paginated: T.nilable(::StackOne::Shared::UsersPaginated)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, users_paginated: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, users_paginated: T.nilable(::StackOne::Shared::UsersPaginated)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, users_paginated: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@users_paginated = users_paginated
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :update_result, T.nilable(::StackOne::Shared::UpdateResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, update_result: T.nilable(::StackOne::Shared::UpdateResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, update_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, update_result: T.nilable(::StackOne::Shared::UpdateResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, update_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@update_result = update_result
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :upsert_result, T.nilable(::StackOne::Shared::UpsertResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, upsert_result: T.nilable(::StackOne::Shared::UpsertResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, upsert_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, upsert_result: T.nilable(::StackOne::Shared::UpsertResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, upsert_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@upsert_result = upsert_result
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :upsert_result, T.nilable(::StackOne::Shared::UpsertResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, upsert_result: T.nilable(::StackOne::Shared::UpsertResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, upsert_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, upsert_result: T.nilable(::StackOne::Shared::UpsertResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, upsert_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@upsert_result = upsert_result
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :create_result, T.nilable(::StackOne::Shared::CreateResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, create_result: T.nilable(::StackOne::Shared::CreateResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, create_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, create_result: T.nilable(::StackOne::Shared::CreateResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, create_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@create_result = create_result
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :create_result, T.nilable(::StackOne::Shared::CreateResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, create_result: T.nilable(::StackOne::Shared::CreateResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, create_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, create_result: T.nilable(::StackOne::Shared::CreateResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, create_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@create_result = create_result
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :create_result, T.nilable(::StackOne::Shared::CreateResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, create_result: T.nilable(::StackOne::Shared::CreateResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, create_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, create_result: T.nilable(::StackOne::Shared::CreateResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, create_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@create_result = create_result
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :create_result, T.nilable(::StackOne::Shared::CreateResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, create_result: T.nilable(::StackOne::Shared::CreateResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, create_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, create_result: T.nilable(::StackOne::Shared::CreateResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, create_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@create_result = create_result
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :create_result, T.nilable(::StackOne::Shared::CreateResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, create_result: T.nilable(::StackOne::Shared::CreateResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, create_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, create_result: T.nilable(::StackOne::Shared::CreateResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, create_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@create_result = create_result
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :create_result, T.nilable(::StackOne::Shared::CreateResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, create_result: T.nilable(::StackOne::Shared::CreateResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, create_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, create_result: T.nilable(::StackOne::Shared::CreateResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, create_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@create_result = create_result
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :campaign_result, T.nilable(::StackOne::Shared::CampaignResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, campaign_result: T.nilable(::StackOne::Shared::CampaignResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, campaign_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, campaign_result: T.nilable(::StackOne::Shared::CampaignResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, campaign_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@campaign_result = campaign_result
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :content_block_result, T.nilable(::StackOne::Shared::ContentBlockResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, content_block_result: T.nilable(::StackOne::Shared::ContentBlockResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, content_block_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, content_block_result: T.nilable(::StackOne::Shared::ContentBlockResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, content_block_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@content_block_result = content_block_result
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :email_template_result, T.nilable(::StackOne::Shared::EmailTemplateResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, email_template_result: T.nilable(::StackOne::Shared::EmailTemplateResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, email_template_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, email_template_result: T.nilable(::StackOne::Shared::EmailTemplateResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, email_template_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@email_template_result = email_template_result
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
|
14
14
|
# HTTP response content type for this operation
|
15
15
|
field :content_type, ::String
|
16
|
+
|
17
|
+
field :headers, T::Hash[Symbol, T::Array[::String]]
|
16
18
|
# Raw HTTP response; suitable for custom response parsing
|
17
19
|
field :raw_response, ::Faraday::Response
|
18
20
|
# HTTP response status code for this operation
|
@@ -21,9 +23,10 @@ module StackOne
|
|
21
23
|
field :in_app_template_result, T.nilable(::StackOne::Shared::InAppTemplateResult)
|
22
24
|
|
23
25
|
|
24
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, in_app_template_result: T.nilable(::StackOne::Shared::InAppTemplateResult)).void }
|
25
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, in_app_template_result: nil)
|
26
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, in_app_template_result: T.nilable(::StackOne::Shared::InAppTemplateResult)).void }
|
27
|
+
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, in_app_template_result: nil)
|
26
28
|
@content_type = content_type
|
29
|
+
@headers = headers
|
27
30
|
@raw_response = raw_response
|
28
31
|
@status_code = status_code
|
29
32
|
@in_app_template_result = in_app_template_result
|