visier-platform-sdk 22222222.99201.1926.post2__py3-none-any.whl → 22222222.99201.1974__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of visier-platform-sdk might be problematic. Click here for more details.
- visier_platform_sdk/__init__.py +20 -4
- visier_platform_sdk/api/__init__.py +1 -1
- visier_platform_sdk/api/basic_authentication_api.py +1 -1
- visier_platform_sdk/api/benchmarks_api.py +1 -1
- visier_platform_sdk/api/concepts_v2_api.py +31 -31
- visier_platform_sdk/api/consolidated_analytics_api.py +1 -1
- visier_platform_sdk/api/data_and_job_handling_api.py +4 -4
- visier_platform_sdk/api/data_intake_api.py +1 -1
- visier_platform_sdk/api/data_model_api.py +7 -7
- visier_platform_sdk/api/data_query_api.py +1 -1
- visier_platform_sdk/api/data_upload_api.py +1 -1
- visier_platform_sdk/api/data_version_export_api.py +1 -1
- visier_platform_sdk/api/dimensions_api.py +16 -16
- visier_platform_sdk/api/dimensions_v2_api.py +19 -19
- visier_platform_sdk/api/direct_data_intake_api.py +1 -1
- visier_platform_sdk/api/email_domains_api.py +1 -1
- visier_platform_sdk/api/encryption_keys_api.py +1 -1
- visier_platform_sdk/api/jobs_library_api.py +1 -1
- visier_platform_sdk/api/network_subnets_api.py +1 -1
- visier_platform_sdk/api/o_auth2_api.py +16 -1
- visier_platform_sdk/api/object_configuration_api.py +1 -1
- visier_platform_sdk/api/permissions_api.py +1 -1
- visier_platform_sdk/api/{pgp_key_api.py → pgp_keys_api.py} +6 -6
- visier_platform_sdk/api/planning_data_load_api.py +1 -1
- visier_platform_sdk/api/production_versions_api.py +1 -1
- visier_platform_sdk/api/profiles_api.py +1 -1
- visier_platform_sdk/api/projects_api.py +1 -1
- visier_platform_sdk/api/release_version_configuration_api.py +1 -1
- visier_platform_sdk/api/reporting_api.py +1 -1
- visier_platform_sdk/api/search_api.py +1 -1
- visier_platform_sdk/api/skills_library_api.py +1 -1
- visier_platform_sdk/api/source_files_download_api.py +1 -1
- visier_platform_sdk/api/sources_api.py +1 -1
- visier_platform_sdk/api/system_status_api.py +1 -1
- visier_platform_sdk/api/tenants_v1_api.py +1 -1
- visier_platform_sdk/api/tenants_v2_api.py +1 -1
- visier_platform_sdk/api/user_groups_v2_api.py +1 -1
- visier_platform_sdk/api/users_v1_api.py +1 -1
- visier_platform_sdk/api/users_v2_api.py +1 -1
- visier_platform_sdk/api/vee_api.py +1 -1
- visier_platform_sdk/api/webhooks_api.py +1 -1
- visier_platform_sdk/api_client.py +2 -2
- visier_platform_sdk/configuration.py +3 -3
- visier_platform_sdk/exceptions.py +1 -1
- visier_platform_sdk/models/__init__.py +9 -1
- visier_platform_sdk/models/accessible_tenant_profile_assignment_request_dto.py +1 -1
- visier_platform_sdk/models/accessible_tenant_profile_assignment_response_dto.py +1 -1
- visier_platform_sdk/models/accessible_tenant_profile_revoke_request_dto.py +1 -1
- visier_platform_sdk/models/accessible_tenant_profile_revoke_response_dto.py +1 -1
- visier_platform_sdk/models/additional_capabilities_dto.py +1 -1
- visier_platform_sdk/models/admin_capability_config_dto.py +1 -1
- visier_platform_sdk/models/adp_auth_params_dto.py +1 -1
- visier_platform_sdk/models/aggregation_query_dto.py +1 -1
- visier_platform_sdk/models/aggregation_query_execution_dto.py +1 -1
- visier_platform_sdk/models/aggregation_query_source_dto.py +3 -3
- visier_platform_sdk/models/aggregation_query_source_metric_dto.py +2 -2
- visier_platform_sdk/models/aggregation_query_source_metrics_dto.py +2 -2
- visier_platform_sdk/models/aggregation_type_option_dto.py +1 -1
- visier_platform_sdk/models/aggregation_type_parameter_dto.py +1 -1
- visier_platform_sdk/models/aggregation_type_parameter_value_dto.py +1 -1
- visier_platform_sdk/models/all_permissions_assigned_for_local_tenant_dto.py +1 -1
- visier_platform_sdk/models/all_profile_assigned_for_accessible_tenant_dto.py +1 -1
- visier_platform_sdk/models/all_profile_assigned_for_local_tenant_dto.py +1 -1
- visier_platform_sdk/models/all_tenants_status_apidto.py +1 -1
- visier_platform_sdk/models/all_user_groups_assigned_for_local_tenant_dto.py +1 -1
- visier_platform_sdk/models/all_users_get_api_response_dto.py +1 -1
- visier_platform_sdk/models/analytic_object_definition_dto.py +1 -1
- visier_platform_sdk/models/analytic_object_dto.py +1 -1
- visier_platform_sdk/models/analytic_object_filter_dto.py +11 -17
- visier_platform_sdk/models/analytic_object_filter_list_dto.py +96 -0
- visier_platform_sdk/models/analytic_object_names_dto.py +88 -0
- visier_platform_sdk/models/analytic_object_reference_dto.py +1 -1
- visier_platform_sdk/models/analytic_object_reference_list_dto.py +1 -1
- visier_platform_sdk/models/analytic_object_request_dto.py +1 -1
- visier_platform_sdk/models/analytic_object_with_context_dto.py +1 -1
- visier_platform_sdk/models/analytic_objects_dto.py +1 -1
- visier_platform_sdk/models/any.py +1 -1
- visier_platform_sdk/models/api_error.py +1 -1
- visier_platform_sdk/models/assign_connector_credential_request.py +1 -1
- visier_platform_sdk/models/assign_connector_credentials_by_tenant_response_dto.py +1 -1
- visier_platform_sdk/models/assign_connector_credentials_response_dto.py +1 -1
- visier_platform_sdk/models/assign_connector_with_credentials_response_dto.py +1 -1
- visier_platform_sdk/models/assign_revoke_permission_by_permission_dto.py +1 -1
- visier_platform_sdk/models/assign_revoke_permission_by_tenant_dto.py +1 -1
- visier_platform_sdk/models/assign_revoke_permission_by_user_dto.py +1 -1
- visier_platform_sdk/models/assign_revoke_permission_request_dto.py +1 -1
- visier_platform_sdk/models/assign_revoke_permissions_request_dto.py +1 -1
- visier_platform_sdk/models/assign_revoke_permissions_response_dto.py +1 -1
- visier_platform_sdk/models/assigned_credential_info_response_dto.py +1 -1
- visier_platform_sdk/models/bamboo_auth_params_dto.py +1 -1
- visier_platform_sdk/models/basic_information_dto.py +1 -1
- visier_platform_sdk/models/basic_s3_auth_params_dto.py +1 -1
- visier_platform_sdk/models/batch_tenant_provision_apidto.py +1 -1
- visier_platform_sdk/models/benchmark_info.py +1 -1
- visier_platform_sdk/models/benchmark_value.py +1 -1
- visier_platform_sdk/models/big_query_auth_params_dto.py +1 -1
- visier_platform_sdk/models/big_query_service_account_params_dto.py +1 -1
- visier_platform_sdk/models/bulk_change_response_dto.py +1 -1
- visier_platform_sdk/models/bulk_data_access_set_response_dto.py +1 -1
- visier_platform_sdk/models/business_location_dto.py +1 -1
- visier_platform_sdk/models/calculated_property_type_dto.py +1 -1
- visier_platform_sdk/models/calculated_selection_concept_dto.py +104 -0
- visier_platform_sdk/models/calculation_concept_configuration_dto.py +1 -1
- visier_platform_sdk/models/calculation_concept_configuration_map_dto.py +1 -1
- visier_platform_sdk/models/calculation_concept_dto.py +1 -1
- visier_platform_sdk/models/calculation_concept_list_dto.py +1 -1
- visier_platform_sdk/models/cancel_job_batch_from_job_id_dto.py +1 -1
- visier_platform_sdk/models/capabilities_dto.py +1 -1
- visier_platform_sdk/models/capability_dto.py +1 -1
- visier_platform_sdk/models/capability_group_dto.py +1 -1
- visier_platform_sdk/models/cell_distribution_bin_dto.py +1 -1
- visier_platform_sdk/models/cell_distribution_options_dto.py +1 -1
- visier_platform_sdk/models/cell_dto.py +1 -1
- visier_platform_sdk/models/cell_set_axis_dto.py +1 -1
- visier_platform_sdk/models/cell_set_axis_position_dto.py +1 -1
- visier_platform_sdk/models/cell_set_dto.py +1 -1
- visier_platform_sdk/models/cell_set_or_error_dto.py +1 -1
- visier_platform_sdk/models/clone_files_into_source_parameters_dto.py +1 -1
- visier_platform_sdk/models/cohort_filter_dto.py +1 -1
- visier_platform_sdk/models/commit_and_publish_operation_response_dto.py +1 -1
- visier_platform_sdk/models/commit_dto.py +1 -1
- visier_platform_sdk/models/concept_configuration_result_dto.py +1 -1
- visier_platform_sdk/models/concept_definition_dto.py +9 -3
- visier_platform_sdk/models/concept_delete_request_dto.py +1 -1
- visier_platform_sdk/models/concept_delete_with_context_dto.py +1 -1
- visier_platform_sdk/models/concept_request_dto.py +1 -1
- visier_platform_sdk/models/concept_response_dto.py +1 -1
- visier_platform_sdk/models/concept_type_details_dto.py +15 -3
- visier_platform_sdk/models/concept_with_context_dto.py +1 -1
- visier_platform_sdk/models/connector.py +1 -1
- visier_platform_sdk/models/connector_info_response_dto.py +1 -1
- visier_platform_sdk/models/connector_setting_request_dto.py +1 -1
- visier_platform_sdk/models/connector_setting_response_dto.py +1 -1
- visier_platform_sdk/models/connector_settings_response_dto.py +1 -1
- visier_platform_sdk/models/consolidated_analytics_api_excluded_source_list_dto.py +1 -1
- visier_platform_sdk/models/consolidated_analytics_api_source_tenant_list_dto.py +1 -1
- visier_platform_sdk/models/consolidated_analytics_api_tenant_create_request_dto.py +1 -1
- visier_platform_sdk/models/consolidated_analytics_api_tenant_list_response_dto.py +1 -1
- visier_platform_sdk/models/consolidated_analytics_api_tenant_with_details.py +1 -1
- visier_platform_sdk/models/consolidated_analytics_api_tenant_with_details_list_response_dto.py +1 -1
- visier_platform_sdk/models/consolidated_analytics_job_request_dto.py +1 -1
- visier_platform_sdk/models/content_package_dto.py +1 -1
- visier_platform_sdk/models/copy_s3_auth_params_dto.py +1 -1
- visier_platform_sdk/models/create_data_access_set_request_dto.py +1 -1
- visier_platform_sdk/models/credential_creation_api_response_dto.py +1 -1
- visier_platform_sdk/models/currencies_dto.py +1 -1
- visier_platform_sdk/models/currency_dto.py +1 -1
- visier_platform_sdk/models/currency_rate_dto.py +1 -1
- visier_platform_sdk/models/currency_rates_dto.py +1 -1
- visier_platform_sdk/models/custom_property_dto.py +1 -1
- visier_platform_sdk/models/custom_tenant_property_dto.py +1 -1
- visier_platform_sdk/models/data_access_set_dto.py +1 -1
- visier_platform_sdk/models/data_access_set_error_dto.py +1 -1
- visier_platform_sdk/models/data_access_set_failure_dto.py +1 -1
- visier_platform_sdk/models/data_access_set_success_dto.py +1 -1
- visier_platform_sdk/models/data_categories_response_dto.py +1 -1
- visier_platform_sdk/models/data_category_response_dto.py +6 -4
- visier_platform_sdk/models/data_load_request.py +1 -1
- visier_platform_sdk/models/data_load_request_model.py +1 -1
- visier_platform_sdk/models/data_load_response.py +1 -1
- visier_platform_sdk/models/data_model_analytic_object_dto.py +3 -3
- visier_platform_sdk/models/data_provider_auth_information_dto.py +1 -1
- visier_platform_sdk/models/data_provider_auth_params_dto.py +1 -1
- visier_platform_sdk/models/data_provider_basic_information_dto.py +1 -1
- visier_platform_sdk/models/data_provider_basic_metadata_dto.py +1 -1
- visier_platform_sdk/models/data_security_profile_dto.py +1 -1
- visier_platform_sdk/models/data_transfer_result_detail.py +1 -1
- visier_platform_sdk/models/data_version_and_date_dto.py +1 -1
- visier_platform_sdk/models/data_version_export_column_dto.py +1 -1
- visier_platform_sdk/models/data_version_export_data_version_summary_dto.py +1 -1
- visier_platform_sdk/models/data_version_export_data_versions_dto.py +1 -1
- visier_platform_sdk/models/data_version_export_dto.py +1 -1
- visier_platform_sdk/models/data_version_export_file_dto.py +1 -1
- visier_platform_sdk/models/data_version_export_job_status_dto.py +1 -1
- visier_platform_sdk/models/data_version_export_part_file_dto.py +1 -1
- visier_platform_sdk/models/data_version_export_schedule_job_request_dto.py +1 -1
- visier_platform_sdk/models/data_version_export_schedule_job_response_dto.py +1 -1
- visier_platform_sdk/models/data_version_export_table_dto.py +1 -1
- visier_platform_sdk/models/data_version_exports_dto.py +1 -1
- visier_platform_sdk/models/data_version_object.py +1 -1
- visier_platform_sdk/models/databricks_auth_params_dto.py +1 -1
- visier_platform_sdk/models/date_range_dto.py +1 -1
- visier_platform_sdk/models/dayforce_v2_auth_params_dto.py +1 -1
- visier_platform_sdk/models/delete_permissions_request_dto.py +1 -1
- visier_platform_sdk/models/delete_user_group_v2_request.py +1 -1
- visier_platform_sdk/models/dependent_dto.py +1 -1
- visier_platform_sdk/models/description_entry.py +1 -1
- visier_platform_sdk/models/designer_dimension_filter_dto.py +1 -1
- visier_platform_sdk/models/designer_selection_concept_dto.py +1 -1
- visier_platform_sdk/models/dimension_change_definition_dto.py +1 -1
- visier_platform_sdk/models/dimension_change_definitions_by_tenant_dto.py +1 -1
- visier_platform_sdk/models/dimension_delete_request_dto.py +1 -1
- visier_platform_sdk/models/dimension_delete_with_context_dto.py +1 -1
- visier_platform_sdk/models/dimension_details_dto.py +1 -1
- visier_platform_sdk/models/dimension_dto.py +1 -1
- visier_platform_sdk/models/dimension_filter_dto.py +18 -16
- visier_platform_sdk/models/dimension_filter_list_dto.py +96 -0
- visier_platform_sdk/models/dimension_mapping_validation_dto.py +1 -1
- visier_platform_sdk/models/dimension_mapping_validation_execution_dto.py +2 -2
- visier_platform_sdk/models/dimension_member.py +1 -1
- visier_platform_sdk/models/dimension_member_dto.py +1 -1
- visier_platform_sdk/models/dimension_member_reference_dto.py +1 -1
- visier_platform_sdk/models/dimension_reference_dto.py +1 -1
- visier_platform_sdk/models/dimension_request_dto.py +1 -1
- visier_platform_sdk/models/dimension_response_dto.py +1 -1
- visier_platform_sdk/models/dimension_with_context_dto.py +1 -1
- visier_platform_sdk/models/dimensions_auth_params_dto.py +1 -1
- visier_platform_sdk/models/dimensions_change_definitions_dto.py +1 -1
- visier_platform_sdk/models/dimensions_dto.py +1 -1
- visier_platform_sdk/models/direct_data_job_config_dto.py +1 -1
- visier_platform_sdk/models/direct_data_job_status_response_dto.py +1 -1
- visier_platform_sdk/models/direct_data_list_transactions_response_dto.py +1 -1
- visier_platform_sdk/models/direct_data_load_config_dto.py +1 -1
- visier_platform_sdk/models/direct_data_schema_dto.py +1 -1
- visier_platform_sdk/models/direct_data_schema_field_dto.py +1 -1
- visier_platform_sdk/models/direct_data_transaction_dto.py +1 -1
- visier_platform_sdk/models/direct_data_transaction_start_response_dto.py +1 -1
- visier_platform_sdk/models/direct_data_upload_file_response_dto.py +1 -1
- visier_platform_sdk/models/disable_dv_model.py +1 -1
- visier_platform_sdk/models/disable_dv_request.py +1 -1
- visier_platform_sdk/models/disable_dv_response.py +1 -1
- visier_platform_sdk/models/dispatching_job_status_response.py +1 -1
- visier_platform_sdk/models/document_search_link_dto.py +1 -1
- visier_platform_sdk/models/download_source_files_dto.py +1 -1
- visier_platform_sdk/models/download_source_files_response_dto.py +1 -1
- visier_platform_sdk/models/dv_export_status.py +1 -1
- visier_platform_sdk/models/dynamic_dimension_filter_dto.py +1 -1
- visier_platform_sdk/models/dynamic_property_mapping_dto.py +1 -1
- visier_platform_sdk/models/element_ids_dto.py +1 -1
- visier_platform_sdk/models/email_domains_dto.py +1 -1
- visier_platform_sdk/models/error_dto.py +1 -1
- visier_platform_sdk/models/exclude_data_uploads_request.py +1 -1
- visier_platform_sdk/models/excluded_sources_body.py +1 -1
- visier_platform_sdk/models/execution_context_dto.py +1 -1
- visier_platform_sdk/models/export_production_versions_api_operation_parameters_dto.py +1 -1
- visier_platform_sdk/models/extract_data_and_load_dto.py +1 -1
- visier_platform_sdk/models/extracted_skill.py +1 -1
- visier_platform_sdk/models/extraction_job.py +1 -1
- visier_platform_sdk/models/extraction_job_and_status_response.py +1 -1
- visier_platform_sdk/models/extractor_credential_apidto.py +1 -1
- visier_platform_sdk/models/extractor_credentials_apidto.py +1 -1
- visier_platform_sdk/models/extractor_setting_apidto.py +1 -1
- visier_platform_sdk/models/extractor_setting_key_value_apidto.py +1 -1
- visier_platform_sdk/models/extractor_settings_apidto.py +1 -1
- visier_platform_sdk/models/failed_accessible_tenant_profile_assignment_dto.py +1 -1
- visier_platform_sdk/models/failed_change_dto.py +1 -1
- visier_platform_sdk/models/failed_local_tenant_profile_assignment_dto.py +1 -1
- visier_platform_sdk/models/failed_local_tenant_profile_revoke_dto.py +1 -1
- visier_platform_sdk/models/fusion_auth_params_dto.py +1 -1
- visier_platform_sdk/models/generate_impersonation_token_request.py +1 -1
- visier_platform_sdk/models/generate_key_request_dto.py +1 -1
- visier_platform_sdk/models/get_capabilities_api_response_dto.py +1 -1
- visier_platform_sdk/models/get_content_packages_api_response_dto.py +1 -1
- visier_platform_sdk/models/get_data_access_sets_api_response_dto.py +1 -1
- visier_platform_sdk/models/get_data_security_objects_api_response_dto.py +1 -1
- visier_platform_sdk/models/get_permissions_api_response_dto.py +1 -1
- visier_platform_sdk/models/get_plan_list_response_dto.py +1 -1
- visier_platform_sdk/models/get_production_versions_api_response_dto.py +1 -1
- visier_platform_sdk/models/get_projects_api_response_dto.py +1 -1
- visier_platform_sdk/models/gong_auth_params_dto.py +1 -1
- visier_platform_sdk/models/google_sheets_auth_params_dto.py +1 -1
- visier_platform_sdk/models/google_workspace_auth_params_dto.py +1 -1
- visier_platform_sdk/models/greenhouse_auth_params_dto.py +1 -1
- visier_platform_sdk/models/hierarchy.py +1 -1
- visier_platform_sdk/models/hierarchy_property_dto.py +1 -1
- visier_platform_sdk/models/home_analysis_by_user_group_dto.py +1 -1
- visier_platform_sdk/models/icims_auth_params_dto.py +1 -1
- visier_platform_sdk/models/import_definition_apidto.py +1 -1
- visier_platform_sdk/models/import_definitions_apidto.py +1 -1
- visier_platform_sdk/models/include_data_uploads_request.py +1 -1
- visier_platform_sdk/models/inherited_access_config_dto.py +1 -1
- visier_platform_sdk/models/inherited_reference_member_filter_config_dto.py +1 -1
- visier_platform_sdk/models/internal_query_execution_options_dto.py +1 -1
- visier_platform_sdk/models/internal_s3_auth_params_dto.py +1 -1
- visier_platform_sdk/models/jdbc_auth_params_dto.py +1 -1
- visier_platform_sdk/models/jira_auth_params_dto.py +1 -1
- visier_platform_sdk/models/jira_connect_params_dto.py +1 -1
- visier_platform_sdk/models/job.py +1 -1
- visier_platform_sdk/models/job_cancellation_result_dto.py +1 -1
- visier_platform_sdk/models/job_cancellation_results_dto.py +1 -1
- visier_platform_sdk/models/job_entry.py +1 -1
- visier_platform_sdk/models/job_feedback_input.py +2 -2
- visier_platform_sdk/models/job_id_response.py +1 -1
- visier_platform_sdk/models/job_search_failure_output.py +1 -1
- visier_platform_sdk/models/job_search_input.py +1 -1
- visier_platform_sdk/models/job_search_output.py +1 -1
- visier_platform_sdk/models/job_standardization_input.py +2 -2
- visier_platform_sdk/models/job_standardization_input_skills.py +1 -1
- visier_platform_sdk/models/job_status_list_response.py +1 -1
- visier_platform_sdk/models/job_status_with_start_time.py +1 -1
- visier_platform_sdk/models/key_group_filter_dto.py +1 -1
- visier_platform_sdk/models/key_group_filter_item_dto.py +1 -1
- visier_platform_sdk/models/key_name.py +1 -1
- visier_platform_sdk/models/key_pair_delete_response_dto.py +1 -1
- visier_platform_sdk/models/key_pair_generate_request_dto.py +1 -1
- visier_platform_sdk/models/last_login_dto.py +1 -1
- visier_platform_sdk/models/level_dto.py +1 -1
- visier_platform_sdk/models/level_list_dto.py +1 -1
- visier_platform_sdk/models/leveled_details_dto.py +1 -1
- visier_platform_sdk/models/lever_auth_params_dto.py +1 -1
- visier_platform_sdk/models/lineage_dto.py +1 -1
- visier_platform_sdk/models/list_query_execution_dto.py +1 -1
- visier_platform_sdk/models/list_query_execution_options_dto.py +1 -1
- visier_platform_sdk/models/list_query_source_dto.py +1 -1
- visier_platform_sdk/models/list_response.py +1 -1
- visier_platform_sdk/models/local_tenant_profile_assignment_request_dto.py +1 -1
- visier_platform_sdk/models/local_tenant_profile_assignment_response_dto.py +1 -1
- visier_platform_sdk/models/local_tenant_profile_revoke_request_dto.py +1 -1
- visier_platform_sdk/models/local_tenant_profile_revoke_response_dto.py +1 -1
- visier_platform_sdk/models/location_search_failure_output.py +1 -1
- visier_platform_sdk/models/location_search_input.py +1 -1
- visier_platform_sdk/models/location_search_input1.py +1 -1
- visier_platform_sdk/models/location_search_output.py +1 -1
- visier_platform_sdk/models/location_search_successful_output.py +1 -1
- visier_platform_sdk/models/mask_message.py +1 -1
- visier_platform_sdk/models/medallia_auth_params_dto.py +1 -1
- visier_platform_sdk/models/member_dto.py +1 -1
- visier_platform_sdk/models/member_filter_config_dto.py +1 -1
- visier_platform_sdk/models/member_filter_dto.py +1 -1
- visier_platform_sdk/models/member_parameter_definition_dto.py +1 -1
- visier_platform_sdk/models/member_parameter_value_dto.py +1 -1
- visier_platform_sdk/models/member_selection_concept_dto.py +102 -0
- visier_platform_sdk/models/member_selection_dto.py +7 -19
- visier_platform_sdk/models/member_selection_list_dto.py +96 -0
- visier_platform_sdk/models/member_values_dto.py +1 -1
- visier_platform_sdk/models/members_dto.py +1 -1
- visier_platform_sdk/models/metric_definition_dto.py +1 -1
- visier_platform_sdk/models/metric_dto.py +3 -3
- visier_platform_sdk/models/metric_type_details_dto.py +1 -1
- visier_platform_sdk/models/metric_validation_summary_dto.py +1 -1
- visier_platform_sdk/models/metrics_dto.py +1 -1
- visier_platform_sdk/models/microsoft365_auth_params_dto.py +1 -1
- visier_platform_sdk/models/module_settings_dto.py +1 -1
- visier_platform_sdk/models/multiple_tenant_data_versions_details_dto.py +1 -1
- visier_platform_sdk/models/multiple_tenant_data_versions_list_dto.py +1 -1
- visier_platform_sdk/models/my_sql_auth_params_dto.py +1 -1
- visier_platform_sdk/models/namely_auth_params_dto.py +1 -1
- visier_platform_sdk/models/network_subnets_message_request.py +1 -1
- visier_platform_sdk/models/network_subnets_message_response.py +1 -1
- visier_platform_sdk/models/numeric_parameter_definition_dto.py +1 -1
- visier_platform_sdk/models/numeric_parameter_value_dto.py +1 -1
- visier_platform_sdk/models/o_auth2_user_info_dto.py +1 -1
- visier_platform_sdk/models/o_auth2_user_subnet_info_dto.py +1 -1
- visier_platform_sdk/models/o_auth2_user_tenant_detail_dto.py +1 -1
- visier_platform_sdk/models/o_auth2_user_tenant_details_dto.py +1 -1
- visier_platform_sdk/models/o_auth2_user_tenant_properties_dto.py +1 -1
- visier_platform_sdk/models/object_change_failure_dto.py +1 -1
- visier_platform_sdk/models/object_change_success_dto.py +1 -1
- visier_platform_sdk/models/object_id_dto.py +1 -1
- visier_platform_sdk/models/object_reference_dto.py +1 -1
- visier_platform_sdk/models/objects_bulk_change_response_dto.py +1 -1
- visier_platform_sdk/models/oracle_db_auth_params_dto.py +1 -1
- visier_platform_sdk/models/output_entry.py +1 -1
- visier_platform_sdk/models/output_entry1.py +1 -1
- visier_platform_sdk/models/output_entry1_matches_inner.py +1 -1
- visier_platform_sdk/models/pair_dto.py +1 -1
- visier_platform_sdk/models/parameter_definition_dto.py +1 -1
- visier_platform_sdk/models/parent_child_details_dto.py +1 -1
- visier_platform_sdk/models/permission_assigned_by_tenant_dto.py +1 -1
- visier_platform_sdk/models/permission_assigned_for_local_tenant_dto.py +1 -1
- visier_platform_sdk/models/permission_assigned_user_dto.py +1 -1
- visier_platform_sdk/models/permission_assigned_users_dto.py +1 -1
- visier_platform_sdk/models/permission_bulk_operation_response_dto.py +1 -1
- visier_platform_sdk/models/permission_dto.py +1 -1
- visier_platform_sdk/models/permission_error_dto.py +1 -1
- visier_platform_sdk/models/permission_failure_dto.py +1 -1
- visier_platform_sdk/models/permission_response_dto.py +1 -1
- visier_platform_sdk/models/permission_success_dto.py +1 -1
- visier_platform_sdk/models/permissions_list_dto.py +1 -1
- visier_platform_sdk/models/permissions_to_user_group_for_tenant_dto.py +1 -1
- visier_platform_sdk/models/permissions_to_user_group_request_dto.py +1 -1
- visier_platform_sdk/models/permissions_to_user_groups_request_dto.py +1 -1
- visier_platform_sdk/models/perspective_configuration_dto.py +1 -1
- visier_platform_sdk/models/perspective_node_dto.py +1 -1
- visier_platform_sdk/models/plan_data_load_change_dto.py +1 -1
- visier_platform_sdk/models/plan_data_load_change_list_dto.py +1 -1
- visier_platform_sdk/models/plan_data_load_error_dto.py +1 -1
- visier_platform_sdk/models/plan_data_upload_response_dto.py +1 -1
- visier_platform_sdk/models/plan_info_dto.py +1 -1
- visier_platform_sdk/models/plan_item_dto.py +1 -1
- visier_platform_sdk/models/plan_parameter_definition_dto.py +1 -1
- visier_platform_sdk/models/plan_parameter_value_dto.py +1 -1
- visier_platform_sdk/models/plan_row_data_load_response_dto.py +1 -1
- visier_platform_sdk/models/plan_schema_dto.py +1 -1
- visier_platform_sdk/models/plan_segment_level_dto.py +1 -1
- visier_platform_sdk/models/plan_segment_level_member_dto.py +1 -1
- visier_platform_sdk/models/plan_segment_level_member_list_dto.py +1 -1
- visier_platform_sdk/models/plan_time_period_dto.py +1 -1
- visier_platform_sdk/models/plan_with_schema_dto.py +1 -1
- visier_platform_sdk/models/planning_concept_filter_context_dto.py +1 -1
- visier_platform_sdk/models/planning_hierarchy_filter_context_dto.py +1 -1
- visier_platform_sdk/models/planning_model_dto.py +2 -2
- visier_platform_sdk/models/planning_models_dto.py +1 -1
- visier_platform_sdk/models/planning_plan_context_dto.py +1 -1
- visier_platform_sdk/models/planning_plan_dto.py +2 -2
- visier_platform_sdk/models/planning_plans_dto.py +1 -1
- visier_platform_sdk/models/population_configuration_dto.py +1 -1
- visier_platform_sdk/models/prediction_dto.py +2 -2
- visier_platform_sdk/models/predictions_dto.py +1 -1
- visier_platform_sdk/models/process_concept_definition_dto.py +1 -1
- visier_platform_sdk/models/process_concept_member_dto.py +1 -1
- visier_platform_sdk/models/process_concept_member_list_dto.py +1 -1
- visier_platform_sdk/models/process_concept_metric_definition_dto.py +1 -1
- visier_platform_sdk/models/process_concept_metric_list_dto.py +1 -1
- visier_platform_sdk/models/process_concept_outcome_dto.py +1 -1
- visier_platform_sdk/models/process_concept_outcome_list_dto.py +1 -1
- visier_platform_sdk/models/process_concept_property_list_dto.py +1 -1
- visier_platform_sdk/models/process_concept_property_type_dto.py +1 -1
- visier_platform_sdk/models/process_concept_stage_dto.py +1 -1
- visier_platform_sdk/models/process_concept_stage_list_dto.py +1 -1
- visier_platform_sdk/models/processing_job.py +1 -1
- visier_platform_sdk/models/processing_job_and_status_response.py +1 -1
- visier_platform_sdk/models/processing_job_request_dto.py +1 -1
- visier_platform_sdk/models/processing_job_status_response.py +1 -1
- visier_platform_sdk/models/product_release_dto.py +1 -1
- visier_platform_sdk/models/product_releases_dto.py +1 -1
- visier_platform_sdk/models/product_version_dto.py +1 -1
- visier_platform_sdk/models/product_versions_dto.py +1 -1
- visier_platform_sdk/models/product_versions_update_failure_tenant_response_dto.py +1 -1
- visier_platform_sdk/models/product_versions_update_response_dto.py +1 -1
- visier_platform_sdk/models/product_versions_update_successful_tenant_response_dto.py +1 -1
- visier_platform_sdk/models/production_version_api_operation_request_dto.py +1 -1
- visier_platform_sdk/models/production_version_api_operation_response_dto.py +1 -1
- visier_platform_sdk/models/production_versions_api_operation_request_dto.py +1 -1
- visier_platform_sdk/models/production_versions_api_operation_response_dto.py +1 -1
- visier_platform_sdk/models/profile_assigned_for_accessible_tenant_dto.py +1 -1
- visier_platform_sdk/models/profile_assigned_for_local_tenant_dto.py +1 -1
- visier_platform_sdk/models/profile_get_api_response_dto.py +1 -1
- visier_platform_sdk/models/profiles_get_api_response_dto.py +1 -1
- visier_platform_sdk/models/project_commits_api_response_dto.py +1 -1
- visier_platform_sdk/models/project_dto.py +1 -1
- visier_platform_sdk/models/project_operation_request_dto.py +1 -1
- visier_platform_sdk/models/project_operation_response_dto.py +1 -1
- visier_platform_sdk/models/properties_change_definitions_dto.py +1 -1
- visier_platform_sdk/models/properties_delete_definitions_dto.py +1 -1
- visier_platform_sdk/models/properties_dto.py +1 -1
- visier_platform_sdk/models/property_access_config_dto.py +1 -1
- visier_platform_sdk/models/property_bulk_delete_response_dto.py +1 -1
- visier_platform_sdk/models/property_change_definition_dto.py +1 -1
- visier_platform_sdk/models/property_change_definitions_by_tenant_dto.py +1 -1
- visier_platform_sdk/models/property_column_dto.py +1 -1
- visier_platform_sdk/models/property_definition_dto.py +1 -1
- visier_platform_sdk/models/property_delete_definitions_by_tenant_dto.py +1 -1
- visier_platform_sdk/models/property_delete_failure_dto.py +1 -1
- visier_platform_sdk/models/property_delete_success_dto.py +1 -1
- visier_platform_sdk/models/property_dependency_dto.py +1 -1
- visier_platform_sdk/models/property_dependency_list_dto.py +1 -1
- visier_platform_sdk/models/property_dto.py +2 -2
- visier_platform_sdk/models/property_reference_dto.py +2 -2
- visier_platform_sdk/models/property_set_config_dto.py +1 -1
- visier_platform_sdk/models/property_type_details_dto.py +1 -1
- visier_platform_sdk/models/property_type_dto.py +1 -1
- visier_platform_sdk/models/public_key_dto.py +1 -1
- visier_platform_sdk/models/public_keys_dto.py +1 -1
- visier_platform_sdk/models/push_data_cancel_response.py +1 -1
- visier_platform_sdk/models/push_data_column_definition_dto.py +1 -1
- visier_platform_sdk/models/push_data_complete_request.py +1 -1
- visier_platform_sdk/models/push_data_complete_response.py +1 -1
- visier_platform_sdk/models/push_data_response.py +1 -1
- visier_platform_sdk/models/push_data_source_definition_dto.py +1 -1
- visier_platform_sdk/models/push_data_source_definitions_dto.py +1 -1
- visier_platform_sdk/models/put_project_commits_request.py +1 -1
- visier_platform_sdk/models/qualifying_path_dto.py +88 -0
- visier_platform_sdk/models/qualtrics_auth_params_dto.py +1 -1
- visier_platform_sdk/models/query_axis_dto.py +1 -1
- visier_platform_sdk/models/query_axis_options_dto.py +1 -1
- visier_platform_sdk/models/query_dimension_data_member_selection_dto.py +1 -1
- visier_platform_sdk/models/query_dimension_leaf_selection_dto.py +1 -1
- visier_platform_sdk/models/query_dimension_level_property_dto.py +1 -1
- visier_platform_sdk/models/query_dimension_level_selection_dto.py +1 -1
- visier_platform_sdk/models/query_dimension_member_selection_dto.py +1 -1
- visier_platform_sdk/models/query_execution_error_details_dto.py +1 -1
- visier_platform_sdk/models/query_execution_error_dto.py +1 -1
- visier_platform_sdk/models/query_execution_errors_dto.py +1 -1
- visier_platform_sdk/models/query_execution_options_dto.py +1 -1
- visier_platform_sdk/models/query_filter_dto.py +1 -1
- visier_platform_sdk/models/query_member_map_property_dto.py +1 -1
- visier_platform_sdk/models/query_member_map_selection_dto.py +1 -1
- visier_platform_sdk/models/query_numeric_ranges_dto.py +1 -1
- visier_platform_sdk/models/query_parameter_value_dto.py +1 -1
- visier_platform_sdk/models/query_property_dto.py +1 -1
- visier_platform_sdk/models/query_time_interval_dto.py +1 -1
- visier_platform_sdk/models/query_time_intervals_dto.py +1 -1
- visier_platform_sdk/models/question_categories_api_response_dto.py +1 -1
- visier_platform_sdk/models/question_category_api_response_dto.py +1 -1
- visier_platform_sdk/models/receiving_job.py +1 -1
- visier_platform_sdk/models/receiving_job_and_status_response.py +1 -1
- visier_platform_sdk/models/receiving_job_status_response.py +1 -1
- visier_platform_sdk/models/redshift_auth_params_dto.py +1 -1
- visier_platform_sdk/models/reduced_error_dto.py +1 -1
- visier_platform_sdk/models/reduced_tenant_code_error_dto.py +1 -1
- visier_platform_sdk/models/reduced_user_id_error_dto.py +1 -1
- visier_platform_sdk/models/related_analytic_object_dto.py +1 -1
- visier_platform_sdk/models/report_create_request_dto.py +1 -1
- visier_platform_sdk/models/report_delete_success_dto.py +1 -1
- visier_platform_sdk/models/report_dto.py +1 -1
- visier_platform_sdk/models/report_list_response_dto.py +1 -1
- visier_platform_sdk/models/result.py +1 -1
- visier_platform_sdk/models/role_modules_config_dto.py +1 -1
- visier_platform_sdk/models/salary_benchmark_input.py +1 -1
- visier_platform_sdk/models/salary_benchmarks_batch_processing_failure_output.py +1 -1
- visier_platform_sdk/models/salary_benchmarks_batch_processing_outputs.py +1 -1
- visier_platform_sdk/models/salary_benchmarks_batch_processing_successful_output.py +1 -1
- visier_platform_sdk/models/salesforce_auth_params_dto.py +1 -1
- visier_platform_sdk/models/salesforce_v2_auth_params_dto.py +1 -1
- visier_platform_sdk/models/sample_question_api_response_dto.py +1 -1
- visier_platform_sdk/models/sample_questions_api_response_dto.py +1 -1
- visier_platform_sdk/models/scenario_info_dto.py +1 -1
- visier_platform_sdk/models/scenario_or_snapshot_dto.py +1 -1
- visier_platform_sdk/models/securable_dimension_dto.py +1 -1
- visier_platform_sdk/models/securable_property_dto.py +1 -1
- visier_platform_sdk/models/security_assignment_response_dto.py +1 -1
- visier_platform_sdk/models/selection_concept_configuration_dto.py +1 -1
- visier_platform_sdk/models/selection_concept_configuration_map_dto.py +1 -1
- visier_platform_sdk/models/selection_concept_dto.py +3 -3
- visier_platform_sdk/models/selection_concept_list_dto.py +1 -1
- visier_platform_sdk/models/selection_concept_reference_dto.py +2 -2
- visier_platform_sdk/models/selection_concepts_dto.py +1 -1
- visier_platform_sdk/models/service_now_auth_params_dto.py +1 -1
- visier_platform_sdk/models/service_now_v2_auth_params_dto.py +1 -1
- visier_platform_sdk/models/servicing_capability_proto_enum_access_lookup_dto.py +1 -1
- visier_platform_sdk/models/servicing_direct_data_upload_file_response_dto.py +1 -1
- visier_platform_sdk/models/set_connector_setting_request_dto.py +1 -1
- visier_platform_sdk/models/set_connector_setting_response_dto.py +1 -1
- visier_platform_sdk/models/set_connector_settings_request_dto.py +1 -1
- visier_platform_sdk/models/set_connector_settings_response_dto.py +1 -1
- visier_platform_sdk/models/shareable_data_access_set.py +1 -1
- visier_platform_sdk/models/simple_document_header_search_response_dto.py +1 -1
- visier_platform_sdk/models/simple_document_header_search_result_dto.py +1 -1
- visier_platform_sdk/models/simple_property_type_dto.py +1 -1
- visier_platform_sdk/models/simple_user_dto.py +1 -1
- visier_platform_sdk/models/skill.py +1 -1
- visier_platform_sdk/models/skill_category.py +1 -1
- visier_platform_sdk/models/skill_category_entry.py +1 -1
- visier_platform_sdk/models/skill_entry.py +1 -1
- visier_platform_sdk/models/skill_extraction_input.py +1 -1
- visier_platform_sdk/models/skill_group.py +1 -1
- visier_platform_sdk/models/skill_group_entry.py +1 -1
- visier_platform_sdk/models/skill_match_input.py +1 -1
- visier_platform_sdk/models/slack_auth_params_dto.py +1 -1
- visier_platform_sdk/models/snapshot_query_execution_dto.py +1 -1
- visier_platform_sdk/models/snapshot_query_execution_options_dto.py +1 -1
- visier_platform_sdk/models/snowflake_auth_params_dto.py +1 -1
- visier_platform_sdk/models/sort_option_dto.py +1 -1
- visier_platform_sdk/models/source.py +1 -1
- visier_platform_sdk/models/source_import_result_summary_dto.py +1 -1
- visier_platform_sdk/models/sources_api_operation_request_dto.py +1 -1
- visier_platform_sdk/models/sources_api_put_response_dto.py +1 -1
- visier_platform_sdk/models/sql_like200_response.py +1 -1
- visier_platform_sdk/models/sql_like_query_execution_dto.py +1 -1
- visier_platform_sdk/models/sql_server_auth_params_dto.py +1 -1
- visier_platform_sdk/models/start_extraction_response.py +1 -1
- visier_platform_sdk/models/start_transfer_response.py +1 -1
- visier_platform_sdk/models/static_dimension_filter_dto.py +1 -1
- visier_platform_sdk/models/status.py +1 -1
- visier_platform_sdk/models/subject_missing_access_dto.py +1 -1
- visier_platform_sdk/models/success_factors_auth_params_dto.py +1 -1
- visier_platform_sdk/models/success_factors_o_auth_params_dto.py +1 -1
- visier_platform_sdk/models/successful_accessible_tenant_profile_assignment_dto.py +1 -1
- visier_platform_sdk/models/successful_change_dto.py +1 -1
- visier_platform_sdk/models/successful_local_tenant_profile_assignment_dto.py +1 -1
- visier_platform_sdk/models/synonym_list_dto.py +1 -1
- visier_platform_sdk/models/system_status_dto.py +1 -1
- visier_platform_sdk/models/table_response_dto.py +1 -1
- visier_platform_sdk/models/tag_map_element_dto.py +1 -1
- visier_platform_sdk/models/tag_reference_dto.py +1 -1
- visier_platform_sdk/models/tag_reference_list_dto.py +1 -1
- visier_platform_sdk/models/tags_dto.py +1 -1
- visier_platform_sdk/models/target_project_for_tenant_dto.py +1 -1
- visier_platform_sdk/models/target_project_for_tenants_list_dto.py +1 -1
- visier_platform_sdk/models/target_tenant_code_dto.py +1 -1
- visier_platform_sdk/models/tenant.py +1 -1
- visier_platform_sdk/models/tenant_and_credential.py +1 -1
- visier_platform_sdk/models/tenant_assignments_dto.py +1 -1
- visier_platform_sdk/models/tenant_code_body.py +1 -1
- visier_platform_sdk/models/tenant_code_error_dto.py +1 -1
- visier_platform_sdk/models/tenant_connector_settings_request_dto.py +1 -1
- visier_platform_sdk/models/tenant_data_upload_status_response_dto.py +1 -1
- visier_platform_sdk/models/tenant_data_upload_update_status_response_dto.py +1 -1
- visier_platform_sdk/models/tenant_data_uploads_list_response_dto.py +1 -1
- visier_platform_sdk/models/tenant_data_uploads_response_dto.py +1 -1
- visier_platform_sdk/models/tenant_data_uploads_update_response_dto.py +1 -1
- visier_platform_sdk/models/tenant_detail_apidto.py +1 -1
- visier_platform_sdk/models/tenant_details_traits_dto.py +1 -1
- visier_platform_sdk/models/tenant_encryption_key_details_dto.py +1 -1
- visier_platform_sdk/models/tenant_encryption_key_dto.py +1 -1
- visier_platform_sdk/models/tenant_management_api_get_response_dto.py +1 -1
- visier_platform_sdk/models/tenant_management_api_list_response_dto.py +1 -1
- visier_platform_sdk/models/tenant_management_api_update_request_dto.py +1 -1
- visier_platform_sdk/models/tenant_management_api_update_response_dto.py +1 -1
- visier_platform_sdk/models/tenant_module_dto.py +1 -1
- visier_platform_sdk/models/tenant_preview_entries_summary_dto.py +1 -1
- visier_platform_sdk/models/tenant_preview_entries_summary_list_dto.py +1 -1
- visier_platform_sdk/models/tenant_provision_apidto.py +1 -1
- visier_platform_sdk/models/tenant_status_apidto.py +1 -1
- visier_platform_sdk/models/time_shift_dto.py +1 -1
- visier_platform_sdk/models/token_response.py +1 -1
- visier_platform_sdk/models/ultimate_auth_params_dto.py +1 -1
- visier_platform_sdk/models/update_tenant_model.py +1 -1
- visier_platform_sdk/models/upload_to_exclude.py +1 -1
- visier_platform_sdk/models/upload_to_include.py +1 -1
- visier_platform_sdk/models/user_creation_api_request_dto.py +1 -1
- visier_platform_sdk/models/user_creation_api_response_dto.py +1 -1
- visier_platform_sdk/models/user_get_api_response_dto.py +1 -1
- visier_platform_sdk/models/user_group_assigned_for_local_tenant_dto.py +1 -1
- visier_platform_sdk/models/user_group_assignment_dto.py +1 -1
- visier_platform_sdk/models/user_group_change_definition_dto.py +1 -1
- visier_platform_sdk/models/user_group_change_dimension_filter_dto.py +1 -1
- visier_platform_sdk/models/user_group_change_failure_dto.py +1 -1
- visier_platform_sdk/models/user_group_change_filter_dto.py +1 -1
- visier_platform_sdk/models/user_group_change_member_selection_dto.py +1 -1
- visier_platform_sdk/models/user_group_change_response_dto.py +1 -1
- visier_platform_sdk/models/user_group_change_success_dto.py +1 -1
- visier_platform_sdk/models/user_group_change_users_dto.py +1 -1
- visier_platform_sdk/models/user_group_delete_dto.py +1 -1
- visier_platform_sdk/models/user_group_delete_failure_dto.py +1 -1
- visier_platform_sdk/models/user_group_delete_response_dto.py +1 -1
- visier_platform_sdk/models/user_group_delete_success_dto.py +1 -1
- visier_platform_sdk/models/user_group_filters_dto.py +1 -1
- visier_platform_sdk/models/user_group_get_api_response_dto.py +1 -1
- visier_platform_sdk/models/user_group_single_delete_response_dto.py +1 -1
- visier_platform_sdk/models/user_groups_change_dto.py +1 -1
- visier_platform_sdk/models/user_groups_delete_request_dto.py +1 -1
- visier_platform_sdk/models/user_groups_get_api_response_dto.py +1 -1
- visier_platform_sdk/models/user_groups_users_dto.py +1 -1
- visier_platform_sdk/models/user_groups_users_for_tenant_dto.py +1 -1
- visier_platform_sdk/models/user_id_error_dto.py +1 -1
- visier_platform_sdk/models/user_property_dto.py +1 -1
- visier_platform_sdk/models/user_security_assignments_dto.py +1 -1
- visier_platform_sdk/models/user_update_api_request_dto.py +1 -1
- visier_platform_sdk/models/users_api_error_message_dto.py +1 -1
- visier_platform_sdk/models/users_api_failure_dto.py +1 -1
- visier_platform_sdk/models/users_api_response_dto.py +1 -1
- visier_platform_sdk/models/users_api_success_dto.py +1 -1
- visier_platform_sdk/models/users_creation_api_request_dto.py +1 -1
- visier_platform_sdk/models/users_delete_api_request_dto.py +1 -1
- visier_platform_sdk/models/users_to_user_group_request_dto.py +1 -1
- visier_platform_sdk/models/users_to_user_groups_request_dto.py +1 -1
- visier_platform_sdk/models/users_update_api_request_dto.py +1 -1
- visier_platform_sdk/models/users_update_api_user_dto.py +1 -1
- visier_platform_sdk/models/v2_calculated_property_type_dto.py +1 -1
- visier_platform_sdk/models/v2_dimension_dto.py +9 -3
- visier_platform_sdk/models/v2_level_dto.py +1 -1
- visier_platform_sdk/models/v2_simple_property_type_dto.py +1 -1
- visier_platform_sdk/models/validity_range_dto.py +1 -1
- visier_platform_sdk/models/vee_clarification_dto.py +1 -1
- visier_platform_sdk/models/vee_conversation_dto.py +1 -1
- visier_platform_sdk/models/vee_conversation_state_dto.py +1 -1
- visier_platform_sdk/models/vee_corrections_dto.py +1 -1
- visier_platform_sdk/models/vee_data_dto.py +1 -1
- visier_platform_sdk/models/vee_feedback_dto.py +1 -1
- visier_platform_sdk/models/vee_options_dto.py +1 -1
- visier_platform_sdk/models/vee_question_change_definition_dto.py +1 -1
- visier_platform_sdk/models/vee_question_change_definitions_by_tenant_dto.py +1 -1
- visier_platform_sdk/models/vee_question_change_failure_dto.py +1 -1
- visier_platform_sdk/models/vee_question_change_success_dto.py +1 -1
- visier_platform_sdk/models/vee_question_delete_definitions_by_tenant_dto.py +1 -1
- visier_platform_sdk/models/vee_question_dto.py +1 -1
- visier_platform_sdk/models/vee_questions_bulk_change_response_dto.py +1 -1
- visier_platform_sdk/models/vee_questions_change_definitions_dto.py +1 -1
- visier_platform_sdk/models/vee_questions_delete_definitions_dto.py +1 -1
- visier_platform_sdk/models/vee_response_dto.py +1 -1
- visier_platform_sdk/models/vee_response_schema_dto.py +1 -1
- visier_platform_sdk/models/vee_response_schema_reference_dto.py +1 -1
- visier_platform_sdk/models/vee_sample_question_dto.py +1 -1
- visier_platform_sdk/models/vee_sample_question_library_dto.py +1 -1
- visier_platform_sdk/models/vee_status_code_dto.py +1 -1
- visier_platform_sdk/models/vee_status_dto.py +1 -1
- visier_platform_sdk/models/vee_visual_dto.py +1 -1
- visier_platform_sdk/models/vee_visual_options_dto.py +1 -1
- visier_platform_sdk/models/version_information_dto.py +102 -0
- visier_platform_sdk/models/webhook_basic_auth_credential_dto.py +1 -1
- visier_platform_sdk/models/webhook_credentials_dto.py +1 -1
- visier_platform_sdk/models/webhook_details_dto.py +1 -1
- visier_platform_sdk/models/webhook_dto.py +1 -1
- visier_platform_sdk/models/webhook_event_type_dto.py +1 -1
- visier_platform_sdk/models/webhook_message_response_dto.py +1 -1
- visier_platform_sdk/models/webhook_request_dto.py +1 -1
- visier_platform_sdk/models/webhooks_dto.py +1 -1
- visier_platform_sdk/models/willow_auth_params_dto.py +1 -1
- visier_platform_sdk/models/workday_auth_params_dto.py +1 -1
- visier_platform_sdk/models/workday_o_auth_params_dto.py +1 -1
- visier_platform_sdk/models/workday_raas_auth_params_dto.py +1 -1
- visier_platform_sdk/models/workday_refresh_token_params_dto.py +1 -1
- visier_platform_sdk/models/zoom_auth_params_dto.py +1 -1
- visier_platform_sdk/rest.py +1 -1
- {visier_platform_sdk-22222222.99201.1926.post2.dist-info → visier_platform_sdk-22222222.99201.1974.dist-info}/METADATA +1 -1
- visier_platform_sdk-22222222.99201.1974.dist-info/RECORD +692 -0
- visier_platform_sdk-22222222.99201.1926.post2.dist-info/RECORD +0 -684
- {visier_platform_sdk-22222222.99201.1926.post2.dist-info → visier_platform_sdk-22222222.99201.1974.dist-info}/WHEEL +0 -0
- {visier_platform_sdk-22222222.99201.1926.post2.dist-info → visier_platform_sdk-22222222.99201.1974.dist-info}/top_level.txt +0 -0
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 22222222.99201.
|
|
8
|
+
The version of the OpenAPI document: 22222222.99201.1974
|
|
9
9
|
Contact: alpine@visier.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -1209,7 +1209,7 @@ class DimensionsApi:
|
|
|
1209
1209
|
self,
|
|
1210
1210
|
hierarchy: Annotated[Optional[StrictStr], Field(description="The ID of the job hierarchy to navigate. If not provided, Visier's default job hierarchy is used. In the default hierarchy, jobs are organized into three levels with domain and subdomain groupings. ")] = None,
|
|
1211
1211
|
parent: Annotated[Optional[StrictStr], Field(description="The ID of the parent member. If the ID is provided, the response returns the immediate children of the parent member. To get the top-level members, use the value `root`. Member availability and the parent-child relationship depends on the selected hierarchy. Please refer to the `hierarchy` parameter. ")] = None,
|
|
1212
|
-
term: Annotated[Optional[StrictStr], Field(description="The input search term. The job members that are the most semantically similar to the search term are returned with the most relevant job members displayed first. Your search term may not be included in the results as semantic search goes beyond keyword matching and attempts to interpret the meaning behind the query to provide search results. The minimum length is
|
|
1212
|
+
term: Annotated[Optional[StrictStr], Field(description="The input search term. The job members that are the most semantically similar to the search term are returned with the most relevant job members displayed first. Your search term may not be included in the results as semantic search goes beyond keyword matching and attempts to interpret the meaning behind the query to provide search results. The minimum length is 2 characters and the maximum length is 100 characters. ***The search term must be URL encoded.*** ")] = None,
|
|
1213
1213
|
naics_code: Annotated[Optional[StrictStr], Field(description="The North American Industry Classification System (NAICS) code. If `naicsCode` is provided, `term` is required. The most relevant job members associated with the naicsCode are returned first. ")] = None,
|
|
1214
1214
|
has_benchmark_value: Annotated[Optional[StrictBool], Field(description="Filter members based on the availability of benchmark values. If `true`, members with benchmark values are returned. If `false`, members without benchmark values are returned. If no value is specified, all members are returned. ")] = None,
|
|
1215
1215
|
semantic_only: Annotated[Optional[StrictBool], Field(description="If `true`, only semantic search will be used to find matches. Ensure the parameter `lexicalOnly` is set to `false`. Default is `false`. By default, both semantic and lexical search are used to find matches. ")] = None,
|
|
@@ -1236,7 +1236,7 @@ class DimensionsApi:
|
|
|
1236
1236
|
:type hierarchy: str
|
|
1237
1237
|
:param parent: The ID of the parent member. If the ID is provided, the response returns the immediate children of the parent member. To get the top-level members, use the value `root`. Member availability and the parent-child relationship depends on the selected hierarchy. Please refer to the `hierarchy` parameter.
|
|
1238
1238
|
:type parent: str
|
|
1239
|
-
:param term: The input search term. The job members that are the most semantically similar to the search term are returned with the most relevant job members displayed first. Your search term may not be included in the results as semantic search goes beyond keyword matching and attempts to interpret the meaning behind the query to provide search results. The minimum length is
|
|
1239
|
+
:param term: The input search term. The job members that are the most semantically similar to the search term are returned with the most relevant job members displayed first. Your search term may not be included in the results as semantic search goes beyond keyword matching and attempts to interpret the meaning behind the query to provide search results. The minimum length is 2 characters and the maximum length is 100 characters. ***The search term must be URL encoded.***
|
|
1240
1240
|
:type term: str
|
|
1241
1241
|
:param naics_code: The North American Industry Classification System (NAICS) code. If `naicsCode` is provided, `term` is required. The most relevant job members associated with the naicsCode are returned first.
|
|
1242
1242
|
:type naics_code: str
|
|
@@ -1307,7 +1307,7 @@ class DimensionsApi:
|
|
|
1307
1307
|
self,
|
|
1308
1308
|
hierarchy: Annotated[Optional[StrictStr], Field(description="The ID of the job hierarchy to navigate. If not provided, Visier's default job hierarchy is used. In the default hierarchy, jobs are organized into three levels with domain and subdomain groupings. ")] = None,
|
|
1309
1309
|
parent: Annotated[Optional[StrictStr], Field(description="The ID of the parent member. If the ID is provided, the response returns the immediate children of the parent member. To get the top-level members, use the value `root`. Member availability and the parent-child relationship depends on the selected hierarchy. Please refer to the `hierarchy` parameter. ")] = None,
|
|
1310
|
-
term: Annotated[Optional[StrictStr], Field(description="The input search term. The job members that are the most semantically similar to the search term are returned with the most relevant job members displayed first. Your search term may not be included in the results as semantic search goes beyond keyword matching and attempts to interpret the meaning behind the query to provide search results. The minimum length is
|
|
1310
|
+
term: Annotated[Optional[StrictStr], Field(description="The input search term. The job members that are the most semantically similar to the search term are returned with the most relevant job members displayed first. Your search term may not be included in the results as semantic search goes beyond keyword matching and attempts to interpret the meaning behind the query to provide search results. The minimum length is 2 characters and the maximum length is 100 characters. ***The search term must be URL encoded.*** ")] = None,
|
|
1311
1311
|
naics_code: Annotated[Optional[StrictStr], Field(description="The North American Industry Classification System (NAICS) code. If `naicsCode` is provided, `term` is required. The most relevant job members associated with the naicsCode are returned first. ")] = None,
|
|
1312
1312
|
has_benchmark_value: Annotated[Optional[StrictBool], Field(description="Filter members based on the availability of benchmark values. If `true`, members with benchmark values are returned. If `false`, members without benchmark values are returned. If no value is specified, all members are returned. ")] = None,
|
|
1313
1313
|
semantic_only: Annotated[Optional[StrictBool], Field(description="If `true`, only semantic search will be used to find matches. Ensure the parameter `lexicalOnly` is set to `false`. Default is `false`. By default, both semantic and lexical search are used to find matches. ")] = None,
|
|
@@ -1334,7 +1334,7 @@ class DimensionsApi:
|
|
|
1334
1334
|
:type hierarchy: str
|
|
1335
1335
|
:param parent: The ID of the parent member. If the ID is provided, the response returns the immediate children of the parent member. To get the top-level members, use the value `root`. Member availability and the parent-child relationship depends on the selected hierarchy. Please refer to the `hierarchy` parameter.
|
|
1336
1336
|
:type parent: str
|
|
1337
|
-
:param term: The input search term. The job members that are the most semantically similar to the search term are returned with the most relevant job members displayed first. Your search term may not be included in the results as semantic search goes beyond keyword matching and attempts to interpret the meaning behind the query to provide search results. The minimum length is
|
|
1337
|
+
:param term: The input search term. The job members that are the most semantically similar to the search term are returned with the most relevant job members displayed first. Your search term may not be included in the results as semantic search goes beyond keyword matching and attempts to interpret the meaning behind the query to provide search results. The minimum length is 2 characters and the maximum length is 100 characters. ***The search term must be URL encoded.***
|
|
1338
1338
|
:type term: str
|
|
1339
1339
|
:param naics_code: The North American Industry Classification System (NAICS) code. If `naicsCode` is provided, `term` is required. The most relevant job members associated with the naicsCode are returned first.
|
|
1340
1340
|
:type naics_code: str
|
|
@@ -1405,7 +1405,7 @@ class DimensionsApi:
|
|
|
1405
1405
|
self,
|
|
1406
1406
|
hierarchy: Annotated[Optional[StrictStr], Field(description="The ID of the job hierarchy to navigate. If not provided, Visier's default job hierarchy is used. In the default hierarchy, jobs are organized into three levels with domain and subdomain groupings. ")] = None,
|
|
1407
1407
|
parent: Annotated[Optional[StrictStr], Field(description="The ID of the parent member. If the ID is provided, the response returns the immediate children of the parent member. To get the top-level members, use the value `root`. Member availability and the parent-child relationship depends on the selected hierarchy. Please refer to the `hierarchy` parameter. ")] = None,
|
|
1408
|
-
term: Annotated[Optional[StrictStr], Field(description="The input search term. The job members that are the most semantically similar to the search term are returned with the most relevant job members displayed first. Your search term may not be included in the results as semantic search goes beyond keyword matching and attempts to interpret the meaning behind the query to provide search results. The minimum length is
|
|
1408
|
+
term: Annotated[Optional[StrictStr], Field(description="The input search term. The job members that are the most semantically similar to the search term are returned with the most relevant job members displayed first. Your search term may not be included in the results as semantic search goes beyond keyword matching and attempts to interpret the meaning behind the query to provide search results. The minimum length is 2 characters and the maximum length is 100 characters. ***The search term must be URL encoded.*** ")] = None,
|
|
1409
1409
|
naics_code: Annotated[Optional[StrictStr], Field(description="The North American Industry Classification System (NAICS) code. If `naicsCode` is provided, `term` is required. The most relevant job members associated with the naicsCode are returned first. ")] = None,
|
|
1410
1410
|
has_benchmark_value: Annotated[Optional[StrictBool], Field(description="Filter members based on the availability of benchmark values. If `true`, members with benchmark values are returned. If `false`, members without benchmark values are returned. If no value is specified, all members are returned. ")] = None,
|
|
1411
1411
|
semantic_only: Annotated[Optional[StrictBool], Field(description="If `true`, only semantic search will be used to find matches. Ensure the parameter `lexicalOnly` is set to `false`. Default is `false`. By default, both semantic and lexical search are used to find matches. ")] = None,
|
|
@@ -1432,7 +1432,7 @@ class DimensionsApi:
|
|
|
1432
1432
|
:type hierarchy: str
|
|
1433
1433
|
:param parent: The ID of the parent member. If the ID is provided, the response returns the immediate children of the parent member. To get the top-level members, use the value `root`. Member availability and the parent-child relationship depends on the selected hierarchy. Please refer to the `hierarchy` parameter.
|
|
1434
1434
|
:type parent: str
|
|
1435
|
-
:param term: The input search term. The job members that are the most semantically similar to the search term are returned with the most relevant job members displayed first. Your search term may not be included in the results as semantic search goes beyond keyword matching and attempts to interpret the meaning behind the query to provide search results. The minimum length is
|
|
1435
|
+
:param term: The input search term. The job members that are the most semantically similar to the search term are returned with the most relevant job members displayed first. Your search term may not be included in the results as semantic search goes beyond keyword matching and attempts to interpret the meaning behind the query to provide search results. The minimum length is 2 characters and the maximum length is 100 characters. ***The search term must be URL encoded.***
|
|
1436
1436
|
:type term: str
|
|
1437
1437
|
:param naics_code: The North American Industry Classification System (NAICS) code. If `naicsCode` is provided, `term` is required. The most relevant job members associated with the naicsCode are returned first.
|
|
1438
1438
|
:type naics_code: str
|
|
@@ -2487,7 +2487,7 @@ class DimensionsApi:
|
|
|
2487
2487
|
@validate_call
|
|
2488
2488
|
def standardize_jobs_in_bulk(
|
|
2489
2489
|
self,
|
|
2490
|
-
job_standardization_input: Annotated[JobStandardizationInput, Field(description="The custom job titles that you want to retrieve standardized jobs for, the optional NAICS code to retrieve industry specific jobs, and the optional number of top matches to retrieve. By default, both semantic and lexical search are used to find matches. If you want to use a specific search method, set one of the parameters `semanticOnly` or `lexicalOnly` to `true`. Default for `semanticOnly` and `lexicalOnly` are `false`. The minimum custom job title length is
|
|
2490
|
+
job_standardization_input: Annotated[JobStandardizationInput, Field(description="The custom job titles that you want to retrieve standardized jobs for, the optional NAICS code to retrieve industry specific jobs, and the optional number of top matches to retrieve. By default, both semantic and lexical search are used to find matches. If you want to use a specific search method, set one of the parameters `semanticOnly` or `lexicalOnly` to `true`. Default for `semanticOnly` and `lexicalOnly` are `false`. The minimum custom job title length is 2 characters and the maximum length is 100 characters. You can submit up to 30 custom job titles per request. The default number of top matches returned is 5. ")],
|
|
2491
2491
|
_request_timeout: Union[
|
|
2492
2492
|
None,
|
|
2493
2493
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -2505,7 +2505,7 @@ class DimensionsApi:
|
|
|
2505
2505
|
|
|
2506
2506
|
Find the top standardized job matches for any custom job title and optional NAICS code in bulk.
|
|
2507
2507
|
|
|
2508
|
-
:param job_standardization_input: The custom job titles that you want to retrieve standardized jobs for, the optional NAICS code to retrieve industry specific jobs, and the optional number of top matches to retrieve. By default, both semantic and lexical search are used to find matches. If you want to use a specific search method, set one of the parameters `semanticOnly` or `lexicalOnly` to `true`. Default for `semanticOnly` and `lexicalOnly` are `false`. The minimum custom job title length is
|
|
2508
|
+
:param job_standardization_input: The custom job titles that you want to retrieve standardized jobs for, the optional NAICS code to retrieve industry specific jobs, and the optional number of top matches to retrieve. By default, both semantic and lexical search are used to find matches. If you want to use a specific search method, set one of the parameters `semanticOnly` or `lexicalOnly` to `true`. Default for `semanticOnly` and `lexicalOnly` are `false`. The minimum custom job title length is 2 characters and the maximum length is 100 characters. You can submit up to 30 custom job titles per request. The default number of top matches returned is 5. (required)
|
|
2509
2509
|
:type job_standardization_input: JobStandardizationInput
|
|
2510
2510
|
:param _request_timeout: timeout setting for this request. If one
|
|
2511
2511
|
number provided, it will be total request
|
|
@@ -2557,7 +2557,7 @@ class DimensionsApi:
|
|
|
2557
2557
|
@validate_call
|
|
2558
2558
|
def standardize_jobs_in_bulk_with_http_info(
|
|
2559
2559
|
self,
|
|
2560
|
-
job_standardization_input: Annotated[JobStandardizationInput, Field(description="The custom job titles that you want to retrieve standardized jobs for, the optional NAICS code to retrieve industry specific jobs, and the optional number of top matches to retrieve. By default, both semantic and lexical search are used to find matches. If you want to use a specific search method, set one of the parameters `semanticOnly` or `lexicalOnly` to `true`. Default for `semanticOnly` and `lexicalOnly` are `false`. The minimum custom job title length is
|
|
2560
|
+
job_standardization_input: Annotated[JobStandardizationInput, Field(description="The custom job titles that you want to retrieve standardized jobs for, the optional NAICS code to retrieve industry specific jobs, and the optional number of top matches to retrieve. By default, both semantic and lexical search are used to find matches. If you want to use a specific search method, set one of the parameters `semanticOnly` or `lexicalOnly` to `true`. Default for `semanticOnly` and `lexicalOnly` are `false`. The minimum custom job title length is 2 characters and the maximum length is 100 characters. You can submit up to 30 custom job titles per request. The default number of top matches returned is 5. ")],
|
|
2561
2561
|
_request_timeout: Union[
|
|
2562
2562
|
None,
|
|
2563
2563
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -2575,7 +2575,7 @@ class DimensionsApi:
|
|
|
2575
2575
|
|
|
2576
2576
|
Find the top standardized job matches for any custom job title and optional NAICS code in bulk.
|
|
2577
2577
|
|
|
2578
|
-
:param job_standardization_input: The custom job titles that you want to retrieve standardized jobs for, the optional NAICS code to retrieve industry specific jobs, and the optional number of top matches to retrieve. By default, both semantic and lexical search are used to find matches. If you want to use a specific search method, set one of the parameters `semanticOnly` or `lexicalOnly` to `true`. Default for `semanticOnly` and `lexicalOnly` are `false`. The minimum custom job title length is
|
|
2578
|
+
:param job_standardization_input: The custom job titles that you want to retrieve standardized jobs for, the optional NAICS code to retrieve industry specific jobs, and the optional number of top matches to retrieve. By default, both semantic and lexical search are used to find matches. If you want to use a specific search method, set one of the parameters `semanticOnly` or `lexicalOnly` to `true`. Default for `semanticOnly` and `lexicalOnly` are `false`. The minimum custom job title length is 2 characters and the maximum length is 100 characters. You can submit up to 30 custom job titles per request. The default number of top matches returned is 5. (required)
|
|
2579
2579
|
:type job_standardization_input: JobStandardizationInput
|
|
2580
2580
|
:param _request_timeout: timeout setting for this request. If one
|
|
2581
2581
|
number provided, it will be total request
|
|
@@ -2627,7 +2627,7 @@ class DimensionsApi:
|
|
|
2627
2627
|
@validate_call
|
|
2628
2628
|
def standardize_jobs_in_bulk_without_preload_content(
|
|
2629
2629
|
self,
|
|
2630
|
-
job_standardization_input: Annotated[JobStandardizationInput, Field(description="The custom job titles that you want to retrieve standardized jobs for, the optional NAICS code to retrieve industry specific jobs, and the optional number of top matches to retrieve. By default, both semantic and lexical search are used to find matches. If you want to use a specific search method, set one of the parameters `semanticOnly` or `lexicalOnly` to `true`. Default for `semanticOnly` and `lexicalOnly` are `false`. The minimum custom job title length is
|
|
2630
|
+
job_standardization_input: Annotated[JobStandardizationInput, Field(description="The custom job titles that you want to retrieve standardized jobs for, the optional NAICS code to retrieve industry specific jobs, and the optional number of top matches to retrieve. By default, both semantic and lexical search are used to find matches. If you want to use a specific search method, set one of the parameters `semanticOnly` or `lexicalOnly` to `true`. Default for `semanticOnly` and `lexicalOnly` are `false`. The minimum custom job title length is 2 characters and the maximum length is 100 characters. You can submit up to 30 custom job titles per request. The default number of top matches returned is 5. ")],
|
|
2631
2631
|
_request_timeout: Union[
|
|
2632
2632
|
None,
|
|
2633
2633
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -2645,7 +2645,7 @@ class DimensionsApi:
|
|
|
2645
2645
|
|
|
2646
2646
|
Find the top standardized job matches for any custom job title and optional NAICS code in bulk.
|
|
2647
2647
|
|
|
2648
|
-
:param job_standardization_input: The custom job titles that you want to retrieve standardized jobs for, the optional NAICS code to retrieve industry specific jobs, and the optional number of top matches to retrieve. By default, both semantic and lexical search are used to find matches. If you want to use a specific search method, set one of the parameters `semanticOnly` or `lexicalOnly` to `true`. Default for `semanticOnly` and `lexicalOnly` are `false`. The minimum custom job title length is
|
|
2648
|
+
:param job_standardization_input: The custom job titles that you want to retrieve standardized jobs for, the optional NAICS code to retrieve industry specific jobs, and the optional number of top matches to retrieve. By default, both semantic and lexical search are used to find matches. If you want to use a specific search method, set one of the parameters `semanticOnly` or `lexicalOnly` to `true`. Default for `semanticOnly` and `lexicalOnly` are `false`. The minimum custom job title length is 2 characters and the maximum length is 100 characters. You can submit up to 30 custom job titles per request. The default number of top matches returned is 5. (required)
|
|
2649
2649
|
:type job_standardization_input: JobStandardizationInput
|
|
2650
2650
|
:param _request_timeout: timeout setting for this request. If one
|
|
2651
2651
|
number provided, it will be total request
|
|
@@ -2786,7 +2786,7 @@ class DimensionsApi:
|
|
|
2786
2786
|
) -> None:
|
|
2787
2787
|
"""Send feedback to help improve the quality of the job match results
|
|
2788
2788
|
|
|
2789
|
-
This API allows you to submit feedback on the quality of the job match results returned by the Get jobs endpoint. You must include the search term (job title you entered) in the request body. You can include the optional `naicsCode` if it was used as part of the search in the Get jobs endpoint. You can also submit additional comments by providing values for `additionalComments`, along with `term` and `naicsCode`. **Note:** For `term`, the minimum is
|
|
2789
|
+
This API allows you to submit feedback on the quality of the job match results returned by the Get jobs endpoint. You must include the search term (job title you entered) in the request body. You can include the optional `naicsCode` if it was used as part of the search in the Get jobs endpoint. You can also submit additional comments by providing values for `additionalComments`, along with `term` and `naicsCode`. **Note:** For `term`, the minimum is 2 characters and the maximum is 100 characters. For `additionalComments`, the maximum is 150 characters.
|
|
2790
2790
|
|
|
2791
2791
|
:param job_feedback_input: The feedback you want to submit for. Ensure to include the mandatory fields: search term (`term`). (required)
|
|
2792
2792
|
:type job_feedback_input: JobFeedbackInput
|
|
@@ -2856,7 +2856,7 @@ class DimensionsApi:
|
|
|
2856
2856
|
) -> ApiResponse[None]:
|
|
2857
2857
|
"""Send feedback to help improve the quality of the job match results
|
|
2858
2858
|
|
|
2859
|
-
This API allows you to submit feedback on the quality of the job match results returned by the Get jobs endpoint. You must include the search term (job title you entered) in the request body. You can include the optional `naicsCode` if it was used as part of the search in the Get jobs endpoint. You can also submit additional comments by providing values for `additionalComments`, along with `term` and `naicsCode`. **Note:** For `term`, the minimum is
|
|
2859
|
+
This API allows you to submit feedback on the quality of the job match results returned by the Get jobs endpoint. You must include the search term (job title you entered) in the request body. You can include the optional `naicsCode` if it was used as part of the search in the Get jobs endpoint. You can also submit additional comments by providing values for `additionalComments`, along with `term` and `naicsCode`. **Note:** For `term`, the minimum is 2 characters and the maximum is 100 characters. For `additionalComments`, the maximum is 150 characters.
|
|
2860
2860
|
|
|
2861
2861
|
:param job_feedback_input: The feedback you want to submit for. Ensure to include the mandatory fields: search term (`term`). (required)
|
|
2862
2862
|
:type job_feedback_input: JobFeedbackInput
|
|
@@ -2926,7 +2926,7 @@ class DimensionsApi:
|
|
|
2926
2926
|
) -> RESTResponseType:
|
|
2927
2927
|
"""Send feedback to help improve the quality of the job match results
|
|
2928
2928
|
|
|
2929
|
-
This API allows you to submit feedback on the quality of the job match results returned by the Get jobs endpoint. You must include the search term (job title you entered) in the request body. You can include the optional `naicsCode` if it was used as part of the search in the Get jobs endpoint. You can also submit additional comments by providing values for `additionalComments`, along with `term` and `naicsCode`. **Note:** For `term`, the minimum is
|
|
2929
|
+
This API allows you to submit feedback on the quality of the job match results returned by the Get jobs endpoint. You must include the search term (job title you entered) in the request body. You can include the optional `naicsCode` if it was used as part of the search in the Get jobs endpoint. You can also submit additional comments by providing values for `additionalComments`, along with `term` and `naicsCode`. **Note:** For `term`, the minimum is 2 characters and the maximum is 100 characters. For `additionalComments`, the maximum is 150 characters.
|
|
2930
2930
|
|
|
2931
2931
|
:param job_feedback_input: The feedback you want to submit for. Ensure to include the mandatory fields: search term (`term`). (required)
|
|
2932
2932
|
:type job_feedback_input: JobFeedbackInput
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 22222222.99201.
|
|
8
|
+
The version of the OpenAPI document: 22222222.99201.1974
|
|
9
9
|
Contact: alpine@visier.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -664,7 +664,7 @@ class DimensionsV2Api:
|
|
|
664
664
|
def get_all_dimensions(
|
|
665
665
|
self,
|
|
666
666
|
type: Annotated[Optional[List[StrictStr]], Field(description="The type of the dimension to retrieve. If undefined, retrieves all dimension types. Valid values: - `leveled`: Retrieves leveled dimensions. - `parentChild`: Retrieves parent-child dimensions.")] = None,
|
|
667
|
-
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings.")] = None,
|
|
667
|
+
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings. - `version`: Retrieves the object's version information, such as version type and last edited details.")] = None,
|
|
668
668
|
analytic_object_name: Annotated[Optional[List[StrictStr]], Field(description="The object names of the analytic objects from which to retrieve dimensions. Default is to return dimensions from all analytic objects.")] = None,
|
|
669
669
|
analytic_object_uuid: Annotated[Optional[List[StrictStr]], Field(description="The UUIDs of the analytic objects from which to retrieve dimensions. Default is to return dimensions from all analytic objects.")] = None,
|
|
670
670
|
object_name: Annotated[Optional[List[StrictStr]], Field(description="The dimension object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.")] = None,
|
|
@@ -690,7 +690,7 @@ class DimensionsV2Api:
|
|
|
690
690
|
|
|
691
691
|
:param type: The type of the dimension to retrieve. If undefined, retrieves all dimension types. Valid values: - `leveled`: Retrieves leveled dimensions. - `parentChild`: Retrieves parent-child dimensions.
|
|
692
692
|
:type type: List[str]
|
|
693
|
-
:param var_with: The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings.
|
|
693
|
+
:param var_with: The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings. - `version`: Retrieves the object's version information, such as version type and last edited details.
|
|
694
694
|
:type var_with: List[str]
|
|
695
695
|
:param analytic_object_name: The object names of the analytic objects from which to retrieve dimensions. Default is to return dimensions from all analytic objects.
|
|
696
696
|
:type analytic_object_name: List[str]
|
|
@@ -759,7 +759,7 @@ class DimensionsV2Api:
|
|
|
759
759
|
def get_all_dimensions_with_http_info(
|
|
760
760
|
self,
|
|
761
761
|
type: Annotated[Optional[List[StrictStr]], Field(description="The type of the dimension to retrieve. If undefined, retrieves all dimension types. Valid values: - `leveled`: Retrieves leveled dimensions. - `parentChild`: Retrieves parent-child dimensions.")] = None,
|
|
762
|
-
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings.")] = None,
|
|
762
|
+
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings. - `version`: Retrieves the object's version information, such as version type and last edited details.")] = None,
|
|
763
763
|
analytic_object_name: Annotated[Optional[List[StrictStr]], Field(description="The object names of the analytic objects from which to retrieve dimensions. Default is to return dimensions from all analytic objects.")] = None,
|
|
764
764
|
analytic_object_uuid: Annotated[Optional[List[StrictStr]], Field(description="The UUIDs of the analytic objects from which to retrieve dimensions. Default is to return dimensions from all analytic objects.")] = None,
|
|
765
765
|
object_name: Annotated[Optional[List[StrictStr]], Field(description="The dimension object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.")] = None,
|
|
@@ -785,7 +785,7 @@ class DimensionsV2Api:
|
|
|
785
785
|
|
|
786
786
|
:param type: The type of the dimension to retrieve. If undefined, retrieves all dimension types. Valid values: - `leveled`: Retrieves leveled dimensions. - `parentChild`: Retrieves parent-child dimensions.
|
|
787
787
|
:type type: List[str]
|
|
788
|
-
:param var_with: The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings.
|
|
788
|
+
:param var_with: The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings. - `version`: Retrieves the object's version information, such as version type and last edited details.
|
|
789
789
|
:type var_with: List[str]
|
|
790
790
|
:param analytic_object_name: The object names of the analytic objects from which to retrieve dimensions. Default is to return dimensions from all analytic objects.
|
|
791
791
|
:type analytic_object_name: List[str]
|
|
@@ -854,7 +854,7 @@ class DimensionsV2Api:
|
|
|
854
854
|
def get_all_dimensions_without_preload_content(
|
|
855
855
|
self,
|
|
856
856
|
type: Annotated[Optional[List[StrictStr]], Field(description="The type of the dimension to retrieve. If undefined, retrieves all dimension types. Valid values: - `leveled`: Retrieves leveled dimensions. - `parentChild`: Retrieves parent-child dimensions.")] = None,
|
|
857
|
-
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings.")] = None,
|
|
857
|
+
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings. - `version`: Retrieves the object's version information, such as version type and last edited details.")] = None,
|
|
858
858
|
analytic_object_name: Annotated[Optional[List[StrictStr]], Field(description="The object names of the analytic objects from which to retrieve dimensions. Default is to return dimensions from all analytic objects.")] = None,
|
|
859
859
|
analytic_object_uuid: Annotated[Optional[List[StrictStr]], Field(description="The UUIDs of the analytic objects from which to retrieve dimensions. Default is to return dimensions from all analytic objects.")] = None,
|
|
860
860
|
object_name: Annotated[Optional[List[StrictStr]], Field(description="The dimension object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.")] = None,
|
|
@@ -880,7 +880,7 @@ class DimensionsV2Api:
|
|
|
880
880
|
|
|
881
881
|
:param type: The type of the dimension to retrieve. If undefined, retrieves all dimension types. Valid values: - `leveled`: Retrieves leveled dimensions. - `parentChild`: Retrieves parent-child dimensions.
|
|
882
882
|
:type type: List[str]
|
|
883
|
-
:param var_with: The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings.
|
|
883
|
+
:param var_with: The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings. - `version`: Retrieves the object's version information, such as version type and last edited details.
|
|
884
884
|
:type var_with: List[str]
|
|
885
885
|
:param analytic_object_name: The object names of the analytic objects from which to retrieve dimensions. Default is to return dimensions from all analytic objects.
|
|
886
886
|
:type analytic_object_name: List[str]
|
|
@@ -1053,7 +1053,7 @@ class DimensionsV2Api:
|
|
|
1053
1053
|
self,
|
|
1054
1054
|
analytic_object_id: Annotated[StrictStr, Field(description="The object name or UUID of the analytic object from which to retrieve dimensions.")],
|
|
1055
1055
|
type: Annotated[Optional[List[StrictStr]], Field(description="The type of the dimension to retrieve. Valid values: - `leveled`: Retrieves leveled dimensions. - `parentChild`: Retrieves parent-child dimensions.")] = None,
|
|
1056
|
-
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings.")] = None,
|
|
1056
|
+
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings. - `version`: Retrieves the object's version information, such as version type and last edited details.")] = None,
|
|
1057
1057
|
object_name: Annotated[Optional[List[StrictStr]], Field(description="The dimension object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.")] = None,
|
|
1058
1058
|
uuid: Annotated[Optional[List[StrictStr]], Field(description="The dimension UUIDs to return in the response. When combined with `objectName`, the results return objects that match either the `objectName` or `uuid`.")] = None,
|
|
1059
1059
|
target_tenant_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify the tenant that you want to execute the API call on. This defines the tenant that you're logged into. If omitted, the request uses the administrating tenant as the login tenant.")] = None,
|
|
@@ -1079,7 +1079,7 @@ class DimensionsV2Api:
|
|
|
1079
1079
|
:type analytic_object_id: str
|
|
1080
1080
|
:param type: The type of the dimension to retrieve. Valid values: - `leveled`: Retrieves leveled dimensions. - `parentChild`: Retrieves parent-child dimensions.
|
|
1081
1081
|
:type type: List[str]
|
|
1082
|
-
:param var_with: The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings.
|
|
1082
|
+
:param var_with: The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings. - `version`: Retrieves the object's version information, such as version type and last edited details.
|
|
1083
1083
|
:type var_with: List[str]
|
|
1084
1084
|
:param object_name: The dimension object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.
|
|
1085
1085
|
:type object_name: List[str]
|
|
@@ -1144,7 +1144,7 @@ class DimensionsV2Api:
|
|
|
1144
1144
|
self,
|
|
1145
1145
|
analytic_object_id: Annotated[StrictStr, Field(description="The object name or UUID of the analytic object from which to retrieve dimensions.")],
|
|
1146
1146
|
type: Annotated[Optional[List[StrictStr]], Field(description="The type of the dimension to retrieve. Valid values: - `leveled`: Retrieves leveled dimensions. - `parentChild`: Retrieves parent-child dimensions.")] = None,
|
|
1147
|
-
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings.")] = None,
|
|
1147
|
+
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings. - `version`: Retrieves the object's version information, such as version type and last edited details.")] = None,
|
|
1148
1148
|
object_name: Annotated[Optional[List[StrictStr]], Field(description="The dimension object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.")] = None,
|
|
1149
1149
|
uuid: Annotated[Optional[List[StrictStr]], Field(description="The dimension UUIDs to return in the response. When combined with `objectName`, the results return objects that match either the `objectName` or `uuid`.")] = None,
|
|
1150
1150
|
target_tenant_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify the tenant that you want to execute the API call on. This defines the tenant that you're logged into. If omitted, the request uses the administrating tenant as the login tenant.")] = None,
|
|
@@ -1170,7 +1170,7 @@ class DimensionsV2Api:
|
|
|
1170
1170
|
:type analytic_object_id: str
|
|
1171
1171
|
:param type: The type of the dimension to retrieve. Valid values: - `leveled`: Retrieves leveled dimensions. - `parentChild`: Retrieves parent-child dimensions.
|
|
1172
1172
|
:type type: List[str]
|
|
1173
|
-
:param var_with: The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings.
|
|
1173
|
+
:param var_with: The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings. - `version`: Retrieves the object's version information, such as version type and last edited details.
|
|
1174
1174
|
:type var_with: List[str]
|
|
1175
1175
|
:param object_name: The dimension object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.
|
|
1176
1176
|
:type object_name: List[str]
|
|
@@ -1235,7 +1235,7 @@ class DimensionsV2Api:
|
|
|
1235
1235
|
self,
|
|
1236
1236
|
analytic_object_id: Annotated[StrictStr, Field(description="The object name or UUID of the analytic object from which to retrieve dimensions.")],
|
|
1237
1237
|
type: Annotated[Optional[List[StrictStr]], Field(description="The type of the dimension to retrieve. Valid values: - `leveled`: Retrieves leveled dimensions. - `parentChild`: Retrieves parent-child dimensions.")] = None,
|
|
1238
|
-
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings.")] = None,
|
|
1238
|
+
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings. - `version`: Retrieves the object's version information, such as version type and last edited details.")] = None,
|
|
1239
1239
|
object_name: Annotated[Optional[List[StrictStr]], Field(description="The dimension object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.")] = None,
|
|
1240
1240
|
uuid: Annotated[Optional[List[StrictStr]], Field(description="The dimension UUIDs to return in the response. When combined with `objectName`, the results return objects that match either the `objectName` or `uuid`.")] = None,
|
|
1241
1241
|
target_tenant_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify the tenant that you want to execute the API call on. This defines the tenant that you're logged into. If omitted, the request uses the administrating tenant as the login tenant.")] = None,
|
|
@@ -1261,7 +1261,7 @@ class DimensionsV2Api:
|
|
|
1261
1261
|
:type analytic_object_id: str
|
|
1262
1262
|
:param type: The type of the dimension to retrieve. Valid values: - `leveled`: Retrieves leveled dimensions. - `parentChild`: Retrieves parent-child dimensions.
|
|
1263
1263
|
:type type: List[str]
|
|
1264
|
-
:param var_with: The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings.
|
|
1264
|
+
:param var_with: The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings. - `version`: Retrieves the object's version information, such as version type and last edited details.
|
|
1265
1265
|
:type var_with: List[str]
|
|
1266
1266
|
:param object_name: The dimension object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.
|
|
1267
1267
|
:type object_name: List[str]
|
|
@@ -1419,7 +1419,7 @@ class DimensionsV2Api:
|
|
|
1419
1419
|
def get_one_dimension(
|
|
1420
1420
|
self,
|
|
1421
1421
|
dimension_id: Annotated[StrictStr, Field(description="The object name or UUID of the dimension to retrieve.")],
|
|
1422
|
-
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings. This is the default.")] = None,
|
|
1422
|
+
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings. This is the default. - `version`: Retrieves the object's version information, such as version type and last edited details.")] = None,
|
|
1423
1423
|
target_tenant_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify the tenant that you want to execute the API call on. This defines the tenant that you're logged into. If omitted, the request uses the administrating tenant as the login tenant.")] = None,
|
|
1424
1424
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
1425
1425
|
_request_timeout: Union[
|
|
@@ -1441,7 +1441,7 @@ class DimensionsV2Api:
|
|
|
1441
1441
|
|
|
1442
1442
|
:param dimension_id: The object name or UUID of the dimension to retrieve. (required)
|
|
1443
1443
|
:type dimension_id: str
|
|
1444
|
-
:param var_with: The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings. This is the default.
|
|
1444
|
+
:param var_with: The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings. This is the default. - `version`: Retrieves the object's version information, such as version type and last edited details.
|
|
1445
1445
|
:type var_with: List[str]
|
|
1446
1446
|
:param target_tenant_id: Optionally, specify the tenant that you want to execute the API call on. This defines the tenant that you're logged into. If omitted, the request uses the administrating tenant as the login tenant.
|
|
1447
1447
|
:type target_tenant_id: str
|
|
@@ -1498,7 +1498,7 @@ class DimensionsV2Api:
|
|
|
1498
1498
|
def get_one_dimension_with_http_info(
|
|
1499
1499
|
self,
|
|
1500
1500
|
dimension_id: Annotated[StrictStr, Field(description="The object name or UUID of the dimension to retrieve.")],
|
|
1501
|
-
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings. This is the default.")] = None,
|
|
1501
|
+
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings. This is the default. - `version`: Retrieves the object's version information, such as version type and last edited details.")] = None,
|
|
1502
1502
|
target_tenant_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify the tenant that you want to execute the API call on. This defines the tenant that you're logged into. If omitted, the request uses the administrating tenant as the login tenant.")] = None,
|
|
1503
1503
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
1504
1504
|
_request_timeout: Union[
|
|
@@ -1520,7 +1520,7 @@ class DimensionsV2Api:
|
|
|
1520
1520
|
|
|
1521
1521
|
:param dimension_id: The object name or UUID of the dimension to retrieve. (required)
|
|
1522
1522
|
:type dimension_id: str
|
|
1523
|
-
:param var_with: The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings. This is the default.
|
|
1523
|
+
:param var_with: The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings. This is the default. - `version`: Retrieves the object's version information, such as version type and last edited details.
|
|
1524
1524
|
:type var_with: List[str]
|
|
1525
1525
|
:param target_tenant_id: Optionally, specify the tenant that you want to execute the API call on. This defines the tenant that you're logged into. If omitted, the request uses the administrating tenant as the login tenant.
|
|
1526
1526
|
:type target_tenant_id: str
|
|
@@ -1577,7 +1577,7 @@ class DimensionsV2Api:
|
|
|
1577
1577
|
def get_one_dimension_without_preload_content(
|
|
1578
1578
|
self,
|
|
1579
1579
|
dimension_id: Annotated[StrictStr, Field(description="The object name or UUID of the dimension to retrieve.")],
|
|
1580
|
-
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings. This is the default.")] = None,
|
|
1580
|
+
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings. This is the default. - `version`: Retrieves the object's version information, such as version type and last edited details.")] = None,
|
|
1581
1581
|
target_tenant_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify the tenant that you want to execute the API call on. This defines the tenant that you're logged into. If omitted, the request uses the administrating tenant as the login tenant.")] = None,
|
|
1582
1582
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
1583
1583
|
_request_timeout: Union[
|
|
@@ -1599,7 +1599,7 @@ class DimensionsV2Api:
|
|
|
1599
1599
|
|
|
1600
1600
|
:param dimension_id: The object name or UUID of the dimension to retrieve. (required)
|
|
1601
1601
|
:type dimension_id: str
|
|
1602
|
-
:param var_with: The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings. This is the default.
|
|
1602
|
+
:param var_with: The level of information to retrieve for the dimension. Valid values: - `basic`: Retrieves the dimension's UUID, object name, and basic information. - `details`: Retrieves the `basic` details and additional configurations, such as levels and settings. This is the default. - `version`: Retrieves the object's version information, such as version type and last edited details.
|
|
1603
1603
|
:type var_with: List[str]
|
|
1604
1604
|
:param target_tenant_id: Optionally, specify the tenant that you want to execute the API call on. This defines the tenant that you're logged into. If omitted, the request uses the administrating tenant as the login tenant.
|
|
1605
1605
|
:type target_tenant_id: str
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 22222222.99201.
|
|
8
|
+
The version of the OpenAPI document: 22222222.99201.1974
|
|
9
9
|
Contact: alpine@visier.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 22222222.99201.
|
|
8
|
+
The version of the OpenAPI document: 22222222.99201.1974
|
|
9
9
|
Contact: alpine@visier.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 22222222.99201.
|
|
8
|
+
The version of the OpenAPI document: 22222222.99201.1974
|
|
9
9
|
Contact: alpine@visier.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 22222222.99201.
|
|
8
|
+
The version of the OpenAPI document: 22222222.99201.1974
|
|
9
9
|
Contact: alpine@visier.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 22222222.99201.
|
|
8
|
+
The version of the OpenAPI document: 22222222.99201.1974
|
|
9
9
|
Contact: alpine@visier.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 22222222.99201.
|
|
8
|
+
The version of the OpenAPI document: 22222222.99201.1974
|
|
9
9
|
Contact: alpine@visier.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -54,6 +54,7 @@ class OAuth2Api:
|
|
|
54
54
|
password: Annotated[Optional[StrictStr], Field(description="The password of the user to authenticate. Applicable only for password grant type.")] = None,
|
|
55
55
|
asid_token: Annotated[Optional[StrictStr], Field(description="The ASID token. Applicable only for ASID token grant type.")] = None,
|
|
56
56
|
assertion: Annotated[Optional[StrictStr], Field(description="The SAML assertion. Applicable only for saml2-bearer grant type.")] = None,
|
|
57
|
+
refresh_token: Annotated[Optional[StrictStr], Field(description="The refresh token. Applicable only for refresh_token grant type.")] = None,
|
|
57
58
|
_request_timeout: Union[
|
|
58
59
|
None,
|
|
59
60
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -89,6 +90,8 @@ class OAuth2Api:
|
|
|
89
90
|
:type asid_token: str
|
|
90
91
|
:param assertion: The SAML assertion. Applicable only for saml2-bearer grant type.
|
|
91
92
|
:type assertion: str
|
|
93
|
+
:param refresh_token: The refresh token. Applicable only for refresh_token grant type.
|
|
94
|
+
:type refresh_token: str
|
|
92
95
|
:param _request_timeout: timeout setting for this request. If one
|
|
93
96
|
number provided, it will be total request
|
|
94
97
|
timeout. It can also be a pair (tuple) of
|
|
@@ -121,6 +124,7 @@ class OAuth2Api:
|
|
|
121
124
|
password=password,
|
|
122
125
|
asid_token=asid_token,
|
|
123
126
|
assertion=assertion,
|
|
127
|
+
refresh_token=refresh_token,
|
|
124
128
|
_request_auth=_request_auth,
|
|
125
129
|
_content_type=_content_type,
|
|
126
130
|
_headers=_headers,
|
|
@@ -153,6 +157,7 @@ class OAuth2Api:
|
|
|
153
157
|
password: Annotated[Optional[StrictStr], Field(description="The password of the user to authenticate. Applicable only for password grant type.")] = None,
|
|
154
158
|
asid_token: Annotated[Optional[StrictStr], Field(description="The ASID token. Applicable only for ASID token grant type.")] = None,
|
|
155
159
|
assertion: Annotated[Optional[StrictStr], Field(description="The SAML assertion. Applicable only for saml2-bearer grant type.")] = None,
|
|
160
|
+
refresh_token: Annotated[Optional[StrictStr], Field(description="The refresh token. Applicable only for refresh_token grant type.")] = None,
|
|
156
161
|
_request_timeout: Union[
|
|
157
162
|
None,
|
|
158
163
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -188,6 +193,8 @@ class OAuth2Api:
|
|
|
188
193
|
:type asid_token: str
|
|
189
194
|
:param assertion: The SAML assertion. Applicable only for saml2-bearer grant type.
|
|
190
195
|
:type assertion: str
|
|
196
|
+
:param refresh_token: The refresh token. Applicable only for refresh_token grant type.
|
|
197
|
+
:type refresh_token: str
|
|
191
198
|
:param _request_timeout: timeout setting for this request. If one
|
|
192
199
|
number provided, it will be total request
|
|
193
200
|
timeout. It can also be a pair (tuple) of
|
|
@@ -220,6 +227,7 @@ class OAuth2Api:
|
|
|
220
227
|
password=password,
|
|
221
228
|
asid_token=asid_token,
|
|
222
229
|
assertion=assertion,
|
|
230
|
+
refresh_token=refresh_token,
|
|
223
231
|
_request_auth=_request_auth,
|
|
224
232
|
_content_type=_content_type,
|
|
225
233
|
_headers=_headers,
|
|
@@ -252,6 +260,7 @@ class OAuth2Api:
|
|
|
252
260
|
password: Annotated[Optional[StrictStr], Field(description="The password of the user to authenticate. Applicable only for password grant type.")] = None,
|
|
253
261
|
asid_token: Annotated[Optional[StrictStr], Field(description="The ASID token. Applicable only for ASID token grant type.")] = None,
|
|
254
262
|
assertion: Annotated[Optional[StrictStr], Field(description="The SAML assertion. Applicable only for saml2-bearer grant type.")] = None,
|
|
263
|
+
refresh_token: Annotated[Optional[StrictStr], Field(description="The refresh token. Applicable only for refresh_token grant type.")] = None,
|
|
255
264
|
_request_timeout: Union[
|
|
256
265
|
None,
|
|
257
266
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -287,6 +296,8 @@ class OAuth2Api:
|
|
|
287
296
|
:type asid_token: str
|
|
288
297
|
:param assertion: The SAML assertion. Applicable only for saml2-bearer grant type.
|
|
289
298
|
:type assertion: str
|
|
299
|
+
:param refresh_token: The refresh token. Applicable only for refresh_token grant type.
|
|
300
|
+
:type refresh_token: str
|
|
290
301
|
:param _request_timeout: timeout setting for this request. If one
|
|
291
302
|
number provided, it will be total request
|
|
292
303
|
timeout. It can also be a pair (tuple) of
|
|
@@ -319,6 +330,7 @@ class OAuth2Api:
|
|
|
319
330
|
password=password,
|
|
320
331
|
asid_token=asid_token,
|
|
321
332
|
assertion=assertion,
|
|
333
|
+
refresh_token=refresh_token,
|
|
322
334
|
_request_auth=_request_auth,
|
|
323
335
|
_content_type=_content_type,
|
|
324
336
|
_headers=_headers,
|
|
@@ -346,6 +358,7 @@ class OAuth2Api:
|
|
|
346
358
|
password,
|
|
347
359
|
asid_token,
|
|
348
360
|
assertion,
|
|
361
|
+
refresh_token,
|
|
349
362
|
_request_auth,
|
|
350
363
|
_content_type,
|
|
351
364
|
_headers,
|
|
@@ -388,6 +401,8 @@ class OAuth2Api:
|
|
|
388
401
|
_form_params.append(('asid_token', asid_token))
|
|
389
402
|
if assertion is not None:
|
|
390
403
|
_form_params.append(('assertion', assertion))
|
|
404
|
+
if refresh_token is not None:
|
|
405
|
+
_form_params.append(('refresh_token', refresh_token))
|
|
391
406
|
# process the body parameter
|
|
392
407
|
|
|
393
408
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 22222222.99201.
|
|
8
|
+
The version of the OpenAPI document: 22222222.99201.1974
|
|
9
9
|
Contact: alpine@visier.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 22222222.99201.
|
|
8
|
+
The version of the OpenAPI document: 22222222.99201.1974
|
|
9
9
|
Contact: alpine@visier.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 22222222.99201.
|
|
8
|
+
The version of the OpenAPI document: 22222222.99201.1974
|
|
9
9
|
Contact: alpine@visier.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -30,7 +30,7 @@ from visier_platform_sdk.api_response import ApiResponse
|
|
|
30
30
|
from visier_platform_sdk.rest import RESTResponseType
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
class
|
|
33
|
+
class PGPKeysApi:
|
|
34
34
|
"""NOTE: This class is auto generated by OpenAPI Generator
|
|
35
35
|
Ref: https://openapi-generator.tech
|
|
36
36
|
|
|
@@ -307,7 +307,7 @@ class PGPKeyApi:
|
|
|
307
307
|
|
|
308
308
|
return self.api_client.param_serialize(
|
|
309
309
|
method='DELETE',
|
|
310
|
-
resource_path='/v1/api/
|
|
310
|
+
resource_path='/v1/api/pgp-keys/{keyID}',
|
|
311
311
|
path_params=_path_params,
|
|
312
312
|
query_params=_query_params,
|
|
313
313
|
header_params=_header_params,
|
|
@@ -600,7 +600,7 @@ class PGPKeyApi:
|
|
|
600
600
|
|
|
601
601
|
return self.api_client.param_serialize(
|
|
602
602
|
method='POST',
|
|
603
|
-
resource_path='/v1/api/
|
|
603
|
+
resource_path='/v1/api/pgp-keys',
|
|
604
604
|
path_params=_path_params,
|
|
605
605
|
query_params=_query_params,
|
|
606
606
|
header_params=_header_params,
|
|
@@ -865,7 +865,7 @@ class PGPKeyApi:
|
|
|
865
865
|
|
|
866
866
|
return self.api_client.param_serialize(
|
|
867
867
|
method='GET',
|
|
868
|
-
resource_path='/v1/api/
|
|
868
|
+
resource_path='/v1/api/pgp-keys',
|
|
869
869
|
path_params=_path_params,
|
|
870
870
|
query_params=_query_params,
|
|
871
871
|
header_params=_header_params,
|
|
@@ -1145,7 +1145,7 @@ class PGPKeyApi:
|
|
|
1145
1145
|
|
|
1146
1146
|
return self.api_client.param_serialize(
|
|
1147
1147
|
method='GET',
|
|
1148
|
-
resource_path='/v1/api/
|
|
1148
|
+
resource_path='/v1/api/pgp-keys/{keyID}',
|
|
1149
1149
|
path_params=_path_params,
|
|
1150
1150
|
query_params=_query_params,
|
|
1151
1151
|
header_params=_header_params,
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 22222222.99201.
|
|
8
|
+
The version of the OpenAPI document: 22222222.99201.1974
|
|
9
9
|
Contact: alpine@visier.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 22222222.99201.
|
|
8
|
+
The version of the OpenAPI document: 22222222.99201.1974
|
|
9
9
|
Contact: alpine@visier.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|