stackone_client 0.2.33 → 0.2.34
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/stack_one/accounts.rb +1 -1
- data/lib/stack_one/ats.rb +105 -1
- data/lib/stack_one/connect_sessions.rb +1 -1
- data/lib/stack_one/connectors.rb +1 -1
- data/lib/stack_one/crm.rb +1 -1
- data/lib/stack_one/hris.rb +1 -1
- data/lib/stack_one/iam.rb +305 -0
- data/lib/stack_one/lms.rb +391 -0
- data/lib/stack_one/marketing.rb +347 -1
- data/lib/stack_one/models/operations/ats_create_application_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_create_application_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_create_candidate_note_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_create_candidate_note_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_create_candidate_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_create_candidate_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_create_offer_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_create_offer_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_download_application_document_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_download_application_document_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_application_document_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_application_document_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_application_offer_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_application_offer_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_application_request.rb +6 -3
- data/lib/stack_one/models/operations/ats_get_application_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_application_scorecard_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_application_scorecard_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_assessments_package_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_assessments_package_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_assessments_result_request.rb +36 -0
- data/lib/stack_one/models/operations/ats_get_assessments_result_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_get_candidate_note_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_candidate_note_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_candidate_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_candidate_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_department_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_department_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_interview_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_interview_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_interview_stage_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_interview_stage_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_job_posting_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_job_posting_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_job_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_job_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_list_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_list_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_location_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_location_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_offer_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_offer_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_rejected_reason_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_rejected_reason_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_user_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_user_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_application_custom_field_definitions_request.rb +57 -0
- data/lib/stack_one/models/operations/ats_list_application_custom_field_definitions_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_list_application_documents_request.rb +3 -3
- data/lib/stack_one/models/operations/ats_list_application_documents_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_application_scorecards_queryparam_filter.rb +24 -0
- data/lib/stack_one/models/operations/ats_list_application_scorecards_request.rb +3 -3
- data/lib/stack_one/models/operations/ats_list_application_scorecards_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_applications_offers_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_applications_offers_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_applications_offers_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_applications_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_applications_request.rb +6 -3
- data/lib/stack_one/models/operations/ats_list_applications_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_assessments_packages_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_assessments_packages_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_assessments_packages_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_candidate_custom_field_definitions_queryparam_filter.rb +24 -0
- data/lib/stack_one/models/operations/ats_list_candidate_custom_field_definitions_request.rb +57 -0
- data/lib/stack_one/models/operations/ats_list_candidate_custom_field_definitions_response.rb +33 -0
- data/lib/stack_one/models/operations/ats_list_candidate_notes_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_candidate_notes_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_candidate_notes_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_candidates_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_candidates_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_candidates_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_departments_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_departments_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_departments_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_interview_stages_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_interview_stages_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_interview_stages_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_interviews_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_interviews_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_interviews_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_job_postings_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_job_postings_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_job_postings_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_jobs_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_jobs_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_jobs_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_lists_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_lists_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_lists_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_locations_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_locations_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_locations_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_offers_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_offers_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_offers_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_rejected_reasons_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_rejected_reasons_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_rejected_reasons_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_users_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_users_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_users_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_update_application_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_update_application_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_update_candidate_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_update_candidate_response.rb +1 -1
- data/lib/stack_one/models/operations/ats_upload_application_document_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_upload_application_document_response.rb +1 -1
- data/lib/stack_one/models/operations/crm_create_contact_request.rb +1 -1
- data/lib/stack_one/models/operations/crm_create_contact_response.rb +1 -1
- data/lib/stack_one/models/operations/crm_get_account_request.rb +1 -1
- data/lib/stack_one/models/operations/crm_get_account_response.rb +1 -1
- data/lib/stack_one/models/operations/crm_get_contact_request.rb +1 -1
- data/lib/stack_one/models/operations/crm_get_contact_response.rb +1 -1
- data/lib/stack_one/models/operations/crm_get_list_request.rb +1 -1
- data/lib/stack_one/models/operations/crm_get_list_response.rb +1 -1
- data/lib/stack_one/models/operations/crm_list_accounts_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/crm_list_accounts_request.rb +1 -1
- data/lib/stack_one/models/operations/crm_list_accounts_response.rb +1 -1
- data/lib/stack_one/models/operations/crm_list_contacts_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/crm_list_contacts_request.rb +1 -1
- data/lib/stack_one/models/operations/crm_list_contacts_response.rb +1 -1
- data/lib/stack_one/models/operations/crm_list_lists_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/crm_list_lists_request.rb +1 -1
- data/lib/stack_one/models/operations/crm_list_lists_response.rb +1 -1
- data/lib/stack_one/models/operations/crm_update_contact_request.rb +1 -1
- data/lib/stack_one/models/operations/crm_update_contact_response.rb +1 -1
- data/lib/stack_one/models/operations/filter.rb +1 -1
- data/lib/stack_one/models/operations/hris_create_employee_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_create_employee_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_create_employee_time_off_request_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_create_employee_time_off_request_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_create_employee_work_eligibility_request_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_create_employee_work_eligibility_request_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_create_time_off_request_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_create_time_off_request_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_download_employee_document_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_download_employee_document_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_benefit_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_benefit_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_company_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_company_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_department_group_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_department_group_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_employee_document_category_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_employee_document_category_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_employee_document_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_employee_document_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_employee_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_employee_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_employees_time_off_request_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_employees_time_off_request_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_employees_work_eligibility_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_employees_work_eligibility_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_employment_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_employment_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_group_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_group_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_job_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_job_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_location_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_location_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_time_off_request_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_time_off_request_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_benefits_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_benefits_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_benefits_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_companies_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_companies_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_companies_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_department_groups_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_department_groups_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_department_groups_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_categories_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_categories_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_categories_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_documents_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_documents_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_documents_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_time_off_requests_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_time_off_requests_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_time_off_requests_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_work_eligibility_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_work_eligibility_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_employee_work_eligibility_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_employees_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_employees_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_employees_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_employments_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_employments_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_employments_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_groups_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_groups_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_groups_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_jobs_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_jobs_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_jobs_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_locations_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_locations_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_locations_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_time_off_requests_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_time_off_requests_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_time_off_requests_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_update_employee_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_update_employee_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_update_employee_work_eligibility_request_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_update_employee_work_eligibility_request_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_update_time_off_request_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_update_time_off_request_response.rb +1 -1
- data/lib/stack_one/models/operations/hris_upload_employee_document_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_upload_employee_document_response.rb +1 -1
- data/lib/stack_one/models/operations/iam_get_group_request.rb +39 -0
- data/lib/stack_one/models/operations/iam_get_group_response.rb +33 -0
- data/lib/stack_one/models/operations/iam_get_policy_request.rb +39 -0
- data/lib/stack_one/models/operations/iam_get_policy_response.rb +33 -0
- data/lib/stack_one/models/operations/iam_get_role_request.rb +39 -0
- data/lib/stack_one/models/operations/iam_get_role_response.rb +33 -0
- data/lib/stack_one/models/operations/iam_get_user_request.rb +39 -0
- data/lib/stack_one/models/operations/iam_get_user_response.rb +33 -0
- data/lib/stack_one/models/operations/iam_list_groups_queryparam_filter.rb +24 -0
- data/lib/stack_one/models/operations/iam_list_groups_request.rb +55 -0
- data/lib/stack_one/models/operations/iam_list_groups_response.rb +33 -0
- data/lib/stack_one/models/operations/iam_list_policies_queryparam_filter.rb +24 -0
- data/lib/stack_one/models/operations/iam_list_policies_request.rb +55 -0
- data/lib/stack_one/models/operations/iam_list_policies_response.rb +33 -0
- data/lib/stack_one/models/operations/iam_list_roles_queryparam_filter.rb +24 -0
- data/lib/stack_one/models/operations/iam_list_roles_request.rb +55 -0
- data/lib/stack_one/models/operations/iam_list_roles_response.rb +33 -0
- data/lib/stack_one/models/operations/iam_list_users_queryparam_filter.rb +24 -0
- data/lib/stack_one/models/operations/iam_list_users_request.rb +55 -0
- data/lib/stack_one/models/operations/iam_list_users_response.rb +33 -0
- data/lib/stack_one/models/operations/lms_create_completion_request.rb +27 -0
- data/lib/stack_one/models/operations/lms_create_completion_response.rb +33 -0
- data/lib/stack_one/models/operations/lms_create_content_request.rb +27 -0
- data/lib/stack_one/models/operations/lms_create_content_response.rb +33 -0
- data/lib/stack_one/models/operations/lms_get_category_request.rb +36 -0
- data/lib/stack_one/models/operations/lms_get_category_response.rb +33 -0
- data/lib/stack_one/models/operations/lms_get_completion_request.rb +36 -0
- data/lib/stack_one/models/operations/lms_get_completion_response.rb +33 -0
- data/lib/stack_one/models/operations/lms_get_content_request.rb +36 -0
- data/lib/stack_one/models/operations/lms_get_content_response.rb +33 -0
- data/lib/stack_one/models/operations/lms_list_categories_queryparam_filter.rb +24 -0
- data/lib/stack_one/models/operations/lms_list_categories_request.rb +52 -0
- data/lib/stack_one/models/operations/lms_list_categories_response.rb +33 -0
- data/lib/stack_one/models/operations/lms_list_content_queryparam_filter.rb +24 -0
- data/lib/stack_one/models/operations/lms_list_content_request.rb +52 -0
- data/lib/stack_one/models/operations/lms_list_content_response.rb +33 -0
- data/lib/stack_one/models/operations/lms_update_content_request.rb +30 -0
- data/lib/stack_one/models/operations/lms_update_content_response.rb +33 -0
- data/lib/stack_one/models/operations/lms_upsert_content_request.rb +27 -0
- data/lib/stack_one/models/operations/lms_upsert_content_response.rb +33 -0
- data/lib/stack_one/models/operations/marketing_create_content_block_request.rb +1 -1
- data/lib/stack_one/models/operations/marketing_create_content_block_response.rb +1 -1
- data/lib/stack_one/models/operations/marketing_create_email_template_request.rb +1 -1
- data/lib/stack_one/models/operations/marketing_create_email_template_response.rb +1 -1
- data/lib/stack_one/models/operations/marketing_create_in_app_template_request.rb +27 -0
- data/lib/stack_one/models/operations/marketing_create_in_app_template_response.rb +33 -0
- data/lib/stack_one/models/operations/marketing_create_omni_channel_template_request.rb +1 -1
- data/lib/stack_one/models/operations/marketing_create_omni_channel_template_response.rb +1 -1
- data/lib/stack_one/models/operations/marketing_create_push_template_request.rb +1 -1
- data/lib/stack_one/models/operations/marketing_create_push_template_response.rb +1 -1
- data/lib/stack_one/models/operations/marketing_create_sms_template_request.rb +27 -0
- data/lib/stack_one/models/operations/marketing_create_sms_template_response.rb +33 -0
- data/lib/stack_one/models/operations/marketing_get_campaign_request.rb +1 -1
- data/lib/stack_one/models/operations/marketing_get_campaign_response.rb +1 -1
- data/lib/stack_one/models/operations/marketing_get_content_block_request.rb +1 -1
- data/lib/stack_one/models/operations/marketing_get_content_block_response.rb +1 -1
- data/lib/stack_one/models/operations/marketing_get_email_template_request.rb +1 -1
- data/lib/stack_one/models/operations/marketing_get_email_template_response.rb +1 -1
- data/lib/stack_one/models/operations/marketing_get_in_app_template_request.rb +36 -0
- data/lib/stack_one/models/operations/marketing_get_in_app_template_response.rb +33 -0
- data/lib/stack_one/models/operations/marketing_get_omni_channel_template_request.rb +1 -1
- data/lib/stack_one/models/operations/marketing_get_omni_channel_template_response.rb +1 -1
- data/lib/stack_one/models/operations/marketing_get_push_template_request.rb +1 -1
- data/lib/stack_one/models/operations/marketing_get_push_template_response.rb +1 -1
- data/lib/stack_one/models/operations/marketing_get_sms_template_request.rb +36 -0
- data/lib/stack_one/models/operations/marketing_get_sms_template_response.rb +33 -0
- data/lib/stack_one/models/operations/marketing_list_campaigns_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/marketing_list_campaigns_request.rb +1 -1
- data/lib/stack_one/models/operations/marketing_list_campaigns_response.rb +1 -1
- data/lib/stack_one/models/operations/marketing_list_content_blocks_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/marketing_list_content_blocks_request.rb +1 -1
- data/lib/stack_one/models/operations/marketing_list_content_blocks_response.rb +1 -1
- data/lib/stack_one/models/operations/marketing_list_email_templates_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/marketing_list_email_templates_request.rb +1 -1
- data/lib/stack_one/models/operations/marketing_list_email_templates_response.rb +1 -1
- data/lib/stack_one/models/operations/marketing_list_in_app_templates_queryparam_filter.rb +24 -0
- data/lib/stack_one/models/operations/marketing_list_in_app_templates_request.rb +52 -0
- data/lib/stack_one/models/operations/marketing_list_in_app_templates_response.rb +33 -0
- data/lib/stack_one/models/operations/marketing_list_omni_channel_templates_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/marketing_list_omni_channel_templates_request.rb +1 -1
- data/lib/stack_one/models/operations/marketing_list_omni_channel_templates_response.rb +1 -1
- data/lib/stack_one/models/operations/marketing_list_push_templates_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/marketing_list_push_templates_request.rb +1 -1
- data/lib/stack_one/models/operations/marketing_list_push_templates_response.rb +1 -1
- data/lib/stack_one/models/operations/marketing_list_sms_templates_queryparam_filter.rb +24 -0
- data/lib/stack_one/models/operations/marketing_list_sms_templates_request.rb +52 -0
- data/lib/stack_one/models/operations/marketing_list_sms_templates_response.rb +33 -0
- data/lib/stack_one/models/operations/marketing_update_content_block_request.rb +1 -1
- data/lib/stack_one/models/operations/marketing_update_content_block_response.rb +1 -1
- data/lib/stack_one/models/operations/marketing_update_email_template_request.rb +1 -1
- data/lib/stack_one/models/operations/marketing_update_email_template_response.rb +1 -1
- data/lib/stack_one/models/operations/marketing_update_in_app_template_request.rb +30 -0
- data/lib/stack_one/models/operations/marketing_update_in_app_template_response.rb +33 -0
- data/lib/stack_one/models/operations/marketing_update_omni_channel_template_request.rb +1 -1
- data/lib/stack_one/models/operations/marketing_update_omni_channel_template_response.rb +1 -1
- data/lib/stack_one/models/operations/marketing_update_push_template_request.rb +1 -1
- data/lib/stack_one/models/operations/marketing_update_push_template_response.rb +1 -1
- data/lib/stack_one/models/operations/marketing_update_sms_template_request.rb +30 -0
- data/lib/stack_one/models/operations/marketing_update_sms_template_response.rb +33 -0
- data/lib/stack_one/models/operations/queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/stackone_authenticate_connect_session_response.rb +1 -1
- data/lib/stack_one/models/operations/stackone_create_connect_session_response.rb +1 -1
- data/lib/stack_one/models/operations/stackone_delete_account_request.rb +1 -1
- data/lib/stack_one/models/operations/stackone_delete_account_response.rb +1 -1
- data/lib/stack_one/models/operations/stackone_get_account_meta_info_request.rb +1 -1
- data/lib/stack_one/models/operations/stackone_get_account_meta_info_response.rb +1 -1
- data/lib/stack_one/models/operations/stackone_get_account_request.rb +1 -1
- data/lib/stack_one/models/operations/stackone_get_account_response.rb +1 -1
- data/lib/stack_one/models/operations/stackone_get_connector_meta_request.rb +1 -1
- data/lib/stack_one/models/operations/stackone_get_connector_meta_response.rb +1 -1
- data/lib/stack_one/models/operations/stackone_list_connectors_meta_request.rb +1 -1
- data/lib/stack_one/models/operations/stackone_list_connectors_meta_response.rb +1 -1
- data/lib/stack_one/models/operations/stackone_list_linked_accounts_request.rb +1 -1
- data/lib/stack_one/models/operations/stackone_list_linked_accounts_response.rb +1 -1
- data/lib/stack_one/models/operations/stackone_proxy_request_request.rb +1 -1
- data/lib/stack_one/models/operations/stackone_proxy_request_response.rb +1 -1
- data/lib/stack_one/models/operations/stackone_update_account_request.rb +1 -1
- data/lib/stack_one/models/operations/stackone_update_account_response.rb +1 -1
- data/lib/stack_one/models/operations.rb +68 -2
- data/lib/stack_one/models/shared/account.rb +1 -1
- data/lib/stack_one/models/shared/accountaddress.rb +1 -1
- data/lib/stack_one/models/shared/accountaddress_schemas_value.rb +1 -1
- data/lib/stack_one/models/shared/accountaddress_value.rb +1 -1
- data/lib/stack_one/models/shared/accountresult.rb +1 -1
- data/lib/stack_one/models/shared/accountspaginated.rb +1 -1
- data/lib/stack_one/models/shared/answer.rb +1 -1
- data/lib/stack_one/models/shared/answer_value.rb +1 -1
- data/lib/stack_one/models/shared/application.rb +6 -3
- data/lib/stack_one/models/shared/application_candidate.rb +1 -1
- data/lib/stack_one/models/shared/application_interview_stage.rb +1 -1
- data/lib/stack_one/models/shared/application_status.rb +1 -1
- data/lib/stack_one/models/shared/application_value.rb +1 -1
- data/lib/stack_one/models/shared/applicationattachment.rb +1 -1
- data/lib/stack_one/models/shared/applicationattachment_value.rb +1 -1
- data/lib/stack_one/models/shared/applicationcustomfields.rb +48 -0
- data/lib/stack_one/models/shared/applicationcustomfields_type.rb +27 -0
- data/lib/stack_one/models/shared/applicationcustomfields_value.rb +23 -0
- data/lib/stack_one/models/shared/applicationresult.rb +1 -1
- data/lib/stack_one/models/shared/applicationspaginated.rb +1 -1
- data/lib/stack_one/models/shared/assessmentspackages.rb +1 -1
- data/lib/stack_one/models/shared/assessmentspackages_type.rb +1 -1
- data/lib/stack_one/models/shared/assessmentspackages_value.rb +1 -1
- data/lib/stack_one/models/shared/assessmentspackagespaginated.rb +1 -1
- data/lib/stack_one/models/shared/assessmentspackagesresult.rb +1 -1
- data/lib/stack_one/models/shared/assessmentsresults.rb +54 -0
- data/lib/stack_one/models/shared/assessmentsresults_candidate.rb +24 -0
- data/lib/stack_one/models/shared/assessmentsresults_content_type.rb +27 -0
- data/lib/stack_one/models/shared/assessmentsresults_value.rb +19 -0
- data/lib/stack_one/models/shared/assessmentsresultsresult.rb +27 -0
- data/lib/stack_one/models/shared/atscreateapplicationrequestdto.rb +1 -1
- data/lib/stack_one/models/shared/atscreateapplicationrequestdto_application_status.rb +1 -1
- data/lib/stack_one/models/shared/atscreateapplicationrequestdto_candidate.rb +6 -3
- data/lib/stack_one/models/shared/atscreateapplicationrequestdto_source.rb +1 -1
- data/lib/stack_one/models/shared/atscreateapplicationrequestdto_value.rb +1 -1
- data/lib/stack_one/models/shared/atscreatecandidaterequestdto.rb +6 -3
- data/lib/stack_one/models/shared/atscreatenotesrequestdto.rb +1 -1
- data/lib/stack_one/models/shared/atscreatenotesrequestdto_value.rb +1 -1
- data/lib/stack_one/models/shared/atscreateofferrequestdto.rb +1 -1
- data/lib/stack_one/models/shared/atscreateofferrequestdto_value.rb +1 -1
- data/lib/stack_one/models/shared/atsdocumentapimodel.rb +3 -3
- data/lib/stack_one/models/shared/atsdocumentapimodel_category.rb +27 -0
- data/lib/stack_one/models/shared/atsdocumentapimodel_schemas_value.rb +1 -1
- data/lib/stack_one/models/shared/atsdocumentapimodel_type.rb +1 -1
- data/lib/stack_one/models/shared/atsdocumentapimodel_value.rb +1 -1
- data/lib/stack_one/models/shared/atsdocumentresult.rb +1 -1
- data/lib/stack_one/models/shared/atsdocumentspaginated.rb +1 -1
- data/lib/stack_one/models/shared/atslocation.rb +1 -1
- data/lib/stack_one/models/shared/atslocationresult.rb +1 -1
- data/lib/stack_one/models/shared/atslocationspaginated.rb +1 -1
- data/lib/stack_one/models/shared/atsupdateapplicationrequestdto.rb +1 -1
- data/lib/stack_one/models/shared/atsupdateapplicationrequestdto_application_status.rb +1 -1
- data/lib/stack_one/models/shared/atsupdateapplicationrequestdto_source.rb +1 -1
- data/lib/stack_one/models/shared/atsupdateapplicationrequestdto_value.rb +1 -1
- data/lib/stack_one/models/shared/atsupdatecandidaterequestdto.rb +6 -3
- data/lib/stack_one/models/shared/attachments.rb +27 -0
- data/lib/stack_one/models/shared/avatar.rb +1 -1
- data/lib/stack_one/models/shared/benefit_type.rb +1 -1
- data/lib/stack_one/models/shared/campaign.rb +3 -3
- data/lib/stack_one/models/shared/campaign_schemas_value.rb +1 -1
- data/lib/stack_one/models/shared/campaign_status.rb +27 -0
- data/lib/stack_one/models/shared/campaign_value.rb +1 -1
- data/lib/stack_one/models/shared/campaignresult.rb +1 -1
- data/lib/stack_one/models/shared/campaignspaginated.rb +1 -1
- data/lib/stack_one/models/shared/candidate.rb +1 -1
- data/lib/stack_one/models/shared/candidatecustomfields.rb +1 -1
- data/lib/stack_one/models/shared/candidatecustomfields_type.rb +1 -1
- data/lib/stack_one/models/shared/candidatecustomfields_value.rb +2 -2
- data/lib/stack_one/models/shared/candidateemail.rb +1 -1
- data/lib/stack_one/models/shared/candidateresult.rb +1 -1
- data/lib/stack_one/models/shared/candidatespaginated.rb +1 -1
- data/lib/stack_one/models/shared/categories.rb +1 -1
- data/lib/stack_one/models/shared/categoriespaginated.rb +30 -0
- data/lib/stack_one/models/shared/category.rb +16 -10
- data/lib/stack_one/models/shared/categoryresult.rb +27 -0
- data/lib/stack_one/models/shared/channelsenum.rb +1 -1
- data/lib/stack_one/models/shared/companiespaginated.rb +1 -1
- data/lib/stack_one/models/shared/company.rb +1 -1
- data/lib/stack_one/models/shared/companyresult.rb +1 -1
- data/lib/stack_one/models/shared/completion.rb +54 -0
- data/lib/stack_one/models/shared/completion_value.rb +19 -0
- data/lib/stack_one/models/shared/completionresult.rb +27 -0
- data/lib/stack_one/models/shared/confidential.rb +1 -1
- data/lib/stack_one/models/shared/connectorsmeta.rb +1 -1
- data/lib/stack_one/models/shared/connectorsmeta_category.rb +1 -1
- data/lib/stack_one/models/shared/connectsession.rb +1 -1
- data/lib/stack_one/models/shared/connectsessionauthenticate.rb +1 -1
- data/lib/stack_one/models/shared/connectsessioncreate.rb +1 -1
- data/lib/stack_one/models/shared/connectsessioncreate_categories.rb +1 -1
- data/lib/stack_one/models/shared/connectsessiontoken.rb +1 -1
- data/lib/stack_one/models/shared/connectsessiontoken_categories.rb +1 -1
- data/lib/stack_one/models/shared/contact.rb +1 -1
- data/lib/stack_one/models/shared/contactresult.rb +1 -1
- data/lib/stack_one/models/shared/contactscustomfields.rb +2 -2
- data/lib/stack_one/models/shared/contactscustomfields_type.rb +1 -1
- data/lib/stack_one/models/shared/contactscustomfields_value.rb +2 -6
- data/lib/stack_one/models/shared/contactspaginated.rb +1 -1
- data/lib/stack_one/models/shared/content.rb +1 -1
- data/lib/stack_one/models/shared/content_file_format.rb +1 -1
- data/lib/stack_one/models/shared/content_type.rb +1 -1
- data/lib/stack_one/models/shared/content_value.rb +1 -1
- data/lib/stack_one/models/shared/contentblock.rb +1 -1
- data/lib/stack_one/models/shared/contentblock_schemas_value.rb +1 -1
- data/lib/stack_one/models/shared/contentblock_status.rb +1 -1
- data/lib/stack_one/models/shared/contentblock_type.rb +1 -1
- data/lib/stack_one/models/shared/contentblock_value.rb +1 -1
- data/lib/stack_one/models/shared/contentblockspaginated.rb +1 -1
- data/lib/stack_one/models/shared/contentlanguageenum.rb +27 -0
- data/lib/stack_one/models/shared/contentlanguageenum_value.rb +420 -0
- data/lib/stack_one/models/shared/contentpaginated.rb +33 -0
- data/lib/stack_one/models/shared/contentresult.rb +27 -0
- data/lib/stack_one/models/shared/costcenters.rb +1 -1
- data/lib/stack_one/models/shared/country.rb +1 -1
- data/lib/stack_one/models/shared/countrycodeenum.rb +1 -1
- data/lib/stack_one/models/shared/countrycodeenum_value.rb +1 -1
- data/lib/stack_one/models/shared/createcategoriesapimodel.rb +27 -0
- data/lib/stack_one/models/shared/createresult.rb +1 -1
- data/lib/stack_one/models/shared/createresultdataapimodel.rb +1 -1
- data/lib/stack_one/models/shared/credentials.rb +1 -1
- data/lib/stack_one/models/shared/crmcreatecontactrequestdto.rb +1 -1
- data/lib/stack_one/models/shared/customfielddefinition.rb +39 -0
- data/lib/stack_one/models/shared/customfielddefinition_type.rb +27 -0
- data/lib/stack_one/models/shared/customfielddefinition_value.rb +23 -0
- data/lib/stack_one/models/shared/customfielddefinitionspaginated.rb +33 -0
- data/lib/stack_one/models/shared/department.rb +1 -1
- data/lib/stack_one/models/shared/departmentresult.rb +1 -1
- data/lib/stack_one/models/shared/departmentspaginated.rb +1 -1
- data/lib/stack_one/models/shared/document.rb +1 -1
- data/lib/stack_one/models/shared/emailmessages.rb +1 -1
- data/lib/stack_one/models/shared/emailmessages_value.rb +1 -1
- data/lib/stack_one/models/shared/employee.rb +1 -1
- data/lib/stack_one/models/shared/employee_company.rb +1 -1
- data/lib/stack_one/models/shared/employee_country.rb +1 -1
- data/lib/stack_one/models/shared/employee_location_type.rb +1 -1
- data/lib/stack_one/models/shared/employee_schemas_country.rb +1 -1
- data/lib/stack_one/models/shared/employee_schemas_employment_type_value.rb +1 -1
- data/lib/stack_one/models/shared/employee_schemas_ethnicity_value.rb +1 -1
- data/lib/stack_one/models/shared/employee_schemas_gender_value.rb +1 -1
- data/lib/stack_one/models/shared/employee_schemas_home_location_location_type_value.rb +1 -1
- data/lib/stack_one/models/shared/employee_schemas_home_location_value.rb +1 -1
- data/lib/stack_one/models/shared/employee_schemas_location_type.rb +1 -1
- data/lib/stack_one/models/shared/employee_schemas_marital_status_value.rb +1 -1
- data/lib/stack_one/models/shared/employee_schemas_national_identity_number_value.rb +1 -1
- data/lib/stack_one/models/shared/employee_schemas_preferred_language_value.rb +1 -1
- data/lib/stack_one/models/shared/employee_schemas_value.rb +1 -1
- data/lib/stack_one/models/shared/employee_schemas_work_location_location_type_value.rb +1 -1
- data/lib/stack_one/models/shared/employee_schemas_work_location_value.rb +1 -1
- data/lib/stack_one/models/shared/employee_type.rb +1 -1
- data/lib/stack_one/models/shared/employee_value.rb +1 -1
- data/lib/stack_one/models/shared/employeecustomfields.rb +1 -1
- data/lib/stack_one/models/shared/employeecustomfields_type.rb +1 -1
- data/lib/stack_one/models/shared/employeecustomfields_value.rb +2 -2
- data/lib/stack_one/models/shared/employeeresult.rb +1 -1
- data/lib/stack_one/models/shared/employeespaginated.rb +1 -1
- data/lib/stack_one/models/shared/employment.rb +1 -1
- data/lib/stack_one/models/shared/employment_contract_type.rb +1 -1
- data/lib/stack_one/models/shared/employment_employment_contract_type.rb +1 -1
- data/lib/stack_one/models/shared/employment_employment_type.rb +1 -1
- data/lib/stack_one/models/shared/employment_schemas_pay_frequency_value.rb +1 -1
- data/lib/stack_one/models/shared/employment_schemas_pay_period_value.rb +1 -1
- data/lib/stack_one/models/shared/employment_schemas_value.rb +1 -1
- data/lib/stack_one/models/shared/employment_status.rb +1 -1
- data/lib/stack_one/models/shared/employment_type.rb +1 -1
- data/lib/stack_one/models/shared/employment_value.rb +1 -1
- data/lib/stack_one/models/shared/employmentresult.rb +1 -1
- data/lib/stack_one/models/shared/employmentspaginated.rb +1 -1
- data/lib/stack_one/models/shared/ethnicity.rb +1 -1
- data/lib/stack_one/models/shared/field.rb +1 -1
- data/lib/stack_one/models/shared/field_type.rb +1 -1
- data/lib/stack_one/models/shared/file_format.rb +1 -1
- data/lib/stack_one/models/shared/gender.rb +1 -1
- data/lib/stack_one/models/shared/headers.rb +1 -1
- data/lib/stack_one/models/shared/home_location.rb +1 -1
- data/lib/stack_one/models/shared/hrisbenefit.rb +1 -1
- data/lib/stack_one/models/shared/hrisbenefit_value.rb +1 -1
- data/lib/stack_one/models/shared/hrisbenefitresult.rb +1 -1
- data/lib/stack_one/models/shared/hrisbenefitspaginated.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_avatar.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_country.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_employment_contract_type.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_employment_status.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_employment_type.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_ethnicity.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_gender.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_home_location.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_marital_status.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_preferred_language.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_country.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_type_value.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_ethnicity_value.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_gender_value.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_home_location_state_value.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_home_location_value.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_marital_status_value.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_preferred_language_value.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_value.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_work_location_state_value.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_work_location_value.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_state.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_value.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_work_location.rb +1 -1
- data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto.rb +1 -1
- data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto_schemas_value.rb +1 -1
- data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto_status.rb +1 -1
- data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto_type.rb +1 -1
- data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto_value.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_category.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_file_format.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_schemas_document_value.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_schemas_value.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_type.rb +1 -1
- data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_value.rb +1 -1
- data/lib/stack_one/models/shared/hrisdepartment.rb +1 -1
- data/lib/stack_one/models/shared/hrisdepartment_type.rb +1 -1
- data/lib/stack_one/models/shared/hrisdepartment_value.rb +1 -1
- data/lib/stack_one/models/shared/hrisdepartmentspaginated.rb +1 -1
- data/lib/stack_one/models/shared/hrisdepartmentsresult.rb +1 -1
- data/lib/stack_one/models/shared/hrisdocumentapimodel.rb +1 -1
- data/lib/stack_one/models/shared/hrisdocumentapimodel_category.rb +1 -1
- data/lib/stack_one/models/shared/hrisdocumentapimodel_file_format.rb +1 -1
- data/lib/stack_one/models/shared/hrisdocumentapimodel_schemas_type_value.rb +1 -1
- data/lib/stack_one/models/shared/hrisdocumentapimodel_schemas_value.rb +1 -1
- data/lib/stack_one/models/shared/hrisdocumentapimodel_type.rb +1 -1
- data/lib/stack_one/models/shared/hrisdocumentapimodel_value.rb +1 -1
- data/lib/stack_one/models/shared/hrisdocumentresult.rb +1 -1
- data/lib/stack_one/models/shared/hrisdocumentspaginated.rb +1 -1
- data/lib/stack_one/models/shared/hrisdocumentsuploadrequestdto.rb +1 -1
- data/lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_category.rb +1 -1
- data/lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_file_format.rb +1 -1
- data/lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_schemas_file_format_value.rb +1 -1
- data/lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_schemas_value.rb +1 -1
- data/lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_value.rb +1 -1
- data/lib/stack_one/models/shared/hrisgroup.rb +1 -1
- data/lib/stack_one/models/shared/hrisgroup_type.rb +1 -1
- data/lib/stack_one/models/shared/hrisgroup_value.rb +1 -1
- data/lib/stack_one/models/shared/hrisgroupspaginated.rb +1 -1
- data/lib/stack_one/models/shared/hrisgroupsresult.rb +1 -1
- data/lib/stack_one/models/shared/hrislocation.rb +1 -1
- data/lib/stack_one/models/shared/hrislocation_country.rb +1 -1
- data/lib/stack_one/models/shared/hrislocation_location_type.rb +1 -1
- data/lib/stack_one/models/shared/hrislocation_schemas_value.rb +1 -1
- data/lib/stack_one/models/shared/hrislocation_value.rb +1 -1
- data/lib/stack_one/models/shared/hrislocationresult.rb +1 -1
- data/lib/stack_one/models/shared/hrislocationspaginated.rb +1 -1
- data/lib/stack_one/models/shared/iamgroup.rb +51 -0
- data/lib/stack_one/models/shared/iamgroup_type.rb +27 -0
- data/lib/stack_one/models/shared/iamgroup_value.rb +23 -0
- data/lib/stack_one/models/shared/iamgroupresult.rb +27 -0
- data/lib/stack_one/models/shared/iamgroupspaginated.rb +33 -0
- data/lib/stack_one/models/shared/iammfatypeenum.rb +27 -0
- data/lib/stack_one/models/shared/iammfatypeenum_value.rb +23 -0
- data/lib/stack_one/models/shared/iampermission.rb +45 -0
- data/lib/stack_one/models/shared/iampermission_type.rb +27 -0
- data/lib/stack_one/models/shared/iampermission_value.rb +24 -0
- data/lib/stack_one/models/shared/iampoliciespaginated.rb +33 -0
- data/lib/stack_one/models/shared/iampolicy.rb +42 -0
- data/lib/stack_one/models/shared/iampolicyresult.rb +27 -0
- data/lib/stack_one/models/shared/iamresource.rb +45 -0
- data/lib/stack_one/models/shared/iamresource_type.rb +27 -0
- data/lib/stack_one/models/shared/iamresource_value.rb +24 -0
- data/lib/stack_one/models/shared/iamrole.rb +45 -0
- data/lib/stack_one/models/shared/iamrole_type.rb +27 -0
- data/lib/stack_one/models/shared/iamrole_value.rb +25 -0
- data/lib/stack_one/models/shared/iamroleresult.rb +27 -0
- data/lib/stack_one/models/shared/iamrolespaginated.rb +33 -0
- data/lib/stack_one/models/shared/iamuser.rb +72 -0
- data/lib/stack_one/models/shared/iamuser_avatar.rb +53 -0
- data/lib/stack_one/models/shared/iamuser_category.rb +27 -0
- data/lib/stack_one/models/shared/iamuser_file_format.rb +27 -0
- data/lib/stack_one/models/shared/iamuser_schemas_value.rb +1227 -0
- data/lib/stack_one/models/shared/iamuser_status.rb +27 -0
- data/lib/stack_one/models/shared/iamuser_value.rb +21 -0
- data/lib/stack_one/models/shared/iamuserresult.rb +27 -0
- data/lib/stack_one/models/shared/iamuserspaginated.rb +33 -0
- data/lib/stack_one/models/shared/images.rb +1 -1
- data/lib/stack_one/models/shared/inappmessages.rb +36 -0
- data/lib/stack_one/models/shared/inappmessages_message_content.rb +24 -0
- data/lib/stack_one/models/shared/inappmessages_message_type.rb +27 -0
- data/lib/stack_one/models/shared/inappmessages_value.rb +20 -0
- data/lib/stack_one/models/shared/internal.rb +1 -1
- data/lib/stack_one/models/shared/interview.rb +1 -1
- data/lib/stack_one/models/shared/interview_interview_stage.rb +1 -1
- data/lib/stack_one/models/shared/interview_status.rb +1 -1
- data/lib/stack_one/models/shared/interview_value.rb +1 -1
- data/lib/stack_one/models/shared/interviewer.rb +1 -1
- data/lib/stack_one/models/shared/interviewpart.rb +1 -1
- data/lib/stack_one/models/shared/interviewpart_type.rb +1 -1
- data/lib/stack_one/models/shared/interviewpart_value.rb +1 -1
- data/lib/stack_one/models/shared/interviewspaginated.rb +1 -1
- data/lib/stack_one/models/shared/interviewsresult.rb +1 -1
- data/lib/stack_one/models/shared/interviewstage.rb +1 -1
- data/lib/stack_one/models/shared/interviewstageresult.rb +1 -1
- data/lib/stack_one/models/shared/interviewstagespaginated.rb +1 -1
- data/lib/stack_one/models/shared/issued_by.rb +1 -1
- data/lib/stack_one/models/shared/job.rb +1 -1
- data/lib/stack_one/models/shared/job_confidential.rb +1 -1
- data/lib/stack_one/models/shared/job_description.rb +1 -1
- data/lib/stack_one/models/shared/job_status.rb +1 -1
- data/lib/stack_one/models/shared/job_value.rb +1 -1
- data/lib/stack_one/models/shared/jobhiringteam.rb +1 -1
- data/lib/stack_one/models/shared/jobposting.rb +1 -1
- data/lib/stack_one/models/shared/jobposting_content.rb +1 -1
- data/lib/stack_one/models/shared/jobposting_employment_contract_type.rb +1 -1
- data/lib/stack_one/models/shared/jobposting_employment_type.rb +1 -1
- data/lib/stack_one/models/shared/jobposting_schemas_status_value.rb +1 -1
- data/lib/stack_one/models/shared/jobposting_schemas_value.rb +1 -1
- data/lib/stack_one/models/shared/jobposting_status.rb +1 -1
- data/lib/stack_one/models/shared/jobposting_value.rb +1 -1
- data/lib/stack_one/models/shared/jobpostingcompensation.rb +1 -1
- data/lib/stack_one/models/shared/jobpostingcompensation_pay_frequency.rb +1 -1
- data/lib/stack_one/models/shared/jobpostingcompensation_pay_period.rb +1 -1
- data/lib/stack_one/models/shared/jobpostingcompensation_schemas_type_value.rb +1 -1
- data/lib/stack_one/models/shared/jobpostingcompensation_schemas_value.rb +1 -1
- data/lib/stack_one/models/shared/jobpostingcompensation_type.rb +1 -1
- data/lib/stack_one/models/shared/jobpostingcompensation_value.rb +1 -1
- data/lib/stack_one/models/shared/jobpostinglocation.rb +1 -1
- data/lib/stack_one/models/shared/jobpostingquestionnaire.rb +1 -1
- data/lib/stack_one/models/shared/jobpostingresult.rb +1 -1
- data/lib/stack_one/models/shared/jobpostingspaginated.rb +1 -1
- data/lib/stack_one/models/shared/jobresult.rb +1 -1
- data/lib/stack_one/models/shared/jobspaginated.rb +1 -1
- data/lib/stack_one/models/shared/linkedaccount.rb +1 -1
- data/lib/stack_one/models/shared/linkedaccount_status.rb +1 -1
- data/lib/stack_one/models/shared/linkedaccountmeta.rb +1 -1
- data/lib/stack_one/models/shared/linkedaccountmeta_category.rb +1 -1
- data/lib/stack_one/models/shared/list.rb +1 -1
- data/lib/stack_one/models/shared/list_type.rb +1 -1
- data/lib/stack_one/models/shared/list_value.rb +1 -1
- data/lib/stack_one/models/shared/listitem.rb +1 -1
- data/lib/stack_one/models/shared/listresult.rb +1 -1
- data/lib/stack_one/models/shared/listspaginated.rb +1 -1
- data/lib/stack_one/models/shared/lmscreatecompletionrequestdto.rb +45 -0
- data/lib/stack_one/models/shared/lmscreatecompletionrequestdto_result.rb +27 -0
- data/lib/stack_one/models/shared/lmscreatecompletionrequestdto_user.rb +42 -0
- data/lib/stack_one/models/shared/lmscreatecompletionrequestdto_value.rb +19 -0
- data/lib/stack_one/models/shared/lmscreatecontentrequestdto.rb +57 -0
- data/lib/stack_one/models/shared/lmscreatecontentrequestdto_content_type.rb +27 -0
- data/lib/stack_one/models/shared/lmscreatecontentrequestdto_value.rb +20 -0
- data/lib/stack_one/models/shared/lmsupsertcontentrequestdto.rb +57 -0
- data/lib/stack_one/models/shared/lmsupsertcontentrequestdto_content_type.rb +27 -0
- data/lib/stack_one/models/shared/lmsupsertcontentrequestdto_value.rb +20 -0
- data/lib/stack_one/models/shared/location_type.rb +1 -1
- data/lib/stack_one/models/shared/marital_status.rb +1 -1
- data/lib/stack_one/models/shared/marketingcreatecontentblocksrequestdto.rb +1 -1
- data/lib/stack_one/models/shared/marketingcreateemailtemplaterequestdto.rb +1 -1
- data/lib/stack_one/models/shared/marketingcreateinapptemplaterequestdto.rb +33 -0
- data/lib/stack_one/models/shared/marketingcreatepushtemplaterequestdto.rb +1 -1
- data/lib/stack_one/models/shared/marketingcreatesmstemplaterequestdto.rb +33 -0
- data/lib/stack_one/models/shared/marketingcreatetemplaterequestdto.rb +1 -1
- data/lib/stack_one/models/shared/message.rb +1 -1
- data/lib/stack_one/models/shared/message_content.rb +1 -1
- data/lib/stack_one/models/shared/message_message_type.rb +1 -1
- data/lib/stack_one/models/shared/message_type.rb +1 -1
- data/lib/stack_one/models/shared/message_value.rb +1 -1
- data/lib/stack_one/models/shared/metadata.rb +1 -1
- data/lib/stack_one/models/shared/method.rb +1 -1
- data/lib/stack_one/models/shared/national_identity_number.rb +1 -1
- data/lib/stack_one/models/shared/note.rb +1 -1
- data/lib/stack_one/models/shared/note_value.rb +1 -1
- data/lib/stack_one/models/shared/note_visibility.rb +1 -1
- data/lib/stack_one/models/shared/notecontentapimodel.rb +1 -1
- data/lib/stack_one/models/shared/noteresult.rb +1 -1
- data/lib/stack_one/models/shared/notespaginated.rb +1 -1
- data/lib/stack_one/models/shared/offer.rb +1 -1
- data/lib/stack_one/models/shared/offer_offer_status.rb +1 -1
- data/lib/stack_one/models/shared/offer_status.rb +1 -1
- data/lib/stack_one/models/shared/offer_value.rb +1 -1
- data/lib/stack_one/models/shared/offerhistory.rb +1 -1
- data/lib/stack_one/models/shared/offerspaginated.rb +1 -1
- data/lib/stack_one/models/shared/offersresult.rb +1 -1
- data/lib/stack_one/models/shared/overall_recommendation.rb +1 -1
- data/lib/stack_one/models/shared/patchaccountdto.rb +1 -1
- data/lib/stack_one/models/shared/pay_frequency.rb +1 -1
- data/lib/stack_one/models/shared/pay_period.rb +1 -1
- data/lib/stack_one/models/shared/phonenumber.rb +1 -1
- data/lib/stack_one/models/shared/phonenumber_type.rb +1 -1
- data/lib/stack_one/models/shared/preferred_language.rb +1 -1
- data/lib/stack_one/models/shared/providererrorapimodel.rb +1 -1
- data/lib/stack_one/models/shared/proxyrequestbody.rb +1 -1
- data/lib/stack_one/models/shared/pushmessages.rb +1 -1
- data/lib/stack_one/models/shared/pushmessages_message_content.rb +1 -1
- data/lib/stack_one/models/shared/pushmessages_message_type.rb +1 -1
- data/lib/stack_one/models/shared/pushmessages_value.rb +1 -1
- data/lib/stack_one/models/shared/question.rb +1 -1
- data/lib/stack_one/models/shared/question_type.rb +1 -1
- data/lib/stack_one/models/shared/question_value.rb +1 -1
- data/lib/stack_one/models/shared/questionmultiplechoiceanswers.rb +1 -1
- data/lib/stack_one/models/shared/questionnaire.rb +1 -1
- data/lib/stack_one/models/shared/raw.rb +1 -1
- data/lib/stack_one/models/shared/rawresponse.rb +1 -1
- data/lib/stack_one/models/shared/reference.rb +1 -1
- data/lib/stack_one/models/shared/referencepaginated.rb +1 -1
- data/lib/stack_one/models/shared/referenceresult.rb +1 -1
- data/lib/stack_one/models/shared/rejected_reason_type.rb +1 -1
- data/lib/stack_one/models/shared/rejectedreason.rb +1 -1
- data/lib/stack_one/models/shared/rejectedreason_value.rb +1 -1
- data/lib/stack_one/models/shared/rejectedreasonresult.rb +1 -1
- data/lib/stack_one/models/shared/rejectedreasonspaginated.rb +1 -1
- data/lib/stack_one/models/shared/resources.rb +1 -1
- data/lib/stack_one/models/shared/result.rb +27 -0
- data/lib/stack_one/models/shared/resultlink.rb +1 -1
- data/lib/stack_one/models/shared/schedule_type.rb +1 -1
- data/lib/stack_one/models/shared/score.rb +33 -0
- data/lib/stack_one/models/shared/scorecard.rb +1 -1
- data/lib/stack_one/models/shared/scorecardsection.rb +1 -1
- data/lib/stack_one/models/shared/scorecardspaginated.rb +1 -1
- data/lib/stack_one/models/shared/scorecardsresult.rb +1 -1
- data/lib/stack_one/models/shared/security.rb +1 -1
- data/lib/stack_one/models/shared/setup_information.rb +1 -1
- data/lib/stack_one/models/shared/smsmessages.rb +36 -0
- data/lib/stack_one/models/shared/smsmessages_message_content.rb +27 -0
- data/lib/stack_one/models/shared/smsmessages_message_type.rb +27 -0
- data/lib/stack_one/models/shared/smsmessages_value.rb +20 -0
- data/lib/stack_one/models/shared/sociallink.rb +1 -1
- data/lib/stack_one/models/shared/source.rb +1 -1
- data/lib/stack_one/models/shared/state.rb +1 -1
- data/lib/stack_one/models/shared/status.rb +10 -15
- data/lib/stack_one/models/shared/template.rb +1 -1
- data/lib/stack_one/models/shared/templateresult.rb +1 -1
- data/lib/stack_one/models/shared/templatespaginated.rb +1 -1
- data/lib/stack_one/models/shared/timeoff.rb +1 -1
- data/lib/stack_one/models/shared/timeoff_schemas_value.rb +1 -1
- data/lib/stack_one/models/shared/timeoff_status.rb +1 -1
- data/lib/stack_one/models/shared/timeoff_type.rb +1 -1
- data/lib/stack_one/models/shared/timeoff_value.rb +1 -1
- data/lib/stack_one/models/shared/timeoffpaginated.rb +1 -1
- data/lib/stack_one/models/shared/timeoffresult.rb +1 -1
- data/lib/stack_one/models/shared/type.rb +1 -1
- data/lib/stack_one/models/shared/unifieduploadrequestdto.rb +1 -1
- data/lib/stack_one/models/shared/unifieduploadrequestdto_category.rb +1 -1
- data/lib/stack_one/models/shared/unifieduploadrequestdto_confidential.rb +1 -1
- data/lib/stack_one/models/shared/unifieduploadrequestdto_file_format.rb +1 -1
- data/lib/stack_one/models/shared/unifieduploadrequestdto_schemas_value.rb +1 -1
- data/lib/stack_one/models/shared/unifieduploadrequestdto_value.rb +1 -1
- data/lib/stack_one/models/shared/updateresult.rb +1 -1
- data/lib/stack_one/models/shared/user.rb +15 -15
- data/lib/stack_one/models/shared/userresult.rb +1 -1
- data/lib/stack_one/models/shared/userspaginated.rb +1 -1
- data/lib/stack_one/models/shared/value.rb +1 -1
- data/lib/stack_one/models/shared/visibility.rb +1 -1
- data/lib/stack_one/models/shared/work_location.rb +1 -1
- data/lib/stack_one/models/shared/workeligibility.rb +1 -1
- data/lib/stack_one/models/shared/workeligibility_category.rb +1 -1
- data/lib/stack_one/models/shared/workeligibility_document.rb +1 -1
- data/lib/stack_one/models/shared/workeligibility_file_format.rb +1 -1
- data/lib/stack_one/models/shared/workeligibility_issued_by.rb +1 -1
- data/lib/stack_one/models/shared/workeligibility_schemas_document_value.rb +1 -1
- data/lib/stack_one/models/shared/workeligibility_schemas_value.rb +1 -1
- data/lib/stack_one/models/shared/workeligibility_type.rb +1 -1
- data/lib/stack_one/models/shared/workeligibility_value.rb +1 -1
- data/lib/stack_one/models/shared/workeligibilitypaginated.rb +1 -1
- data/lib/stack_one/models/shared/workeligibilityresult.rb +1 -1
- data/lib/stack_one/models/shared/writeresultapimodel.rb +1 -1
- data/lib/stack_one/models/shared.rb +83 -6
- data/lib/stack_one/proxy.rb +1 -1
- data/lib/stack_one/sdkconfiguration.rb +5 -5
- data/lib/stack_one/stackone.rb +4 -2
- data/lib/stack_one/utils/metadata_fields.rb +1 -1
- data/lib/stack_one/utils/t.rb +1 -1
- data/lib/stack_one/utils/utils.rb +1 -1
- data/lib/stackone_client.rb +3 -1
- metadata +147 -2
@@ -0,0 +1,1227 @@
|
|
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 Shared
|
9
|
+
|
10
|
+
# IamUserSchemasValue - The file format of the file, expressed as a file extension
|
11
|
+
class IamUserSchemasValue < T::Enum
|
12
|
+
enums do
|
13
|
+
UNMAPPED_VALUE = new('unmapped_value')
|
14
|
+
EZ = new('ez')
|
15
|
+
AW = new('aw')
|
16
|
+
ATOM = new('atom')
|
17
|
+
ATOMCAT = new('atomcat')
|
18
|
+
ATOMDELETED = new('atomdeleted')
|
19
|
+
ATOMSVC = new('atomsvc')
|
20
|
+
DWD = new('dwd')
|
21
|
+
HELD = new('held')
|
22
|
+
RSAT = new('rsat')
|
23
|
+
BDOC = new('bdoc')
|
24
|
+
XCS = new('xcs')
|
25
|
+
CCXML = new('ccxml')
|
26
|
+
CDFX = new('cdfx')
|
27
|
+
CDMIA = new('cdmia')
|
28
|
+
CDMIC = new('cdmic')
|
29
|
+
CDMID = new('cdmid')
|
30
|
+
CDMIO = new('cdmio')
|
31
|
+
CDMIQ = new('cdmiq')
|
32
|
+
CU = new('cu')
|
33
|
+
MPD = new('mpd')
|
34
|
+
DAVMOUNT = new('davmount')
|
35
|
+
DBK = new('dbk')
|
36
|
+
DSSC = new('dssc')
|
37
|
+
XDSSC = new('xdssc')
|
38
|
+
ES = new('es')
|
39
|
+
ECMA = new('ecma')
|
40
|
+
EMMA = new('emma')
|
41
|
+
EMOTIONML = new('emotionml')
|
42
|
+
EPUB = new('epub')
|
43
|
+
EXI = new('exi')
|
44
|
+
EXP = new('exp')
|
45
|
+
FDT = new('fdt')
|
46
|
+
PFR = new('pfr')
|
47
|
+
GEOJSON = new('geojson')
|
48
|
+
GML = new('gml')
|
49
|
+
GPX = new('gpx')
|
50
|
+
GXF = new('gxf')
|
51
|
+
GZ = new('gz')
|
52
|
+
HJSON = new('hjson')
|
53
|
+
STK = new('stk')
|
54
|
+
INK = new('ink')
|
55
|
+
INKML = new('inkml')
|
56
|
+
IPFIX = new('ipfix')
|
57
|
+
ITS = new('its')
|
58
|
+
JAR = new('jar')
|
59
|
+
WAR = new('war')
|
60
|
+
EAR = new('ear')
|
61
|
+
SER = new('ser')
|
62
|
+
CLASS = new('class')
|
63
|
+
JS = new('js')
|
64
|
+
MJS = new('mjs')
|
65
|
+
JSON = new('json')
|
66
|
+
MAP = new('map')
|
67
|
+
JSON5 = new('json5')
|
68
|
+
JSONML = new('jsonml')
|
69
|
+
JSONLD = new('jsonld')
|
70
|
+
LGR = new('lgr')
|
71
|
+
LOSTXML = new('lostxml')
|
72
|
+
HQX = new('hqx')
|
73
|
+
CPT = new('cpt')
|
74
|
+
MADS = new('mads')
|
75
|
+
WEBMANIFEST = new('webmanifest')
|
76
|
+
MRC = new('mrc')
|
77
|
+
MRCX = new('mrcx')
|
78
|
+
MA = new('ma')
|
79
|
+
NB = new('nb')
|
80
|
+
MB = new('mb')
|
81
|
+
MATHML = new('mathml')
|
82
|
+
MBOX = new('mbox')
|
83
|
+
MSCML = new('mscml')
|
84
|
+
METALINK = new('metalink')
|
85
|
+
META4 = new('meta4')
|
86
|
+
METS = new('mets')
|
87
|
+
MAEI = new('maei')
|
88
|
+
MUSD = new('musd')
|
89
|
+
MODS = new('mods')
|
90
|
+
M21 = new('m21')
|
91
|
+
MP21 = new('mp21')
|
92
|
+
MP4S = new('mp4s')
|
93
|
+
M4P = new('m4p')
|
94
|
+
DOC = new('doc')
|
95
|
+
DOT = new('dot')
|
96
|
+
MXF = new('mxf')
|
97
|
+
NQ = new('nq')
|
98
|
+
NT = new('nt')
|
99
|
+
CJS = new('cjs')
|
100
|
+
BIN = new('bin')
|
101
|
+
DMS = new('dms')
|
102
|
+
LRF = new('lrf')
|
103
|
+
MAR = new('mar')
|
104
|
+
SO = new('so')
|
105
|
+
DIST = new('dist')
|
106
|
+
DISTZ = new('distz')
|
107
|
+
PKG = new('pkg')
|
108
|
+
BPK = new('bpk')
|
109
|
+
DUMP = new('dump')
|
110
|
+
ELC = new('elc')
|
111
|
+
DEPLOY = new('deploy')
|
112
|
+
EXE = new('exe')
|
113
|
+
DLL = new('dll')
|
114
|
+
DEB = new('deb')
|
115
|
+
DMG = new('dmg')
|
116
|
+
ISO = new('iso')
|
117
|
+
IMG = new('img')
|
118
|
+
MSI = new('msi')
|
119
|
+
MSP = new('msp')
|
120
|
+
MSM = new('msm')
|
121
|
+
BUFFER = new('buffer')
|
122
|
+
ODA = new('oda')
|
123
|
+
OPF = new('opf')
|
124
|
+
OGX = new('ogx')
|
125
|
+
OMDOC = new('omdoc')
|
126
|
+
ONETOC = new('onetoc')
|
127
|
+
ONETOC2 = new('onetoc2')
|
128
|
+
ONETMP = new('onetmp')
|
129
|
+
ONEPKG = new('onepkg')
|
130
|
+
OXPS = new('oxps')
|
131
|
+
RELO = new('relo')
|
132
|
+
XER = new('xer')
|
133
|
+
PDF = new('pdf')
|
134
|
+
PGP = new('pgp')
|
135
|
+
ASC = new('asc')
|
136
|
+
SIG = new('sig')
|
137
|
+
PRF = new('prf')
|
138
|
+
P10 = new('p10')
|
139
|
+
P7M = new('p7m')
|
140
|
+
P7C = new('p7c')
|
141
|
+
P7S = new('p7s')
|
142
|
+
P8 = new('p8')
|
143
|
+
AC = new('ac')
|
144
|
+
CER = new('cer')
|
145
|
+
CRL = new('crl')
|
146
|
+
PKIPATH = new('pkipath')
|
147
|
+
PKI = new('pki')
|
148
|
+
PLS = new('pls')
|
149
|
+
AI = new('ai')
|
150
|
+
EPS = new('eps')
|
151
|
+
PS = new('ps')
|
152
|
+
PROVX = new('provx')
|
153
|
+
PSKCXML = new('pskcxml')
|
154
|
+
RAML = new('raml')
|
155
|
+
RDF = new('rdf')
|
156
|
+
OWL = new('owl')
|
157
|
+
RIF = new('rif')
|
158
|
+
RNC = new('rnc')
|
159
|
+
RL = new('rl')
|
160
|
+
RLD = new('rld')
|
161
|
+
RS = new('rs')
|
162
|
+
RAPD = new('rapd')
|
163
|
+
SLS = new('sls')
|
164
|
+
RUSD = new('rusd')
|
165
|
+
GBR = new('gbr')
|
166
|
+
MFT = new('mft')
|
167
|
+
ROA = new('roa')
|
168
|
+
RSD = new('rsd')
|
169
|
+
RSS = new('rss')
|
170
|
+
RTF = new('rtf')
|
171
|
+
SBML = new('sbml')
|
172
|
+
SCQ = new('scq')
|
173
|
+
SCS = new('scs')
|
174
|
+
SPQ = new('spq')
|
175
|
+
SPP = new('spp')
|
176
|
+
SDP = new('sdp')
|
177
|
+
SENMLX = new('senmlx')
|
178
|
+
SENSMLX = new('sensmlx')
|
179
|
+
SETPAY = new('setpay')
|
180
|
+
SETREG = new('setreg')
|
181
|
+
SHF = new('shf')
|
182
|
+
SIV = new('siv')
|
183
|
+
SIEVE = new('sieve')
|
184
|
+
SMI = new('smi')
|
185
|
+
SMIL = new('smil')
|
186
|
+
RQ = new('rq')
|
187
|
+
SRX = new('srx')
|
188
|
+
GRAM = new('gram')
|
189
|
+
GRXML = new('grxml')
|
190
|
+
SRU = new('sru')
|
191
|
+
SSDL = new('ssdl')
|
192
|
+
SSML = new('ssml')
|
193
|
+
SWIDTAG = new('swidtag')
|
194
|
+
TEI = new('tei')
|
195
|
+
TEICORPUS = new('teicorpus')
|
196
|
+
TFI = new('tfi')
|
197
|
+
TSD = new('tsd')
|
198
|
+
TOML = new('toml')
|
199
|
+
TRIG = new('trig')
|
200
|
+
TTML = new('ttml')
|
201
|
+
UBJ = new('ubj')
|
202
|
+
RSHEET = new('rsheet')
|
203
|
+
TD = new('td')
|
204
|
+
VXML = new('vxml')
|
205
|
+
WASM = new('wasm')
|
206
|
+
WGT = new('wgt')
|
207
|
+
HLP = new('hlp')
|
208
|
+
WSDL = new('wsdl')
|
209
|
+
WSPOLICY = new('wspolicy')
|
210
|
+
XAML = new('xaml')
|
211
|
+
XAV = new('xav')
|
212
|
+
XCA = new('xca')
|
213
|
+
XDF = new('xdf')
|
214
|
+
XEL = new('xel')
|
215
|
+
XNS = new('xns')
|
216
|
+
XENC = new('xenc')
|
217
|
+
XHTML = new('xhtml')
|
218
|
+
XHT = new('xht')
|
219
|
+
XLF = new('xlf')
|
220
|
+
XML = new('xml')
|
221
|
+
XSL = new('xsl')
|
222
|
+
XSD = new('xsd')
|
223
|
+
RNG = new('rng')
|
224
|
+
DTD = new('dtd')
|
225
|
+
XOP = new('xop')
|
226
|
+
XPL = new('xpl')
|
227
|
+
WILDCARD_XSL = new('*xsl')
|
228
|
+
XSLT = new('xslt')
|
229
|
+
XSPF = new('xspf')
|
230
|
+
MXML = new('mxml')
|
231
|
+
XHVML = new('xhvml')
|
232
|
+
XVML = new('xvml')
|
233
|
+
XVM = new('xvm')
|
234
|
+
YANG = new('yang')
|
235
|
+
YIN = new('yin')
|
236
|
+
ZIP = new('zip')
|
237
|
+
WILDCARD_3GPP = new('*3gpp')
|
238
|
+
ADP = new('adp')
|
239
|
+
AMR = new('amr')
|
240
|
+
AU = new('au')
|
241
|
+
SND = new('snd')
|
242
|
+
MID = new('mid')
|
243
|
+
MIDI = new('midi')
|
244
|
+
KAR = new('kar')
|
245
|
+
RMI = new('rmi')
|
246
|
+
MXMF = new('mxmf')
|
247
|
+
WILDCARD_MP3 = new('*mp3')
|
248
|
+
M4A = new('m4a')
|
249
|
+
MP4A = new('mp4a')
|
250
|
+
MPGA = new('mpga')
|
251
|
+
MP2 = new('mp2')
|
252
|
+
MP2A = new('mp2a')
|
253
|
+
MP3 = new('mp3')
|
254
|
+
M2A = new('m2a')
|
255
|
+
M3A = new('m3a')
|
256
|
+
OGA = new('oga')
|
257
|
+
OGG = new('ogg')
|
258
|
+
SPX = new('spx')
|
259
|
+
OPUS = new('opus')
|
260
|
+
S3M = new('s3m')
|
261
|
+
SIL = new('sil')
|
262
|
+
WAV = new('wav')
|
263
|
+
WILDCARD_WAV = new('*wav')
|
264
|
+
WEBA = new('weba')
|
265
|
+
XM = new('xm')
|
266
|
+
TTC = new('ttc')
|
267
|
+
OTF = new('otf')
|
268
|
+
TTF = new('ttf')
|
269
|
+
WOFF = new('woff')
|
270
|
+
WOFF2 = new('woff2')
|
271
|
+
EXR = new('exr')
|
272
|
+
APNG = new('apng')
|
273
|
+
AVIF = new('avif')
|
274
|
+
BMP = new('bmp')
|
275
|
+
CGM = new('cgm')
|
276
|
+
DRLE = new('drle')
|
277
|
+
EMF = new('emf')
|
278
|
+
FITS = new('fits')
|
279
|
+
G3 = new('g3')
|
280
|
+
GIF = new('gif')
|
281
|
+
HEIC = new('heic')
|
282
|
+
HEICS = new('heics')
|
283
|
+
HEIF = new('heif')
|
284
|
+
HEIFS = new('heifs')
|
285
|
+
HEJ2 = new('hej2')
|
286
|
+
HSJ2 = new('hsj2')
|
287
|
+
IEF = new('ief')
|
288
|
+
JLS = new('jls')
|
289
|
+
JP2 = new('jp2')
|
290
|
+
JPG2 = new('jpg2')
|
291
|
+
JPEG = new('jpeg')
|
292
|
+
JPG = new('jpg')
|
293
|
+
JPE = new('jpe')
|
294
|
+
JPH = new('jph')
|
295
|
+
JHC = new('jhc')
|
296
|
+
JPM = new('jpm')
|
297
|
+
JPX = new('jpx')
|
298
|
+
JPF = new('jpf')
|
299
|
+
JXR = new('jxr')
|
300
|
+
JXRA = new('jxra')
|
301
|
+
JXRS = new('jxrs')
|
302
|
+
JXS = new('jxs')
|
303
|
+
JXSC = new('jxsc')
|
304
|
+
JXSI = new('jxsi')
|
305
|
+
JXSS = new('jxss')
|
306
|
+
KTX = new('ktx')
|
307
|
+
KTX2 = new('ktx2')
|
308
|
+
PNG = new('png')
|
309
|
+
SGI = new('sgi')
|
310
|
+
SVG = new('svg')
|
311
|
+
SVGZ = new('svgz')
|
312
|
+
T38 = new('t38')
|
313
|
+
TIF = new('tif')
|
314
|
+
TIFF = new('tiff')
|
315
|
+
TFX = new('tfx')
|
316
|
+
WEBP = new('webp')
|
317
|
+
WMF = new('wmf')
|
318
|
+
DISPOSITION_NOTIFICATION = new('disposition-notification')
|
319
|
+
U8MSG = new('u8msg')
|
320
|
+
U8DSN = new('u8dsn')
|
321
|
+
U8MDN = new('u8mdn')
|
322
|
+
U8HDR = new('u8hdr')
|
323
|
+
EML = new('eml')
|
324
|
+
MIME = new('mime')
|
325
|
+
THREEMF = new('3mf')
|
326
|
+
GLTF = new('gltf')
|
327
|
+
GLB = new('glb')
|
328
|
+
IGS = new('igs')
|
329
|
+
IGES = new('iges')
|
330
|
+
MSH = new('msh')
|
331
|
+
MESH = new('mesh')
|
332
|
+
SILO = new('silo')
|
333
|
+
MTL = new('mtl')
|
334
|
+
OBJ = new('obj')
|
335
|
+
STPX = new('stpx')
|
336
|
+
STPZ = new('stpz')
|
337
|
+
STPXZ = new('stpxz')
|
338
|
+
STL = new('stl')
|
339
|
+
WRL = new('wrl')
|
340
|
+
VRML = new('vrml')
|
341
|
+
WILDCARD_X3DB = new('*x3db')
|
342
|
+
X3DBZ = new('x3dbz')
|
343
|
+
X3DB = new('x3db')
|
344
|
+
WILDCARD_X3DV = new('*x3dv')
|
345
|
+
X3DVZ = new('x3dvz')
|
346
|
+
X3D = new('x3d')
|
347
|
+
X3DZ = new('x3dz')
|
348
|
+
X3DV = new('x3dv')
|
349
|
+
APPCACHE = new('appcache')
|
350
|
+
MANIFEST = new('manifest')
|
351
|
+
ICS = new('ics')
|
352
|
+
IFB = new('ifb')
|
353
|
+
COFFEE = new('coffee')
|
354
|
+
LITCOFFEE = new('litcoffee')
|
355
|
+
CSS = new('css')
|
356
|
+
CSV = new('csv')
|
357
|
+
HTML = new('html')
|
358
|
+
HTM = new('htm')
|
359
|
+
SHTML = new('shtml')
|
360
|
+
JADE = new('jade')
|
361
|
+
JSX = new('jsx')
|
362
|
+
LESS = new('less')
|
363
|
+
MARKDOWN = new('markdown')
|
364
|
+
MD = new('md')
|
365
|
+
MML = new('mml')
|
366
|
+
MDX = new('mdx')
|
367
|
+
N3 = new('n3')
|
368
|
+
TXT = new('txt')
|
369
|
+
TEXT = new('text')
|
370
|
+
CONF = new('conf')
|
371
|
+
DEF = new('def')
|
372
|
+
LIST = new('list')
|
373
|
+
LOG = new('log')
|
374
|
+
IN = new('in')
|
375
|
+
INI = new('ini')
|
376
|
+
RTX = new('rtx')
|
377
|
+
WILDCARD_RTF = new('*rtf')
|
378
|
+
SGML = new('sgml')
|
379
|
+
SGM = new('sgm')
|
380
|
+
SHEX = new('shex')
|
381
|
+
SLIM = new('slim')
|
382
|
+
SLM = new('slm')
|
383
|
+
SPDX = new('spdx')
|
384
|
+
STYLUS = new('stylus')
|
385
|
+
STYL = new('styl')
|
386
|
+
TSV = new('tsv')
|
387
|
+
T = new('t')
|
388
|
+
TR = new('tr')
|
389
|
+
ROFF = new('roff')
|
390
|
+
MAN = new('man')
|
391
|
+
ME = new('me')
|
392
|
+
MS = new('ms')
|
393
|
+
TTL = new('ttl')
|
394
|
+
URI = new('uri')
|
395
|
+
URIS = new('uris')
|
396
|
+
URLS = new('urls')
|
397
|
+
VCARD = new('vcard')
|
398
|
+
VTT = new('vtt')
|
399
|
+
WILDCARD_XML = new('*xml')
|
400
|
+
YAML = new('yaml')
|
401
|
+
YML = new('yml')
|
402
|
+
THREEGP = new('3gp')
|
403
|
+
THREEGPP = new('3gpp')
|
404
|
+
THREEG2 = new('3g2')
|
405
|
+
H261 = new('h261')
|
406
|
+
H263 = new('h263')
|
407
|
+
H264 = new('h264')
|
408
|
+
M4S = new('m4s')
|
409
|
+
JPGV = new('jpgv')
|
410
|
+
WILDCARD_JPM = new('*jpm')
|
411
|
+
JPGM = new('jpgm')
|
412
|
+
MJ2 = new('mj2')
|
413
|
+
MJP2 = new('mjp2')
|
414
|
+
TS = new('ts')
|
415
|
+
MP4 = new('mp4')
|
416
|
+
MP4V = new('mp4v')
|
417
|
+
MPG4 = new('mpg4')
|
418
|
+
MPEG = new('mpeg')
|
419
|
+
MPG = new('mpg')
|
420
|
+
MPE = new('mpe')
|
421
|
+
M1V = new('m1v')
|
422
|
+
M2V = new('m2v')
|
423
|
+
OGV = new('ogv')
|
424
|
+
QT = new('qt')
|
425
|
+
MOV = new('mov')
|
426
|
+
WEBM = new('webm')
|
427
|
+
CWW = new('cww')
|
428
|
+
ONEKM = new('1km')
|
429
|
+
PLB = new('plb')
|
430
|
+
PSB = new('psb')
|
431
|
+
PVB = new('pvb')
|
432
|
+
TCAP = new('tcap')
|
433
|
+
PWN = new('pwn')
|
434
|
+
ASO = new('aso')
|
435
|
+
IMP = new('imp')
|
436
|
+
ACU = new('acu')
|
437
|
+
ATC = new('atc')
|
438
|
+
ACUTC = new('acutc')
|
439
|
+
AIR = new('air')
|
440
|
+
FCDT = new('fcdt')
|
441
|
+
FXP = new('fxp')
|
442
|
+
FXPL = new('fxpl')
|
443
|
+
XDP = new('xdp')
|
444
|
+
XFDF = new('xfdf')
|
445
|
+
AHEAD = new('ahead')
|
446
|
+
AZF = new('azf')
|
447
|
+
AZS = new('azs')
|
448
|
+
AZW = new('azw')
|
449
|
+
ACC = new('acc')
|
450
|
+
AMI = new('ami')
|
451
|
+
APK = new('apk')
|
452
|
+
CII = new('cii')
|
453
|
+
FTI = new('fti')
|
454
|
+
ATX = new('atx')
|
455
|
+
MPKG = new('mpkg')
|
456
|
+
KEY = new('key')
|
457
|
+
M3U8 = new('m3u8')
|
458
|
+
NUMBERS = new('numbers')
|
459
|
+
PAGES = new('pages')
|
460
|
+
PKPASS = new('pkpass')
|
461
|
+
SWI = new('swi')
|
462
|
+
IOTA = new('iota')
|
463
|
+
AEP = new('aep')
|
464
|
+
BMML = new('bmml')
|
465
|
+
MPM = new('mpm')
|
466
|
+
BMI = new('bmi')
|
467
|
+
REP = new('rep')
|
468
|
+
CDXML = new('cdxml')
|
469
|
+
MMD = new('mmd')
|
470
|
+
CDY = new('cdy')
|
471
|
+
CSL = new('csl')
|
472
|
+
CLA = new('cla')
|
473
|
+
RP9 = new('rp9')
|
474
|
+
C4G = new('c4g')
|
475
|
+
C4D = new('c4d')
|
476
|
+
C4F = new('c4f')
|
477
|
+
C4P = new('c4p')
|
478
|
+
C4U = new('c4u')
|
479
|
+
C11AMC = new('c11amc')
|
480
|
+
C11AMZ = new('c11amz')
|
481
|
+
CSP = new('csp')
|
482
|
+
CDBCMSG = new('cdbcmsg')
|
483
|
+
CMC = new('cmc')
|
484
|
+
CLKX = new('clkx')
|
485
|
+
CLKK = new('clkk')
|
486
|
+
CLKP = new('clkp')
|
487
|
+
CLKT = new('clkt')
|
488
|
+
CLKW = new('clkw')
|
489
|
+
WBS = new('wbs')
|
490
|
+
PML = new('pml')
|
491
|
+
PPD = new('ppd')
|
492
|
+
CAR = new('car')
|
493
|
+
PCURL = new('pcurl')
|
494
|
+
DART = new('dart')
|
495
|
+
RDZ = new('rdz')
|
496
|
+
DBF = new('dbf')
|
497
|
+
UVF = new('uvf')
|
498
|
+
UVVF = new('uvvf')
|
499
|
+
UVD = new('uvd')
|
500
|
+
UVVD = new('uvvd')
|
501
|
+
UVT = new('uvt')
|
502
|
+
UVVT = new('uvvt')
|
503
|
+
UVX = new('uvx')
|
504
|
+
UVVX = new('uvvx')
|
505
|
+
UVZ = new('uvz')
|
506
|
+
UVVZ = new('uvvz')
|
507
|
+
FE_LAUNCH = new('fe_launch')
|
508
|
+
DNA = new('dna')
|
509
|
+
MLP = new('mlp')
|
510
|
+
MLE = new('mle')
|
511
|
+
DPG = new('dpg')
|
512
|
+
DFAC = new('dfac')
|
513
|
+
KPXX = new('kpxx')
|
514
|
+
AIT = new('ait')
|
515
|
+
SVC = new('svc')
|
516
|
+
GEO = new('geo')
|
517
|
+
MAG = new('mag')
|
518
|
+
NML = new('nml')
|
519
|
+
ESF = new('esf')
|
520
|
+
MSF = new('msf')
|
521
|
+
QAM = new('qam')
|
522
|
+
SLT = new('slt')
|
523
|
+
SSF = new('ssf')
|
524
|
+
ES3 = new('es3')
|
525
|
+
ET3 = new('et3')
|
526
|
+
EZ2 = new('ez2')
|
527
|
+
EZ3 = new('ez3')
|
528
|
+
FDF = new('fdf')
|
529
|
+
MSEED = new('mseed')
|
530
|
+
SEED = new('seed')
|
531
|
+
DATALESS = new('dataless')
|
532
|
+
GPH = new('gph')
|
533
|
+
FTC = new('ftc')
|
534
|
+
FM = new('fm')
|
535
|
+
FRAME = new('frame')
|
536
|
+
MAKER = new('maker')
|
537
|
+
BOOK = new('book')
|
538
|
+
FNC = new('fnc')
|
539
|
+
LTF = new('ltf')
|
540
|
+
FSC = new('fsc')
|
541
|
+
OAS = new('oas')
|
542
|
+
OA2 = new('oa2')
|
543
|
+
OA3 = new('oa3')
|
544
|
+
FG5 = new('fg5')
|
545
|
+
BH2 = new('bh2')
|
546
|
+
DDD = new('ddd')
|
547
|
+
XDW = new('xdw')
|
548
|
+
XBD = new('xbd')
|
549
|
+
FZS = new('fzs')
|
550
|
+
TXD = new('txd')
|
551
|
+
GGB = new('ggb')
|
552
|
+
GGT = new('ggt')
|
553
|
+
GEX = new('gex')
|
554
|
+
GRE = new('gre')
|
555
|
+
GXT = new('gxt')
|
556
|
+
G2W = new('g2w')
|
557
|
+
G3W = new('g3w')
|
558
|
+
GMX = new('gmx')
|
559
|
+
GDOC = new('gdoc')
|
560
|
+
GSLIDES = new('gslides')
|
561
|
+
GSHEET = new('gsheet')
|
562
|
+
KML = new('kml')
|
563
|
+
KMZ = new('kmz')
|
564
|
+
GQF = new('gqf')
|
565
|
+
GQS = new('gqs')
|
566
|
+
GAC = new('gac')
|
567
|
+
GHF = new('ghf')
|
568
|
+
GIM = new('gim')
|
569
|
+
GRV = new('grv')
|
570
|
+
GTM = new('gtm')
|
571
|
+
TPL = new('tpl')
|
572
|
+
VCG = new('vcg')
|
573
|
+
HAL = new('hal')
|
574
|
+
ZMM = new('zmm')
|
575
|
+
HBCI = new('hbci')
|
576
|
+
LES = new('les')
|
577
|
+
HPGL = new('hpgl')
|
578
|
+
HPID = new('hpid')
|
579
|
+
HPS = new('hps')
|
580
|
+
JLT = new('jlt')
|
581
|
+
PCL = new('pcl')
|
582
|
+
PCLXL = new('pclxl')
|
583
|
+
SFD_HDSTX = new('sfd-hdstx')
|
584
|
+
MPY = new('mpy')
|
585
|
+
AFP = new('afp')
|
586
|
+
LISTAFP = new('listafp')
|
587
|
+
LIST3820 = new('list3820')
|
588
|
+
IRM = new('irm')
|
589
|
+
SC = new('sc')
|
590
|
+
ICC = new('icc')
|
591
|
+
ICM = new('icm')
|
592
|
+
IGL = new('igl')
|
593
|
+
IVP = new('ivp')
|
594
|
+
IVU = new('ivu')
|
595
|
+
IGM = new('igm')
|
596
|
+
XPW = new('xpw')
|
597
|
+
XPX = new('xpx')
|
598
|
+
I2G = new('i2g')
|
599
|
+
QBO = new('qbo')
|
600
|
+
QFX = new('qfx')
|
601
|
+
RCPROFILE = new('rcprofile')
|
602
|
+
IRP = new('irp')
|
603
|
+
XPR = new('xpr')
|
604
|
+
FCS = new('fcs')
|
605
|
+
JAM = new('jam')
|
606
|
+
RMS = new('rms')
|
607
|
+
JISP = new('jisp')
|
608
|
+
JODA = new('joda')
|
609
|
+
KTZ = new('ktz')
|
610
|
+
KTR = new('ktr')
|
611
|
+
KARBON = new('karbon')
|
612
|
+
CHRT = new('chrt')
|
613
|
+
KFO = new('kfo')
|
614
|
+
FLW = new('flw')
|
615
|
+
KON = new('kon')
|
616
|
+
KPR = new('kpr')
|
617
|
+
KPT = new('kpt')
|
618
|
+
KSP = new('ksp')
|
619
|
+
KWD = new('kwd')
|
620
|
+
KWT = new('kwt')
|
621
|
+
HTKE = new('htke')
|
622
|
+
KIA = new('kia')
|
623
|
+
KNE = new('kne')
|
624
|
+
KNP = new('knp')
|
625
|
+
SKP = new('skp')
|
626
|
+
SKD = new('skd')
|
627
|
+
SKT = new('skt')
|
628
|
+
SKM = new('skm')
|
629
|
+
SSE = new('sse')
|
630
|
+
LASXML = new('lasxml')
|
631
|
+
LBD = new('lbd')
|
632
|
+
LBE = new('lbe')
|
633
|
+
APR = new('apr')
|
634
|
+
PRE = new('pre')
|
635
|
+
NSF = new('nsf')
|
636
|
+
ORG = new('org')
|
637
|
+
SCM = new('scm')
|
638
|
+
LWP = new('lwp')
|
639
|
+
PORTPKG = new('portpkg')
|
640
|
+
MVT = new('mvt')
|
641
|
+
MCD = new('mcd')
|
642
|
+
MC1 = new('mc1')
|
643
|
+
CDKEY = new('cdkey')
|
644
|
+
MWF = new('mwf')
|
645
|
+
MFM = new('mfm')
|
646
|
+
FLO = new('flo')
|
647
|
+
IGX = new('igx')
|
648
|
+
MIF = new('mif')
|
649
|
+
DAF = new('daf')
|
650
|
+
DIS = new('dis')
|
651
|
+
MBK = new('mbk')
|
652
|
+
MQY = new('mqy')
|
653
|
+
MSL = new('msl')
|
654
|
+
PLC = new('plc')
|
655
|
+
TXF = new('txf')
|
656
|
+
MPN = new('mpn')
|
657
|
+
MPC = new('mpc')
|
658
|
+
XUL = new('xul')
|
659
|
+
CIL = new('cil')
|
660
|
+
CAB = new('cab')
|
661
|
+
XLS = new('xls')
|
662
|
+
XLM = new('xlm')
|
663
|
+
XLA = new('xla')
|
664
|
+
XLC = new('xlc')
|
665
|
+
XLT = new('xlt')
|
666
|
+
XLW = new('xlw')
|
667
|
+
XLAM = new('xlam')
|
668
|
+
XLSB = new('xlsb')
|
669
|
+
XLSM = new('xlsm')
|
670
|
+
XLTM = new('xltm')
|
671
|
+
EOT = new('eot')
|
672
|
+
CHM = new('chm')
|
673
|
+
IMS = new('ims')
|
674
|
+
LRM = new('lrm')
|
675
|
+
THMX = new('thmx')
|
676
|
+
MSG = new('msg')
|
677
|
+
CAT = new('cat')
|
678
|
+
WILDCARD_STL = new('*stl')
|
679
|
+
PPT = new('ppt')
|
680
|
+
PPS = new('pps')
|
681
|
+
POT = new('pot')
|
682
|
+
PPAM = new('ppam')
|
683
|
+
PPTM = new('pptm')
|
684
|
+
SLDM = new('sldm')
|
685
|
+
PPSM = new('ppsm')
|
686
|
+
POTM = new('potm')
|
687
|
+
MPP = new('mpp')
|
688
|
+
MPT = new('mpt')
|
689
|
+
DOCM = new('docm')
|
690
|
+
DOTM = new('dotm')
|
691
|
+
WPS = new('wps')
|
692
|
+
WKS = new('wks')
|
693
|
+
WCM = new('wcm')
|
694
|
+
WDB = new('wdb')
|
695
|
+
WPL = new('wpl')
|
696
|
+
XPS = new('xps')
|
697
|
+
MSEQ = new('mseq')
|
698
|
+
MUS = new('mus')
|
699
|
+
MSTY = new('msty')
|
700
|
+
TAGLET = new('taglet')
|
701
|
+
NLU = new('nlu')
|
702
|
+
NTF = new('ntf')
|
703
|
+
NITF = new('nitf')
|
704
|
+
NND = new('nnd')
|
705
|
+
NNS = new('nns')
|
706
|
+
NNW = new('nnw')
|
707
|
+
WILDCARD_AC = new('*ac')
|
708
|
+
NGDAT = new('ngdat')
|
709
|
+
N_GAGE = new('n-gage')
|
710
|
+
RPST = new('rpst')
|
711
|
+
RPSS = new('rpss')
|
712
|
+
EDM = new('edm')
|
713
|
+
EDX = new('edx')
|
714
|
+
EXT = new('ext')
|
715
|
+
ODC = new('odc')
|
716
|
+
OTC = new('otc')
|
717
|
+
ODB = new('odb')
|
718
|
+
ODF = new('odf')
|
719
|
+
ODFT = new('odft')
|
720
|
+
ODG = new('odg')
|
721
|
+
OTG = new('otg')
|
722
|
+
ODI = new('odi')
|
723
|
+
OTI = new('oti')
|
724
|
+
ODP = new('odp')
|
725
|
+
OTP = new('otp')
|
726
|
+
ODS = new('ods')
|
727
|
+
OTS = new('ots')
|
728
|
+
ODT = new('odt')
|
729
|
+
ODM = new('odm')
|
730
|
+
OTT = new('ott')
|
731
|
+
OTH = new('oth')
|
732
|
+
XO = new('xo')
|
733
|
+
DD2 = new('dd2')
|
734
|
+
OBGX = new('obgx')
|
735
|
+
OXT = new('oxt')
|
736
|
+
OSM = new('osm')
|
737
|
+
PPTX = new('pptx')
|
738
|
+
SLDX = new('sldx')
|
739
|
+
PPSX = new('ppsx')
|
740
|
+
POTX = new('potx')
|
741
|
+
XLSX = new('xlsx')
|
742
|
+
XLTX = new('xltx')
|
743
|
+
DOCX = new('docx')
|
744
|
+
DOTX = new('dotx')
|
745
|
+
MGP = new('mgp')
|
746
|
+
DP = new('dp')
|
747
|
+
ESA = new('esa')
|
748
|
+
PDB = new('pdb')
|
749
|
+
PQA = new('pqa')
|
750
|
+
OPRC = new('oprc')
|
751
|
+
PAW = new('paw')
|
752
|
+
STR = new('str')
|
753
|
+
EI6 = new('ei6')
|
754
|
+
EFIF = new('efif')
|
755
|
+
WG = new('wg')
|
756
|
+
PLF = new('plf')
|
757
|
+
PBD = new('pbd')
|
758
|
+
BOX = new('box')
|
759
|
+
MGZ = new('mgz')
|
760
|
+
QPS = new('qps')
|
761
|
+
PTID = new('ptid')
|
762
|
+
QXD = new('qxd')
|
763
|
+
QXT = new('qxt')
|
764
|
+
QWD = new('qwd')
|
765
|
+
QWT = new('qwt')
|
766
|
+
QXL = new('qxl')
|
767
|
+
QXB = new('qxb')
|
768
|
+
RAR = new('rar')
|
769
|
+
BED = new('bed')
|
770
|
+
MXL = new('mxl')
|
771
|
+
MUSICXML = new('musicxml')
|
772
|
+
CRYPTONOTE = new('cryptonote')
|
773
|
+
COD = new('cod')
|
774
|
+
RM = new('rm')
|
775
|
+
RMVB = new('rmvb')
|
776
|
+
LINK66 = new('link66')
|
777
|
+
ST = new('st')
|
778
|
+
SEE = new('see')
|
779
|
+
SEMA = new('sema')
|
780
|
+
SEMD = new('semd')
|
781
|
+
SEMF = new('semf')
|
782
|
+
IFM = new('ifm')
|
783
|
+
ITP = new('itp')
|
784
|
+
IIF = new('iif')
|
785
|
+
IPK = new('ipk')
|
786
|
+
TWD = new('twd')
|
787
|
+
TWDS = new('twds')
|
788
|
+
MMF = new('mmf')
|
789
|
+
TEACHER = new('teacher')
|
790
|
+
FO = new('fo')
|
791
|
+
SDKM = new('sdkm')
|
792
|
+
SDKD = new('sdkd')
|
793
|
+
DXP = new('dxp')
|
794
|
+
SFS = new('sfs')
|
795
|
+
SDC = new('sdc')
|
796
|
+
SDA = new('sda')
|
797
|
+
SDD = new('sdd')
|
798
|
+
SMF = new('smf')
|
799
|
+
SDW = new('sdw')
|
800
|
+
VOR = new('vor')
|
801
|
+
SGL = new('sgl')
|
802
|
+
SMZIP = new('smzip')
|
803
|
+
SM = new('sm')
|
804
|
+
WADL = new('wadl')
|
805
|
+
SXC = new('sxc')
|
806
|
+
STC = new('stc')
|
807
|
+
SXD = new('sxd')
|
808
|
+
STD = new('std')
|
809
|
+
SXI = new('sxi')
|
810
|
+
STI = new('sti')
|
811
|
+
SXM = new('sxm')
|
812
|
+
SXW = new('sxw')
|
813
|
+
SXG = new('sxg')
|
814
|
+
STW = new('stw')
|
815
|
+
SUS = new('sus')
|
816
|
+
SUSP = new('susp')
|
817
|
+
SVD = new('svd')
|
818
|
+
SIS = new('sis')
|
819
|
+
SISX = new('sisx')
|
820
|
+
XSM = new('xsm')
|
821
|
+
BDM = new('bdm')
|
822
|
+
XDM = new('xdm')
|
823
|
+
DDF = new('ddf')
|
824
|
+
TAO = new('tao')
|
825
|
+
PCAP = new('pcap')
|
826
|
+
CAP = new('cap')
|
827
|
+
DMP = new('dmp')
|
828
|
+
TMO = new('tmo')
|
829
|
+
TPT = new('tpt')
|
830
|
+
MXS = new('mxs')
|
831
|
+
TRA = new('tra')
|
832
|
+
UFD = new('ufd')
|
833
|
+
UFDL = new('ufdl')
|
834
|
+
UTZ = new('utz')
|
835
|
+
UMJ = new('umj')
|
836
|
+
UNITYWEB = new('unityweb')
|
837
|
+
UOML = new('uoml')
|
838
|
+
VCX = new('vcx')
|
839
|
+
VSD = new('vsd')
|
840
|
+
VST = new('vst')
|
841
|
+
VSS = new('vss')
|
842
|
+
VSW = new('vsw')
|
843
|
+
VIS = new('vis')
|
844
|
+
VSF = new('vsf')
|
845
|
+
WBXML = new('wbxml')
|
846
|
+
WMLC = new('wmlc')
|
847
|
+
WMLSC = new('wmlsc')
|
848
|
+
WTB = new('wtb')
|
849
|
+
NBP = new('nbp')
|
850
|
+
WPD = new('wpd')
|
851
|
+
WQD = new('wqd')
|
852
|
+
STF = new('stf')
|
853
|
+
XAR = new('xar')
|
854
|
+
XFDL = new('xfdl')
|
855
|
+
HVD = new('hvd')
|
856
|
+
HVS = new('hvs')
|
857
|
+
HVP = new('hvp')
|
858
|
+
OSF = new('osf')
|
859
|
+
OSFPVG = new('osfpvg')
|
860
|
+
SAF = new('saf')
|
861
|
+
SPF = new('spf')
|
862
|
+
CMP = new('cmp')
|
863
|
+
ZIR = new('zir')
|
864
|
+
ZIRZ = new('zirz')
|
865
|
+
ZAZ = new('zaz')
|
866
|
+
SEVENZ = new('7z')
|
867
|
+
ABW = new('abw')
|
868
|
+
ACE = new('ace')
|
869
|
+
WILDCARD_DMG = new('*dmg')
|
870
|
+
ARJ = new('arj')
|
871
|
+
AAB = new('aab')
|
872
|
+
X32 = new('x32')
|
873
|
+
U32 = new('u32')
|
874
|
+
VOX = new('vox')
|
875
|
+
AAM = new('aam')
|
876
|
+
AAS = new('aas')
|
877
|
+
BCPIO = new('bcpio')
|
878
|
+
WILDCARD_BDOC = new('*bdoc')
|
879
|
+
TORRENT = new('torrent')
|
880
|
+
BLB = new('blb')
|
881
|
+
BLORB = new('blorb')
|
882
|
+
BZ = new('bz')
|
883
|
+
BZ2 = new('bz2')
|
884
|
+
BOZ = new('boz')
|
885
|
+
CBR = new('cbr')
|
886
|
+
CBA = new('cba')
|
887
|
+
CBT = new('cbt')
|
888
|
+
CBZ = new('cbz')
|
889
|
+
CB7 = new('cb7')
|
890
|
+
VCD = new('vcd')
|
891
|
+
CFS = new('cfs')
|
892
|
+
CHAT = new('chat')
|
893
|
+
PGN = new('pgn')
|
894
|
+
CRX = new('crx')
|
895
|
+
CCO = new('cco')
|
896
|
+
NSC = new('nsc')
|
897
|
+
CPIO = new('cpio')
|
898
|
+
CSH = new('csh')
|
899
|
+
WILDCARD_DEB = new('*deb')
|
900
|
+
UDEB = new('udeb')
|
901
|
+
DGC = new('dgc')
|
902
|
+
DIR = new('dir')
|
903
|
+
DCR = new('dcr')
|
904
|
+
DXR = new('dxr')
|
905
|
+
CST = new('cst')
|
906
|
+
CCT = new('cct')
|
907
|
+
CXT = new('cxt')
|
908
|
+
W3D = new('w3d')
|
909
|
+
FGD = new('fgd')
|
910
|
+
SWA = new('swa')
|
911
|
+
WAD = new('wad')
|
912
|
+
NCX = new('ncx')
|
913
|
+
DTB = new('dtb')
|
914
|
+
RES = new('res')
|
915
|
+
DVI = new('dvi')
|
916
|
+
EVY = new('evy')
|
917
|
+
EVA = new('eva')
|
918
|
+
BDF = new('bdf')
|
919
|
+
GSF = new('gsf')
|
920
|
+
PSF = new('psf')
|
921
|
+
PCF = new('pcf')
|
922
|
+
SNF = new('snf')
|
923
|
+
PFA = new('pfa')
|
924
|
+
PFB = new('pfb')
|
925
|
+
PFM = new('pfm')
|
926
|
+
AFM = new('afm')
|
927
|
+
ARC = new('arc')
|
928
|
+
SPL = new('spl')
|
929
|
+
GCA = new('gca')
|
930
|
+
ULX = new('ulx')
|
931
|
+
GNUMERIC = new('gnumeric')
|
932
|
+
GRAMPS = new('gramps')
|
933
|
+
GTAR = new('gtar')
|
934
|
+
HDF = new('hdf')
|
935
|
+
PHP = new('php')
|
936
|
+
INSTALL = new('install')
|
937
|
+
WILDCARD_ISO = new('*iso')
|
938
|
+
WILDCARD_KEY = new('*key')
|
939
|
+
WILDCARD_NUMBERS = new('*numbers')
|
940
|
+
WILDCARD_PAGES = new('*pages')
|
941
|
+
JARDIFF = new('jardiff')
|
942
|
+
JNLP = new('jnlp')
|
943
|
+
KDBX = new('kdbx')
|
944
|
+
LATEX = new('latex')
|
945
|
+
LUAC = new('luac')
|
946
|
+
LZH = new('lzh')
|
947
|
+
LHA = new('lha')
|
948
|
+
RUN = new('run')
|
949
|
+
MIE = new('mie')
|
950
|
+
PRC = new('prc')
|
951
|
+
MOBI = new('mobi')
|
952
|
+
APPLICATION = new('application')
|
953
|
+
LNK = new('lnk')
|
954
|
+
WMD = new('wmd')
|
955
|
+
WMZ = new('wmz')
|
956
|
+
XBAP = new('xbap')
|
957
|
+
MDB = new('mdb')
|
958
|
+
OBD = new('obd')
|
959
|
+
CRD = new('crd')
|
960
|
+
CLP = new('clp')
|
961
|
+
WILDCARD_EXE = new('*exe')
|
962
|
+
WILDCARD_DLL = new('*dll')
|
963
|
+
COM = new('com')
|
964
|
+
BAT = new('bat')
|
965
|
+
WILDCARD_MSI = new('*msi')
|
966
|
+
MVB = new('mvb')
|
967
|
+
M13 = new('m13')
|
968
|
+
M14 = new('m14')
|
969
|
+
WILDCARD_WMF = new('*wmf')
|
970
|
+
WILDCARD_WMZ = new('*wmz')
|
971
|
+
WILDCARD_EMF = new('*emf')
|
972
|
+
EMZ = new('emz')
|
973
|
+
MNY = new('mny')
|
974
|
+
PUB = new('pub')
|
975
|
+
SCD = new('scd')
|
976
|
+
TRM = new('trm')
|
977
|
+
WRI = new('wri')
|
978
|
+
NC = new('nc')
|
979
|
+
CDF = new('cdf')
|
980
|
+
PAC = new('pac')
|
981
|
+
NZB = new('nzb')
|
982
|
+
PL = new('pl')
|
983
|
+
PM = new('pm')
|
984
|
+
WILDCARD_PRC = new('*prc')
|
985
|
+
WILDCARD_PDB = new('*pdb')
|
986
|
+
P12 = new('p12')
|
987
|
+
PFX = new('pfx')
|
988
|
+
P7B = new('p7b')
|
989
|
+
SPC = new('spc')
|
990
|
+
P7R = new('p7r')
|
991
|
+
WILDCARD_RAR = new('*rar')
|
992
|
+
RPM = new('rpm')
|
993
|
+
RIS = new('ris')
|
994
|
+
SEA = new('sea')
|
995
|
+
SH = new('sh')
|
996
|
+
SHAR = new('shar')
|
997
|
+
SWF = new('swf')
|
998
|
+
XAP = new('xap')
|
999
|
+
SQL = new('sql')
|
1000
|
+
SIT = new('sit')
|
1001
|
+
SITX = new('sitx')
|
1002
|
+
SRT = new('srt')
|
1003
|
+
SV4CPIO = new('sv4cpio')
|
1004
|
+
SV4CRC = new('sv4crc')
|
1005
|
+
T3 = new('t3')
|
1006
|
+
GAM = new('gam')
|
1007
|
+
TAR = new('tar')
|
1008
|
+
TCL = new('tcl')
|
1009
|
+
TK = new('tk')
|
1010
|
+
TEX = new('tex')
|
1011
|
+
TFM = new('tfm')
|
1012
|
+
TEXINFO = new('texinfo')
|
1013
|
+
TEXI = new('texi')
|
1014
|
+
WILDCARD_OBJ = new('*obj')
|
1015
|
+
USTAR = new('ustar')
|
1016
|
+
HDD = new('hdd')
|
1017
|
+
OVA = new('ova')
|
1018
|
+
OVF = new('ovf')
|
1019
|
+
VBOX = new('vbox')
|
1020
|
+
VBOX_EXTPACK = new('vbox-extpack')
|
1021
|
+
VDI = new('vdi')
|
1022
|
+
VHD = new('vhd')
|
1023
|
+
VMDK = new('vmdk')
|
1024
|
+
SRC = new('src')
|
1025
|
+
WEBAPP = new('webapp')
|
1026
|
+
DER = new('der')
|
1027
|
+
CRT = new('crt')
|
1028
|
+
PEM = new('pem')
|
1029
|
+
FIG = new('fig')
|
1030
|
+
WILDCARD_XLF = new('*xlf')
|
1031
|
+
XPI = new('xpi')
|
1032
|
+
XZ = new('xz')
|
1033
|
+
Z1 = new('z1')
|
1034
|
+
Z2 = new('z2')
|
1035
|
+
Z3 = new('z3')
|
1036
|
+
Z4 = new('z4')
|
1037
|
+
Z5 = new('z5')
|
1038
|
+
Z6 = new('z6')
|
1039
|
+
Z7 = new('z7')
|
1040
|
+
Z8 = new('z8')
|
1041
|
+
UVA = new('uva')
|
1042
|
+
UVVA = new('uvva')
|
1043
|
+
EOL = new('eol')
|
1044
|
+
DRA = new('dra')
|
1045
|
+
DTS = new('dts')
|
1046
|
+
DTSHD = new('dtshd')
|
1047
|
+
LVP = new('lvp')
|
1048
|
+
PYA = new('pya')
|
1049
|
+
ECELP4800 = new('ecelp4800')
|
1050
|
+
ECELP7470 = new('ecelp7470')
|
1051
|
+
ECELP9600 = new('ecelp9600')
|
1052
|
+
RIP = new('rip')
|
1053
|
+
AAC = new('aac')
|
1054
|
+
AIF = new('aif')
|
1055
|
+
AIFF = new('aiff')
|
1056
|
+
AIFC = new('aifc')
|
1057
|
+
CAF = new('caf')
|
1058
|
+
FLAC = new('flac')
|
1059
|
+
WILDCARD_M4A = new('*m4a')
|
1060
|
+
MKA = new('mka')
|
1061
|
+
M3U = new('m3u')
|
1062
|
+
WAX = new('wax')
|
1063
|
+
WMA = new('wma')
|
1064
|
+
RAM = new('ram')
|
1065
|
+
RA = new('ra')
|
1066
|
+
RMP = new('rmp')
|
1067
|
+
WILDCARD_RA = new('*ra')
|
1068
|
+
CDX = new('cdx')
|
1069
|
+
CIF = new('cif')
|
1070
|
+
CMDF = new('cmdf')
|
1071
|
+
CML = new('cml')
|
1072
|
+
CSML = new('csml')
|
1073
|
+
XYZ = new('xyz')
|
1074
|
+
BTIF = new('btif')
|
1075
|
+
PTI = new('pti')
|
1076
|
+
PSD = new('psd')
|
1077
|
+
AZV = new('azv')
|
1078
|
+
UVI = new('uvi')
|
1079
|
+
UVVI = new('uvvi')
|
1080
|
+
UVG = new('uvg')
|
1081
|
+
UVVG = new('uvvg')
|
1082
|
+
DJVU = new('djvu')
|
1083
|
+
DJV = new('djv')
|
1084
|
+
WILDCARD_SUB = new('*sub')
|
1085
|
+
DWG = new('dwg')
|
1086
|
+
DXF = new('dxf')
|
1087
|
+
FBS = new('fbs')
|
1088
|
+
FPX = new('fpx')
|
1089
|
+
FST = new('fst')
|
1090
|
+
MMR = new('mmr')
|
1091
|
+
RLC = new('rlc')
|
1092
|
+
ICO = new('ico')
|
1093
|
+
DDS = new('dds')
|
1094
|
+
MDI = new('mdi')
|
1095
|
+
WDP = new('wdp')
|
1096
|
+
NPX = new('npx')
|
1097
|
+
B16 = new('b16')
|
1098
|
+
TAP = new('tap')
|
1099
|
+
VTF = new('vtf')
|
1100
|
+
WBMP = new('wbmp')
|
1101
|
+
XIF = new('xif')
|
1102
|
+
PCX = new('pcx')
|
1103
|
+
THREEDS = new('3ds')
|
1104
|
+
RAS = new('ras')
|
1105
|
+
CMX = new('cmx')
|
1106
|
+
FH = new('fh')
|
1107
|
+
FHC = new('fhc')
|
1108
|
+
FH4 = new('fh4')
|
1109
|
+
FH5 = new('fh5')
|
1110
|
+
FH7 = new('fh7')
|
1111
|
+
WILDCARD_ICO = new('*ico')
|
1112
|
+
JNG = new('jng')
|
1113
|
+
SID = new('sid')
|
1114
|
+
WILDCARD_BMP = new('*bmp')
|
1115
|
+
WILDCARD_PCX = new('*pcx')
|
1116
|
+
PIC = new('pic')
|
1117
|
+
PCT = new('pct')
|
1118
|
+
PNM = new('pnm')
|
1119
|
+
PBM = new('pbm')
|
1120
|
+
PGM = new('pgm')
|
1121
|
+
PPM = new('ppm')
|
1122
|
+
RGB = new('rgb')
|
1123
|
+
TGA = new('tga')
|
1124
|
+
XBM = new('xbm')
|
1125
|
+
XPM = new('xpm')
|
1126
|
+
XWD = new('xwd')
|
1127
|
+
WSC = new('wsc')
|
1128
|
+
DAE = new('dae')
|
1129
|
+
DWF = new('dwf')
|
1130
|
+
GDL = new('gdl')
|
1131
|
+
GTW = new('gtw')
|
1132
|
+
MTS = new('mts')
|
1133
|
+
OGEX = new('ogex')
|
1134
|
+
X_B = new('x_b')
|
1135
|
+
X_T = new('x_t')
|
1136
|
+
VDS = new('vds')
|
1137
|
+
USDZ = new('usdz')
|
1138
|
+
BSP = new('bsp')
|
1139
|
+
VTU = new('vtu')
|
1140
|
+
DSC = new('dsc')
|
1141
|
+
CURL = new('curl')
|
1142
|
+
DCURL = new('dcurl')
|
1143
|
+
MCURL = new('mcurl')
|
1144
|
+
SCURL = new('scurl')
|
1145
|
+
SUB = new('sub')
|
1146
|
+
FLY = new('fly')
|
1147
|
+
FLX = new('flx')
|
1148
|
+
GV = new('gv')
|
1149
|
+
THREEDML = new('3dml')
|
1150
|
+
SPOT = new('spot')
|
1151
|
+
JAD = new('jad')
|
1152
|
+
WML = new('wml')
|
1153
|
+
WMLS = new('wmls')
|
1154
|
+
S = new('s')
|
1155
|
+
ASM = new('asm')
|
1156
|
+
C = new('c')
|
1157
|
+
CC = new('cc')
|
1158
|
+
CXX = new('cxx')
|
1159
|
+
CPP = new('cpp')
|
1160
|
+
H = new('h')
|
1161
|
+
HH = new('hh')
|
1162
|
+
DIC = new('dic')
|
1163
|
+
HTC = new('htc')
|
1164
|
+
F = new('f')
|
1165
|
+
FOR = new('for')
|
1166
|
+
F77 = new('f77')
|
1167
|
+
F90 = new('f90')
|
1168
|
+
HBS = new('hbs')
|
1169
|
+
JAVA = new('java')
|
1170
|
+
LUA = new('lua')
|
1171
|
+
MKD = new('mkd')
|
1172
|
+
NFO = new('nfo')
|
1173
|
+
OPML = new('opml')
|
1174
|
+
WILDCARD_ORG = new('*org')
|
1175
|
+
P = new('p')
|
1176
|
+
PAS = new('pas')
|
1177
|
+
PDE = new('pde')
|
1178
|
+
SASS = new('sass')
|
1179
|
+
SCSS = new('scss')
|
1180
|
+
ETX = new('etx')
|
1181
|
+
SFV = new('sfv')
|
1182
|
+
YMP = new('ymp')
|
1183
|
+
UU = new('uu')
|
1184
|
+
VCS = new('vcs')
|
1185
|
+
VCF = new('vcf')
|
1186
|
+
UVH = new('uvh')
|
1187
|
+
UVVH = new('uvvh')
|
1188
|
+
UVM = new('uvm')
|
1189
|
+
UVVM = new('uvvm')
|
1190
|
+
UVP = new('uvp')
|
1191
|
+
UVVP = new('uvvp')
|
1192
|
+
UVS = new('uvs')
|
1193
|
+
UVVS = new('uvvs')
|
1194
|
+
UVV = new('uvv')
|
1195
|
+
UVVV = new('uvvv')
|
1196
|
+
DVB = new('dvb')
|
1197
|
+
FVT = new('fvt')
|
1198
|
+
MXU = new('mxu')
|
1199
|
+
M4U = new('m4u')
|
1200
|
+
PYV = new('pyv')
|
1201
|
+
UVU = new('uvu')
|
1202
|
+
UVVU = new('uvvu')
|
1203
|
+
VIV = new('viv')
|
1204
|
+
F4V = new('f4v')
|
1205
|
+
FLI = new('fli')
|
1206
|
+
FLV = new('flv')
|
1207
|
+
M4V = new('m4v')
|
1208
|
+
MKV = new('mkv')
|
1209
|
+
MK3D = new('mk3d')
|
1210
|
+
MKS = new('mks')
|
1211
|
+
MNG = new('mng')
|
1212
|
+
ASF = new('asf')
|
1213
|
+
ASX = new('asx')
|
1214
|
+
VOB = new('vob')
|
1215
|
+
WM = new('wm')
|
1216
|
+
WMV = new('wmv')
|
1217
|
+
WMX = new('wmx')
|
1218
|
+
WVX = new('wvx')
|
1219
|
+
AVI = new('avi')
|
1220
|
+
MOVIE = new('movie')
|
1221
|
+
SMV = new('smv')
|
1222
|
+
ICE = new('ice')
|
1223
|
+
end
|
1224
|
+
end
|
1225
|
+
|
1226
|
+
end
|
1227
|
+
end
|