visier-platform-sdk 22222222.99201.2050__py3-none-any.whl → 22222222.99201.2165__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 +176 -29
- visier_platform_sdk/api/__init__.py +3 -0
- visier_platform_sdk/api/analytic_objects_v2_api.py +2229 -0
- visier_platform_sdk/api/basic_authentication_api.py +7 -14
- visier_platform_sdk/api/benchmarks_api.py +308 -20
- visier_platform_sdk/api/concepts_v2_api.py +90 -111
- visier_platform_sdk/api/consolidated_analytics_api.py +34 -68
- visier_platform_sdk/api/data_and_job_handling_api.py +88 -176
- visier_platform_sdk/api/data_intake_api.py +19 -38
- visier_platform_sdk/api/data_model_api.py +2763 -1961
- visier_platform_sdk/api/data_query_api.py +13 -26
- visier_platform_sdk/api/data_upload_api.py +4 -8
- visier_platform_sdk/api/data_version_export_api.py +19 -38
- visier_platform_sdk/api/dimensions_api.py +398 -62
- visier_platform_sdk/api/dimensions_v2_api.py +44 -65
- visier_platform_sdk/api/direct_data_intake_api.py +31 -62
- visier_platform_sdk/api/email_domains_api.py +31 -40
- visier_platform_sdk/api/encryption_keys_api.py +10 -20
- visier_platform_sdk/api/jobs_library_api.py +13 -26
- visier_platform_sdk/api/metrics_v2_api.py +2286 -0
- visier_platform_sdk/api/network_subnets_api.py +13 -26
- visier_platform_sdk/api/o_auth2_api.py +10 -20
- visier_platform_sdk/api/object_configuration_api.py +19 -38
- visier_platform_sdk/api/permissions_api.py +101 -128
- visier_platform_sdk/api/personalized_alerts_api.py +1916 -0
- visier_platform_sdk/api/pgp_keys_api.py +13 -26
- visier_platform_sdk/api/plan_administration_api.py +51 -326
- visier_platform_sdk/api/plan_data_load_api.py +8 -15
- visier_platform_sdk/api/production_versions_api.py +10 -20
- visier_platform_sdk/api/profiles_api.py +31 -62
- visier_platform_sdk/api/projects_api.py +48 -63
- visier_platform_sdk/api/release_version_configuration_api.py +10 -20
- visier_platform_sdk/api/reporting_api.py +19 -38
- visier_platform_sdk/api/search_api.py +4 -8
- visier_platform_sdk/api/sidecar_solutions_api.py +13 -23
- visier_platform_sdk/api/skills_library_api.py +28 -56
- visier_platform_sdk/api/source_files_download_api.py +4 -8
- visier_platform_sdk/api/sources_api.py +10 -17
- visier_platform_sdk/api/system_status_api.py +7 -14
- visier_platform_sdk/api/tenants_v1_api.py +31 -62
- visier_platform_sdk/api/tenants_v2_api.py +22 -38
- visier_platform_sdk/api/user_groups_v2_api.py +78 -65
- visier_platform_sdk/api/users_v1_api.py +122 -149
- visier_platform_sdk/api/users_v2_api.py +10 -20
- visier_platform_sdk/api/users_v3_api.py +20 -8
- visier_platform_sdk/api/vee_api.py +13 -26
- visier_platform_sdk/api/webhooks_api.py +25 -50
- visier_platform_sdk/api_client.py +2 -3
- visier_platform_sdk/configuration.py +3 -4
- visier_platform_sdk/exceptions.py +1 -2
- visier_platform_sdk/models/__init__.py +85 -15
- visier_platform_sdk/models/accessible_tenant_profile_assignment_request_dto.py +1 -2
- visier_platform_sdk/models/accessible_tenant_profile_assignment_response_dto.py +1 -2
- visier_platform_sdk/models/accessible_tenant_profile_revoke_request_dto.py +1 -2
- visier_platform_sdk/models/accessible_tenant_profile_revoke_response_dto.py +1 -2
- visier_platform_sdk/models/additional_capabilities_dto.py +1 -2
- visier_platform_sdk/models/admin_capability_config_dto.py +1 -2
- visier_platform_sdk/models/adp_auth_params_dto.py +1 -2
- visier_platform_sdk/models/aggregate_query_execution_options_dto.py +1 -2
- visier_platform_sdk/models/aggregation_query_dto.py +1 -2
- visier_platform_sdk/models/aggregation_query_execution_dto.py +1 -2
- visier_platform_sdk/models/aggregation_query_source_dto.py +1 -2
- visier_platform_sdk/models/aggregation_query_source_metric_dto.py +1 -2
- visier_platform_sdk/models/aggregation_query_source_metrics_dto.py +1 -2
- visier_platform_sdk/models/aggregation_type_option_dto.py +1 -2
- visier_platform_sdk/models/aggregation_type_parameter_dto.py +1 -2
- visier_platform_sdk/models/aggregation_type_parameter_value_dto.py +3 -4
- visier_platform_sdk/models/all_permissions_assigned_for_local_tenant_dto.py +1 -2
- visier_platform_sdk/models/all_profile_assigned_for_accessible_tenant_dto.py +1 -2
- visier_platform_sdk/models/all_profile_assigned_for_local_tenant_dto.py +1 -2
- visier_platform_sdk/models/all_tenants_status_apidto.py +1 -2
- visier_platform_sdk/models/all_user_groups_assigned_for_local_tenant_dto.py +1 -2
- visier_platform_sdk/models/all_users_get_api_response_dto.py +1 -2
- visier_platform_sdk/models/analytic_object_definition_dto.py +3 -16
- visier_platform_sdk/models/analytic_object_delete_request_dto.py +95 -0
- visier_platform_sdk/models/analytic_object_delete_with_context_dto.py +97 -0
- visier_platform_sdk/models/analytic_object_details_dto.py +1 -2
- visier_platform_sdk/models/analytic_object_dto.py +1 -2
- visier_platform_sdk/models/analytic_object_filter_dto.py +1 -2
- visier_platform_sdk/models/analytic_object_filter_list_dto.py +1 -2
- visier_platform_sdk/models/analytic_object_names_dto.py +1 -2
- visier_platform_sdk/models/analytic_object_reference_dto.py +1 -2
- visier_platform_sdk/models/analytic_object_reference_list_dto.py +1 -2
- visier_platform_sdk/models/analytic_object_request_dto.py +1 -2
- visier_platform_sdk/models/analytic_object_response_dto.py +95 -0
- visier_platform_sdk/models/analytic_object_revert_request_dto.py +95 -0
- visier_platform_sdk/models/analytic_object_revert_with_context_dto.py +97 -0
- visier_platform_sdk/models/analytic_object_with_context_dto.py +1 -2
- visier_platform_sdk/models/analytic_objects_dto.py +1 -2
- visier_platform_sdk/models/any.py +1 -2
- visier_platform_sdk/models/api_error.py +1 -2
- visier_platform_sdk/models/assign_connector_credential_request.py +1 -2
- visier_platform_sdk/models/assign_connector_credentials_by_tenant_response_dto.py +1 -2
- visier_platform_sdk/models/assign_connector_credentials_response_dto.py +1 -2
- visier_platform_sdk/models/assign_connector_with_credentials_response_dto.py +1 -2
- visier_platform_sdk/models/assign_revoke_permission_by_permission_dto.py +1 -2
- visier_platform_sdk/models/assign_revoke_permission_by_tenant_dto.py +1 -2
- visier_platform_sdk/models/assign_revoke_permission_by_user_dto.py +1 -2
- visier_platform_sdk/models/assign_revoke_permission_request_dto.py +1 -2
- visier_platform_sdk/models/assign_revoke_permissions_request_dto.py +1 -2
- visier_platform_sdk/models/assign_revoke_permissions_response_dto.py +1 -2
- visier_platform_sdk/models/assigned_credential_info_response_dto.py +1 -2
- visier_platform_sdk/models/bamboo_auth_params_dto.py +1 -2
- visier_platform_sdk/models/basic_information_dto.py +1 -2
- visier_platform_sdk/models/basic_s3_auth_params_dto.py +1 -2
- visier_platform_sdk/models/batch_tenant_provision_apidto.py +1 -2
- visier_platform_sdk/models/benchmark_info.py +1 -2
- visier_platform_sdk/models/benchmark_value.py +1 -2
- visier_platform_sdk/models/between_rule_dto.py +89 -0
- visier_platform_sdk/models/big_query_auth_params_dto.py +1 -2
- visier_platform_sdk/models/big_query_service_account_params_dto.py +1 -2
- visier_platform_sdk/models/bulk_change_response_dto.py +1 -2
- visier_platform_sdk/models/bulk_data_access_set_request_dto.py +1 -2
- visier_platform_sdk/models/bulk_data_access_set_response_dto.py +1 -2
- visier_platform_sdk/models/business_location_dto.py +1 -2
- visier_platform_sdk/models/calculated_property_type_dto.py +1 -2
- visier_platform_sdk/models/calculated_selection_concept_dto.py +1 -2
- visier_platform_sdk/models/calculation_concept_configuration_dto.py +1 -2
- visier_platform_sdk/models/calculation_concept_configuration_map_dto.py +1 -2
- visier_platform_sdk/models/calculation_concept_dto.py +1 -2
- visier_platform_sdk/models/calculation_concept_list_dto.py +1 -2
- visier_platform_sdk/models/cancel_job_batch_from_job_id_dto.py +1 -2
- visier_platform_sdk/models/capabilities_dto.py +1 -2
- visier_platform_sdk/models/capability_dto.py +1 -2
- visier_platform_sdk/models/capability_group_dto.py +3 -4
- visier_platform_sdk/models/caption_dto.py +1 -2
- visier_platform_sdk/models/caption_list_dto.py +1 -2
- visier_platform_sdk/models/career_level_search_failure_output.py +95 -0
- visier_platform_sdk/models/career_level_search_input.py +89 -0
- visier_platform_sdk/models/career_level_search_output.py +105 -0
- visier_platform_sdk/models/career_level_search_successful_output.py +97 -0
- visier_platform_sdk/models/category_icon_dto.py +89 -0
- visier_platform_sdk/models/cell_distribution_bin_dto.py +1 -2
- visier_platform_sdk/models/cell_distribution_options_dto.py +1 -2
- visier_platform_sdk/models/cell_dto.py +1 -2
- visier_platform_sdk/models/cell_set_axis_dto.py +1 -2
- visier_platform_sdk/models/cell_set_axis_position_dto.py +1 -2
- visier_platform_sdk/models/cell_set_dto.py +1 -2
- visier_platform_sdk/models/cell_set_or_error_dto.py +1 -2
- visier_platform_sdk/models/clone_files_into_source_parameters_dto.py +1 -2
- visier_platform_sdk/models/cohort_filter_dto.py +1 -2
- visier_platform_sdk/models/collaboration_info.py +105 -0
- visier_platform_sdk/models/commit_and_publish_operation_response_dto.py +1 -2
- visier_platform_sdk/models/commit_dto.py +1 -2
- visier_platform_sdk/models/compared_metric_dto.py +105 -0
- visier_platform_sdk/models/concept_configuration_result_dto.py +1 -2
- visier_platform_sdk/models/concept_definition_dto.py +1 -2
- visier_platform_sdk/models/concept_delete_request_dto.py +1 -2
- visier_platform_sdk/models/concept_delete_with_context_dto.py +1 -2
- visier_platform_sdk/models/concept_reference_filter_dto.py +89 -0
- visier_platform_sdk/models/concept_request_dto.py +1 -2
- visier_platform_sdk/models/concept_response_dto.py +1 -2
- visier_platform_sdk/models/concept_type_details_dto.py +1 -2
- visier_platform_sdk/models/concept_with_context_dto.py +1 -2
- visier_platform_sdk/models/connector.py +1 -2
- visier_platform_sdk/models/connector_info_response_dto.py +1 -2
- visier_platform_sdk/models/connector_setting_request_dto.py +1 -2
- visier_platform_sdk/models/connector_setting_response_dto.py +1 -2
- visier_platform_sdk/models/connector_settings_response_dto.py +1 -2
- visier_platform_sdk/models/consolidate_action_payload.py +2 -3
- visier_platform_sdk/models/consolidated_analytics_api_excluded_source_list_dto.py +1 -2
- visier_platform_sdk/models/consolidated_analytics_api_source_tenant_list_dto.py +1 -2
- visier_platform_sdk/models/consolidated_analytics_api_tenant_create_request_dto.py +1 -2
- visier_platform_sdk/models/consolidated_analytics_api_tenant_list_response_dto.py +1 -2
- visier_platform_sdk/models/consolidated_analytics_api_tenant_with_details.py +1 -2
- visier_platform_sdk/models/consolidated_analytics_api_tenant_with_details_list_response_dto.py +1 -2
- visier_platform_sdk/models/consolidated_analytics_job_request_dto.py +1 -2
- visier_platform_sdk/models/content_package_dto.py +1 -2
- visier_platform_sdk/models/copy_s3_auth_params_dto.py +1 -2
- visier_platform_sdk/models/create_event_alert_request_dto.py +93 -0
- visier_platform_sdk/models/credential_creation_api_response_dto.py +1 -2
- visier_platform_sdk/models/currencies_dto.py +1 -2
- visier_platform_sdk/models/currency_dto.py +1 -2
- visier_platform_sdk/models/currency_rate_dto.py +1 -2
- visier_platform_sdk/models/currency_rates_dto.py +1 -2
- visier_platform_sdk/models/custom_property_dto.py +1 -2
- visier_platform_sdk/models/custom_tenant_property_dto.py +1 -2
- visier_platform_sdk/models/data_access_set_dto.py +1 -2
- visier_platform_sdk/models/data_access_set_error_dto.py +1 -2
- visier_platform_sdk/models/data_access_set_failure_dto.py +1 -2
- visier_platform_sdk/models/data_access_set_success_dto.py +1 -2
- visier_platform_sdk/models/data_categories_response_dto.py +1 -2
- visier_platform_sdk/models/data_category_response_dto.py +1 -2
- visier_platform_sdk/models/data_load_request.py +1 -2
- visier_platform_sdk/models/data_load_request_model.py +1 -2
- visier_platform_sdk/models/data_load_response.py +1 -2
- visier_platform_sdk/models/data_model_analytic_object_dto.py +1 -2
- visier_platform_sdk/models/data_provider_auth_information_dto.py +1 -2
- visier_platform_sdk/models/data_provider_auth_params_dto.py +1 -2
- visier_platform_sdk/models/data_provider_basic_information_dto.py +1 -2
- visier_platform_sdk/models/data_provider_basic_metadata_dto.py +1 -2
- visier_platform_sdk/models/data_security_profile_dto.py +1 -2
- visier_platform_sdk/models/data_transfer_result_detail.py +1 -2
- visier_platform_sdk/models/data_version_and_date_dto.py +1 -2
- visier_platform_sdk/models/data_version_export_column_dto.py +1 -2
- visier_platform_sdk/models/data_version_export_data_version_summary_dto.py +1 -2
- visier_platform_sdk/models/data_version_export_data_versions_dto.py +1 -2
- visier_platform_sdk/models/data_version_export_dto.py +1 -2
- visier_platform_sdk/models/data_version_export_file_dto.py +1 -2
- visier_platform_sdk/models/data_version_export_job_status_dto.py +1 -2
- visier_platform_sdk/models/data_version_export_part_file_dto.py +1 -2
- visier_platform_sdk/models/data_version_export_schedule_job_request_dto.py +1 -2
- visier_platform_sdk/models/data_version_export_schedule_job_response_dto.py +1 -2
- visier_platform_sdk/models/data_version_export_table_dto.py +1 -2
- visier_platform_sdk/models/data_version_exports_dto.py +1 -2
- visier_platform_sdk/models/data_version_object.py +1 -2
- visier_platform_sdk/models/databricks_auth_params_dto.py +1 -2
- visier_platform_sdk/models/date_range_dto.py +1 -2
- visier_platform_sdk/models/dayforce_v2_auth_params_dto.py +1 -2
- visier_platform_sdk/models/delete_email_domains_dto.py +89 -0
- visier_platform_sdk/models/delete_permissions_request_dto.py +1 -2
- visier_platform_sdk/models/delete_user_group_v2_request.py +1 -2
- visier_platform_sdk/models/dependent_dto.py +1 -2
- visier_platform_sdk/models/derived_metric_details_dto.py +105 -0
- visier_platform_sdk/models/description_entry.py +1 -2
- visier_platform_sdk/models/designer_dimension_filter_dto.py +1 -2
- visier_platform_sdk/models/designer_selection_concept_dto.py +1 -2
- visier_platform_sdk/models/dimension_change_definition_dto.py +1 -2
- visier_platform_sdk/models/dimension_change_definitions_by_tenant_dto.py +1 -2
- visier_platform_sdk/models/dimension_delete_request_dto.py +1 -2
- visier_platform_sdk/models/dimension_delete_with_context_dto.py +1 -2
- visier_platform_sdk/models/dimension_details_dto.py +1 -2
- visier_platform_sdk/models/dimension_dto.py +1 -2
- visier_platform_sdk/models/dimension_filter_dto.py +1 -2
- visier_platform_sdk/models/dimension_mapping_validation_dto.py +1 -2
- visier_platform_sdk/models/dimension_mapping_validation_execution_dto.py +1 -2
- visier_platform_sdk/models/dimension_member.py +1 -2
- visier_platform_sdk/models/dimension_member_dto.py +1 -2
- visier_platform_sdk/models/dimension_member_reference_dto.py +1 -2
- visier_platform_sdk/models/dimension_reference_dto.py +1 -2
- visier_platform_sdk/models/dimension_request_dto.py +1 -2
- visier_platform_sdk/models/dimension_response_dto.py +1 -2
- visier_platform_sdk/models/dimension_with_context_dto.py +1 -2
- visier_platform_sdk/models/dimensions_auth_params_dto.py +1 -2
- visier_platform_sdk/models/dimensions_change_definitions_dto.py +1 -2
- visier_platform_sdk/models/dimensions_dto.py +1 -2
- visier_platform_sdk/models/direct_data_job_config_dto.py +1 -2
- visier_platform_sdk/models/direct_data_job_status_response_dto.py +1 -2
- visier_platform_sdk/models/direct_data_list_transactions_response_dto.py +1 -2
- visier_platform_sdk/models/direct_data_load_config_dto.py +1 -2
- visier_platform_sdk/models/direct_data_schema_dto.py +1 -2
- visier_platform_sdk/models/direct_data_schema_field_dto.py +1 -2
- visier_platform_sdk/models/direct_data_transaction_dto.py +1 -2
- visier_platform_sdk/models/direct_data_transaction_start_response_dto.py +1 -2
- visier_platform_sdk/models/direct_data_upload_file_response_dto.py +1 -2
- visier_platform_sdk/models/disable_dv_model.py +1 -2
- visier_platform_sdk/models/disable_dv_request.py +1 -2
- visier_platform_sdk/models/disable_dv_response.py +1 -2
- visier_platform_sdk/models/dispatching_job_status_response.py +1 -2
- visier_platform_sdk/models/document_search_link_dto.py +1 -2
- visier_platform_sdk/models/download_source_files_dto.py +1 -2
- visier_platform_sdk/models/download_source_files_response_dto.py +1 -2
- visier_platform_sdk/models/dv_export_status.py +1 -2
- visier_platform_sdk/models/dynamic_dimension_filter_dto.py +1 -2
- visier_platform_sdk/models/dynamic_property_mapping_dto.py +1 -2
- visier_platform_sdk/models/element_ids_dto.py +1 -2
- visier_platform_sdk/models/email_domains_dto.py +4 -7
- visier_platform_sdk/models/end_collaboration_action_payload.py +97 -0
- visier_platform_sdk/models/error_dto.py +1 -2
- visier_platform_sdk/models/error_summary.py +1 -2
- visier_platform_sdk/models/{put_project_commits_request.py → event_alert_delete_success_dto.py} +8 -9
- visier_platform_sdk/models/event_alert_dto.py +97 -0
- visier_platform_sdk/models/event_alert_notification_result_alert_details_dto.py +103 -0
- visier_platform_sdk/models/event_alert_notification_result_dto.py +119 -0
- visier_platform_sdk/models/event_alert_notification_results_dto.py +95 -0
- visier_platform_sdk/models/{plans_patch_response.py → event_alert_trigger_criteria_dto.py} +12 -17
- visier_platform_sdk/models/event_details_dto.py +2 -9
- visier_platform_sdk/models/exclude_data_uploads_request.py +1 -2
- visier_platform_sdk/models/excluded_sources_body.py +1 -2
- visier_platform_sdk/models/execution_context_dto.py +1 -2
- visier_platform_sdk/models/export_production_versions_api_operation_parameters_dto.py +1 -2
- visier_platform_sdk/models/extract_data_and_load_dto.py +1 -2
- visier_platform_sdk/models/extracted_skill.py +1 -2
- visier_platform_sdk/models/extraction_job.py +1 -2
- visier_platform_sdk/models/extraction_job_and_status_response.py +1 -2
- visier_platform_sdk/models/extractor_credential_apidto.py +1 -2
- visier_platform_sdk/models/extractor_credentials_apidto.py +1 -2
- visier_platform_sdk/models/extractor_setting_apidto.py +1 -2
- visier_platform_sdk/models/extractor_setting_key_value_apidto.py +1 -2
- visier_platform_sdk/models/extractor_settings_apidto.py +1 -2
- visier_platform_sdk/models/failed_accessible_tenant_profile_assignment_dto.py +1 -2
- visier_platform_sdk/models/failed_change_dto.py +1 -2
- visier_platform_sdk/models/failed_local_tenant_profile_assignment_dto.py +1 -2
- visier_platform_sdk/models/failed_local_tenant_profile_revoke_dto.py +1 -2
- visier_platform_sdk/models/filter_dto.py +127 -0
- visier_platform_sdk/models/fixed_time_type_dto.py +101 -0
- visier_platform_sdk/models/fusion_auth_params_dto.py +1 -2
- visier_platform_sdk/models/generate_impersonation_token_request.py +1 -2
- visier_platform_sdk/models/generate_key_request_dto.py +1 -2
- visier_platform_sdk/models/get_capabilities_api_response_dto.py +1 -2
- visier_platform_sdk/models/get_content_packages_api_response_dto.py +1 -2
- visier_platform_sdk/models/get_data_access_sets_api_response_dto.py +1 -2
- visier_platform_sdk/models/get_data_security_objects_api_response_dto.py +1 -2
- visier_platform_sdk/models/get_event_alerts_response_dto.py +104 -0
- visier_platform_sdk/models/get_permissions_api_response_dto.py +1 -2
- visier_platform_sdk/models/get_plan_list_response_dto.py +1 -2
- visier_platform_sdk/models/get_production_versions_api_response_dto.py +1 -2
- visier_platform_sdk/models/get_projects_api_response_dto.py +1 -2
- visier_platform_sdk/models/gong_auth_params_dto.py +1 -2
- visier_platform_sdk/models/google_sheets_auth_params_dto.py +1 -2
- visier_platform_sdk/models/google_workspace_auth_params_dto.py +1 -2
- visier_platform_sdk/models/greenhouse_auth_params_dto.py +1 -2
- visier_platform_sdk/models/grouped_metric_value_threshold_criteria_dto.py +119 -0
- visier_platform_sdk/models/hierarchy.py +1 -2
- visier_platform_sdk/models/hierarchy_property_dto.py +1 -2
- visier_platform_sdk/models/home_analysis_by_user_group_dto.py +1 -2
- visier_platform_sdk/models/icims_auth_params_dto.py +1 -2
- visier_platform_sdk/models/import_definition_apidto.py +1 -2
- visier_platform_sdk/models/import_definitions_apidto.py +1 -2
- visier_platform_sdk/models/include_data_uploads_request.py +1 -2
- visier_platform_sdk/models/inherited_access_config_dto.py +1 -2
- visier_platform_sdk/models/inherited_reference_member_filter_config_dto.py +1 -2
- visier_platform_sdk/models/internal_query_execution_options_dto.py +1 -2
- visier_platform_sdk/models/internal_s3_auth_params_dto.py +1 -2
- visier_platform_sdk/models/jdbc_auth_params_dto.py +1 -2
- visier_platform_sdk/models/jira_auth_params_dto.py +1 -2
- visier_platform_sdk/models/jira_connect_params_dto.py +1 -2
- visier_platform_sdk/models/job.py +1 -2
- visier_platform_sdk/models/job_cancellation_result_dto.py +1 -2
- visier_platform_sdk/models/job_cancellation_results_dto.py +1 -2
- visier_platform_sdk/models/job_entry.py +1 -2
- visier_platform_sdk/models/job_feedback_input.py +2 -3
- visier_platform_sdk/models/job_id_response.py +1 -2
- visier_platform_sdk/models/job_search_failure_output.py +1 -2
- visier_platform_sdk/models/job_search_input.py +1 -2
- visier_platform_sdk/models/job_search_output.py +1 -2
- visier_platform_sdk/models/job_standardization_input.py +5 -4
- visier_platform_sdk/models/job_standardization_input_skills.py +1 -2
- visier_platform_sdk/models/job_status_list_response.py +1 -2
- visier_platform_sdk/models/job_status_with_start_time.py +1 -2
- visier_platform_sdk/models/key_group_filter_dto.py +8 -15
- visier_platform_sdk/models/key_group_filter_item_dto.py +1 -2
- visier_platform_sdk/models/key_name.py +1 -2
- visier_platform_sdk/models/key_pair_delete_response_dto.py +1 -2
- visier_platform_sdk/models/key_pair_generate_request_dto.py +1 -2
- visier_platform_sdk/models/last_login_dto.py +1 -2
- visier_platform_sdk/models/level_dto.py +1 -2
- visier_platform_sdk/models/level_list_dto.py +1 -2
- visier_platform_sdk/models/leveled_details_dto.py +1 -2
- visier_platform_sdk/models/lever_auth_params_dto.py +1 -2
- visier_platform_sdk/models/lineage_dto.py +1 -2
- visier_platform_sdk/models/list_query_execution_dto.py +1 -2
- visier_platform_sdk/models/list_query_execution_options_dto.py +1 -2
- visier_platform_sdk/models/list_query_source_dto.py +1 -2
- visier_platform_sdk/models/list_response.py +1 -2
- visier_platform_sdk/models/local_or_shared_dimension_dto.py +1 -2
- visier_platform_sdk/models/local_or_shared_dimension_list_dto.py +1 -2
- visier_platform_sdk/models/local_tenant_profile_assignment_request_dto.py +1 -2
- visier_platform_sdk/models/local_tenant_profile_assignment_response_dto.py +1 -2
- visier_platform_sdk/models/local_tenant_profile_revoke_request_dto.py +1 -2
- visier_platform_sdk/models/local_tenant_profile_revoke_response_dto.py +1 -2
- visier_platform_sdk/models/location_search_failure_output.py +1 -2
- visier_platform_sdk/models/location_search_input.py +1 -2
- visier_platform_sdk/models/location_search_input1.py +1 -2
- visier_platform_sdk/models/location_search_output.py +1 -2
- visier_platform_sdk/models/location_search_successful_output.py +1 -2
- visier_platform_sdk/models/mask_message.py +1 -2
- visier_platform_sdk/models/medallia_auth_params_dto.py +1 -2
- visier_platform_sdk/models/member_dto.py +1 -2
- visier_platform_sdk/models/member_filter_config_dto.py +1 -2
- visier_platform_sdk/models/member_filter_dto.py +1 -2
- visier_platform_sdk/models/member_parameter_definition_dto.py +1 -2
- visier_platform_sdk/models/member_parameter_value_dto.py +1 -2
- visier_platform_sdk/models/member_selection_concept_dto.py +1 -2
- visier_platform_sdk/models/member_selection_dto.py +1 -2
- visier_platform_sdk/models/member_values_dto.py +1 -2
- visier_platform_sdk/models/members_dto.py +1 -2
- visier_platform_sdk/models/metric_definition_dto.py +22 -5
- visier_platform_sdk/models/{plans_patch_request.py → metric_delete_request_dto.py} +15 -16
- visier_platform_sdk/models/metric_delete_with_context_dto.py +97 -0
- visier_platform_sdk/models/metric_dto.py +19 -38
- visier_platform_sdk/models/{plans_patch_response_action_result.py → metric_filter_parameter_value_dto.py} +17 -18
- visier_platform_sdk/models/{concept_reference_list_dto.py → metric_request_dto.py} +15 -16
- visier_platform_sdk/models/metric_response_dto.py +95 -0
- visier_platform_sdk/models/metric_type_details_dto.py +14 -9
- visier_platform_sdk/models/metric_validation_summary_dto.py +1 -2
- visier_platform_sdk/models/metric_with_context_dto.py +97 -0
- visier_platform_sdk/models/metrics_dto.py +1 -2
- visier_platform_sdk/models/microsoft365_auth_params_dto.py +1 -2
- visier_platform_sdk/models/module_settings_dto.py +1 -2
- visier_platform_sdk/models/multi_value_property_type_dto.py +1 -2
- visier_platform_sdk/models/multi_value_setting_dto.py +1 -2
- visier_platform_sdk/models/multiple_tenant_data_versions_details_dto.py +1 -2
- visier_platform_sdk/models/multiple_tenant_data_versions_list_dto.py +1 -2
- visier_platform_sdk/models/my_sql_auth_params_dto.py +1 -2
- visier_platform_sdk/models/namely_auth_params_dto.py +1 -2
- visier_platform_sdk/models/network_subnets_message_request.py +1 -2
- visier_platform_sdk/models/network_subnets_message_response.py +1 -2
- visier_platform_sdk/models/numeric_parameter_definition_dto.py +1 -2
- visier_platform_sdk/models/numeric_parameter_value_dto.py +2 -3
- visier_platform_sdk/models/numeric_range_dto.py +101 -0
- visier_platform_sdk/models/numeric_range_filter_dto.py +99 -0
- visier_platform_sdk/models/o_auth2_user_info_dto.py +1 -2
- visier_platform_sdk/models/o_auth2_user_subnet_info_dto.py +1 -2
- visier_platform_sdk/models/o_auth2_user_tenant_detail_dto.py +1 -2
- visier_platform_sdk/models/o_auth2_user_tenant_details_dto.py +1 -2
- visier_platform_sdk/models/o_auth2_user_tenant_properties_dto.py +1 -2
- visier_platform_sdk/models/object_change_failure_dto.py +1 -2
- visier_platform_sdk/models/object_change_success_dto.py +1 -2
- visier_platform_sdk/models/object_id_dto.py +1 -2
- visier_platform_sdk/models/object_reference_dto.py +1 -2
- visier_platform_sdk/models/objects_bulk_change_response_dto.py +1 -2
- visier_platform_sdk/models/oracle_db_auth_params_dto.py +1 -2
- visier_platform_sdk/models/other_metric_dto.py +91 -0
- visier_platform_sdk/models/output_entry.py +1 -2
- visier_platform_sdk/models/output_entry1.py +1 -2
- visier_platform_sdk/models/output_entry1_matches_inner.py +1 -2
- visier_platform_sdk/models/pair_dto.py +1 -2
- visier_platform_sdk/models/parameter_definition_dto.py +27 -28
- visier_platform_sdk/models/parent_child_details_dto.py +1 -2
- visier_platform_sdk/models/periods_back_dto.py +89 -0
- visier_platform_sdk/models/permission_assigned_by_tenant_dto.py +1 -2
- visier_platform_sdk/models/permission_assigned_for_local_tenant_dto.py +1 -2
- visier_platform_sdk/models/permission_assigned_user_dto.py +1 -2
- visier_platform_sdk/models/permission_assigned_users_dto.py +1 -2
- visier_platform_sdk/models/permission_bulk_operation_response_dto.py +1 -2
- visier_platform_sdk/models/permission_dto.py +1 -2
- visier_platform_sdk/models/permission_error_dto.py +1 -2
- visier_platform_sdk/models/permission_failure_dto.py +1 -2
- visier_platform_sdk/models/permission_response_dto.py +1 -2
- visier_platform_sdk/models/permission_success_dto.py +1 -2
- visier_platform_sdk/models/permissions_list_dto.py +1 -2
- visier_platform_sdk/models/permissions_to_user_group_for_tenant_dto.py +1 -2
- visier_platform_sdk/models/permissions_to_user_group_request_dto.py +1 -2
- visier_platform_sdk/models/permissions_to_user_groups_request_dto.py +1 -2
- visier_platform_sdk/models/persisted_cohort_filter_dto.py +89 -0
- visier_platform_sdk/models/perspective_configuration_dto.py +1 -2
- visier_platform_sdk/models/perspective_node_dto.py +1 -2
- visier_platform_sdk/models/plan_data_load_change_dto.py +1 -2
- visier_platform_sdk/models/plan_data_load_change_list_dto.py +1 -2
- visier_platform_sdk/models/plan_data_load_error_dto.py +1 -2
- visier_platform_sdk/models/plan_data_upload_response_dto.py +1 -2
- visier_platform_sdk/models/plan_info_dto.py +12 -3
- visier_platform_sdk/models/plan_item_dto.py +1 -2
- visier_platform_sdk/models/plan_parameter_definition_dto.py +1 -2
- visier_platform_sdk/models/plan_parameter_value_dto.py +9 -8
- visier_platform_sdk/models/plan_patch_consolidate_action_request.py +2 -3
- visier_platform_sdk/models/{plan_patch_consolidate_action_request_with_plan_id.py → plan_patch_end_collaboration_action_request.py} +15 -18
- visier_platform_sdk/models/plan_patch_reopen_action_request.py +2 -3
- visier_platform_sdk/models/plan_patch_start_collaboration_action_request.py +100 -0
- visier_platform_sdk/models/{plan_patch_reopen_action_request_with_plan_id.py → plan_patch_submit_action_request.py} +15 -18
- visier_platform_sdk/models/plan_row_data_load_response_dto.py +1 -2
- visier_platform_sdk/models/{plan_patch_action_result.py → plan_scenario_patch_action_result.py} +6 -7
- visier_platform_sdk/models/{plan_patch_request.py → plan_scenario_patch_request.py} +55 -14
- visier_platform_sdk/models/{plan_patch_response.py → plan_scenario_patch_response.py} +7 -8
- visier_platform_sdk/models/plan_schema_dto.py +1 -2
- visier_platform_sdk/models/plan_segment_level_dto.py +1 -2
- visier_platform_sdk/models/plan_segment_level_member_dto.py +1 -2
- visier_platform_sdk/models/plan_segment_level_member_list_dto.py +1 -2
- visier_platform_sdk/models/plan_time_period_dto.py +1 -2
- visier_platform_sdk/models/plan_with_schema_dto.py +1 -2
- visier_platform_sdk/models/planning_concept_filter_context_dto.py +1 -2
- visier_platform_sdk/models/planning_hierarchy_filter_context_dto.py +1 -2
- visier_platform_sdk/models/planning_model_dto.py +1 -2
- visier_platform_sdk/models/planning_models_dto.py +1 -2
- visier_platform_sdk/models/planning_plan_context_dto.py +1 -2
- visier_platform_sdk/models/planning_plan_dto.py +1 -2
- visier_platform_sdk/models/planning_plans_dto.py +1 -2
- visier_platform_sdk/models/population_configuration_dto.py +1 -2
- visier_platform_sdk/models/prediction_dto.py +1 -2
- visier_platform_sdk/models/predictions_dto.py +1 -2
- visier_platform_sdk/models/process_concept_definition_dto.py +1 -2
- visier_platform_sdk/models/process_concept_member_dto.py +1 -2
- visier_platform_sdk/models/process_concept_member_list_dto.py +1 -2
- visier_platform_sdk/models/process_concept_metric_definition_dto.py +38 -11
- visier_platform_sdk/models/process_concept_metric_details_dto.py +91 -0
- visier_platform_sdk/models/process_concept_metric_list_dto.py +4 -5
- visier_platform_sdk/models/process_concept_metric_type_details_dto.py +91 -0
- visier_platform_sdk/models/process_concept_outcome_dto.py +1 -2
- visier_platform_sdk/models/process_concept_outcome_list_dto.py +1 -2
- visier_platform_sdk/models/process_concept_property_details_dto.py +91 -0
- visier_platform_sdk/models/process_concept_property_dto.py +101 -0
- visier_platform_sdk/models/process_concept_property_list_dto.py +4 -5
- visier_platform_sdk/models/process_concept_property_type_dto.py +1 -2
- visier_platform_sdk/models/process_concept_stage_dto.py +1 -2
- visier_platform_sdk/models/process_concept_stage_list_dto.py +1 -2
- visier_platform_sdk/models/processing_job.py +1 -2
- visier_platform_sdk/models/processing_job_and_status_response.py +1 -2
- visier_platform_sdk/models/processing_job_request_dto.py +1 -2
- visier_platform_sdk/models/processing_job_status_response.py +1 -2
- visier_platform_sdk/models/product_release_dto.py +1 -2
- visier_platform_sdk/models/product_releases_dto.py +1 -2
- visier_platform_sdk/models/product_version_dto.py +1 -2
- visier_platform_sdk/models/product_versions_dto.py +1 -2
- visier_platform_sdk/models/product_versions_update_failure_tenant_response_dto.py +1 -2
- visier_platform_sdk/models/product_versions_update_response_dto.py +1 -2
- visier_platform_sdk/models/product_versions_update_successful_tenant_response_dto.py +1 -2
- visier_platform_sdk/models/production_version_api_operation_request_dto.py +1 -2
- visier_platform_sdk/models/production_version_api_operation_response_dto.py +1 -2
- visier_platform_sdk/models/production_versions_api_operation_request_dto.py +1 -2
- visier_platform_sdk/models/production_versions_api_operation_response_dto.py +1 -2
- visier_platform_sdk/models/profile_assigned_for_accessible_tenant_dto.py +1 -2
- visier_platform_sdk/models/profile_assigned_for_local_tenant_dto.py +1 -2
- visier_platform_sdk/models/profile_assignment_dto.py +3 -4
- visier_platform_sdk/models/profile_get_api_response_dto.py +1 -2
- visier_platform_sdk/models/profiles_get_api_response_dto.py +1 -2
- visier_platform_sdk/models/project_commit_dto.py +91 -0
- visier_platform_sdk/models/project_commits_api_response_dto.py +1 -2
- visier_platform_sdk/models/project_dto.py +1 -2
- visier_platform_sdk/models/project_operation_request_dto.py +1 -2
- visier_platform_sdk/models/project_operation_response_dto.py +1 -2
- visier_platform_sdk/models/properties_change_definitions_dto.py +1 -2
- visier_platform_sdk/models/properties_delete_definitions_dto.py +1 -2
- visier_platform_sdk/models/properties_dto.py +1 -2
- visier_platform_sdk/models/property_access_config_dto.py +1 -2
- visier_platform_sdk/models/property_bulk_delete_response_dto.py +1 -2
- visier_platform_sdk/models/property_change_definition_dto.py +1 -2
- visier_platform_sdk/models/property_change_definitions_by_tenant_dto.py +1 -2
- visier_platform_sdk/models/property_column_dto.py +1 -2
- visier_platform_sdk/models/property_definition_dto.py +18 -5
- visier_platform_sdk/models/property_definition_list_dto.py +10 -11
- visier_platform_sdk/models/property_delete_definitions_by_tenant_dto.py +1 -2
- visier_platform_sdk/models/property_delete_failure_dto.py +1 -2
- visier_platform_sdk/models/property_delete_success_dto.py +1 -2
- visier_platform_sdk/models/property_dependency_dto.py +1 -2
- visier_platform_sdk/models/property_dependency_list_dto.py +1 -2
- visier_platform_sdk/models/property_dto.py +1 -2
- visier_platform_sdk/models/property_reference_dto.py +1 -2
- visier_platform_sdk/models/property_set_config_dto.py +1 -2
- visier_platform_sdk/models/property_type_details_dto.py +2 -9
- visier_platform_sdk/models/property_type_dto.py +1 -2
- visier_platform_sdk/models/public_key_dto.py +1 -2
- visier_platform_sdk/models/public_keys_dto.py +1 -2
- visier_platform_sdk/models/push_data_cancel_response.py +1 -2
- visier_platform_sdk/models/push_data_column_definition_dto.py +1 -2
- visier_platform_sdk/models/push_data_complete_request.py +1 -2
- visier_platform_sdk/models/push_data_complete_response.py +1 -2
- visier_platform_sdk/models/push_data_response.py +1 -2
- visier_platform_sdk/models/push_data_source_definition_dto.py +1 -2
- visier_platform_sdk/models/push_data_source_definitions_dto.py +1 -2
- visier_platform_sdk/models/qualtrics_auth_params_dto.py +1 -2
- visier_platform_sdk/models/query_axis_dto.py +1 -2
- visier_platform_sdk/models/query_axis_options_dto.py +1 -2
- visier_platform_sdk/models/query_dimension_data_member_selection_dto.py +1 -2
- visier_platform_sdk/models/query_dimension_leaf_selection_dto.py +1 -2
- visier_platform_sdk/models/query_dimension_level_property_dto.py +1 -2
- visier_platform_sdk/models/query_dimension_level_selection_dto.py +1 -2
- visier_platform_sdk/models/query_dimension_member_selection_dto.py +1 -2
- visier_platform_sdk/models/query_execution_error_details_dto.py +1 -2
- visier_platform_sdk/models/query_execution_error_dto.py +1 -2
- visier_platform_sdk/models/query_execution_errors_dto.py +1 -2
- visier_platform_sdk/models/query_filter_dto.py +1 -2
- visier_platform_sdk/models/query_member_map_property_dto.py +1 -2
- visier_platform_sdk/models/query_member_map_selection_dto.py +1 -2
- visier_platform_sdk/models/query_numeric_ranges_dto.py +1 -2
- visier_platform_sdk/models/query_parameter_value_dto.py +9 -4
- visier_platform_sdk/models/query_property_dto.py +1 -2
- visier_platform_sdk/models/query_time_interval_dto.py +1 -2
- visier_platform_sdk/models/query_time_interval_dto_with_dynamic_date_from.py +1 -2
- visier_platform_sdk/models/query_time_interval_dto_with_from_datetime.py +1 -2
- visier_platform_sdk/models/query_time_interval_dto_with_from_instant.py +1 -2
- visier_platform_sdk/models/query_time_intervals_dto.py +1 -2
- visier_platform_sdk/models/query_time_intervals_dto_with_dynamic_date_from.py +1 -2
- visier_platform_sdk/models/query_time_intervals_dto_with_from_datetime.py +1 -2
- visier_platform_sdk/models/query_time_intervals_dto_with_from_instant.py +1 -2
- visier_platform_sdk/models/question_categories_api_response_dto.py +1 -2
- visier_platform_sdk/models/question_category_api_response_dto.py +9 -4
- visier_platform_sdk/models/receiving_job.py +1 -2
- visier_platform_sdk/models/receiving_job_and_status_response.py +1 -2
- visier_platform_sdk/models/receiving_job_extracted_file_response_dto.py +1 -2
- visier_platform_sdk/models/receiving_job_extracted_files_for_tenant_response_dto.py +1 -2
- visier_platform_sdk/models/receiving_job_extracted_files_list_response_dto.py +1 -2
- visier_platform_sdk/models/receiving_job_status_response.py +1 -2
- visier_platform_sdk/models/redshift_auth_params_dto.py +1 -2
- visier_platform_sdk/models/reduced_error_dto.py +1 -2
- visier_platform_sdk/models/reduced_tenant_code_error_dto.py +1 -2
- visier_platform_sdk/models/reduced_user_id_error_dto.py +1 -2
- visier_platform_sdk/models/related_analytic_object_dto.py +1 -2
- visier_platform_sdk/models/relative_time_expression_dto.py +109 -0
- visier_platform_sdk/models/relative_time_period_dto.py +113 -0
- visier_platform_sdk/models/relative_time_selection_dto.py +91 -0
- visier_platform_sdk/models/relative_time_shift_dto.py +89 -0
- visier_platform_sdk/models/relative_to_rule_dto.py +99 -0
- visier_platform_sdk/models/reopen_action_payload.py +3 -4
- visier_platform_sdk/models/report_create_request_dto.py +1 -2
- visier_platform_sdk/models/report_delete_success_dto.py +1 -2
- visier_platform_sdk/models/report_dto.py +1 -2
- visier_platform_sdk/models/report_list_response_dto.py +1 -2
- visier_platform_sdk/models/result.py +1 -2
- visier_platform_sdk/models/role_modules_config_dto.py +1 -2
- visier_platform_sdk/models/rule_dto.py +97 -0
- visier_platform_sdk/models/rule_set_dto.py +101 -0
- visier_platform_sdk/models/salary_benchmark_feedback_input.py +103 -0
- visier_platform_sdk/models/salary_benchmark_input.py +5 -4
- visier_platform_sdk/models/salary_benchmarks_batch_processing_failure_output.py +1 -2
- visier_platform_sdk/models/salary_benchmarks_batch_processing_outputs.py +1 -2
- visier_platform_sdk/models/salary_benchmarks_batch_processing_successful_output.py +1 -2
- visier_platform_sdk/models/salesforce_auth_params_dto.py +1 -2
- visier_platform_sdk/models/salesforce_v2_auth_params_dto.py +1 -2
- visier_platform_sdk/models/same_metric_other_context_dto.py +95 -0
- visier_platform_sdk/models/same_metric_other_time_dto.py +91 -0
- visier_platform_sdk/models/sample_question_api_response_dto.py +1 -2
- visier_platform_sdk/models/sample_questions_api_response_dto.py +1 -2
- visier_platform_sdk/models/scenario_info_dto.py +1 -2
- visier_platform_sdk/models/scenario_or_snapshot_dto.py +1 -2
- visier_platform_sdk/models/securable_dimension_dto.py +1 -2
- visier_platform_sdk/models/securable_property_dto.py +1 -2
- visier_platform_sdk/models/security_assignment_response_dto.py +1 -2
- visier_platform_sdk/models/selection_concept_configuration_dto.py +1 -2
- visier_platform_sdk/models/selection_concept_configuration_map_dto.py +1 -2
- visier_platform_sdk/models/selection_concept_dto.py +1 -2
- visier_platform_sdk/models/selection_concept_list_dto.py +1 -2
- visier_platform_sdk/models/selection_concept_reference_dto.py +4 -5
- visier_platform_sdk/models/selection_concepts_dto.py +1 -2
- visier_platform_sdk/models/service_now_auth_params_dto.py +1 -2
- visier_platform_sdk/models/service_now_v2_auth_params_dto.py +1 -2
- visier_platform_sdk/models/servicing_capability_proto_enum_access_lookup_dto.py +1 -2
- visier_platform_sdk/models/servicing_direct_data_upload_file_response_dto.py +1 -2
- visier_platform_sdk/models/set_connector_setting_request_dto.py +1 -2
- visier_platform_sdk/models/set_connector_setting_response_dto.py +1 -2
- visier_platform_sdk/models/set_connector_settings_request_dto.py +1 -2
- visier_platform_sdk/models/set_connector_settings_response_dto.py +1 -2
- visier_platform_sdk/models/settings_dto.py +1 -2
- visier_platform_sdk/models/shareable_data_access_set.py +1 -2
- visier_platform_sdk/models/sidecar_solution_request_dto.py +1 -2
- visier_platform_sdk/models/sidecar_solution_settings_dto.py +1 -2
- visier_platform_sdk/models/simple_document_header_search_response_dto.py +1 -2
- visier_platform_sdk/models/simple_document_header_search_result_dto.py +1 -2
- visier_platform_sdk/models/simple_metric_details_dto.py +89 -0
- visier_platform_sdk/models/simple_property_type_dto.py +1 -2
- visier_platform_sdk/models/simple_user_dto.py +1 -2
- visier_platform_sdk/models/single_value_setting_dto.py +1 -2
- visier_platform_sdk/models/skill.py +1 -2
- visier_platform_sdk/models/skill_category.py +1 -2
- visier_platform_sdk/models/skill_category_entry.py +1 -2
- visier_platform_sdk/models/skill_entry.py +1 -2
- visier_platform_sdk/models/skill_extraction_input.py +1 -2
- visier_platform_sdk/models/skill_group.py +1 -2
- visier_platform_sdk/models/skill_group_entry.py +1 -2
- visier_platform_sdk/models/skill_match_input.py +1 -2
- visier_platform_sdk/models/slack_auth_params_dto.py +1 -2
- visier_platform_sdk/models/snapshot_query_execution_dto.py +1 -2
- visier_platform_sdk/models/snapshot_query_execution_options_dto.py +1 -2
- visier_platform_sdk/models/snowflake_auth_params_dto.py +1 -2
- visier_platform_sdk/models/sort_option_dto.py +1 -2
- visier_platform_sdk/models/source.py +1 -2
- visier_platform_sdk/models/source_file_response_dto.py +1 -2
- visier_platform_sdk/models/source_import_result_summary_dto.py +1 -2
- visier_platform_sdk/models/sources_api_operation_request_dto.py +1 -2
- visier_platform_sdk/models/sources_api_put_response_dto.py +1 -2
- visier_platform_sdk/models/sql_like200_response.py +1 -2
- visier_platform_sdk/models/sql_like_query_execution_dto.py +1 -2
- visier_platform_sdk/models/sql_server_auth_params_dto.py +1 -2
- visier_platform_sdk/models/start_collaboration_action_payload.py +89 -0
- visier_platform_sdk/models/start_extraction_response.py +1 -2
- visier_platform_sdk/models/start_transfer_response.py +1 -2
- visier_platform_sdk/models/static_dimension_filter_dto.py +1 -2
- visier_platform_sdk/models/status.py +1 -2
- visier_platform_sdk/models/subject_details_dto.py +2 -9
- visier_platform_sdk/models/subject_member_set_parameter_value_dto.py +107 -0
- visier_platform_sdk/models/subject_member_set_parameter_value_dto_list_of_name_path_dto.py +95 -0
- visier_platform_sdk/models/subject_member_set_parameter_value_dto_name_path_dto.py +87 -0
- visier_platform_sdk/models/subject_missing_access_dto.py +1 -2
- visier_platform_sdk/models/subject_reference_dto.py +5 -4
- visier_platform_sdk/models/subject_reference_list_dto.py +1 -2
- visier_platform_sdk/models/{concept_reference_dto.py → submit_action_payload.py} +8 -9
- visier_platform_sdk/models/success_factors_auth_params_dto.py +1 -2
- visier_platform_sdk/models/success_factors_o_auth_params_dto.py +1 -2
- visier_platform_sdk/models/successful_accessible_tenant_profile_assignment_dto.py +1 -2
- visier_platform_sdk/models/successful_change_dto.py +1 -2
- visier_platform_sdk/models/successful_local_tenant_profile_assignment_dto.py +1 -2
- visier_platform_sdk/models/synonym_list_dto.py +1 -2
- visier_platform_sdk/models/system_status_dto.py +1 -2
- visier_platform_sdk/models/table_response_dto.py +1 -2
- visier_platform_sdk/models/tag_map_element_dto.py +1 -2
- visier_platform_sdk/models/tag_reference_dto.py +1 -2
- visier_platform_sdk/models/tag_reference_list_dto.py +1 -2
- visier_platform_sdk/models/tags_dto.py +1 -2
- visier_platform_sdk/models/target_project_for_tenant_dto.py +1 -2
- visier_platform_sdk/models/target_project_for_tenants_list_dto.py +1 -2
- visier_platform_sdk/models/target_tenant_code_dto.py +1 -2
- visier_platform_sdk/models/tenant.py +1 -2
- visier_platform_sdk/models/tenant_and_credential.py +1 -2
- visier_platform_sdk/models/tenant_assignments_dto.py +1 -2
- visier_platform_sdk/models/tenant_code_body.py +1 -2
- visier_platform_sdk/models/tenant_code_error_dto.py +1 -2
- visier_platform_sdk/models/tenant_connector_settings_request_dto.py +1 -2
- visier_platform_sdk/models/tenant_data_upload_status_response_dto.py +1 -2
- visier_platform_sdk/models/tenant_data_upload_update_status_response_dto.py +1 -2
- visier_platform_sdk/models/tenant_data_uploads_list_response_dto.py +1 -2
- visier_platform_sdk/models/tenant_data_uploads_response_dto.py +1 -2
- visier_platform_sdk/models/tenant_data_uploads_update_response_dto.py +1 -2
- visier_platform_sdk/models/tenant_detail_apidto.py +1 -2
- visier_platform_sdk/models/tenant_details_traits_dto.py +2 -3
- visier_platform_sdk/models/tenant_encryption_key_details_dto.py +1 -2
- visier_platform_sdk/models/tenant_encryption_key_dto.py +1 -2
- visier_platform_sdk/models/tenant_management_api_get_response_dto.py +1 -2
- visier_platform_sdk/models/tenant_management_api_list_response_dto.py +3 -4
- visier_platform_sdk/models/tenant_management_api_update_request_dto.py +6 -5
- visier_platform_sdk/models/tenant_management_api_update_response_dto.py +1 -2
- visier_platform_sdk/models/tenant_module_dto.py +1 -2
- visier_platform_sdk/models/tenant_preview_entries_summary_dto.py +1 -2
- visier_platform_sdk/models/tenant_preview_entries_summary_list_dto.py +1 -2
- visier_platform_sdk/models/tenant_provision_apidto.py +2 -3
- visier_platform_sdk/models/tenant_source_files_list_response_dto.py +1 -2
- visier_platform_sdk/models/tenant_status_apidto.py +1 -2
- visier_platform_sdk/models/time_handling_dto.py +93 -0
- visier_platform_sdk/models/time_period_dto.py +119 -0
- visier_platform_sdk/models/time_period_filter_dto.py +97 -0
- visier_platform_sdk/models/time_period_metadata_dto.py +95 -0
- visier_platform_sdk/models/time_shift_dto.py +1 -2
- visier_platform_sdk/models/token_response.py +1 -2
- visier_platform_sdk/models/trigger_criteria_member_result_info_dto.py +93 -0
- visier_platform_sdk/models/trigger_criteria_overall_result_info_dto.py +89 -0
- visier_platform_sdk/models/trigger_criteria_result_info_dto.py +97 -0
- visier_platform_sdk/models/ultimate_auth_params_dto.py +1 -2
- visier_platform_sdk/models/{features_for_user_group_dto.py → update_event_alert_recipient_status_dto.py} +12 -14
- visier_platform_sdk/models/update_tenant_model.py +1 -2
- visier_platform_sdk/models/upload_to_exclude.py +1 -2
- visier_platform_sdk/models/upload_to_include.py +1 -2
- visier_platform_sdk/models/user_creation_api_request_dto.py +1 -2
- visier_platform_sdk/models/user_creation_api_response_dto.py +1 -2
- visier_platform_sdk/models/user_get_api_response_dto.py +1 -2
- visier_platform_sdk/models/user_group_assigned_for_local_tenant_dto.py +1 -2
- visier_platform_sdk/models/user_group_assignment_dto.py +1 -2
- visier_platform_sdk/models/user_group_change_definition_dto.py +9 -12
- visier_platform_sdk/models/user_group_change_dimension_filter_dto.py +1 -2
- visier_platform_sdk/models/user_group_change_failure_dto.py +1 -2
- visier_platform_sdk/models/user_group_change_filter_dto.py +1 -2
- visier_platform_sdk/models/user_group_change_member_selection_dto.py +1 -2
- visier_platform_sdk/models/user_group_change_response_dto.py +1 -2
- visier_platform_sdk/models/user_group_change_success_dto.py +1 -2
- visier_platform_sdk/models/user_group_change_users_dto.py +1 -2
- visier_platform_sdk/models/user_group_delete_dto.py +1 -2
- visier_platform_sdk/models/user_group_delete_failure_dto.py +1 -2
- visier_platform_sdk/models/user_group_delete_response_dto.py +1 -2
- visier_platform_sdk/models/user_group_delete_success_dto.py +1 -2
- visier_platform_sdk/models/user_group_filters_dto.py +1 -2
- visier_platform_sdk/models/user_group_get_api_response_dto.py +1 -2
- visier_platform_sdk/models/user_group_single_delete_response_dto.py +1 -2
- visier_platform_sdk/models/user_groups_change_dto.py +1 -2
- visier_platform_sdk/models/user_groups_delete_request_dto.py +1 -2
- visier_platform_sdk/models/user_groups_get_api_response_dto.py +1 -2
- visier_platform_sdk/models/user_groups_users_dto.py +1 -2
- visier_platform_sdk/models/user_groups_users_for_tenant_dto.py +1 -2
- visier_platform_sdk/models/user_id_error_dto.py +1 -2
- visier_platform_sdk/models/user_property_dto.py +1 -2
- visier_platform_sdk/models/user_security_assignments_dto.py +1 -2
- visier_platform_sdk/models/user_update_api_request_dto.py +1 -2
- visier_platform_sdk/models/user_v3_api_request_dto.py +1 -2
- visier_platform_sdk/models/user_v3_api_response_dto.py +1 -2
- visier_platform_sdk/models/users_api_error_message_dto.py +1 -2
- visier_platform_sdk/models/users_api_failure_dto.py +1 -2
- visier_platform_sdk/models/users_api_response_dto.py +1 -2
- visier_platform_sdk/models/users_api_success_dto.py +1 -2
- visier_platform_sdk/models/users_creation_api_request_dto.py +1 -2
- visier_platform_sdk/models/users_delete_api_request_dto.py +1 -2
- visier_platform_sdk/models/users_to_user_group_request_dto.py +1 -2
- visier_platform_sdk/models/users_to_user_groups_request_dto.py +1 -2
- visier_platform_sdk/models/users_update_api_request_dto.py +1 -2
- visier_platform_sdk/models/users_update_api_user_dto.py +1 -2
- visier_platform_sdk/models/v2_calculated_property_type_dto.py +1 -2
- visier_platform_sdk/models/v2_dimension_dto.py +4 -5
- visier_platform_sdk/models/v2_level_dto.py +1 -2
- visier_platform_sdk/models/v2_simple_property_type_dto.py +1 -2
- visier_platform_sdk/models/validity_range_dto.py +1 -2
- visier_platform_sdk/models/vee_clarification_dto.py +1 -2
- visier_platform_sdk/models/vee_conversation_dto.py +1 -2
- visier_platform_sdk/models/vee_conversation_state_dto.py +1 -2
- visier_platform_sdk/models/vee_corrections_dto.py +1 -2
- visier_platform_sdk/models/vee_data_dto.py +1 -2
- visier_platform_sdk/models/vee_detail_data_dto.py +97 -0
- visier_platform_sdk/models/vee_feedback_dto.py +1 -2
- visier_platform_sdk/models/vee_options_dto.py +5 -4
- visier_platform_sdk/models/vee_question_categories_bulk_change_response_dto.py +105 -0
- visier_platform_sdk/models/vee_question_categories_change_definitions_dto.py +95 -0
- visier_platform_sdk/models/vee_question_categories_delete_definitions_dto.py +95 -0
- visier_platform_sdk/models/vee_question_category_change_definition_dto.py +95 -0
- visier_platform_sdk/models/vee_question_category_change_definitions_by_tenant_dto.py +99 -0
- visier_platform_sdk/models/vee_question_category_change_failure_dto.py +103 -0
- visier_platform_sdk/models/vee_question_category_change_success_dto.py +99 -0
- visier_platform_sdk/models/vee_question_category_delete_definitions_by_tenant_dto.py +91 -0
- visier_platform_sdk/models/vee_question_change_definition_dto.py +1 -2
- visier_platform_sdk/models/vee_question_change_definitions_by_tenant_dto.py +1 -2
- visier_platform_sdk/models/vee_question_change_failure_dto.py +1 -2
- visier_platform_sdk/models/vee_question_change_success_dto.py +1 -2
- visier_platform_sdk/models/vee_question_delete_definitions_by_tenant_dto.py +1 -2
- visier_platform_sdk/models/vee_question_dto.py +1 -2
- visier_platform_sdk/models/vee_questions_bulk_change_response_dto.py +1 -2
- visier_platform_sdk/models/vee_questions_change_definitions_dto.py +1 -2
- visier_platform_sdk/models/vee_questions_delete_definitions_dto.py +1 -2
- visier_platform_sdk/models/vee_response_dto.py +13 -4
- visier_platform_sdk/models/vee_response_schema_dto.py +1 -2
- visier_platform_sdk/models/vee_response_schema_reference_dto.py +1 -2
- visier_platform_sdk/models/vee_sample_question_dto.py +1 -2
- visier_platform_sdk/models/vee_sample_question_library_dto.py +1 -2
- visier_platform_sdk/models/vee_status_code_dto.py +1 -2
- visier_platform_sdk/models/vee_status_dto.py +1 -2
- visier_platform_sdk/models/vee_visual_dto.py +1 -2
- visier_platform_sdk/models/vee_visual_options_dto.py +1 -2
- visier_platform_sdk/models/version_information_dto.py +1 -2
- visier_platform_sdk/models/visible_for_selection_dto.py +100 -0
- visier_platform_sdk/models/webhook_basic_auth_credential_dto.py +1 -2
- visier_platform_sdk/models/webhook_credentials_dto.py +1 -2
- visier_platform_sdk/models/webhook_details_dto.py +2 -3
- visier_platform_sdk/models/webhook_dto.py +1 -2
- visier_platform_sdk/models/webhook_event_type_dto.py +2 -3
- visier_platform_sdk/models/webhook_message_response_dto.py +1 -2
- visier_platform_sdk/models/webhook_request_dto.py +1 -2
- visier_platform_sdk/models/webhooks_dto.py +1 -2
- visier_platform_sdk/models/willow_auth_params_dto.py +1 -2
- visier_platform_sdk/models/workday_auth_params_dto.py +1 -2
- visier_platform_sdk/models/workday_o_auth_params_dto.py +1 -2
- visier_platform_sdk/models/workday_raas_auth_params_dto.py +1 -2
- visier_platform_sdk/models/workday_refresh_token_params_dto.py +1 -2
- visier_platform_sdk/models/zoom_auth_params_dto.py +1 -2
- visier_platform_sdk/rest.py +1 -2
- {visier_platform_sdk-22222222.99201.2050.dist-info → visier_platform_sdk-22222222.99201.2165.dist-info}/METADATA +1 -1
- visier_platform_sdk-22222222.99201.2165.dist-info/RECORD +813 -0
- visier_platform_sdk/models/plans_patch_request_plan_item.py +0 -141
- visier_platform_sdk-22222222.99201.2050.dist-info/RECORD +0 -739
- {visier_platform_sdk-22222222.99201.2050.dist-info → visier_platform_sdk-22222222.99201.2165.dist-info}/WHEEL +0 -0
- {visier_platform_sdk-22222222.99201.2050.dist-info → visier_platform_sdk-22222222.99201.2165.dist-info}/top_level.txt +0 -0
|
@@ -5,13 +5,12 @@
|
|
|
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.2165
|
|
9
9
|
Contact: alpine@visier.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
12
12
|
Do not edit the class manually.
|
|
13
13
|
""" # noqa: E501
|
|
14
|
-
|
|
15
14
|
import warnings
|
|
16
15
|
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
|
|
17
16
|
from typing import Any, Dict, List, Optional, Tuple, Union
|
|
@@ -20,6 +19,7 @@ from typing_extensions import Annotated
|
|
|
20
19
|
from pydantic import Field, StrictStr, field_validator
|
|
21
20
|
from typing import List, Optional
|
|
22
21
|
from typing_extensions import Annotated
|
|
22
|
+
from uuid import UUID
|
|
23
23
|
from visier_platform_sdk.models.bulk_change_response_dto import BulkChangeResponseDTO
|
|
24
24
|
from visier_platform_sdk.models.concept_delete_request_dto import ConceptDeleteRequestDTO
|
|
25
25
|
from visier_platform_sdk.models.concept_request_dto import ConceptRequestDTO
|
|
@@ -48,7 +48,7 @@ class ConceptsV2Api:
|
|
|
48
48
|
self,
|
|
49
49
|
concept_request_dto: ConceptRequestDTO,
|
|
50
50
|
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,
|
|
51
|
-
project_id: Annotated[Optional[
|
|
51
|
+
project_id: Annotated[Optional[UUID], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
52
52
|
_request_timeout: Union[
|
|
53
53
|
None,
|
|
54
54
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -64,7 +64,7 @@ class ConceptsV2Api:
|
|
|
64
64
|
) -> BulkChangeResponseDTO:
|
|
65
65
|
"""Create concepts
|
|
66
66
|
|
|
67
|
-
Create new concepts. The response returns whether each concept was successfully created or not. When creating objects, assign a unique object name but don't set a UUID. Visier generates UUIDs for new objects.
|
|
67
|
+
Create new concepts. The response returns whether each concept was successfully created or not. When creating objects, assign a unique object name but don't set a UUID. Visier generates UUIDs for new objects.
|
|
68
68
|
|
|
69
69
|
:param concept_request_dto: (required)
|
|
70
70
|
:type concept_request_dto: ConceptRequestDTO
|
|
@@ -106,8 +106,7 @@ class ConceptsV2Api:
|
|
|
106
106
|
|
|
107
107
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
108
108
|
'200': "BulkChangeResponseDTO",
|
|
109
|
-
}
|
|
110
|
-
response_data = self.api_client.call_api(
|
|
109
|
+
} response_data = self.api_client.call_api(
|
|
111
110
|
*_param,
|
|
112
111
|
_request_timeout=_request_timeout
|
|
113
112
|
)
|
|
@@ -123,7 +122,7 @@ class ConceptsV2Api:
|
|
|
123
122
|
self,
|
|
124
123
|
concept_request_dto: ConceptRequestDTO,
|
|
125
124
|
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,
|
|
126
|
-
project_id: Annotated[Optional[
|
|
125
|
+
project_id: Annotated[Optional[UUID], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
127
126
|
_request_timeout: Union[
|
|
128
127
|
None,
|
|
129
128
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -139,7 +138,7 @@ class ConceptsV2Api:
|
|
|
139
138
|
) -> ApiResponse[BulkChangeResponseDTO]:
|
|
140
139
|
"""Create concepts
|
|
141
140
|
|
|
142
|
-
Create new concepts. The response returns whether each concept was successfully created or not. When creating objects, assign a unique object name but don't set a UUID. Visier generates UUIDs for new objects.
|
|
141
|
+
Create new concepts. The response returns whether each concept was successfully created or not. When creating objects, assign a unique object name but don't set a UUID. Visier generates UUIDs for new objects.
|
|
143
142
|
|
|
144
143
|
:param concept_request_dto: (required)
|
|
145
144
|
:type concept_request_dto: ConceptRequestDTO
|
|
@@ -181,8 +180,7 @@ class ConceptsV2Api:
|
|
|
181
180
|
|
|
182
181
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
183
182
|
'200': "BulkChangeResponseDTO",
|
|
184
|
-
}
|
|
185
|
-
response_data = self.api_client.call_api(
|
|
183
|
+
} response_data = self.api_client.call_api(
|
|
186
184
|
*_param,
|
|
187
185
|
_request_timeout=_request_timeout
|
|
188
186
|
)
|
|
@@ -198,7 +196,7 @@ class ConceptsV2Api:
|
|
|
198
196
|
self,
|
|
199
197
|
concept_request_dto: ConceptRequestDTO,
|
|
200
198
|
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,
|
|
201
|
-
project_id: Annotated[Optional[
|
|
199
|
+
project_id: Annotated[Optional[UUID], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
202
200
|
_request_timeout: Union[
|
|
203
201
|
None,
|
|
204
202
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -214,7 +212,7 @@ class ConceptsV2Api:
|
|
|
214
212
|
) -> RESTResponseType:
|
|
215
213
|
"""Create concepts
|
|
216
214
|
|
|
217
|
-
Create new concepts. The response returns whether each concept was successfully created or not. When creating objects, assign a unique object name but don't set a UUID. Visier generates UUIDs for new objects.
|
|
215
|
+
Create new concepts. The response returns whether each concept was successfully created or not. When creating objects, assign a unique object name but don't set a UUID. Visier generates UUIDs for new objects.
|
|
218
216
|
|
|
219
217
|
:param concept_request_dto: (required)
|
|
220
218
|
:type concept_request_dto: ConceptRequestDTO
|
|
@@ -256,8 +254,7 @@ class ConceptsV2Api:
|
|
|
256
254
|
|
|
257
255
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
258
256
|
'200': "BulkChangeResponseDTO",
|
|
259
|
-
}
|
|
260
|
-
response_data = self.api_client.call_api(
|
|
257
|
+
} response_data = self.api_client.call_api(
|
|
261
258
|
*_param,
|
|
262
259
|
_request_timeout=_request_timeout
|
|
263
260
|
)
|
|
@@ -335,7 +332,7 @@ class ConceptsV2Api:
|
|
|
335
332
|
|
|
336
333
|
return self.api_client.param_serialize(
|
|
337
334
|
method='POST',
|
|
338
|
-
resource_path='/
|
|
335
|
+
resource_path='/v2/data/model/concepts',
|
|
339
336
|
path_params=_path_params,
|
|
340
337
|
query_params=_query_params,
|
|
341
338
|
header_params=_header_params,
|
|
@@ -356,7 +353,7 @@ class ConceptsV2Api:
|
|
|
356
353
|
self,
|
|
357
354
|
concept_delete_request_dto: ConceptDeleteRequestDTO,
|
|
358
355
|
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,
|
|
359
|
-
project_id: Annotated[Optional[
|
|
356
|
+
project_id: Annotated[Optional[UUID], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
360
357
|
_request_timeout: Union[
|
|
361
358
|
None,
|
|
362
359
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -372,7 +369,7 @@ class ConceptsV2Api:
|
|
|
372
369
|
) -> BulkChangeResponseDTO:
|
|
373
370
|
"""Delete concepts
|
|
374
371
|
|
|
375
|
-
Delete existing concepts. The response returns whether each concept was successfully deleted or not.
|
|
372
|
+
Delete existing concepts. The response returns whether each concept was successfully deleted or not.
|
|
376
373
|
|
|
377
374
|
:param concept_delete_request_dto: (required)
|
|
378
375
|
:type concept_delete_request_dto: ConceptDeleteRequestDTO
|
|
@@ -414,8 +411,7 @@ class ConceptsV2Api:
|
|
|
414
411
|
|
|
415
412
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
416
413
|
'200': "BulkChangeResponseDTO",
|
|
417
|
-
}
|
|
418
|
-
response_data = self.api_client.call_api(
|
|
414
|
+
} response_data = self.api_client.call_api(
|
|
419
415
|
*_param,
|
|
420
416
|
_request_timeout=_request_timeout
|
|
421
417
|
)
|
|
@@ -431,7 +427,7 @@ class ConceptsV2Api:
|
|
|
431
427
|
self,
|
|
432
428
|
concept_delete_request_dto: ConceptDeleteRequestDTO,
|
|
433
429
|
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,
|
|
434
|
-
project_id: Annotated[Optional[
|
|
430
|
+
project_id: Annotated[Optional[UUID], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
435
431
|
_request_timeout: Union[
|
|
436
432
|
None,
|
|
437
433
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -447,7 +443,7 @@ class ConceptsV2Api:
|
|
|
447
443
|
) -> ApiResponse[BulkChangeResponseDTO]:
|
|
448
444
|
"""Delete concepts
|
|
449
445
|
|
|
450
|
-
Delete existing concepts. The response returns whether each concept was successfully deleted or not.
|
|
446
|
+
Delete existing concepts. The response returns whether each concept was successfully deleted or not.
|
|
451
447
|
|
|
452
448
|
:param concept_delete_request_dto: (required)
|
|
453
449
|
:type concept_delete_request_dto: ConceptDeleteRequestDTO
|
|
@@ -489,8 +485,7 @@ class ConceptsV2Api:
|
|
|
489
485
|
|
|
490
486
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
491
487
|
'200': "BulkChangeResponseDTO",
|
|
492
|
-
}
|
|
493
|
-
response_data = self.api_client.call_api(
|
|
488
|
+
} response_data = self.api_client.call_api(
|
|
494
489
|
*_param,
|
|
495
490
|
_request_timeout=_request_timeout
|
|
496
491
|
)
|
|
@@ -506,7 +501,7 @@ class ConceptsV2Api:
|
|
|
506
501
|
self,
|
|
507
502
|
concept_delete_request_dto: ConceptDeleteRequestDTO,
|
|
508
503
|
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,
|
|
509
|
-
project_id: Annotated[Optional[
|
|
504
|
+
project_id: Annotated[Optional[UUID], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
510
505
|
_request_timeout: Union[
|
|
511
506
|
None,
|
|
512
507
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -522,7 +517,7 @@ class ConceptsV2Api:
|
|
|
522
517
|
) -> RESTResponseType:
|
|
523
518
|
"""Delete concepts
|
|
524
519
|
|
|
525
|
-
Delete existing concepts. The response returns whether each concept was successfully deleted or not.
|
|
520
|
+
Delete existing concepts. The response returns whether each concept was successfully deleted or not.
|
|
526
521
|
|
|
527
522
|
:param concept_delete_request_dto: (required)
|
|
528
523
|
:type concept_delete_request_dto: ConceptDeleteRequestDTO
|
|
@@ -564,8 +559,7 @@ class ConceptsV2Api:
|
|
|
564
559
|
|
|
565
560
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
566
561
|
'200': "BulkChangeResponseDTO",
|
|
567
|
-
}
|
|
568
|
-
response_data = self.api_client.call_api(
|
|
562
|
+
} response_data = self.api_client.call_api(
|
|
569
563
|
*_param,
|
|
570
564
|
_request_timeout=_request_timeout
|
|
571
565
|
)
|
|
@@ -643,7 +637,7 @@ class ConceptsV2Api:
|
|
|
643
637
|
|
|
644
638
|
return self.api_client.param_serialize(
|
|
645
639
|
method='DELETE',
|
|
646
|
-
resource_path='/
|
|
640
|
+
resource_path='/v2/data/model/concepts',
|
|
647
641
|
path_params=_path_params,
|
|
648
642
|
query_params=_query_params,
|
|
649
643
|
header_params=_header_params,
|
|
@@ -663,11 +657,11 @@ class ConceptsV2Api:
|
|
|
663
657
|
def get_all_concepts(
|
|
664
658
|
self,
|
|
665
659
|
type: Annotated[Optional[List[StrictStr]], Field(description="The type of the concept to retrieve. Omit to retrieve all supported concept types. Valid values: - `process`: Retrieves all process concepts. - `selection`: Retrieves all member selection concepts and calculated selection concepts.")] = None,
|
|
666
|
-
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `
|
|
660
|
+
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInAnalytics`. - `version`: Retrieves the object's version information, such as version type and last edited details.")] = None,
|
|
667
661
|
object_name: Annotated[Optional[List[StrictStr]], Field(description="The concept object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.")] = None,
|
|
668
662
|
uuid: Annotated[Optional[List[StrictStr]], Field(description="The concept UUIDs to return in the response. When combined with `objectName`, the results return objects that match either the `objectName` or `uuid`.")] = None,
|
|
669
663
|
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,
|
|
670
|
-
project_id: Annotated[Optional[
|
|
664
|
+
project_id: Annotated[Optional[UUID], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
671
665
|
_request_timeout: Union[
|
|
672
666
|
None,
|
|
673
667
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -683,11 +677,11 @@ class ConceptsV2Api:
|
|
|
683
677
|
) -> ConceptResponseDTO:
|
|
684
678
|
"""Retrieve a list of concepts
|
|
685
679
|
|
|
686
|
-
Retrieve a list of all concepts in your Visier tenant.
|
|
680
|
+
Retrieve a list of all concepts in your Visier tenant.
|
|
687
681
|
|
|
688
682
|
:param type: The type of the concept to retrieve. Omit to retrieve all supported concept types. Valid values: - `process`: Retrieves all process concepts. - `selection`: Retrieves all member selection concepts and calculated selection concepts.
|
|
689
683
|
:type type: List[str]
|
|
690
|
-
:param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `
|
|
684
|
+
:param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInAnalytics`. - `version`: Retrieves the object's version information, such as version type and last edited details.
|
|
691
685
|
:type var_with: List[str]
|
|
692
686
|
:param object_name: The concept object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.
|
|
693
687
|
:type object_name: List[str]
|
|
@@ -734,8 +728,7 @@ class ConceptsV2Api:
|
|
|
734
728
|
|
|
735
729
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
736
730
|
'200': "ConceptResponseDTO",
|
|
737
|
-
}
|
|
738
|
-
response_data = self.api_client.call_api(
|
|
731
|
+
} response_data = self.api_client.call_api(
|
|
739
732
|
*_param,
|
|
740
733
|
_request_timeout=_request_timeout
|
|
741
734
|
)
|
|
@@ -750,11 +743,11 @@ class ConceptsV2Api:
|
|
|
750
743
|
def get_all_concepts_with_http_info(
|
|
751
744
|
self,
|
|
752
745
|
type: Annotated[Optional[List[StrictStr]], Field(description="The type of the concept to retrieve. Omit to retrieve all supported concept types. Valid values: - `process`: Retrieves all process concepts. - `selection`: Retrieves all member selection concepts and calculated selection concepts.")] = None,
|
|
753
|
-
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `
|
|
746
|
+
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInAnalytics`. - `version`: Retrieves the object's version information, such as version type and last edited details.")] = None,
|
|
754
747
|
object_name: Annotated[Optional[List[StrictStr]], Field(description="The concept object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.")] = None,
|
|
755
748
|
uuid: Annotated[Optional[List[StrictStr]], Field(description="The concept UUIDs to return in the response. When combined with `objectName`, the results return objects that match either the `objectName` or `uuid`.")] = None,
|
|
756
749
|
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,
|
|
757
|
-
project_id: Annotated[Optional[
|
|
750
|
+
project_id: Annotated[Optional[UUID], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
758
751
|
_request_timeout: Union[
|
|
759
752
|
None,
|
|
760
753
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -770,11 +763,11 @@ class ConceptsV2Api:
|
|
|
770
763
|
) -> ApiResponse[ConceptResponseDTO]:
|
|
771
764
|
"""Retrieve a list of concepts
|
|
772
765
|
|
|
773
|
-
Retrieve a list of all concepts in your Visier tenant.
|
|
766
|
+
Retrieve a list of all concepts in your Visier tenant.
|
|
774
767
|
|
|
775
768
|
:param type: The type of the concept to retrieve. Omit to retrieve all supported concept types. Valid values: - `process`: Retrieves all process concepts. - `selection`: Retrieves all member selection concepts and calculated selection concepts.
|
|
776
769
|
:type type: List[str]
|
|
777
|
-
:param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `
|
|
770
|
+
:param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInAnalytics`. - `version`: Retrieves the object's version information, such as version type and last edited details.
|
|
778
771
|
:type var_with: List[str]
|
|
779
772
|
:param object_name: The concept object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.
|
|
780
773
|
:type object_name: List[str]
|
|
@@ -821,8 +814,7 @@ class ConceptsV2Api:
|
|
|
821
814
|
|
|
822
815
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
823
816
|
'200': "ConceptResponseDTO",
|
|
824
|
-
}
|
|
825
|
-
response_data = self.api_client.call_api(
|
|
817
|
+
} response_data = self.api_client.call_api(
|
|
826
818
|
*_param,
|
|
827
819
|
_request_timeout=_request_timeout
|
|
828
820
|
)
|
|
@@ -837,11 +829,11 @@ class ConceptsV2Api:
|
|
|
837
829
|
def get_all_concepts_without_preload_content(
|
|
838
830
|
self,
|
|
839
831
|
type: Annotated[Optional[List[StrictStr]], Field(description="The type of the concept to retrieve. Omit to retrieve all supported concept types. Valid values: - `process`: Retrieves all process concepts. - `selection`: Retrieves all member selection concepts and calculated selection concepts.")] = None,
|
|
840
|
-
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `
|
|
832
|
+
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInAnalytics`. - `version`: Retrieves the object's version information, such as version type and last edited details.")] = None,
|
|
841
833
|
object_name: Annotated[Optional[List[StrictStr]], Field(description="The concept object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.")] = None,
|
|
842
834
|
uuid: Annotated[Optional[List[StrictStr]], Field(description="The concept UUIDs to return in the response. When combined with `objectName`, the results return objects that match either the `objectName` or `uuid`.")] = None,
|
|
843
835
|
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,
|
|
844
|
-
project_id: Annotated[Optional[
|
|
836
|
+
project_id: Annotated[Optional[UUID], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
845
837
|
_request_timeout: Union[
|
|
846
838
|
None,
|
|
847
839
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -857,11 +849,11 @@ class ConceptsV2Api:
|
|
|
857
849
|
) -> RESTResponseType:
|
|
858
850
|
"""Retrieve a list of concepts
|
|
859
851
|
|
|
860
|
-
Retrieve a list of all concepts in your Visier tenant.
|
|
852
|
+
Retrieve a list of all concepts in your Visier tenant.
|
|
861
853
|
|
|
862
854
|
:param type: The type of the concept to retrieve. Omit to retrieve all supported concept types. Valid values: - `process`: Retrieves all process concepts. - `selection`: Retrieves all member selection concepts and calculated selection concepts.
|
|
863
855
|
:type type: List[str]
|
|
864
|
-
:param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `
|
|
856
|
+
:param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInAnalytics`. - `version`: Retrieves the object's version information, such as version type and last edited details.
|
|
865
857
|
:type var_with: List[str]
|
|
866
858
|
:param object_name: The concept object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.
|
|
867
859
|
:type object_name: List[str]
|
|
@@ -908,8 +900,7 @@ class ConceptsV2Api:
|
|
|
908
900
|
|
|
909
901
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
910
902
|
'200': "ConceptResponseDTO",
|
|
911
|
-
}
|
|
912
|
-
response_data = self.api_client.call_api(
|
|
903
|
+
} response_data = self.api_client.call_api(
|
|
913
904
|
*_param,
|
|
914
905
|
_request_timeout=_request_timeout
|
|
915
906
|
)
|
|
@@ -995,7 +986,7 @@ class ConceptsV2Api:
|
|
|
995
986
|
|
|
996
987
|
return self.api_client.param_serialize(
|
|
997
988
|
method='GET',
|
|
998
|
-
resource_path='/
|
|
989
|
+
resource_path='/v2/data/model/concepts',
|
|
999
990
|
path_params=_path_params,
|
|
1000
991
|
query_params=_query_params,
|
|
1001
992
|
header_params=_header_params,
|
|
@@ -1016,11 +1007,11 @@ class ConceptsV2Api:
|
|
|
1016
1007
|
self,
|
|
1017
1008
|
analytic_object_name: Annotated[StrictStr, Field(description="The object name of the analytic object from which to retrieve concepts.")],
|
|
1018
1009
|
type: Annotated[Optional[List[StrictStr]], Field(description="The type of the concept to retrieve. Omit to retrieve all supported concept types. Valid values: - `process`: Retrieves all process concepts. - `selection`: Retrieves all member selection concepts and calculated selection concepts.")] = None,
|
|
1019
|
-
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `
|
|
1010
|
+
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInAnalytics`. - `version`: Retrieves the object's version information, such as version type and last edited details.")] = None,
|
|
1020
1011
|
object_name: Annotated[Optional[List[StrictStr]], Field(description="The concept object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.")] = None,
|
|
1021
1012
|
uuid: Annotated[Optional[List[StrictStr]], Field(description="The concept UUIDs to return in the response. When combined with `objectName`, the results return objects that match either the `objectName` or `uuid`.")] = None,
|
|
1022
1013
|
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,
|
|
1023
|
-
project_id: Annotated[Optional[
|
|
1014
|
+
project_id: Annotated[Optional[UUID], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
1024
1015
|
_request_timeout: Union[
|
|
1025
1016
|
None,
|
|
1026
1017
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -1036,13 +1027,13 @@ class ConceptsV2Api:
|
|
|
1036
1027
|
) -> ConceptResponseDTO:
|
|
1037
1028
|
"""Retrieve a list of concepts by analytic object
|
|
1038
1029
|
|
|
1039
|
-
Retrieve all the concepts for a specific analytic object. The response returns the details of all concepts for the analytic object, including object names, concept types, and descriptions.
|
|
1030
|
+
Retrieve all the concepts for a specific analytic object. The response returns the details of all concepts for the analytic object, including object names, concept types, and descriptions.
|
|
1040
1031
|
|
|
1041
1032
|
:param analytic_object_name: The object name of the analytic object from which to retrieve concepts. (required)
|
|
1042
1033
|
:type analytic_object_name: str
|
|
1043
1034
|
:param type: The type of the concept to retrieve. Omit to retrieve all supported concept types. Valid values: - `process`: Retrieves all process concepts. - `selection`: Retrieves all member selection concepts and calculated selection concepts.
|
|
1044
1035
|
:type type: List[str]
|
|
1045
|
-
:param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `
|
|
1036
|
+
:param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInAnalytics`. - `version`: Retrieves the object's version information, such as version type and last edited details.
|
|
1046
1037
|
:type var_with: List[str]
|
|
1047
1038
|
:param object_name: The concept object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.
|
|
1048
1039
|
:type object_name: List[str]
|
|
@@ -1090,8 +1081,7 @@ class ConceptsV2Api:
|
|
|
1090
1081
|
|
|
1091
1082
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1092
1083
|
'200': "ConceptResponseDTO",
|
|
1093
|
-
}
|
|
1094
|
-
response_data = self.api_client.call_api(
|
|
1084
|
+
} response_data = self.api_client.call_api(
|
|
1095
1085
|
*_param,
|
|
1096
1086
|
_request_timeout=_request_timeout
|
|
1097
1087
|
)
|
|
@@ -1107,11 +1097,11 @@ class ConceptsV2Api:
|
|
|
1107
1097
|
self,
|
|
1108
1098
|
analytic_object_name: Annotated[StrictStr, Field(description="The object name of the analytic object from which to retrieve concepts.")],
|
|
1109
1099
|
type: Annotated[Optional[List[StrictStr]], Field(description="The type of the concept to retrieve. Omit to retrieve all supported concept types. Valid values: - `process`: Retrieves all process concepts. - `selection`: Retrieves all member selection concepts and calculated selection concepts.")] = None,
|
|
1110
|
-
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `
|
|
1100
|
+
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInAnalytics`. - `version`: Retrieves the object's version information, such as version type and last edited details.")] = None,
|
|
1111
1101
|
object_name: Annotated[Optional[List[StrictStr]], Field(description="The concept object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.")] = None,
|
|
1112
1102
|
uuid: Annotated[Optional[List[StrictStr]], Field(description="The concept UUIDs to return in the response. When combined with `objectName`, the results return objects that match either the `objectName` or `uuid`.")] = None,
|
|
1113
1103
|
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,
|
|
1114
|
-
project_id: Annotated[Optional[
|
|
1104
|
+
project_id: Annotated[Optional[UUID], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
1115
1105
|
_request_timeout: Union[
|
|
1116
1106
|
None,
|
|
1117
1107
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -1127,13 +1117,13 @@ class ConceptsV2Api:
|
|
|
1127
1117
|
) -> ApiResponse[ConceptResponseDTO]:
|
|
1128
1118
|
"""Retrieve a list of concepts by analytic object
|
|
1129
1119
|
|
|
1130
|
-
Retrieve all the concepts for a specific analytic object. The response returns the details of all concepts for the analytic object, including object names, concept types, and descriptions.
|
|
1120
|
+
Retrieve all the concepts for a specific analytic object. The response returns the details of all concepts for the analytic object, including object names, concept types, and descriptions.
|
|
1131
1121
|
|
|
1132
1122
|
:param analytic_object_name: The object name of the analytic object from which to retrieve concepts. (required)
|
|
1133
1123
|
:type analytic_object_name: str
|
|
1134
1124
|
:param type: The type of the concept to retrieve. Omit to retrieve all supported concept types. Valid values: - `process`: Retrieves all process concepts. - `selection`: Retrieves all member selection concepts and calculated selection concepts.
|
|
1135
1125
|
:type type: List[str]
|
|
1136
|
-
:param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `
|
|
1126
|
+
:param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInAnalytics`. - `version`: Retrieves the object's version information, such as version type and last edited details.
|
|
1137
1127
|
:type var_with: List[str]
|
|
1138
1128
|
:param object_name: The concept object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.
|
|
1139
1129
|
:type object_name: List[str]
|
|
@@ -1181,8 +1171,7 @@ class ConceptsV2Api:
|
|
|
1181
1171
|
|
|
1182
1172
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1183
1173
|
'200': "ConceptResponseDTO",
|
|
1184
|
-
}
|
|
1185
|
-
response_data = self.api_client.call_api(
|
|
1174
|
+
} response_data = self.api_client.call_api(
|
|
1186
1175
|
*_param,
|
|
1187
1176
|
_request_timeout=_request_timeout
|
|
1188
1177
|
)
|
|
@@ -1198,11 +1187,11 @@ class ConceptsV2Api:
|
|
|
1198
1187
|
self,
|
|
1199
1188
|
analytic_object_name: Annotated[StrictStr, Field(description="The object name of the analytic object from which to retrieve concepts.")],
|
|
1200
1189
|
type: Annotated[Optional[List[StrictStr]], Field(description="The type of the concept to retrieve. Omit to retrieve all supported concept types. Valid values: - `process`: Retrieves all process concepts. - `selection`: Retrieves all member selection concepts and calculated selection concepts.")] = None,
|
|
1201
|
-
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `
|
|
1190
|
+
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInAnalytics`. - `version`: Retrieves the object's version information, such as version type and last edited details.")] = None,
|
|
1202
1191
|
object_name: Annotated[Optional[List[StrictStr]], Field(description="The concept object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.")] = None,
|
|
1203
1192
|
uuid: Annotated[Optional[List[StrictStr]], Field(description="The concept UUIDs to return in the response. When combined with `objectName`, the results return objects that match either the `objectName` or `uuid`.")] = None,
|
|
1204
1193
|
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,
|
|
1205
|
-
project_id: Annotated[Optional[
|
|
1194
|
+
project_id: Annotated[Optional[UUID], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
1206
1195
|
_request_timeout: Union[
|
|
1207
1196
|
None,
|
|
1208
1197
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -1218,13 +1207,13 @@ class ConceptsV2Api:
|
|
|
1218
1207
|
) -> RESTResponseType:
|
|
1219
1208
|
"""Retrieve a list of concepts by analytic object
|
|
1220
1209
|
|
|
1221
|
-
Retrieve all the concepts for a specific analytic object. The response returns the details of all concepts for the analytic object, including object names, concept types, and descriptions.
|
|
1210
|
+
Retrieve all the concepts for a specific analytic object. The response returns the details of all concepts for the analytic object, including object names, concept types, and descriptions.
|
|
1222
1211
|
|
|
1223
1212
|
:param analytic_object_name: The object name of the analytic object from which to retrieve concepts. (required)
|
|
1224
1213
|
:type analytic_object_name: str
|
|
1225
1214
|
:param type: The type of the concept to retrieve. Omit to retrieve all supported concept types. Valid values: - `process`: Retrieves all process concepts. - `selection`: Retrieves all member selection concepts and calculated selection concepts.
|
|
1226
1215
|
:type type: List[str]
|
|
1227
|
-
:param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `
|
|
1216
|
+
:param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInAnalytics`. - `version`: Retrieves the object's version information, such as version type and last edited details.
|
|
1228
1217
|
:type var_with: List[str]
|
|
1229
1218
|
:param object_name: The concept object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.
|
|
1230
1219
|
:type object_name: List[str]
|
|
@@ -1272,8 +1261,7 @@ class ConceptsV2Api:
|
|
|
1272
1261
|
|
|
1273
1262
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1274
1263
|
'200': "ConceptResponseDTO",
|
|
1275
|
-
}
|
|
1276
|
-
response_data = self.api_client.call_api(
|
|
1264
|
+
} response_data = self.api_client.call_api(
|
|
1277
1265
|
*_param,
|
|
1278
1266
|
_request_timeout=_request_timeout
|
|
1279
1267
|
)
|
|
@@ -1362,7 +1350,7 @@ class ConceptsV2Api:
|
|
|
1362
1350
|
|
|
1363
1351
|
return self.api_client.param_serialize(
|
|
1364
1352
|
method='GET',
|
|
1365
|
-
resource_path='/
|
|
1353
|
+
resource_path='/v2/data/model/analytic-objects/{analyticObjectName}/concepts',
|
|
1366
1354
|
path_params=_path_params,
|
|
1367
1355
|
query_params=_query_params,
|
|
1368
1356
|
header_params=_header_params,
|
|
@@ -1382,9 +1370,9 @@ class ConceptsV2Api:
|
|
|
1382
1370
|
def get_one_concept(
|
|
1383
1371
|
self,
|
|
1384
1372
|
concept_id: Annotated[StrictStr, Field(description="The object name or UUID of the concept to retrieve.")],
|
|
1385
|
-
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. - `details`: Retrieves the `basic` details and additional configurations, such as `
|
|
1373
|
+
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInAnalytics`. This is the default. - `version`: Retrieves the object's version information, such as version type and last edited details.")] = None,
|
|
1386
1374
|
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,
|
|
1387
|
-
project_id: Annotated[Optional[
|
|
1375
|
+
project_id: Annotated[Optional[UUID], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
1388
1376
|
_request_timeout: Union[
|
|
1389
1377
|
None,
|
|
1390
1378
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -1400,11 +1388,11 @@ class ConceptsV2Api:
|
|
|
1400
1388
|
) -> ConceptResponseDTO:
|
|
1401
1389
|
"""Retrieve a concept's details
|
|
1402
1390
|
|
|
1403
|
-
Retrieve the details of a specific concept, such as its concept type and description.
|
|
1391
|
+
Retrieve the details of a specific concept, such as its concept type and description.
|
|
1404
1392
|
|
|
1405
1393
|
:param concept_id: The object name or UUID of the concept to retrieve. (required)
|
|
1406
1394
|
:type concept_id: str
|
|
1407
|
-
:param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. - `details`: Retrieves the `basic` details and additional configurations, such as `
|
|
1395
|
+
:param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInAnalytics`. This is the default. - `version`: Retrieves the object's version information, such as version type and last edited details.
|
|
1408
1396
|
:type var_with: List[str]
|
|
1409
1397
|
: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.
|
|
1410
1398
|
:type target_tenant_id: str
|
|
@@ -1445,8 +1433,7 @@ class ConceptsV2Api:
|
|
|
1445
1433
|
|
|
1446
1434
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1447
1435
|
'200': "ConceptResponseDTO",
|
|
1448
|
-
}
|
|
1449
|
-
response_data = self.api_client.call_api(
|
|
1436
|
+
} response_data = self.api_client.call_api(
|
|
1450
1437
|
*_param,
|
|
1451
1438
|
_request_timeout=_request_timeout
|
|
1452
1439
|
)
|
|
@@ -1461,9 +1448,9 @@ class ConceptsV2Api:
|
|
|
1461
1448
|
def get_one_concept_with_http_info(
|
|
1462
1449
|
self,
|
|
1463
1450
|
concept_id: Annotated[StrictStr, Field(description="The object name or UUID of the concept to retrieve.")],
|
|
1464
|
-
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. - `details`: Retrieves the `basic` details and additional configurations, such as `
|
|
1451
|
+
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInAnalytics`. This is the default. - `version`: Retrieves the object's version information, such as version type and last edited details.")] = None,
|
|
1465
1452
|
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,
|
|
1466
|
-
project_id: Annotated[Optional[
|
|
1453
|
+
project_id: Annotated[Optional[UUID], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
1467
1454
|
_request_timeout: Union[
|
|
1468
1455
|
None,
|
|
1469
1456
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -1479,11 +1466,11 @@ class ConceptsV2Api:
|
|
|
1479
1466
|
) -> ApiResponse[ConceptResponseDTO]:
|
|
1480
1467
|
"""Retrieve a concept's details
|
|
1481
1468
|
|
|
1482
|
-
Retrieve the details of a specific concept, such as its concept type and description.
|
|
1469
|
+
Retrieve the details of a specific concept, such as its concept type and description.
|
|
1483
1470
|
|
|
1484
1471
|
:param concept_id: The object name or UUID of the concept to retrieve. (required)
|
|
1485
1472
|
:type concept_id: str
|
|
1486
|
-
:param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. - `details`: Retrieves the `basic` details and additional configurations, such as `
|
|
1473
|
+
:param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInAnalytics`. This is the default. - `version`: Retrieves the object's version information, such as version type and last edited details.
|
|
1487
1474
|
:type var_with: List[str]
|
|
1488
1475
|
: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.
|
|
1489
1476
|
:type target_tenant_id: str
|
|
@@ -1524,8 +1511,7 @@ class ConceptsV2Api:
|
|
|
1524
1511
|
|
|
1525
1512
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1526
1513
|
'200': "ConceptResponseDTO",
|
|
1527
|
-
}
|
|
1528
|
-
response_data = self.api_client.call_api(
|
|
1514
|
+
} response_data = self.api_client.call_api(
|
|
1529
1515
|
*_param,
|
|
1530
1516
|
_request_timeout=_request_timeout
|
|
1531
1517
|
)
|
|
@@ -1540,9 +1526,9 @@ class ConceptsV2Api:
|
|
|
1540
1526
|
def get_one_concept_without_preload_content(
|
|
1541
1527
|
self,
|
|
1542
1528
|
concept_id: Annotated[StrictStr, Field(description="The object name or UUID of the concept to retrieve.")],
|
|
1543
|
-
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. - `details`: Retrieves the `basic` details and additional configurations, such as `
|
|
1529
|
+
var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInAnalytics`. This is the default. - `version`: Retrieves the object's version information, such as version type and last edited details.")] = None,
|
|
1544
1530
|
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,
|
|
1545
|
-
project_id: Annotated[Optional[
|
|
1531
|
+
project_id: Annotated[Optional[UUID], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
1546
1532
|
_request_timeout: Union[
|
|
1547
1533
|
None,
|
|
1548
1534
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -1558,11 +1544,11 @@ class ConceptsV2Api:
|
|
|
1558
1544
|
) -> RESTResponseType:
|
|
1559
1545
|
"""Retrieve a concept's details
|
|
1560
1546
|
|
|
1561
|
-
Retrieve the details of a specific concept, such as its concept type and description.
|
|
1547
|
+
Retrieve the details of a specific concept, such as its concept type and description.
|
|
1562
1548
|
|
|
1563
1549
|
:param concept_id: The object name or UUID of the concept to retrieve. (required)
|
|
1564
1550
|
:type concept_id: str
|
|
1565
|
-
:param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. - `details`: Retrieves the `basic` details and additional configurations, such as `
|
|
1551
|
+
:param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInAnalytics`. This is the default. - `version`: Retrieves the object's version information, such as version type and last edited details.
|
|
1566
1552
|
:type var_with: List[str]
|
|
1567
1553
|
: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.
|
|
1568
1554
|
:type target_tenant_id: str
|
|
@@ -1603,8 +1589,7 @@ class ConceptsV2Api:
|
|
|
1603
1589
|
|
|
1604
1590
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1605
1591
|
'200': "ConceptResponseDTO",
|
|
1606
|
-
}
|
|
1607
|
-
response_data = self.api_client.call_api(
|
|
1592
|
+
} response_data = self.api_client.call_api(
|
|
1608
1593
|
*_param,
|
|
1609
1594
|
_request_timeout=_request_timeout
|
|
1610
1595
|
)
|
|
@@ -1675,7 +1660,7 @@ class ConceptsV2Api:
|
|
|
1675
1660
|
|
|
1676
1661
|
return self.api_client.param_serialize(
|
|
1677
1662
|
method='GET',
|
|
1678
|
-
resource_path='/
|
|
1663
|
+
resource_path='/v2/data/model/concepts/{conceptId}',
|
|
1679
1664
|
path_params=_path_params,
|
|
1680
1665
|
query_params=_query_params,
|
|
1681
1666
|
header_params=_header_params,
|
|
@@ -1696,7 +1681,7 @@ class ConceptsV2Api:
|
|
|
1696
1681
|
self,
|
|
1697
1682
|
concept_request_dto: ConceptRequestDTO,
|
|
1698
1683
|
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,
|
|
1699
|
-
project_id: Annotated[Optional[
|
|
1684
|
+
project_id: Annotated[Optional[UUID], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
1700
1685
|
_request_timeout: Union[
|
|
1701
1686
|
None,
|
|
1702
1687
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -1712,7 +1697,7 @@ class ConceptsV2Api:
|
|
|
1712
1697
|
) -> BulkChangeResponseDTO:
|
|
1713
1698
|
"""Partially update concepts
|
|
1714
1699
|
|
|
1715
|
-
Make partial changes to existing concepts. The response returns whether each concept was successfully patched or not. When patching objects, we recommend that you first retrieve the object definition using `GET`. You can use the `GET` response in your `PATCH` request definition. Unlike `PUT`, which completely replaces the concept definition, use `PATCH` to change specific fields in the concept without affecting omitted fields. To replace a concept's entire definition, see the `PUT` method.
|
|
1700
|
+
Make partial changes to existing concepts. The response returns whether each concept was successfully patched or not. When patching objects, we recommend that you first retrieve the object definition using `GET`. You can use the `GET` response in your `PATCH` request definition. Unlike `PUT`, which completely replaces the concept definition, use `PATCH` to change specific fields in the concept without affecting omitted fields. To replace a concept's entire definition, see the `PUT` method.
|
|
1716
1701
|
|
|
1717
1702
|
:param concept_request_dto: (required)
|
|
1718
1703
|
:type concept_request_dto: ConceptRequestDTO
|
|
@@ -1754,8 +1739,7 @@ class ConceptsV2Api:
|
|
|
1754
1739
|
|
|
1755
1740
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1756
1741
|
'200': "BulkChangeResponseDTO",
|
|
1757
|
-
}
|
|
1758
|
-
response_data = self.api_client.call_api(
|
|
1742
|
+
} response_data = self.api_client.call_api(
|
|
1759
1743
|
*_param,
|
|
1760
1744
|
_request_timeout=_request_timeout
|
|
1761
1745
|
)
|
|
@@ -1771,7 +1755,7 @@ class ConceptsV2Api:
|
|
|
1771
1755
|
self,
|
|
1772
1756
|
concept_request_dto: ConceptRequestDTO,
|
|
1773
1757
|
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,
|
|
1774
|
-
project_id: Annotated[Optional[
|
|
1758
|
+
project_id: Annotated[Optional[UUID], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
1775
1759
|
_request_timeout: Union[
|
|
1776
1760
|
None,
|
|
1777
1761
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -1787,7 +1771,7 @@ class ConceptsV2Api:
|
|
|
1787
1771
|
) -> ApiResponse[BulkChangeResponseDTO]:
|
|
1788
1772
|
"""Partially update concepts
|
|
1789
1773
|
|
|
1790
|
-
Make partial changes to existing concepts. The response returns whether each concept was successfully patched or not. When patching objects, we recommend that you first retrieve the object definition using `GET`. You can use the `GET` response in your `PATCH` request definition. Unlike `PUT`, which completely replaces the concept definition, use `PATCH` to change specific fields in the concept without affecting omitted fields. To replace a concept's entire definition, see the `PUT` method.
|
|
1774
|
+
Make partial changes to existing concepts. The response returns whether each concept was successfully patched or not. When patching objects, we recommend that you first retrieve the object definition using `GET`. You can use the `GET` response in your `PATCH` request definition. Unlike `PUT`, which completely replaces the concept definition, use `PATCH` to change specific fields in the concept without affecting omitted fields. To replace a concept's entire definition, see the `PUT` method.
|
|
1791
1775
|
|
|
1792
1776
|
:param concept_request_dto: (required)
|
|
1793
1777
|
:type concept_request_dto: ConceptRequestDTO
|
|
@@ -1829,8 +1813,7 @@ class ConceptsV2Api:
|
|
|
1829
1813
|
|
|
1830
1814
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1831
1815
|
'200': "BulkChangeResponseDTO",
|
|
1832
|
-
}
|
|
1833
|
-
response_data = self.api_client.call_api(
|
|
1816
|
+
} response_data = self.api_client.call_api(
|
|
1834
1817
|
*_param,
|
|
1835
1818
|
_request_timeout=_request_timeout
|
|
1836
1819
|
)
|
|
@@ -1846,7 +1829,7 @@ class ConceptsV2Api:
|
|
|
1846
1829
|
self,
|
|
1847
1830
|
concept_request_dto: ConceptRequestDTO,
|
|
1848
1831
|
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,
|
|
1849
|
-
project_id: Annotated[Optional[
|
|
1832
|
+
project_id: Annotated[Optional[UUID], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
1850
1833
|
_request_timeout: Union[
|
|
1851
1834
|
None,
|
|
1852
1835
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -1862,7 +1845,7 @@ class ConceptsV2Api:
|
|
|
1862
1845
|
) -> RESTResponseType:
|
|
1863
1846
|
"""Partially update concepts
|
|
1864
1847
|
|
|
1865
|
-
Make partial changes to existing concepts. The response returns whether each concept was successfully patched or not. When patching objects, we recommend that you first retrieve the object definition using `GET`. You can use the `GET` response in your `PATCH` request definition. Unlike `PUT`, which completely replaces the concept definition, use `PATCH` to change specific fields in the concept without affecting omitted fields. To replace a concept's entire definition, see the `PUT` method.
|
|
1848
|
+
Make partial changes to existing concepts. The response returns whether each concept was successfully patched or not. When patching objects, we recommend that you first retrieve the object definition using `GET`. You can use the `GET` response in your `PATCH` request definition. Unlike `PUT`, which completely replaces the concept definition, use `PATCH` to change specific fields in the concept without affecting omitted fields. To replace a concept's entire definition, see the `PUT` method.
|
|
1866
1849
|
|
|
1867
1850
|
:param concept_request_dto: (required)
|
|
1868
1851
|
:type concept_request_dto: ConceptRequestDTO
|
|
@@ -1904,8 +1887,7 @@ class ConceptsV2Api:
|
|
|
1904
1887
|
|
|
1905
1888
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1906
1889
|
'200': "BulkChangeResponseDTO",
|
|
1907
|
-
}
|
|
1908
|
-
response_data = self.api_client.call_api(
|
|
1890
|
+
} response_data = self.api_client.call_api(
|
|
1909
1891
|
*_param,
|
|
1910
1892
|
_request_timeout=_request_timeout
|
|
1911
1893
|
)
|
|
@@ -1983,7 +1965,7 @@ class ConceptsV2Api:
|
|
|
1983
1965
|
|
|
1984
1966
|
return self.api_client.param_serialize(
|
|
1985
1967
|
method='PATCH',
|
|
1986
|
-
resource_path='/
|
|
1968
|
+
resource_path='/v2/data/model/concepts',
|
|
1987
1969
|
path_params=_path_params,
|
|
1988
1970
|
query_params=_query_params,
|
|
1989
1971
|
header_params=_header_params,
|
|
@@ -2004,7 +1986,7 @@ class ConceptsV2Api:
|
|
|
2004
1986
|
self,
|
|
2005
1987
|
concept_request_dto: ConceptRequestDTO,
|
|
2006
1988
|
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,
|
|
2007
|
-
project_id: Annotated[Optional[
|
|
1989
|
+
project_id: Annotated[Optional[UUID], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
2008
1990
|
_request_timeout: Union[
|
|
2009
1991
|
None,
|
|
2010
1992
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -2020,7 +2002,7 @@ class ConceptsV2Api:
|
|
|
2020
2002
|
) -> BulkChangeResponseDTO:
|
|
2021
2003
|
"""Update concepts
|
|
2022
2004
|
|
|
2023
|
-
Update existing concepts. The response returns whether each concept was successfully updated or not. When updating objects, we recommend that you first retrieve the object definition using `GET`. You can use the `GET` response in your `PUT` request definition. In `PUT` calls, the definition in your API call replaces the prior definition. You must provide the entire definition in the `PUT` call. If you omit values from the update request, those values are removed from the concept. To partially update a concept, see the `PATCH` method.
|
|
2005
|
+
Update existing concepts. The response returns whether each concept was successfully updated or not. When updating objects, we recommend that you first retrieve the object definition using `GET`. You can use the `GET` response in your `PUT` request definition. In `PUT` calls, the definition in your API call replaces the prior definition. You must provide the entire definition in the `PUT` call. If you omit values from the update request, those values are removed from the concept. To partially update a concept, see the `PATCH` method.
|
|
2024
2006
|
|
|
2025
2007
|
:param concept_request_dto: (required)
|
|
2026
2008
|
:type concept_request_dto: ConceptRequestDTO
|
|
@@ -2062,8 +2044,7 @@ class ConceptsV2Api:
|
|
|
2062
2044
|
|
|
2063
2045
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2064
2046
|
'200': "BulkChangeResponseDTO",
|
|
2065
|
-
}
|
|
2066
|
-
response_data = self.api_client.call_api(
|
|
2047
|
+
} response_data = self.api_client.call_api(
|
|
2067
2048
|
*_param,
|
|
2068
2049
|
_request_timeout=_request_timeout
|
|
2069
2050
|
)
|
|
@@ -2079,7 +2060,7 @@ class ConceptsV2Api:
|
|
|
2079
2060
|
self,
|
|
2080
2061
|
concept_request_dto: ConceptRequestDTO,
|
|
2081
2062
|
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,
|
|
2082
|
-
project_id: Annotated[Optional[
|
|
2063
|
+
project_id: Annotated[Optional[UUID], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
2083
2064
|
_request_timeout: Union[
|
|
2084
2065
|
None,
|
|
2085
2066
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -2095,7 +2076,7 @@ class ConceptsV2Api:
|
|
|
2095
2076
|
) -> ApiResponse[BulkChangeResponseDTO]:
|
|
2096
2077
|
"""Update concepts
|
|
2097
2078
|
|
|
2098
|
-
Update existing concepts. The response returns whether each concept was successfully updated or not. When updating objects, we recommend that you first retrieve the object definition using `GET`. You can use the `GET` response in your `PUT` request definition. In `PUT` calls, the definition in your API call replaces the prior definition. You must provide the entire definition in the `PUT` call. If you omit values from the update request, those values are removed from the concept. To partially update a concept, see the `PATCH` method.
|
|
2079
|
+
Update existing concepts. The response returns whether each concept was successfully updated or not. When updating objects, we recommend that you first retrieve the object definition using `GET`. You can use the `GET` response in your `PUT` request definition. In `PUT` calls, the definition in your API call replaces the prior definition. You must provide the entire definition in the `PUT` call. If you omit values from the update request, those values are removed from the concept. To partially update a concept, see the `PATCH` method.
|
|
2099
2080
|
|
|
2100
2081
|
:param concept_request_dto: (required)
|
|
2101
2082
|
:type concept_request_dto: ConceptRequestDTO
|
|
@@ -2137,8 +2118,7 @@ class ConceptsV2Api:
|
|
|
2137
2118
|
|
|
2138
2119
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2139
2120
|
'200': "BulkChangeResponseDTO",
|
|
2140
|
-
}
|
|
2141
|
-
response_data = self.api_client.call_api(
|
|
2121
|
+
} response_data = self.api_client.call_api(
|
|
2142
2122
|
*_param,
|
|
2143
2123
|
_request_timeout=_request_timeout
|
|
2144
2124
|
)
|
|
@@ -2154,7 +2134,7 @@ class ConceptsV2Api:
|
|
|
2154
2134
|
self,
|
|
2155
2135
|
concept_request_dto: ConceptRequestDTO,
|
|
2156
2136
|
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,
|
|
2157
|
-
project_id: Annotated[Optional[
|
|
2137
|
+
project_id: Annotated[Optional[UUID], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
2158
2138
|
_request_timeout: Union[
|
|
2159
2139
|
None,
|
|
2160
2140
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -2170,7 +2150,7 @@ class ConceptsV2Api:
|
|
|
2170
2150
|
) -> RESTResponseType:
|
|
2171
2151
|
"""Update concepts
|
|
2172
2152
|
|
|
2173
|
-
Update existing concepts. The response returns whether each concept was successfully updated or not. When updating objects, we recommend that you first retrieve the object definition using `GET`. You can use the `GET` response in your `PUT` request definition. In `PUT` calls, the definition in your API call replaces the prior definition. You must provide the entire definition in the `PUT` call. If you omit values from the update request, those values are removed from the concept. To partially update a concept, see the `PATCH` method.
|
|
2153
|
+
Update existing concepts. The response returns whether each concept was successfully updated or not. When updating objects, we recommend that you first retrieve the object definition using `GET`. You can use the `GET` response in your `PUT` request definition. In `PUT` calls, the definition in your API call replaces the prior definition. You must provide the entire definition in the `PUT` call. If you omit values from the update request, those values are removed from the concept. To partially update a concept, see the `PATCH` method.
|
|
2174
2154
|
|
|
2175
2155
|
:param concept_request_dto: (required)
|
|
2176
2156
|
:type concept_request_dto: ConceptRequestDTO
|
|
@@ -2212,8 +2192,7 @@ class ConceptsV2Api:
|
|
|
2212
2192
|
|
|
2213
2193
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2214
2194
|
'200': "BulkChangeResponseDTO",
|
|
2215
|
-
}
|
|
2216
|
-
response_data = self.api_client.call_api(
|
|
2195
|
+
} response_data = self.api_client.call_api(
|
|
2217
2196
|
*_param,
|
|
2218
2197
|
_request_timeout=_request_timeout
|
|
2219
2198
|
)
|
|
@@ -2291,7 +2270,7 @@ class ConceptsV2Api:
|
|
|
2291
2270
|
|
|
2292
2271
|
return self.api_client.param_serialize(
|
|
2293
2272
|
method='PUT',
|
|
2294
|
-
resource_path='/
|
|
2273
|
+
resource_path='/v2/data/model/concepts',
|
|
2295
2274
|
path_params=_path_params,
|
|
2296
2275
|
query_params=_query_params,
|
|
2297
2276
|
header_params=_header_params,
|