visier-platform-sdk 22222222.99201.1914__py3-none-any.whl → 22222222.99201.1914b6__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 +568 -568
- visier_platform_sdk/api/concepts_v2_api.py +99 -99
- visier_platform_sdk/api/consolidated_analytics_api.py +167 -167
- visier_platform_sdk/api/data_and_job_handling_api.py +343 -343
- visier_platform_sdk/api/data_intake_api.py +51 -51
- visier_platform_sdk/api/data_model_api.py +418 -418
- visier_platform_sdk/api/data_query_api.py +81 -81
- visier_platform_sdk/api/data_version_export_api.py +46 -46
- visier_platform_sdk/api/direct_data_intake_api.py +50 -50
- visier_platform_sdk/api/email_domains_api.py +46 -46
- visier_platform_sdk/api/encryption_keys_api.py +34 -34
- visier_platform_sdk/api/network_subnets_api.py +67 -67
- visier_platform_sdk/api/o_auth2_api.py +6 -6
- visier_platform_sdk/api/object_configuration_api.py +67 -67
- visier_platform_sdk/api/permissions_api.py +139 -139
- visier_platform_sdk/api/pgp_key_api.py +39 -39
- visier_platform_sdk/api/production_versions_api.py +50 -50
- visier_platform_sdk/api/profiles_api.py +122 -122
- visier_platform_sdk/api/projects_api.py +86 -86
- visier_platform_sdk/api/release_version_configuration_api.py +33 -33
- visier_platform_sdk/api/reporting_api.py +44 -44
- visier_platform_sdk/api/search_api.py +6 -6
- visier_platform_sdk/api/source_files_download_api.py +22 -22
- visier_platform_sdk/api/sources_api.py +16 -16
- visier_platform_sdk/api/system_status_api.py +11 -11
- visier_platform_sdk/api/tenants_v1_api.py +103 -103
- visier_platform_sdk/api/tenants_v2_api.py +91 -91
- visier_platform_sdk/api/user_groups_v2_api.py +117 -117
- visier_platform_sdk/api/users_v1_api.py +193 -193
- visier_platform_sdk/api/users_v2_api.py +64 -64
- visier_platform_sdk/api/vee_api.py +56 -56
- visier_platform_sdk/api/webhooks_api.py +106 -106
- visier_platform_sdk/api_client.py +1 -1
- visier_platform_sdk/configuration.py +1 -1
- visier_platform_sdk/models/__init__.py +567 -567
- visier_platform_sdk/models/accessible_tenant_profile_assignment_request_dto.py +102 -0
- visier_platform_sdk/models/accessible_tenant_profile_assignment_response_dto.py +128 -0
- visier_platform_sdk/models/accessible_tenant_profile_revoke_request_dto.py +98 -0
- visier_platform_sdk/models/accessible_tenant_profile_revoke_response_dto.py +125 -0
- visier_platform_sdk/models/additional_capabilities_dto.py +88 -0
- visier_platform_sdk/models/admin_capability_config_dto.py +90 -0
- visier_platform_sdk/models/adp_auth_params_dto.py +88 -0
- visier_platform_sdk/models/aggregation_query_dto.py +128 -0
- visier_platform_sdk/models/aggregation_query_execution_dto.py +98 -0
- visier_platform_sdk/models/aggregation_query_source_dto.py +96 -0
- visier_platform_sdk/models/aggregation_query_source_metric_dto.py +94 -0
- visier_platform_sdk/models/aggregation_query_source_metrics_dto.py +96 -0
- visier_platform_sdk/models/aggregation_type_option_dto.py +96 -0
- visier_platform_sdk/models/aggregation_type_parameter_dto.py +102 -0
- visier_platform_sdk/models/aggregation_type_parameter_value_dto.py +90 -0
- visier_platform_sdk/models/all_permissions_assigned_for_local_tenant_dto.py +96 -0
- visier_platform_sdk/models/all_profile_assigned_for_accessible_tenant_dto.py +96 -0
- visier_platform_sdk/models/all_profile_assigned_for_local_tenant_dto.py +96 -0
- visier_platform_sdk/models/all_tenants_status_apidto.py +100 -0
- visier_platform_sdk/models/all_user_groups_assigned_for_local_tenant_dto.py +96 -0
- visier_platform_sdk/models/all_users_get_api_response_dto.py +100 -0
- visier_platform_sdk/models/analytic_object_definition_dto.py +102 -0
- visier_platform_sdk/models/analytic_object_dto.py +132 -0
- visier_platform_sdk/models/analytic_object_filter_dto.py +100 -0
- visier_platform_sdk/models/analytic_object_request_dto.py +96 -0
- visier_platform_sdk/models/analytic_object_with_context_dto.py +98 -0
- visier_platform_sdk/models/analytic_objects_dto.py +96 -0
- visier_platform_sdk/models/any.py +101 -0
- visier_platform_sdk/models/assign_connector_credential_request.py +96 -0
- visier_platform_sdk/models/assign_connector_credentials_by_tenant_response_dto.py +112 -0
- visier_platform_sdk/models/assign_connector_credentials_response_dto.py +96 -0
- visier_platform_sdk/models/assign_connector_with_credentials_response_dto.py +98 -0
- visier_platform_sdk/models/assign_revoke_permission_by_permission_dto.py +102 -0
- visier_platform_sdk/models/assign_revoke_permission_by_tenant_dto.py +114 -0
- visier_platform_sdk/models/assign_revoke_permission_by_user_dto.py +92 -0
- visier_platform_sdk/models/assign_revoke_permission_request_dto.py +90 -0
- visier_platform_sdk/models/assign_revoke_permissions_request_dto.py +102 -0
- visier_platform_sdk/models/assign_revoke_permissions_response_dto.py +96 -0
- visier_platform_sdk/models/assigned_credential_info_response_dto.py +92 -0
- visier_platform_sdk/models/bamboo_auth_params_dto.py +90 -0
- visier_platform_sdk/models/basic_information_dto.py +102 -0
- visier_platform_sdk/models/basic_s3_auth_params_dto.py +96 -0
- visier_platform_sdk/models/batch_tenant_provision_apidto.py +96 -0
- visier_platform_sdk/models/big_query_auth_params_dto.py +104 -0
- visier_platform_sdk/models/big_query_service_account_params_dto.py +90 -0
- visier_platform_sdk/models/bulk_change_response_dto.py +106 -0
- visier_platform_sdk/models/bulk_data_access_set_response_dto.py +106 -0
- visier_platform_sdk/models/business_location_dto.py +90 -0
- visier_platform_sdk/models/calculated_property_type_dto.py +90 -0
- visier_platform_sdk/models/calculation_concept_configuration_dto.py +96 -0
- visier_platform_sdk/models/calculation_concept_configuration_map_dto.py +96 -0
- visier_platform_sdk/models/calculation_concept_dto.py +96 -0
- visier_platform_sdk/models/calculation_concept_list_dto.py +96 -0
- visier_platform_sdk/models/cancel_job_batch_from_job_id_dto.py +88 -0
- visier_platform_sdk/models/capabilities_dto.py +92 -0
- visier_platform_sdk/models/capability_dto.py +92 -0
- visier_platform_sdk/models/capability_group_dto.py +146 -0
- visier_platform_sdk/models/cell_distribution_bin_dto.py +90 -0
- visier_platform_sdk/models/cell_distribution_options_dto.py +88 -0
- visier_platform_sdk/models/cell_dto.py +102 -0
- visier_platform_sdk/models/cell_set_axis_dto.py +102 -0
- visier_platform_sdk/models/cell_set_axis_position_dto.py +92 -0
- visier_platform_sdk/models/cell_set_dto.py +114 -0
- visier_platform_sdk/models/cell_set_or_error_dto.py +98 -0
- visier_platform_sdk/models/clone_files_into_source_parameters_dto.py +96 -0
- visier_platform_sdk/models/cohort_filter_dto.py +100 -0
- visier_platform_sdk/models/commit_and_publish_operation_response_dto.py +92 -0
- visier_platform_sdk/models/commit_dto.py +92 -0
- visier_platform_sdk/models/concept_configuration_result_dto.py +92 -0
- visier_platform_sdk/models/concept_definition_dto.py +102 -0
- visier_platform_sdk/models/concept_delete_request_dto.py +96 -0
- visier_platform_sdk/models/concept_delete_with_context_dto.py +98 -0
- visier_platform_sdk/models/concept_request_dto.py +96 -0
- visier_platform_sdk/models/concept_response_dto.py +96 -0
- visier_platform_sdk/models/concept_type_details_dto.py +92 -0
- visier_platform_sdk/models/concept_with_context_dto.py +98 -0
- visier_platform_sdk/models/connector.py +98 -0
- visier_platform_sdk/models/connector_info_response_dto.py +92 -0
- visier_platform_sdk/models/connector_setting_request_dto.py +90 -0
- visier_platform_sdk/models/connector_setting_response_dto.py +92 -0
- visier_platform_sdk/models/connector_settings_response_dto.py +102 -0
- visier_platform_sdk/models/consolidated_analytics_api_excluded_source_list_dto.py +88 -0
- visier_platform_sdk/models/consolidated_analytics_api_source_tenant_list_dto.py +88 -0
- visier_platform_sdk/models/consolidated_analytics_api_tenant_create_request_dto.py +88 -0
- visier_platform_sdk/models/consolidated_analytics_api_tenant_list_response_dto.py +88 -0
- visier_platform_sdk/models/consolidated_analytics_api_tenant_with_details.py +92 -0
- visier_platform_sdk/models/consolidated_analytics_api_tenant_with_details_list_response_dto.py +96 -0
- visier_platform_sdk/models/consolidated_analytics_job_request_dto.py +88 -0
- visier_platform_sdk/models/content_package_dto.py +92 -0
- visier_platform_sdk/models/copy_s3_auth_params_dto.py +88 -0
- visier_platform_sdk/models/create_data_access_set_request_dto.py +96 -0
- visier_platform_sdk/models/credential_creation_api_response_dto.py +102 -0
- visier_platform_sdk/models/currencies_dto.py +96 -0
- visier_platform_sdk/models/currency_dto.py +94 -0
- visier_platform_sdk/models/currency_rate_dto.py +96 -0
- visier_platform_sdk/models/currency_rates_dto.py +96 -0
- visier_platform_sdk/models/custom_property_dto.py +90 -0
- visier_platform_sdk/models/custom_tenant_property_dto.py +90 -0
- visier_platform_sdk/models/data_access_set_dto.py +104 -0
- visier_platform_sdk/models/data_access_set_error_dto.py +90 -0
- visier_platform_sdk/models/data_access_set_failure_dto.py +96 -0
- visier_platform_sdk/models/data_access_set_success_dto.py +90 -0
- visier_platform_sdk/models/data_categories_response_dto.py +96 -0
- visier_platform_sdk/models/data_category_response_dto.py +90 -0
- visier_platform_sdk/models/data_load_request.py +92 -0
- visier_platform_sdk/models/data_load_request_model.py +90 -0
- visier_platform_sdk/models/data_load_response.py +88 -0
- visier_platform_sdk/models/data_model_analytic_object_dto.py +130 -0
- visier_platform_sdk/models/data_provider_auth_information_dto.py +104 -0
- visier_platform_sdk/models/data_provider_auth_params_dto.py +344 -0
- visier_platform_sdk/models/data_provider_basic_information_dto.py +90 -0
- visier_platform_sdk/models/data_provider_basic_metadata_dto.py +88 -0
- visier_platform_sdk/models/data_security_profile_dto.py +134 -0
- visier_platform_sdk/models/data_transfer_result_detail.py +94 -0
- visier_platform_sdk/models/data_version_and_date_dto.py +90 -0
- visier_platform_sdk/models/data_version_export_column_dto.py +94 -0
- visier_platform_sdk/models/data_version_export_data_version_summary_dto.py +92 -0
- visier_platform_sdk/models/data_version_export_data_versions_dto.py +96 -0
- visier_platform_sdk/models/data_version_export_dto.py +108 -0
- visier_platform_sdk/models/data_version_export_file_dto.py +106 -0
- visier_platform_sdk/models/data_version_export_job_status_dto.py +94 -0
- visier_platform_sdk/models/data_version_export_part_file_dto.py +90 -0
- visier_platform_sdk/models/data_version_export_schedule_job_request_dto.py +90 -0
- visier_platform_sdk/models/data_version_export_schedule_job_response_dto.py +88 -0
- visier_platform_sdk/models/data_version_export_table_dto.py +101 -0
- visier_platform_sdk/models/data_version_exports_dto.py +96 -0
- visier_platform_sdk/models/data_version_object.py +90 -0
- visier_platform_sdk/models/databricks_auth_params_dto.py +94 -0
- visier_platform_sdk/models/date_range_dto.py +90 -0
- visier_platform_sdk/models/dayforce_v2_auth_params_dto.py +96 -0
- visier_platform_sdk/models/delete_permissions_request_dto.py +88 -0
- visier_platform_sdk/models/delete_user_group_v2_request.py +88 -0
- visier_platform_sdk/models/dependent_dto.py +92 -0
- visier_platform_sdk/models/designer_dimension_filter_dto.py +100 -0
- visier_platform_sdk/models/designer_selection_concept_dto.py +96 -0
- visier_platform_sdk/models/dimension_change_definition_dto.py +94 -0
- visier_platform_sdk/models/dimension_change_definitions_by_tenant_dto.py +100 -0
- visier_platform_sdk/models/dimension_dto.py +120 -0
- visier_platform_sdk/models/dimension_filter_dto.py +98 -0
- visier_platform_sdk/models/dimension_mapping_validation_dto.py +102 -0
- visier_platform_sdk/models/dimension_mapping_validation_execution_dto.py +90 -0
- visier_platform_sdk/models/dimension_member_dto.py +88 -0
- visier_platform_sdk/models/dimension_member_reference_dto.py +90 -0
- visier_platform_sdk/models/dimension_reference_dto.py +90 -0
- visier_platform_sdk/models/dimensions_auth_params_dto.py +98 -0
- visier_platform_sdk/models/dimensions_change_definitions_dto.py +96 -0
- visier_platform_sdk/models/dimensions_dto.py +96 -0
- visier_platform_sdk/models/direct_data_job_config_dto.py +100 -0
- visier_platform_sdk/models/direct_data_job_status_response_dto.py +96 -0
- visier_platform_sdk/models/direct_data_list_transactions_response_dto.py +96 -0
- visier_platform_sdk/models/direct_data_load_config_dto.py +92 -0
- visier_platform_sdk/models/direct_data_schema_dto.py +96 -0
- visier_platform_sdk/models/direct_data_schema_field_dto.py +96 -0
- visier_platform_sdk/models/direct_data_transaction_dto.py +96 -0
- visier_platform_sdk/models/direct_data_transaction_start_response_dto.py +88 -0
- visier_platform_sdk/models/disable_dv_model.py +96 -0
- visier_platform_sdk/models/disable_dv_request.py +92 -0
- visier_platform_sdk/models/disable_dv_response.py +100 -0
- visier_platform_sdk/models/dispatching_job_status_response.py +94 -0
- visier_platform_sdk/models/document_search_link_dto.py +90 -0
- visier_platform_sdk/models/download_source_files_dto.py +102 -0
- visier_platform_sdk/models/download_source_files_response_dto.py +90 -0
- visier_platform_sdk/models/dynamic_dimension_filter_dto.py +112 -0
- visier_platform_sdk/models/dynamic_property_mapping_dto.py +106 -0
- visier_platform_sdk/models/element_ids_dto.py +88 -0
- visier_platform_sdk/models/email_domains_dto.py +90 -0
- visier_platform_sdk/models/error_dto.py +92 -0
- visier_platform_sdk/models/exclude_data_uploads_request.py +96 -0
- visier_platform_sdk/models/excluded_sources_body.py +88 -0
- visier_platform_sdk/models/execution_context_dto.py +90 -0
- visier_platform_sdk/models/export_production_versions_api_operation_parameters_dto.py +92 -0
- visier_platform_sdk/models/extract_data_and_load_dto.py +150 -0
- visier_platform_sdk/models/extraction_job.py +94 -0
- visier_platform_sdk/models/extraction_job_and_status_response.py +104 -0
- visier_platform_sdk/models/extractor_credential_apidto.py +96 -0
- visier_platform_sdk/models/extractor_credentials_apidto.py +100 -0
- visier_platform_sdk/models/extractor_setting_apidto.py +100 -0
- visier_platform_sdk/models/extractor_setting_key_value_apidto.py +90 -0
- visier_platform_sdk/models/extractor_settings_apidto.py +96 -0
- visier_platform_sdk/models/failed_accessible_tenant_profile_assignment_dto.py +98 -0
- visier_platform_sdk/models/failed_change_dto.py +100 -0
- visier_platform_sdk/models/failed_local_tenant_profile_assignment_dto.py +94 -0
- visier_platform_sdk/models/failed_local_tenant_profile_revoke_dto.py +90 -0
- visier_platform_sdk/models/fusion_auth_params_dto.py +92 -0
- visier_platform_sdk/models/generate_key_request_dto.py +92 -0
- visier_platform_sdk/models/get_capabilities_api_response_dto.py +96 -0
- visier_platform_sdk/models/get_content_packages_api_response_dto.py +96 -0
- visier_platform_sdk/models/get_data_access_sets_api_response_dto.py +96 -0
- visier_platform_sdk/models/get_data_security_objects_api_response_dto.py +96 -0
- visier_platform_sdk/models/get_permissions_api_response_dto.py +96 -0
- visier_platform_sdk/models/get_plan_list_response_dto.py +98 -0
- visier_platform_sdk/models/get_production_versions_api_response_dto.py +96 -0
- visier_platform_sdk/models/get_projects_api_response_dto.py +123 -0
- visier_platform_sdk/models/gong_auth_params_dto.py +90 -0
- visier_platform_sdk/models/google_sheets_auth_params_dto.py +94 -0
- visier_platform_sdk/models/google_workspace_auth_params_dto.py +96 -0
- visier_platform_sdk/models/greenhouse_auth_params_dto.py +88 -0
- visier_platform_sdk/models/hierarchy_property_dto.py +90 -0
- visier_platform_sdk/models/home_analysis_by_user_group_dto.py +90 -0
- visier_platform_sdk/models/icims_auth_params_dto.py +108 -0
- visier_platform_sdk/models/import_definition_apidto.py +92 -0
- visier_platform_sdk/models/import_definitions_apidto.py +100 -0
- visier_platform_sdk/models/include_data_uploads_request.py +96 -0
- visier_platform_sdk/models/inherited_access_config_dto.py +100 -0
- visier_platform_sdk/models/inherited_reference_member_filter_config_dto.py +90 -0
- visier_platform_sdk/models/internal_query_execution_options_dto.py +100 -0
- visier_platform_sdk/models/internal_s3_auth_params_dto.py +90 -0
- visier_platform_sdk/models/jdbc_auth_params_dto.py +92 -0
- visier_platform_sdk/models/jira_auth_params_dto.py +96 -0
- visier_platform_sdk/models/jira_connect_params_dto.py +92 -0
- visier_platform_sdk/models/job_cancellation_result_dto.py +110 -0
- visier_platform_sdk/models/job_cancellation_results_dto.py +96 -0
- visier_platform_sdk/models/job_id_response.py +88 -0
- visier_platform_sdk/models/job_status_list_response.py +100 -0
- visier_platform_sdk/models/job_status_with_start_time.py +96 -0
- visier_platform_sdk/models/key_group_filter_dto.py +96 -0
- visier_platform_sdk/models/key_group_filter_item_dto.py +100 -0
- visier_platform_sdk/models/key_name.py +88 -0
- visier_platform_sdk/models/key_pair_delete_response_dto.py +88 -0
- visier_platform_sdk/models/key_pair_generate_request_dto.py +88 -0
- visier_platform_sdk/models/last_login_dto.py +88 -0
- visier_platform_sdk/models/level_dto.py +92 -0
- visier_platform_sdk/models/lever_auth_params_dto.py +88 -0
- visier_platform_sdk/models/lineage_dto.py +100 -0
- visier_platform_sdk/models/list_query_execution_dto.py +144 -0
- visier_platform_sdk/models/list_query_execution_options_dto.py +158 -0
- visier_platform_sdk/models/list_query_source_dto.py +94 -0
- visier_platform_sdk/models/list_response.py +101 -0
- visier_platform_sdk/models/local_tenant_profile_assignment_request_dto.py +92 -0
- visier_platform_sdk/models/local_tenant_profile_assignment_response_dto.py +118 -0
- visier_platform_sdk/models/local_tenant_profile_revoke_request_dto.py +88 -0
- visier_platform_sdk/models/local_tenant_profile_revoke_response_dto.py +106 -0
- visier_platform_sdk/models/mask_message.py +88 -0
- visier_platform_sdk/models/medallia_auth_params_dto.py +94 -0
- visier_platform_sdk/models/member_dto.py +106 -0
- visier_platform_sdk/models/member_filter_config_dto.py +96 -0
- visier_platform_sdk/models/member_filter_dto.py +98 -0
- visier_platform_sdk/models/member_parameter_definition_dto.py +102 -0
- visier_platform_sdk/models/member_parameter_value_dto.py +98 -0
- visier_platform_sdk/models/member_selection_dto.py +102 -0
- visier_platform_sdk/models/member_values_dto.py +105 -0
- visier_platform_sdk/models/members_dto.py +96 -0
- visier_platform_sdk/models/metric_definition_dto.py +114 -0
- visier_platform_sdk/models/metric_dto.py +122 -0
- visier_platform_sdk/models/metric_type_details_dto.py +92 -0
- visier_platform_sdk/models/metric_validation_summary_dto.py +92 -0
- visier_platform_sdk/models/metrics_dto.py +96 -0
- visier_platform_sdk/models/microsoft365_auth_params_dto.py +94 -0
- visier_platform_sdk/models/module_settings_dto.py +92 -0
- visier_platform_sdk/models/multiple_tenant_data_versions_details_dto.py +98 -0
- visier_platform_sdk/models/multiple_tenant_data_versions_list_dto.py +100 -0
- visier_platform_sdk/models/my_sql_auth_params_dto.py +98 -0
- visier_platform_sdk/models/namely_auth_params_dto.py +88 -0
- visier_platform_sdk/models/network_subnets_message_request.py +90 -0
- visier_platform_sdk/models/network_subnets_message_response.py +88 -0
- visier_platform_sdk/models/numeric_parameter_definition_dto.py +98 -0
- visier_platform_sdk/models/numeric_parameter_value_dto.py +90 -0
- visier_platform_sdk/models/o_auth2_user_info_dto.py +117 -0
- visier_platform_sdk/models/o_auth2_user_subnet_info_dto.py +100 -0
- visier_platform_sdk/models/o_auth2_user_tenant_detail_dto.py +96 -0
- visier_platform_sdk/models/o_auth2_user_tenant_details_dto.py +96 -0
- visier_platform_sdk/models/o_auth2_user_tenant_properties_dto.py +88 -0
- visier_platform_sdk/models/object_change_failure_dto.py +98 -0
- visier_platform_sdk/models/object_change_success_dto.py +94 -0
- visier_platform_sdk/models/object_id_dto.py +90 -0
- visier_platform_sdk/models/object_reference_dto.py +110 -0
- visier_platform_sdk/models/objects_bulk_change_response_dto.py +106 -0
- visier_platform_sdk/models/oracle_db_auth_params_dto.py +96 -0
- visier_platform_sdk/models/pair_dto.py +90 -0
- visier_platform_sdk/models/parameter_definition_dto.py +110 -0
- visier_platform_sdk/models/permission_assigned_by_tenant_dto.py +98 -0
- visier_platform_sdk/models/permission_assigned_for_local_tenant_dto.py +92 -0
- visier_platform_sdk/models/permission_assigned_user_dto.py +92 -0
- visier_platform_sdk/models/permission_assigned_users_dto.py +100 -0
- visier_platform_sdk/models/permission_bulk_operation_response_dto.py +106 -0
- visier_platform_sdk/models/permission_dto.py +114 -0
- visier_platform_sdk/models/permission_error_dto.py +90 -0
- visier_platform_sdk/models/permission_failure_dto.py +96 -0
- visier_platform_sdk/models/permission_response_dto.py +90 -0
- visier_platform_sdk/models/permission_success_dto.py +90 -0
- visier_platform_sdk/models/permissions_list_dto.py +96 -0
- visier_platform_sdk/models/permissions_to_user_group_for_tenant_dto.py +102 -0
- visier_platform_sdk/models/permissions_to_user_group_request_dto.py +90 -0
- visier_platform_sdk/models/permissions_to_user_groups_request_dto.py +96 -0
- visier_platform_sdk/models/perspective_configuration_dto.py +100 -0
- visier_platform_sdk/models/perspective_node_dto.py +100 -0
- visier_platform_sdk/models/plan_data_load_error_dto.py +92 -0
- visier_platform_sdk/models/plan_data_upload_response_dto.py +3 -3
- visier_platform_sdk/models/plan_info_dto.py +106 -0
- visier_platform_sdk/models/plan_item_dto.py +102 -0
- visier_platform_sdk/models/plan_parameter_definition_dto.py +94 -0
- visier_platform_sdk/models/plan_parameter_value_dto.py +94 -0
- visier_platform_sdk/models/plan_row_data_load_response_dto.py +6 -6
- visier_platform_sdk/models/plan_schema_dto.py +126 -0
- visier_platform_sdk/models/plan_segment_level_dto.py +96 -0
- visier_platform_sdk/models/plan_segment_level_member_dto.py +94 -0
- visier_platform_sdk/models/plan_segment_level_member_list_dto.py +100 -0
- visier_platform_sdk/models/plan_time_period_dto.py +90 -0
- visier_platform_sdk/models/plan_with_schema_dto.py +108 -0
- visier_platform_sdk/models/planning_concept_filter_context_dto.py +88 -0
- visier_platform_sdk/models/planning_hierarchy_filter_context_dto.py +92 -0
- visier_platform_sdk/models/planning_model_dto.py +92 -0
- visier_platform_sdk/models/planning_models_dto.py +96 -0
- visier_platform_sdk/models/planning_plan_context_dto.py +98 -0
- visier_platform_sdk/models/planning_plan_dto.py +123 -0
- visier_platform_sdk/models/planning_plans_dto.py +96 -0
- visier_platform_sdk/models/population_configuration_dto.py +115 -0
- visier_platform_sdk/models/prediction_dto.py +124 -0
- visier_platform_sdk/models/predictions_dto.py +96 -0
- visier_platform_sdk/models/process_concept_definition_dto.py +128 -0
- visier_platform_sdk/models/process_concept_member_dto.py +90 -0
- visier_platform_sdk/models/process_concept_member_list_dto.py +96 -0
- visier_platform_sdk/models/process_concept_metric_definition_dto.py +92 -0
- visier_platform_sdk/models/process_concept_metric_list_dto.py +96 -0
- visier_platform_sdk/models/process_concept_outcome_dto.py +114 -0
- visier_platform_sdk/models/process_concept_outcome_list_dto.py +96 -0
- visier_platform_sdk/models/process_concept_property_list_dto.py +96 -0
- visier_platform_sdk/models/process_concept_property_type_dto.py +92 -0
- visier_platform_sdk/models/process_concept_stage_dto.py +102 -0
- visier_platform_sdk/models/process_concept_stage_list_dto.py +96 -0
- visier_platform_sdk/models/processing_job.py +96 -0
- visier_platform_sdk/models/processing_job_and_status_response.py +104 -0
- visier_platform_sdk/models/processing_job_request_dto.py +96 -0
- visier_platform_sdk/models/processing_job_status_response.py +104 -0
- visier_platform_sdk/models/product_release_dto.py +94 -0
- visier_platform_sdk/models/product_releases_dto.py +96 -0
- visier_platform_sdk/models/product_version_dto.py +92 -0
- visier_platform_sdk/models/product_versions_dto.py +96 -0
- visier_platform_sdk/models/product_versions_update_failure_tenant_response_dto.py +94 -0
- visier_platform_sdk/models/product_versions_update_response_dto.py +106 -0
- visier_platform_sdk/models/product_versions_update_successful_tenant_response_dto.py +92 -0
- visier_platform_sdk/models/production_version_api_operation_request_dto.py +98 -0
- visier_platform_sdk/models/production_version_api_operation_response_dto.py +92 -0
- visier_platform_sdk/models/production_versions_api_operation_request_dto.py +104 -0
- visier_platform_sdk/models/production_versions_api_operation_response_dto.py +88 -0
- visier_platform_sdk/models/profile_assigned_for_accessible_tenant_dto.py +98 -0
- visier_platform_sdk/models/profile_assigned_for_local_tenant_dto.py +110 -0
- visier_platform_sdk/models/profile_get_api_response_dto.py +102 -0
- visier_platform_sdk/models/profiles_get_api_response_dto.py +96 -0
- visier_platform_sdk/models/project_commits_api_response_dto.py +96 -0
- visier_platform_sdk/models/project_dto.py +111 -0
- visier_platform_sdk/models/project_operation_request_dto.py +98 -0
- visier_platform_sdk/models/project_operation_response_dto.py +92 -0
- visier_platform_sdk/models/properties_change_definitions_dto.py +96 -0
- visier_platform_sdk/models/properties_delete_definitions_dto.py +100 -0
- visier_platform_sdk/models/properties_dto.py +96 -0
- visier_platform_sdk/models/property_access_config_dto.py +116 -0
- visier_platform_sdk/models/property_bulk_delete_response_dto.py +106 -0
- visier_platform_sdk/models/property_change_definition_dto.py +112 -0
- visier_platform_sdk/models/property_change_definitions_by_tenant_dto.py +100 -0
- visier_platform_sdk/models/property_column_dto.py +94 -0
- visier_platform_sdk/models/property_definition_dto.py +102 -0
- visier_platform_sdk/models/property_delete_definitions_by_tenant_dto.py +92 -0
- visier_platform_sdk/models/property_delete_failure_dto.py +117 -0
- visier_platform_sdk/models/property_delete_success_dto.py +113 -0
- visier_platform_sdk/models/property_dto.py +118 -0
- visier_platform_sdk/models/property_reference_dto.py +90 -0
- visier_platform_sdk/models/property_set_config_dto.py +102 -0
- visier_platform_sdk/models/property_type_details_dto.py +104 -0
- visier_platform_sdk/models/property_type_dto.py +98 -0
- visier_platform_sdk/models/public_key_dto.py +96 -0
- visier_platform_sdk/models/public_keys_dto.py +96 -0
- visier_platform_sdk/models/push_data_cancel_response.py +102 -0
- visier_platform_sdk/models/push_data_column_definition_dto.py +98 -0
- visier_platform_sdk/models/push_data_complete_request.py +90 -0
- visier_platform_sdk/models/push_data_complete_response.py +104 -0
- visier_platform_sdk/models/push_data_response.py +104 -0
- visier_platform_sdk/models/push_data_source_definition_dto.py +102 -0
- visier_platform_sdk/models/push_data_source_definitions_dto.py +96 -0
- visier_platform_sdk/models/put_project_commits_request.py +88 -0
- visier_platform_sdk/models/qualtrics_auth_params_dto.py +90 -0
- visier_platform_sdk/models/query_axis_dto.py +141 -0
- visier_platform_sdk/models/query_axis_options_dto.py +100 -0
- visier_platform_sdk/models/query_dimension_data_member_selection_dto.py +92 -0
- visier_platform_sdk/models/query_dimension_leaf_selection_dto.py +92 -0
- visier_platform_sdk/models/query_dimension_level_property_dto.py +108 -0
- visier_platform_sdk/models/query_dimension_level_selection_dto.py +96 -0
- visier_platform_sdk/models/query_dimension_member_selection_dto.py +102 -0
- visier_platform_sdk/models/query_execution_error_details_dto.py +94 -0
- visier_platform_sdk/models/query_execution_error_dto.py +100 -0
- visier_platform_sdk/models/query_execution_errors_dto.py +100 -0
- visier_platform_sdk/models/query_execution_options_dto.py +192 -0
- visier_platform_sdk/models/query_filter_dto.py +106 -0
- visier_platform_sdk/models/query_member_map_property_dto.py +94 -0
- visier_platform_sdk/models/query_member_map_selection_dto.py +104 -0
- visier_platform_sdk/models/query_numeric_ranges_dto.py +100 -0
- visier_platform_sdk/models/query_parameter_value_dto.py +110 -0
- visier_platform_sdk/models/query_property_dto.py +120 -0
- visier_platform_sdk/models/query_time_interval_dto.py +134 -0
- visier_platform_sdk/models/query_time_intervals_dto.py +150 -0
- visier_platform_sdk/models/question_categories_api_response_dto.py +96 -0
- visier_platform_sdk/models/question_category_api_response_dto.py +90 -0
- visier_platform_sdk/models/receiving_job.py +92 -0
- visier_platform_sdk/models/receiving_job_and_status_response.py +104 -0
- visier_platform_sdk/models/receiving_job_status_response.py +104 -0
- visier_platform_sdk/models/redshift_auth_params_dto.py +100 -0
- visier_platform_sdk/models/reduced_error_dto.py +88 -0
- visier_platform_sdk/models/reduced_tenant_code_error_dto.py +96 -0
- visier_platform_sdk/models/reduced_user_id_error_dto.py +94 -0
- visier_platform_sdk/models/related_analytic_object_dto.py +90 -0
- visier_platform_sdk/models/report_create_request_dto.py +90 -0
- visier_platform_sdk/models/report_delete_success_dto.py +88 -0
- visier_platform_sdk/models/report_dto.py +115 -0
- visier_platform_sdk/models/report_list_response_dto.py +96 -0
- visier_platform_sdk/models/result.py +96 -0
- visier_platform_sdk/models/role_modules_config_dto.py +88 -0
- visier_platform_sdk/models/salesforce_auth_params_dto.py +90 -0
- visier_platform_sdk/models/salesforce_v2_auth_params_dto.py +94 -0
- visier_platform_sdk/models/sample_question_api_response_dto.py +100 -0
- visier_platform_sdk/models/sample_questions_api_response_dto.py +96 -0
- visier_platform_sdk/models/scenario_info_dto.py +92 -0
- visier_platform_sdk/models/scenario_or_snapshot_dto.py +90 -0
- visier_platform_sdk/models/securable_dimension_dto.py +102 -0
- visier_platform_sdk/models/securable_property_dto.py +96 -0
- visier_platform_sdk/models/security_assignment_response_dto.py +96 -0
- visier_platform_sdk/models/selection_concept_configuration_dto.py +96 -0
- visier_platform_sdk/models/selection_concept_configuration_map_dto.py +96 -0
- visier_platform_sdk/models/selection_concept_dto.py +106 -0
- visier_platform_sdk/models/selection_concept_list_dto.py +96 -0
- visier_platform_sdk/models/selection_concept_reference_dto.py +90 -0
- visier_platform_sdk/models/selection_concepts_dto.py +96 -0
- visier_platform_sdk/models/service_now_auth_params_dto.py +92 -0
- visier_platform_sdk/models/service_now_v2_auth_params_dto.py +96 -0
- visier_platform_sdk/models/servicing_capability_proto_enum_access_lookup_dto.py +96 -0
- visier_platform_sdk/models/set_connector_setting_request_dto.py +98 -0
- visier_platform_sdk/models/set_connector_setting_response_dto.py +112 -0
- visier_platform_sdk/models/set_connector_settings_request_dto.py +96 -0
- visier_platform_sdk/models/set_connector_settings_response_dto.py +96 -0
- visier_platform_sdk/models/shareable_data_access_set.py +88 -0
- visier_platform_sdk/models/simple_document_header_search_response_dto.py +96 -0
- visier_platform_sdk/models/simple_document_header_search_result_dto.py +98 -0
- visier_platform_sdk/models/simple_property_type_dto.py +88 -0
- visier_platform_sdk/models/simple_user_dto.py +90 -0
- visier_platform_sdk/models/slack_auth_params_dto.py +92 -0
- visier_platform_sdk/models/snapshot_query_execution_dto.py +144 -0
- visier_platform_sdk/models/snapshot_query_execution_options_dto.py +134 -0
- visier_platform_sdk/models/snowflake_auth_params_dto.py +100 -0
- visier_platform_sdk/models/sort_option_dto.py +100 -0
- visier_platform_sdk/models/source.py +98 -0
- visier_platform_sdk/models/sources_api_operation_request_dto.py +104 -0
- visier_platform_sdk/models/sql_like200_response.py +16 -16
- visier_platform_sdk/models/sql_like_query_execution_dto.py +94 -0
- visier_platform_sdk/models/sql_server_auth_params_dto.py +96 -0
- visier_platform_sdk/models/start_extraction_response.py +88 -0
- visier_platform_sdk/models/start_transfer_response.py +88 -0
- visier_platform_sdk/models/static_dimension_filter_dto.py +112 -0
- visier_platform_sdk/models/subject_missing_access_dto.py +102 -0
- visier_platform_sdk/models/success_factors_auth_params_dto.py +100 -0
- visier_platform_sdk/models/success_factors_o_auth_params_dto.py +92 -0
- visier_platform_sdk/models/successful_accessible_tenant_profile_assignment_dto.py +92 -0
- visier_platform_sdk/models/successful_change_dto.py +98 -0
- visier_platform_sdk/models/successful_local_tenant_profile_assignment_dto.py +88 -0
- visier_platform_sdk/models/synonym_list_dto.py +88 -0
- visier_platform_sdk/models/system_status_dto.py +88 -0
- visier_platform_sdk/models/tag_map_element_dto.py +90 -0
- visier_platform_sdk/models/tag_reference_dto.py +88 -0
- visier_platform_sdk/models/tag_reference_list_dto.py +96 -0
- visier_platform_sdk/models/tags_dto.py +88 -0
- visier_platform_sdk/models/target_project_for_tenant_dto.py +90 -0
- visier_platform_sdk/models/target_project_for_tenants_list_dto.py +96 -0
- visier_platform_sdk/models/target_tenant_code_dto.py +90 -0
- visier_platform_sdk/models/tenant.py +100 -0
- visier_platform_sdk/models/tenant_and_credential.py +90 -0
- visier_platform_sdk/models/tenant_assignments_dto.py +114 -0
- visier_platform_sdk/models/tenant_code_body.py +88 -0
- visier_platform_sdk/models/tenant_code_error_dto.py +96 -0
- visier_platform_sdk/models/tenant_connector_settings_request_dto.py +98 -0
- visier_platform_sdk/models/tenant_data_upload_status_response_dto.py +90 -0
- visier_platform_sdk/models/tenant_data_upload_update_status_response_dto.py +94 -0
- visier_platform_sdk/models/tenant_data_uploads_list_response_dto.py +100 -0
- visier_platform_sdk/models/tenant_data_uploads_response_dto.py +98 -0
- visier_platform_sdk/models/tenant_data_uploads_update_response_dto.py +100 -0
- visier_platform_sdk/models/tenant_detail_apidto.py +130 -0
- visier_platform_sdk/models/tenant_details_traits_dto.py +112 -0
- visier_platform_sdk/models/tenant_encryption_key_details_dto.py +96 -0
- visier_platform_sdk/models/tenant_encryption_key_dto.py +94 -0
- visier_platform_sdk/models/tenant_management_api_get_response_dto.py +156 -0
- visier_platform_sdk/models/tenant_management_api_list_response_dto.py +100 -0
- visier_platform_sdk/models/tenant_management_api_update_request_dto.py +156 -0
- visier_platform_sdk/models/tenant_management_api_update_response_dto.py +136 -0
- visier_platform_sdk/models/tenant_module_dto.py +96 -0
- visier_platform_sdk/models/tenant_preview_entries_summary_dto.py +102 -0
- visier_platform_sdk/models/tenant_preview_entries_summary_list_dto.py +100 -0
- visier_platform_sdk/models/tenant_provision_apidto.py +110 -0
- visier_platform_sdk/models/tenant_status_apidto.py +94 -0
- visier_platform_sdk/models/time_shift_dto.py +112 -0
- visier_platform_sdk/models/ultimate_auth_params_dto.py +96 -0
- visier_platform_sdk/models/update_tenant_model.py +98 -0
- visier_platform_sdk/models/upload_to_exclude.py +102 -0
- visier_platform_sdk/models/upload_to_include.py +102 -0
- visier_platform_sdk/models/user_creation_api_request_dto.py +96 -0
- visier_platform_sdk/models/user_get_api_response_dto.py +122 -0
- visier_platform_sdk/models/user_group_assigned_for_local_tenant_dto.py +90 -0
- visier_platform_sdk/models/user_group_assignment_dto.py +88 -0
- visier_platform_sdk/models/user_group_change_definition_dto.py +108 -0
- visier_platform_sdk/models/user_group_change_dimension_filter_dto.py +104 -0
- visier_platform_sdk/models/user_group_change_failure_dto.py +96 -0
- visier_platform_sdk/models/user_group_change_filter_dto.py +100 -0
- visier_platform_sdk/models/user_group_change_member_selection_dto.py +90 -0
- visier_platform_sdk/models/user_group_change_response_dto.py +106 -0
- visier_platform_sdk/models/user_group_change_success_dto.py +94 -0
- visier_platform_sdk/models/user_group_change_users_dto.py +105 -0
- visier_platform_sdk/models/user_group_delete_dto.py +92 -0
- visier_platform_sdk/models/user_group_delete_failure_dto.py +96 -0
- visier_platform_sdk/models/user_group_delete_response_dto.py +106 -0
- visier_platform_sdk/models/user_group_delete_success_dto.py +92 -0
- visier_platform_sdk/models/user_group_filters_dto.py +96 -0
- visier_platform_sdk/models/user_group_get_api_response_dto.py +100 -0
- visier_platform_sdk/models/user_group_single_delete_response_dto.py +98 -0
- visier_platform_sdk/models/user_groups_change_dto.py +96 -0
- visier_platform_sdk/models/user_groups_delete_request_dto.py +96 -0
- visier_platform_sdk/models/user_groups_get_api_response_dto.py +100 -0
- visier_platform_sdk/models/user_groups_users_dto.py +100 -0
- visier_platform_sdk/models/user_groups_users_for_tenant_dto.py +98 -0
- visier_platform_sdk/models/user_id_error_dto.py +94 -0
- visier_platform_sdk/models/user_property_dto.py +88 -0
- visier_platform_sdk/models/user_security_assignments_dto.py +100 -0
- visier_platform_sdk/models/user_update_api_request_dto.py +96 -0
- visier_platform_sdk/models/users_api_error_message_dto.py +90 -0
- visier_platform_sdk/models/users_api_failure_dto.py +98 -0
- visier_platform_sdk/models/users_api_response_dto.py +106 -0
- visier_platform_sdk/models/users_api_success_dto.py +98 -0
- visier_platform_sdk/models/users_creation_api_request_dto.py +96 -0
- visier_platform_sdk/models/users_delete_api_request_dto.py +88 -0
- visier_platform_sdk/models/users_to_user_group_request_dto.py +90 -0
- visier_platform_sdk/models/users_to_user_groups_request_dto.py +102 -0
- visier_platform_sdk/models/users_update_api_request_dto.py +96 -0
- visier_platform_sdk/models/users_update_api_user_dto.py +98 -0
- visier_platform_sdk/models/v2_calculated_property_type_dto.py +92 -0
- visier_platform_sdk/models/v2_simple_property_type_dto.py +90 -0
- visier_platform_sdk/models/validity_range_dto.py +90 -0
- visier_platform_sdk/models/vee_clarification_dto.py +98 -0
- visier_platform_sdk/models/vee_conversation_dto.py +92 -0
- visier_platform_sdk/models/vee_conversation_state_dto.py +88 -0
- visier_platform_sdk/models/vee_corrections_dto.py +109 -0
- visier_platform_sdk/models/vee_data_dto.py +90 -0
- visier_platform_sdk/models/vee_feedback_dto.py +96 -0
- visier_platform_sdk/models/vee_options_dto.py +110 -0
- visier_platform_sdk/models/vee_question_change_definition_dto.py +100 -0
- visier_platform_sdk/models/vee_question_change_definitions_by_tenant_dto.py +100 -0
- visier_platform_sdk/models/vee_question_change_failure_dto.py +106 -0
- visier_platform_sdk/models/vee_question_change_success_dto.py +104 -0
- visier_platform_sdk/models/vee_question_delete_definitions_by_tenant_dto.py +92 -0
- visier_platform_sdk/models/vee_question_dto.py +102 -0
- visier_platform_sdk/models/vee_questions_bulk_change_response_dto.py +106 -0
- visier_platform_sdk/models/vee_questions_change_definitions_dto.py +96 -0
- visier_platform_sdk/models/vee_questions_delete_definitions_dto.py +96 -0
- visier_platform_sdk/models/vee_response_dto.py +132 -0
- visier_platform_sdk/models/vee_response_schema_dto.py +107 -0
- visier_platform_sdk/models/vee_response_schema_reference_dto.py +90 -0
- visier_platform_sdk/models/vee_sample_question_dto.py +94 -0
- visier_platform_sdk/models/vee_sample_question_library_dto.py +96 -0
- visier_platform_sdk/models/vee_status_code_dto.py +100 -0
- visier_platform_sdk/models/vee_status_dto.py +88 -0
- visier_platform_sdk/models/vee_visual_dto.py +92 -0
- visier_platform_sdk/models/vee_visual_options_dto.py +90 -0
- visier_platform_sdk/models/webhook_basic_auth_credential_dto.py +90 -0
- visier_platform_sdk/models/webhook_credentials_dto.py +94 -0
- visier_platform_sdk/models/webhook_details_dto.py +104 -0
- visier_platform_sdk/models/webhook_dto.py +96 -0
- visier_platform_sdk/models/webhook_event_type_dto.py +88 -0
- visier_platform_sdk/models/webhook_message_response_dto.py +94 -0
- visier_platform_sdk/models/webhook_request_dto.py +98 -0
- visier_platform_sdk/models/webhooks_dto.py +96 -0
- visier_platform_sdk/models/willow_auth_params_dto.py +90 -0
- visier_platform_sdk/models/workday_auth_params_dto.py +118 -0
- visier_platform_sdk/models/workday_o_auth_params_dto.py +92 -0
- visier_platform_sdk/models/workday_raas_auth_params_dto.py +96 -0
- visier_platform_sdk/models/workday_refresh_token_params_dto.py +92 -0
- visier_platform_sdk/models/zoom_auth_params_dto.py +92 -0
- visier_platform_sdk-22222222.99201.1914b6.dist-info/METADATA +25 -0
- visier_platform_sdk-22222222.99201.1914b6.dist-info/RECORD +668 -0
- visier_platform_sdk-22222222.99201.1914b6.dist-info/WHEEL +5 -0
- visier_platform_sdk/models/admin_all_tenants_status_apidto.py +0 -100
- visier_platform_sdk/models/admin_assign_connector_credentials_by_tenant_response_dto.py +0 -112
- visier_platform_sdk/models/admin_assign_connector_credentials_response_dto.py +0 -96
- visier_platform_sdk/models/admin_assign_connector_with_credentials_response_dto.py +0 -98
- visier_platform_sdk/models/admin_assigned_credential_info_response_dto.py +0 -92
- visier_platform_sdk/models/admin_batch_tenant_provision_apidto.py +0 -96
- visier_platform_sdk/models/admin_business_location_dto.py +0 -90
- visier_platform_sdk/models/admin_connector_info_response_dto.py +0 -92
- visier_platform_sdk/models/admin_connector_setting_request_dto.py +0 -90
- visier_platform_sdk/models/admin_connector_setting_response_dto.py +0 -92
- visier_platform_sdk/models/admin_connector_settings_response_dto.py +0 -102
- visier_platform_sdk/models/admin_consolidated_analytics_api_excluded_source_list_dto.py +0 -88
- visier_platform_sdk/models/admin_consolidated_analytics_api_source_tenant_list_dto.py +0 -88
- visier_platform_sdk/models/admin_consolidated_analytics_api_tenant_create_request_dto.py +0 -88
- visier_platform_sdk/models/admin_consolidated_analytics_api_tenant_list_response_dto.py +0 -88
- visier_platform_sdk/models/admin_consolidated_analytics_api_tenant_with_details.py +0 -92
- visier_platform_sdk/models/admin_consolidated_analytics_api_tenant_with_details_list_response_dto.py +0 -96
- visier_platform_sdk/models/admin_custom_property_dto.py +0 -90
- visier_platform_sdk/models/admin_custom_tenant_property_dto.py +0 -90
- visier_platform_sdk/models/admin_data_import_definition_apidto.py +0 -92
- visier_platform_sdk/models/admin_data_import_definitions_apidto.py +0 -100
- visier_platform_sdk/models/admin_data_version_and_date_dto.py +0 -90
- visier_platform_sdk/models/admin_delete_user_group_v2_request.py +0 -88
- visier_platform_sdk/models/admin_element_ids_dto.py +0 -88
- visier_platform_sdk/models/admin_email_domains_dto.py +0 -90
- visier_platform_sdk/models/admin_excluded_sources_body.py +0 -88
- visier_platform_sdk/models/admin_extractor_setting_apidto.py +0 -100
- visier_platform_sdk/models/admin_extractor_setting_key_value_apidto.py +0 -90
- visier_platform_sdk/models/admin_extractor_settings_apidto.py +0 -96
- visier_platform_sdk/models/admin_home_analysis_by_user_group_dto.py +0 -90
- visier_platform_sdk/models/admin_jobs_consolidated_analytics_job_request_dto.py +0 -88
- visier_platform_sdk/models/admin_jobs_extract_data_and_load_dto.py +0 -150
- visier_platform_sdk/models/admin_jobs_processing_job_request_dto.py +0 -96
- visier_platform_sdk/models/admin_key_name.py +0 -88
- visier_platform_sdk/models/admin_mask_message.py +0 -88
- visier_platform_sdk/models/admin_multiple_tenant_data_versions_details_dto.py +0 -98
- visier_platform_sdk/models/admin_multiple_tenant_data_versions_list_dto.py +0 -100
- visier_platform_sdk/models/admin_network_subnets_message_request.py +0 -90
- visier_platform_sdk/models/admin_network_subnets_message_response.py +0 -88
- visier_platform_sdk/models/admin_permission_response_dto.py +0 -90
- visier_platform_sdk/models/admin_permissions_list_dto.py +0 -96
- visier_platform_sdk/models/admin_permissions_to_user_group_for_tenant_dto.py +0 -102
- visier_platform_sdk/models/admin_permissions_to_user_group_request_dto.py +0 -90
- visier_platform_sdk/models/admin_permissions_to_user_groups_request_dto.py +0 -96
- visier_platform_sdk/models/admin_product_release_dto.py +0 -94
- visier_platform_sdk/models/admin_product_releases_dto.py +0 -96
- visier_platform_sdk/models/admin_product_version_dto.py +0 -92
- visier_platform_sdk/models/admin_product_versions_dto.py +0 -96
- visier_platform_sdk/models/admin_product_versions_update_failure_tenant_response_dto.py +0 -94
- visier_platform_sdk/models/admin_product_versions_update_response_dto.py +0 -106
- visier_platform_sdk/models/admin_product_versions_update_successful_tenant_response_dto.py +0 -92
- visier_platform_sdk/models/admin_put_project_commits_request.py +0 -88
- visier_platform_sdk/models/admin_security_assignment_response_dto.py +0 -96
- visier_platform_sdk/models/admin_set_connector_setting_request_dto.py +0 -98
- visier_platform_sdk/models/admin_set_connector_setting_response_dto.py +0 -112
- visier_platform_sdk/models/admin_set_connector_settings_request_dto.py +0 -96
- visier_platform_sdk/models/admin_set_connector_settings_response_dto.py +0 -96
- visier_platform_sdk/models/admin_simple_user_dto.py +0 -90
- visier_platform_sdk/models/admin_target_project_for_tenant_dto.py +0 -90
- visier_platform_sdk/models/admin_target_project_for_tenants_list_dto.py +0 -96
- visier_platform_sdk/models/admin_tenant_assignments_dto.py +0 -114
- visier_platform_sdk/models/admin_tenant_code_body.py +0 -88
- visier_platform_sdk/models/admin_tenant_connector_settings_request_dto.py +0 -98
- visier_platform_sdk/models/admin_tenant_detail_apidto.py +0 -130
- visier_platform_sdk/models/admin_tenant_details_traits_dto.py +0 -112
- visier_platform_sdk/models/admin_tenant_management_api_get_response_dto.py +0 -156
- visier_platform_sdk/models/admin_tenant_management_api_list_response_dto.py +0 -100
- visier_platform_sdk/models/admin_tenant_management_api_update_request_dto.py +0 -156
- visier_platform_sdk/models/admin_tenant_management_api_update_response_dto.py +0 -136
- visier_platform_sdk/models/admin_tenant_provision_apidto.py +0 -110
- visier_platform_sdk/models/admin_tenant_status_apidto.py +0 -94
- visier_platform_sdk/models/admin_update_tenant_model.py +0 -98
- visier_platform_sdk/models/admin_user_group_change_definition_dto.py +0 -108
- visier_platform_sdk/models/admin_user_group_change_dimension_filter_dto.py +0 -104
- visier_platform_sdk/models/admin_user_group_change_failure_dto.py +0 -96
- visier_platform_sdk/models/admin_user_group_change_filter_dto.py +0 -100
- visier_platform_sdk/models/admin_user_group_change_member_selection_dto.py +0 -90
- visier_platform_sdk/models/admin_user_group_change_response_dto.py +0 -106
- visier_platform_sdk/models/admin_user_group_change_success_dto.py +0 -94
- visier_platform_sdk/models/admin_user_group_change_users_dto.py +0 -105
- visier_platform_sdk/models/admin_user_group_delete_dto.py +0 -92
- visier_platform_sdk/models/admin_user_group_delete_failure_dto.py +0 -96
- visier_platform_sdk/models/admin_user_group_delete_response_dto.py +0 -106
- visier_platform_sdk/models/admin_user_group_delete_success_dto.py +0 -92
- visier_platform_sdk/models/admin_user_group_filters_dto.py +0 -96
- visier_platform_sdk/models/admin_user_group_get_api_response_dto.py +0 -100
- visier_platform_sdk/models/admin_user_group_single_delete_response_dto.py +0 -98
- visier_platform_sdk/models/admin_user_groups_change_dto.py +0 -96
- visier_platform_sdk/models/admin_user_groups_delete_request_dto.py +0 -96
- visier_platform_sdk/models/admin_user_groups_get_api_response_dto.py +0 -100
- visier_platform_sdk/models/admin_user_groups_users_dto.py +0 -100
- visier_platform_sdk/models/admin_user_groups_users_for_tenant_dto.py +0 -98
- visier_platform_sdk/models/admin_user_security_assignments_dto.py +0 -100
- visier_platform_sdk/models/admin_users_to_user_group_request_dto.py +0 -90
- visier_platform_sdk/models/admin_users_to_user_groups_request_dto.py +0 -102
- visier_platform_sdk/models/analysis_common_report_create_request_dto.py +0 -90
- visier_platform_sdk/models/analysis_common_report_delete_success_dto.py +0 -88
- visier_platform_sdk/models/analysis_common_report_dto.py +0 -115
- visier_platform_sdk/models/analysis_common_report_list_response_dto.py +0 -96
- visier_platform_sdk/models/analysis_common_vee_clarification_dto.py +0 -98
- visier_platform_sdk/models/analysis_common_vee_conversation_dto.py +0 -92
- visier_platform_sdk/models/analysis_common_vee_conversation_state_dto.py +0 -88
- visier_platform_sdk/models/analysis_common_vee_corrections_dto.py +0 -109
- visier_platform_sdk/models/analysis_common_vee_data_dto.py +0 -90
- visier_platform_sdk/models/analysis_common_vee_feedback_dto.py +0 -96
- visier_platform_sdk/models/analysis_common_vee_options_dto.py +0 -110
- visier_platform_sdk/models/analysis_common_vee_question_dto.py +0 -102
- visier_platform_sdk/models/analysis_common_vee_response_dto.py +0 -132
- visier_platform_sdk/models/analysis_common_vee_response_schema_dto.py +0 -107
- visier_platform_sdk/models/analysis_common_vee_response_schema_reference_dto.py +0 -90
- visier_platform_sdk/models/analysis_common_vee_sample_question_dto.py +0 -94
- visier_platform_sdk/models/analysis_common_vee_sample_question_library_dto.py +0 -96
- visier_platform_sdk/models/analysis_common_vee_status_code_dto.py +0 -100
- visier_platform_sdk/models/analysis_common_vee_visual_dto.py +0 -92
- visier_platform_sdk/models/analysis_common_vee_visual_options_dto.py +0 -90
- visier_platform_sdk/models/authentication_o_auth2_user_info_dto.py +0 -117
- visier_platform_sdk/models/authentication_o_auth2_user_subnet_info_dto.py +0 -100
- visier_platform_sdk/models/authentication_o_auth2_user_tenant_detail_dto.py +0 -96
- visier_platform_sdk/models/authentication_o_auth2_user_tenant_details_dto.py +0 -96
- visier_platform_sdk/models/authentication_o_auth2_user_tenant_properties_dto.py +0 -88
- visier_platform_sdk/models/data_in_assign_connector_credential_request.py +0 -96
- visier_platform_sdk/models/data_in_connector.py +0 -98
- visier_platform_sdk/models/data_in_data_load_request.py +0 -92
- visier_platform_sdk/models/data_in_data_load_request_model.py +0 -90
- visier_platform_sdk/models/data_in_data_load_response.py +0 -88
- visier_platform_sdk/models/data_in_data_transfer_result_detail.py +0 -94
- visier_platform_sdk/models/data_in_data_version_object.py +0 -90
- visier_platform_sdk/models/data_in_disable_dv_model.py +0 -96
- visier_platform_sdk/models/data_in_disable_dv_request.py +0 -92
- visier_platform_sdk/models/data_in_disable_dv_response.py +0 -100
- visier_platform_sdk/models/data_in_dispatching_job_status_response.py +0 -94
- visier_platform_sdk/models/data_in_exclude_data_uploads_request.py +0 -96
- visier_platform_sdk/models/data_in_extraction_job.py +0 -94
- visier_platform_sdk/models/data_in_extraction_job_and_status_response.py +0 -104
- visier_platform_sdk/models/data_in_include_data_uploads_request.py +0 -96
- visier_platform_sdk/models/data_in_job_status_list_response.py +0 -100
- visier_platform_sdk/models/data_in_job_status_with_start_time.py +0 -96
- visier_platform_sdk/models/data_in_processing_job.py +0 -96
- visier_platform_sdk/models/data_in_processing_job_and_status_response.py +0 -104
- visier_platform_sdk/models/data_in_processing_job_status_response.py +0 -104
- visier_platform_sdk/models/data_in_push_data_cancel_response.py +0 -102
- visier_platform_sdk/models/data_in_push_data_complete_request.py +0 -90
- visier_platform_sdk/models/data_in_push_data_complete_response.py +0 -104
- visier_platform_sdk/models/data_in_push_data_response.py +0 -104
- visier_platform_sdk/models/data_in_receiving_job.py +0 -92
- visier_platform_sdk/models/data_in_receiving_job_and_status_response.py +0 -104
- visier_platform_sdk/models/data_in_receiving_job_status_response.py +0 -104
- visier_platform_sdk/models/data_in_result.py +0 -96
- visier_platform_sdk/models/data_in_source.py +0 -98
- visier_platform_sdk/models/data_in_start_extraction_response.py +0 -88
- visier_platform_sdk/models/data_in_start_transfer_response.py +0 -88
- visier_platform_sdk/models/data_in_tenant.py +0 -100
- visier_platform_sdk/models/data_in_tenant_and_credential.py +0 -90
- visier_platform_sdk/models/data_in_upload_to_exclude.py +0 -102
- visier_platform_sdk/models/data_in_upload_to_include.py +0 -102
- visier_platform_sdk/models/data_out_list_response.py +0 -101
- visier_platform_sdk/models/dataservices_common_dimension_member_reference_dto.py +0 -90
- visier_platform_sdk/models/dataservices_common_member_values_dto.py +0 -105
- visier_platform_sdk/models/dataservices_datamodel_aggregation_type_option_dto.py +0 -96
- visier_platform_sdk/models/dataservices_datamodel_aggregation_type_parameter_dto.py +0 -102
- visier_platform_sdk/models/dataservices_datamodel_analytic_object_dto.py +0 -130
- visier_platform_sdk/models/dataservices_datamodel_analytic_objects_dto.py +0 -96
- visier_platform_sdk/models/dataservices_datamodel_currencies_dto.py +0 -96
- visier_platform_sdk/models/dataservices_datamodel_currency_dto.py +0 -94
- visier_platform_sdk/models/dataservices_datamodel_currency_rate_dto.py +0 -96
- visier_platform_sdk/models/dataservices_datamodel_currency_rates_dto.py +0 -96
- visier_platform_sdk/models/dataservices_datamodel_dimension_dto.py +0 -120
- visier_platform_sdk/models/dataservices_datamodel_dimension_mapping_validation_dto.py +0 -102
- visier_platform_sdk/models/dataservices_datamodel_dimension_mapping_validation_execution_dto.py +0 -90
- visier_platform_sdk/models/dataservices_datamodel_dimension_reference_dto.py +0 -90
- visier_platform_sdk/models/dataservices_datamodel_dimensions_dto.py +0 -96
- visier_platform_sdk/models/dataservices_datamodel_level_dto.py +0 -92
- visier_platform_sdk/models/dataservices_datamodel_member_dto.py +0 -106
- visier_platform_sdk/models/dataservices_datamodel_member_parameter_definition_dto.py +0 -102
- visier_platform_sdk/models/dataservices_datamodel_members_dto.py +0 -96
- visier_platform_sdk/models/dataservices_datamodel_metric_dto.py +0 -122
- visier_platform_sdk/models/dataservices_datamodel_metrics_dto.py +0 -96
- visier_platform_sdk/models/dataservices_datamodel_numeric_parameter_definition_dto.py +0 -98
- visier_platform_sdk/models/dataservices_datamodel_object_reference_dto.py +0 -110
- visier_platform_sdk/models/dataservices_datamodel_parameter_definition_dto.py +0 -110
- visier_platform_sdk/models/dataservices_datamodel_plan_parameter_definition_dto.py +0 -94
- visier_platform_sdk/models/dataservices_datamodel_planning_concept_filter_context_dto.py +0 -88
- visier_platform_sdk/models/dataservices_datamodel_planning_hierarchy_filter_context_dto.py +0 -92
- visier_platform_sdk/models/dataservices_datamodel_planning_model_dto.py +0 -92
- visier_platform_sdk/models/dataservices_datamodel_planning_models_dto.py +0 -96
- visier_platform_sdk/models/dataservices_datamodel_planning_plan_context_dto.py +0 -98
- visier_platform_sdk/models/dataservices_datamodel_planning_plan_dto.py +0 -123
- visier_platform_sdk/models/dataservices_datamodel_planning_plans_dto.py +0 -96
- visier_platform_sdk/models/dataservices_datamodel_population_configuration_dto.py +0 -115
- visier_platform_sdk/models/dataservices_datamodel_prediction_dto.py +0 -124
- visier_platform_sdk/models/dataservices_datamodel_predictions_dto.py +0 -96
- visier_platform_sdk/models/dataservices_datamodel_properties_dto.py +0 -96
- visier_platform_sdk/models/dataservices_datamodel_property_dto.py +0 -118
- visier_platform_sdk/models/dataservices_datamodel_property_reference_dto.py +0 -90
- visier_platform_sdk/models/dataservices_datamodel_scenario_or_snapshot_dto.py +0 -90
- visier_platform_sdk/models/dataservices_datamodel_selection_concept_dto.py +0 -106
- visier_platform_sdk/models/dataservices_datamodel_selection_concept_reference_dto.py +0 -90
- visier_platform_sdk/models/dataservices_datamodel_selection_concepts_dto.py +0 -96
- visier_platform_sdk/models/dataservices_datamodel_tag_map_element_dto.py +0 -90
- visier_platform_sdk/models/dataservices_datamodel_validity_range_dto.py +0 -90
- visier_platform_sdk/models/dataservices_query_aggregation_query_dto.py +0 -128
- visier_platform_sdk/models/dataservices_query_aggregation_query_execution_dto.py +0 -98
- visier_platform_sdk/models/dataservices_query_aggregation_query_source_dto.py +0 -96
- visier_platform_sdk/models/dataservices_query_aggregation_query_source_metric_dto.py +0 -94
- visier_platform_sdk/models/dataservices_query_aggregation_query_source_metrics_dto.py +0 -96
- visier_platform_sdk/models/dataservices_query_aggregation_type_parameter_value_dto.py +0 -90
- visier_platform_sdk/models/dataservices_query_cell_distribution_bin_dto.py +0 -90
- visier_platform_sdk/models/dataservices_query_cell_distribution_options_dto.py +0 -88
- visier_platform_sdk/models/dataservices_query_cell_dto.py +0 -102
- visier_platform_sdk/models/dataservices_query_cell_set_axis_dto.py +0 -102
- visier_platform_sdk/models/dataservices_query_cell_set_axis_position_dto.py +0 -92
- visier_platform_sdk/models/dataservices_query_cell_set_dto.py +0 -114
- visier_platform_sdk/models/dataservices_query_cell_set_or_error_dto.py +0 -98
- visier_platform_sdk/models/dataservices_query_cohort_filter_dto.py +0 -100
- visier_platform_sdk/models/dataservices_query_internal_query_execution_options_dto.py +0 -100
- visier_platform_sdk/models/dataservices_query_key_group_filter_dto.py +0 -96
- visier_platform_sdk/models/dataservices_query_key_group_filter_item_dto.py +0 -100
- visier_platform_sdk/models/dataservices_query_lineage_dto.py +0 -100
- visier_platform_sdk/models/dataservices_query_list_query_execution_dto.py +0 -144
- visier_platform_sdk/models/dataservices_query_list_query_execution_options_dto.py +0 -158
- visier_platform_sdk/models/dataservices_query_list_query_source_dto.py +0 -94
- visier_platform_sdk/models/dataservices_query_member_filter_dto.py +0 -98
- visier_platform_sdk/models/dataservices_query_member_parameter_value_dto.py +0 -98
- visier_platform_sdk/models/dataservices_query_numeric_parameter_value_dto.py +0 -90
- visier_platform_sdk/models/dataservices_query_plan_parameter_value_dto.py +0 -94
- visier_platform_sdk/models/dataservices_query_property_column_dto.py +0 -94
- visier_platform_sdk/models/dataservices_query_query_axis_dto.py +0 -141
- visier_platform_sdk/models/dataservices_query_query_axis_options_dto.py +0 -100
- visier_platform_sdk/models/dataservices_query_query_dimension_data_member_selection_dto.py +0 -92
- visier_platform_sdk/models/dataservices_query_query_dimension_leaf_selection_dto.py +0 -92
- visier_platform_sdk/models/dataservices_query_query_dimension_level_property_dto.py +0 -108
- visier_platform_sdk/models/dataservices_query_query_dimension_level_selection_dto.py +0 -96
- visier_platform_sdk/models/dataservices_query_query_dimension_member_selection_dto.py +0 -102
- visier_platform_sdk/models/dataservices_query_query_execution_error_details_dto.py +0 -94
- visier_platform_sdk/models/dataservices_query_query_execution_error_dto.py +0 -100
- visier_platform_sdk/models/dataservices_query_query_execution_errors_dto.py +0 -100
- visier_platform_sdk/models/dataservices_query_query_execution_options_dto.py +0 -192
- visier_platform_sdk/models/dataservices_query_query_filter_dto.py +0 -106
- visier_platform_sdk/models/dataservices_query_query_member_map_property_dto.py +0 -94
- visier_platform_sdk/models/dataservices_query_query_member_map_selection_dto.py +0 -104
- visier_platform_sdk/models/dataservices_query_query_numeric_ranges_dto.py +0 -100
- visier_platform_sdk/models/dataservices_query_query_parameter_value_dto.py +0 -110
- visier_platform_sdk/models/dataservices_query_query_property_dto.py +0 -120
- visier_platform_sdk/models/dataservices_query_query_time_interval_dto.py +0 -134
- visier_platform_sdk/models/dataservices_query_query_time_intervals_dto.py +0 -150
- visier_platform_sdk/models/dataservices_query_snapshot_query_execution_dto.py +0 -144
- visier_platform_sdk/models/dataservices_query_snapshot_query_execution_options_dto.py +0 -134
- visier_platform_sdk/models/dataservices_query_sort_option_dto.py +0 -100
- visier_platform_sdk/models/dataservices_query_sql_like_query_execution_dto.py +0 -94
- visier_platform_sdk/models/dataservices_query_time_shift_dto.py +0 -112
- visier_platform_sdk/models/designer_adp_auth_params_dto.py +0 -88
- visier_platform_sdk/models/designer_api_analytic_object_filter_dto.py +0 -100
- visier_platform_sdk/models/designer_api_calculation_concept_configuration_dto.py +0 -96
- visier_platform_sdk/models/designer_api_calculation_concept_configuration_map_dto.py +0 -96
- visier_platform_sdk/models/designer_api_calculation_concept_dto.py +0 -96
- visier_platform_sdk/models/designer_api_calculation_concept_list_dto.py +0 -96
- visier_platform_sdk/models/designer_api_concept_configuration_result_dto.py +0 -92
- visier_platform_sdk/models/designer_api_dimension_filter_dto.py +0 -100
- visier_platform_sdk/models/designer_api_dimension_member_dto.py +0 -88
- visier_platform_sdk/models/designer_api_perspective_configuration_dto.py +0 -100
- visier_platform_sdk/models/designer_api_perspective_node_dto.py +0 -100
- visier_platform_sdk/models/designer_api_selection_concept_configuration_dto.py +0 -96
- visier_platform_sdk/models/designer_api_selection_concept_configuration_map_dto.py +0 -96
- visier_platform_sdk/models/designer_api_selection_concept_dto.py +0 -96
- visier_platform_sdk/models/designer_api_selection_concept_list_dto.py +0 -96
- visier_platform_sdk/models/designer_bamboo_auth_params_dto.py +0 -90
- visier_platform_sdk/models/designer_basic_s3_auth_params_dto.py +0 -96
- visier_platform_sdk/models/designer_big_query_auth_params_dto.py +0 -104
- visier_platform_sdk/models/designer_big_query_service_account_params_dto.py +0 -90
- visier_platform_sdk/models/designer_copy_s3_auth_params_dto.py +0 -88
- visier_platform_sdk/models/designer_credential_creation_api_response_dto.py +0 -102
- visier_platform_sdk/models/designer_crypto_generate_key_request_dto.py +0 -92
- visier_platform_sdk/models/designer_crypto_key_pair_delete_response_dto.py +0 -88
- visier_platform_sdk/models/designer_crypto_key_pair_generate_request_dto.py +0 -88
- visier_platform_sdk/models/designer_crypto_public_key_dto.py +0 -96
- visier_platform_sdk/models/designer_crypto_public_keys_dto.py +0 -96
- visier_platform_sdk/models/designer_crypto_tenant_encryption_key_details_dto.py +0 -96
- visier_platform_sdk/models/designer_crypto_tenant_encryption_key_dto.py +0 -94
- visier_platform_sdk/models/designer_data_provider_auth_information_dto.py +0 -104
- visier_platform_sdk/models/designer_data_provider_auth_params_dto.py +0 -344
- visier_platform_sdk/models/designer_data_provider_basic_information_dto.py +0 -90
- visier_platform_sdk/models/designer_data_provider_basic_metadata_dto.py +0 -88
- visier_platform_sdk/models/designer_data_version_export_column_dto.py +0 -94
- visier_platform_sdk/models/designer_data_version_export_data_version_summary_dto.py +0 -92
- visier_platform_sdk/models/designer_data_version_export_data_versions_dto.py +0 -96
- visier_platform_sdk/models/designer_data_version_export_dto.py +0 -108
- visier_platform_sdk/models/designer_data_version_export_file_dto.py +0 -106
- visier_platform_sdk/models/designer_data_version_export_job_status_dto.py +0 -94
- visier_platform_sdk/models/designer_data_version_export_part_file_dto.py +0 -90
- visier_platform_sdk/models/designer_data_version_export_schedule_job_request_dto.py +0 -90
- visier_platform_sdk/models/designer_data_version_export_schedule_job_response_dto.py +0 -88
- visier_platform_sdk/models/designer_data_version_export_table_dto.py +0 -101
- visier_platform_sdk/models/designer_data_version_exports_dto.py +0 -96
- visier_platform_sdk/models/designer_databricks_auth_params_dto.py +0 -94
- visier_platform_sdk/models/designer_dayforce_v2_auth_params_dto.py +0 -96
- visier_platform_sdk/models/designer_dimensions_auth_params_dto.py +0 -98
- visier_platform_sdk/models/designer_download_source_files_dto.py +0 -102
- visier_platform_sdk/models/designer_download_source_files_response_dto.py +0 -90
- visier_platform_sdk/models/designer_extractor_credential_apidto.py +0 -96
- visier_platform_sdk/models/designer_extractor_credentials_apidto.py +0 -100
- visier_platform_sdk/models/designer_fusion_auth_params_dto.py +0 -92
- visier_platform_sdk/models/designer_gong_auth_params_dto.py +0 -90
- visier_platform_sdk/models/designer_google_sheets_auth_params_dto.py +0 -94
- visier_platform_sdk/models/designer_google_workspace_auth_params_dto.py +0 -96
- visier_platform_sdk/models/designer_greenhouse_auth_params_dto.py +0 -88
- visier_platform_sdk/models/designer_icims_auth_params_dto.py +0 -108
- visier_platform_sdk/models/designer_internal_s3_auth_params_dto.py +0 -90
- visier_platform_sdk/models/designer_jdbc_auth_params_dto.py +0 -92
- visier_platform_sdk/models/designer_jira_auth_params_dto.py +0 -96
- visier_platform_sdk/models/designer_jira_connect_params_dto.py +0 -92
- visier_platform_sdk/models/designer_lever_auth_params_dto.py +0 -88
- visier_platform_sdk/models/designer_medallia_auth_params_dto.py +0 -94
- visier_platform_sdk/models/designer_microsoft365_auth_params_dto.py +0 -94
- visier_platform_sdk/models/designer_module_settings_dto.py +0 -92
- visier_platform_sdk/models/designer_my_sql_auth_params_dto.py +0 -98
- visier_platform_sdk/models/designer_namely_auth_params_dto.py +0 -88
- visier_platform_sdk/models/designer_oracle_db_auth_params_dto.py +0 -96
- visier_platform_sdk/models/designer_pair_dto.py +0 -90
- visier_platform_sdk/models/designer_push_data_column_definition_dto.py +0 -98
- visier_platform_sdk/models/designer_push_data_source_definition_dto.py +0 -102
- visier_platform_sdk/models/designer_push_data_source_definitions_dto.py +0 -96
- visier_platform_sdk/models/designer_qualtrics_auth_params_dto.py +0 -90
- visier_platform_sdk/models/designer_redshift_auth_params_dto.py +0 -100
- visier_platform_sdk/models/designer_salesforce_auth_params_dto.py +0 -90
- visier_platform_sdk/models/designer_salesforce_v2_auth_params_dto.py +0 -94
- visier_platform_sdk/models/designer_service_now_auth_params_dto.py +0 -92
- visier_platform_sdk/models/designer_service_now_v2_auth_params_dto.py +0 -96
- visier_platform_sdk/models/designer_slack_auth_params_dto.py +0 -92
- visier_platform_sdk/models/designer_snowflake_auth_params_dto.py +0 -100
- visier_platform_sdk/models/designer_sql_server_auth_params_dto.py +0 -96
- visier_platform_sdk/models/designer_subject_missing_access_dto.py +0 -102
- visier_platform_sdk/models/designer_success_factors_auth_params_dto.py +0 -100
- visier_platform_sdk/models/designer_success_factors_o_auth_params_dto.py +0 -92
- visier_platform_sdk/models/designer_tenant_module_dto.py +0 -96
- visier_platform_sdk/models/designer_ultimate_auth_params_dto.py +0 -96
- visier_platform_sdk/models/designer_webhook_webhook_basic_auth_credential_dto.py +0 -90
- visier_platform_sdk/models/designer_webhook_webhook_credentials_dto.py +0 -94
- visier_platform_sdk/models/designer_webhook_webhook_details_dto.py +0 -104
- visier_platform_sdk/models/designer_webhook_webhook_dto.py +0 -96
- visier_platform_sdk/models/designer_webhook_webhook_event_type_dto.py +0 -88
- visier_platform_sdk/models/designer_webhook_webhook_message_response_dto.py +0 -94
- visier_platform_sdk/models/designer_webhook_webhook_request_dto.py +0 -98
- visier_platform_sdk/models/designer_webhook_webhooks_dto.py +0 -96
- visier_platform_sdk/models/designer_willow_auth_params_dto.py +0 -90
- visier_platform_sdk/models/designer_workday_auth_params_dto.py +0 -118
- visier_platform_sdk/models/designer_workday_o_auth_params_dto.py +0 -92
- visier_platform_sdk/models/designer_workday_raas_auth_params_dto.py +0 -96
- visier_platform_sdk/models/designer_workday_refresh_token_params_dto.py +0 -92
- visier_platform_sdk/models/designer_zoom_auth_params_dto.py +0 -92
- visier_platform_sdk/models/dp_automation_metric_validation_summary_dto.py +0 -92
- visier_platform_sdk/models/dp_automation_tenant_preview_entries_summary_dto.py +0 -102
- visier_platform_sdk/models/dp_automation_tenant_preview_entries_summary_list_dto.py +0 -100
- visier_platform_sdk/models/dp_cancel_job_batch_from_job_id_dto.py +0 -88
- visier_platform_sdk/models/dp_job_cancellation_result_dto.py +0 -110
- visier_platform_sdk/models/dp_job_cancellation_results_dto.py +0 -96
- visier_platform_sdk/models/google_protobuf_any.py +0 -101
- visier_platform_sdk/models/planning_get_plan_list_response_dto.py +0 -98
- visier_platform_sdk/models/planning_plan_data_load_error_dto.py +0 -92
- visier_platform_sdk/models/planning_plan_info_dto.py +0 -106
- visier_platform_sdk/models/planning_plan_item_dto.py +0 -102
- visier_platform_sdk/models/planning_plan_schema_dto.py +0 -126
- visier_platform_sdk/models/planning_plan_segment_level_dto.py +0 -96
- visier_platform_sdk/models/planning_plan_segment_level_member_dto.py +0 -94
- visier_platform_sdk/models/planning_plan_segment_level_member_list_dto.py +0 -100
- visier_platform_sdk/models/planning_plan_time_period_dto.py +0 -90
- visier_platform_sdk/models/planning_plan_with_schema_dto.py +0 -108
- visier_platform_sdk/models/planning_scenario_info_dto.py +0 -92
- visier_platform_sdk/models/servicing_accessible_tenant_profile_assignment_request_dto.py +0 -102
- visier_platform_sdk/models/servicing_accessible_tenant_profile_assignment_response_dto.py +0 -128
- visier_platform_sdk/models/servicing_accessible_tenant_profile_revoke_request_dto.py +0 -98
- visier_platform_sdk/models/servicing_accessible_tenant_profile_revoke_response_dto.py +0 -125
- visier_platform_sdk/models/servicing_additional_capabilities_dto.py +0 -88
- visier_platform_sdk/models/servicing_admin_capability_config_dto.py +0 -90
- visier_platform_sdk/models/servicing_all_permissions_assigned_for_local_tenant_dto.py +0 -96
- visier_platform_sdk/models/servicing_all_profile_assigned_for_accessible_tenant_dto.py +0 -96
- visier_platform_sdk/models/servicing_all_profile_assigned_for_local_tenant_dto.py +0 -96
- visier_platform_sdk/models/servicing_all_user_groups_assigned_for_local_tenant_dto.py +0 -96
- visier_platform_sdk/models/servicing_all_users_get_api_response_dto.py +0 -100
- visier_platform_sdk/models/servicing_analytic_object_dto.py +0 -132
- visier_platform_sdk/models/servicing_assign_revoke_permission_by_permission_dto.py +0 -102
- visier_platform_sdk/models/servicing_assign_revoke_permission_by_tenant_dto.py +0 -114
- visier_platform_sdk/models/servicing_assign_revoke_permission_by_user_dto.py +0 -92
- visier_platform_sdk/models/servicing_assign_revoke_permission_request_dto.py +0 -90
- visier_platform_sdk/models/servicing_assign_revoke_permissions_request_dto.py +0 -102
- visier_platform_sdk/models/servicing_assign_revoke_permissions_response_dto.py +0 -96
- visier_platform_sdk/models/servicing_bulk_data_access_set_response_dto.py +0 -106
- visier_platform_sdk/models/servicing_capabilities_dto.py +0 -92
- visier_platform_sdk/models/servicing_capability_dto.py +0 -92
- visier_platform_sdk/models/servicing_capability_group_dto.py +0 -146
- visier_platform_sdk/models/servicing_clone_files_into_source_parameters_dto.py +0 -96
- visier_platform_sdk/models/servicing_commit_and_publish_operation_response_dto.py +0 -92
- visier_platform_sdk/models/servicing_commit_dto.py +0 -92
- visier_platform_sdk/models/servicing_content_package_dto.py +0 -92
- visier_platform_sdk/models/servicing_create_data_access_set_request_dto.py +0 -96
- visier_platform_sdk/models/servicing_data_access_set_dto.py +0 -104
- visier_platform_sdk/models/servicing_data_access_set_error_dto.py +0 -90
- visier_platform_sdk/models/servicing_data_access_set_failure_dto.py +0 -96
- visier_platform_sdk/models/servicing_data_access_set_success_dto.py +0 -90
- visier_platform_sdk/models/servicing_data_categories_response_dto.py +0 -96
- visier_platform_sdk/models/servicing_data_category_response_dto.py +0 -90
- visier_platform_sdk/models/servicing_data_security_profile_dto.py +0 -134
- visier_platform_sdk/models/servicing_date_range_dto.py +0 -90
- visier_platform_sdk/models/servicing_delete_permissions_request_dto.py +0 -88
- visier_platform_sdk/models/servicing_dimension_filter_dto.py +0 -98
- visier_platform_sdk/models/servicing_direct_data_job_config_dto.py +0 -100
- visier_platform_sdk/models/servicing_direct_data_job_status_response_dto.py +0 -96
- visier_platform_sdk/models/servicing_direct_data_list_transactions_response_dto.py +0 -96
- visier_platform_sdk/models/servicing_direct_data_load_config_dto.py +0 -92
- visier_platform_sdk/models/servicing_direct_data_schema_dto.py +0 -96
- visier_platform_sdk/models/servicing_direct_data_schema_field_dto.py +0 -96
- visier_platform_sdk/models/servicing_direct_data_transaction_dto.py +0 -96
- visier_platform_sdk/models/servicing_direct_data_transaction_start_response_dto.py +0 -88
- visier_platform_sdk/models/servicing_document_search_link_dto.py +0 -90
- visier_platform_sdk/models/servicing_dynamic_dimension_filter_dto.py +0 -112
- visier_platform_sdk/models/servicing_dynamic_property_mapping_dto.py +0 -106
- visier_platform_sdk/models/servicing_error_dto.py +0 -92
- visier_platform_sdk/models/servicing_export_production_versions_api_operation_parameters_dto.py +0 -92
- visier_platform_sdk/models/servicing_failed_accessible_tenant_profile_assignment_dto.py +0 -98
- visier_platform_sdk/models/servicing_failed_local_tenant_profile_assignment_dto.py +0 -94
- visier_platform_sdk/models/servicing_failed_local_tenant_profile_revoke_dto.py +0 -90
- visier_platform_sdk/models/servicing_get_capabilities_api_response_dto.py +0 -96
- visier_platform_sdk/models/servicing_get_content_packages_api_response_dto.py +0 -96
- visier_platform_sdk/models/servicing_get_data_access_sets_api_response_dto.py +0 -96
- visier_platform_sdk/models/servicing_get_data_security_objects_api_response_dto.py +0 -96
- visier_platform_sdk/models/servicing_get_permissions_api_response_dto.py +0 -96
- visier_platform_sdk/models/servicing_get_production_versions_api_response_dto.py +0 -96
- visier_platform_sdk/models/servicing_get_projects_api_response_dto.py +0 -123
- visier_platform_sdk/models/servicing_hierarchy_property_dto.py +0 -90
- visier_platform_sdk/models/servicing_inherited_access_config_dto.py +0 -100
- visier_platform_sdk/models/servicing_inherited_reference_member_filter_config_dto.py +0 -90
- visier_platform_sdk/models/servicing_job_id_response.py +0 -88
- visier_platform_sdk/models/servicing_last_login_dto.py +0 -88
- visier_platform_sdk/models/servicing_local_tenant_profile_assignment_request_dto.py +0 -92
- visier_platform_sdk/models/servicing_local_tenant_profile_assignment_response_dto.py +0 -118
- visier_platform_sdk/models/servicing_local_tenant_profile_revoke_request_dto.py +0 -88
- visier_platform_sdk/models/servicing_local_tenant_profile_revoke_response_dto.py +0 -106
- visier_platform_sdk/models/servicing_member_filter_config_dto.py +0 -96
- visier_platform_sdk/models/servicing_member_selection_dto.py +0 -102
- visier_platform_sdk/models/servicing_objectconfiguration_calculated_property_type_dto.py +0 -90
- visier_platform_sdk/models/servicing_objectconfiguration_dependent_dto.py +0 -92
- visier_platform_sdk/models/servicing_objectconfiguration_dimension_change_definition_dto.py +0 -94
- visier_platform_sdk/models/servicing_objectconfiguration_dimension_change_definitions_by_tenant_dto.py +0 -100
- visier_platform_sdk/models/servicing_objectconfiguration_dimensions_change_definitions_dto.py +0 -96
- visier_platform_sdk/models/servicing_objectconfiguration_object_change_failure_dto.py +0 -98
- visier_platform_sdk/models/servicing_objectconfiguration_object_change_success_dto.py +0 -94
- visier_platform_sdk/models/servicing_objectconfiguration_objects_bulk_change_response_dto.py +0 -106
- visier_platform_sdk/models/servicing_objectconfiguration_properties_change_definitions_dto.py +0 -96
- visier_platform_sdk/models/servicing_objectconfiguration_properties_delete_definitions_dto.py +0 -100
- visier_platform_sdk/models/servicing_objectconfiguration_property_bulk_delete_response_dto.py +0 -106
- visier_platform_sdk/models/servicing_objectconfiguration_property_change_definition_dto.py +0 -112
- visier_platform_sdk/models/servicing_objectconfiguration_property_change_definitions_by_tenant_dto.py +0 -100
- visier_platform_sdk/models/servicing_objectconfiguration_property_delete_definitions_by_tenant_dto.py +0 -92
- visier_platform_sdk/models/servicing_objectconfiguration_property_delete_failure_dto.py +0 -117
- visier_platform_sdk/models/servicing_objectconfiguration_property_delete_success_dto.py +0 -113
- visier_platform_sdk/models/servicing_objectconfiguration_property_type_dto.py +0 -98
- visier_platform_sdk/models/servicing_objectconfiguration_simple_property_type_dto.py +0 -88
- visier_platform_sdk/models/servicing_objectconfiguration_tags_dto.py +0 -88
- visier_platform_sdk/models/servicing_permission_assigned_by_tenant_dto.py +0 -98
- visier_platform_sdk/models/servicing_permission_assigned_for_local_tenant_dto.py +0 -92
- visier_platform_sdk/models/servicing_permission_assigned_user_dto.py +0 -92
- visier_platform_sdk/models/servicing_permission_assigned_users_dto.py +0 -100
- visier_platform_sdk/models/servicing_permission_bulk_operation_response_dto.py +0 -106
- visier_platform_sdk/models/servicing_permission_dto.py +0 -114
- visier_platform_sdk/models/servicing_permission_error_dto.py +0 -90
- visier_platform_sdk/models/servicing_permission_failure_dto.py +0 -96
- visier_platform_sdk/models/servicing_permission_success_dto.py +0 -90
- visier_platform_sdk/models/servicing_production_version_api_operation_request_dto.py +0 -98
- visier_platform_sdk/models/servicing_production_version_api_operation_response_dto.py +0 -92
- visier_platform_sdk/models/servicing_production_versions_api_operation_request_dto.py +0 -104
- visier_platform_sdk/models/servicing_production_versions_api_operation_response_dto.py +0 -88
- visier_platform_sdk/models/servicing_profile_assigned_for_accessible_tenant_dto.py +0 -98
- visier_platform_sdk/models/servicing_profile_assigned_for_local_tenant_dto.py +0 -110
- visier_platform_sdk/models/servicing_profile_get_api_response_dto.py +0 -102
- visier_platform_sdk/models/servicing_profiles_get_api_response_dto.py +0 -96
- visier_platform_sdk/models/servicing_project_commits_api_response_dto.py +0 -96
- visier_platform_sdk/models/servicing_project_dto.py +0 -111
- visier_platform_sdk/models/servicing_project_operation_request_dto.py +0 -98
- visier_platform_sdk/models/servicing_project_operation_response_dto.py +0 -92
- visier_platform_sdk/models/servicing_property_access_config_dto.py +0 -116
- visier_platform_sdk/models/servicing_property_set_config_dto.py +0 -102
- visier_platform_sdk/models/servicing_question_categories_api_response_dto.py +0 -96
- visier_platform_sdk/models/servicing_question_category_api_response_dto.py +0 -90
- visier_platform_sdk/models/servicing_reduced_error_dto.py +0 -88
- visier_platform_sdk/models/servicing_reduced_tenant_code_error_dto.py +0 -96
- visier_platform_sdk/models/servicing_reduced_user_id_error_dto.py +0 -94
- visier_platform_sdk/models/servicing_related_analytic_object_dto.py +0 -90
- visier_platform_sdk/models/servicing_role_modules_config_dto.py +0 -88
- visier_platform_sdk/models/servicing_sample_question_api_response_dto.py +0 -100
- visier_platform_sdk/models/servicing_sample_questions_api_response_dto.py +0 -96
- visier_platform_sdk/models/servicing_securable_dimension_dto.py +0 -102
- visier_platform_sdk/models/servicing_securable_property_dto.py +0 -96
- visier_platform_sdk/models/servicing_servicing_capability_proto_enum_access_lookup_dto.py +0 -96
- visier_platform_sdk/models/servicing_shareable_data_access_set.py +0 -88
- visier_platform_sdk/models/servicing_simple_document_header_search_response_dto.py +0 -96
- visier_platform_sdk/models/servicing_simple_document_header_search_result_dto.py +0 -98
- visier_platform_sdk/models/servicing_sources_api_operation_request_dto.py +0 -104
- visier_platform_sdk/models/servicing_static_dimension_filter_dto.py +0 -112
- visier_platform_sdk/models/servicing_successful_accessible_tenant_profile_assignment_dto.py +0 -92
- visier_platform_sdk/models/servicing_successful_local_tenant_profile_assignment_dto.py +0 -88
- visier_platform_sdk/models/servicing_target_tenant_code_dto.py +0 -90
- visier_platform_sdk/models/servicing_tenant_code_error_dto.py +0 -96
- visier_platform_sdk/models/servicing_tenant_data_upload_status_response_dto.py +0 -90
- visier_platform_sdk/models/servicing_tenant_data_upload_update_status_response_dto.py +0 -94
- visier_platform_sdk/models/servicing_tenant_data_uploads_list_response_dto.py +0 -100
- visier_platform_sdk/models/servicing_tenant_data_uploads_response_dto.py +0 -98
- visier_platform_sdk/models/servicing_tenant_data_uploads_update_response_dto.py +0 -100
- visier_platform_sdk/models/servicing_user_creation_api_request_dto.py +0 -96
- visier_platform_sdk/models/servicing_user_get_api_response_dto.py +0 -122
- visier_platform_sdk/models/servicing_user_group_assigned_for_local_tenant_dto.py +0 -90
- visier_platform_sdk/models/servicing_user_group_assignment_dto.py +0 -88
- visier_platform_sdk/models/servicing_user_id_error_dto.py +0 -94
- visier_platform_sdk/models/servicing_user_property_dto.py +0 -88
- visier_platform_sdk/models/servicing_user_update_api_request_dto.py +0 -96
- visier_platform_sdk/models/servicing_users_api_error_message_dto.py +0 -90
- visier_platform_sdk/models/servicing_users_api_failure_dto.py +0 -98
- visier_platform_sdk/models/servicing_users_api_response_dto.py +0 -106
- visier_platform_sdk/models/servicing_users_api_success_dto.py +0 -98
- visier_platform_sdk/models/servicing_users_creation_api_request_dto.py +0 -96
- visier_platform_sdk/models/servicing_users_delete_api_request_dto.py +0 -88
- visier_platform_sdk/models/servicing_users_update_api_request_dto.py +0 -96
- visier_platform_sdk/models/servicing_users_update_api_user_dto.py +0 -98
- visier_platform_sdk/models/servicing_v2_objectconfiguration_analytic_object_definition_dto.py +0 -102
- visier_platform_sdk/models/servicing_v2_objectconfiguration_analytic_object_request_dto.py +0 -96
- visier_platform_sdk/models/servicing_v2_objectconfiguration_analytic_object_with_context_dto.py +0 -98
- visier_platform_sdk/models/servicing_v2_objectconfiguration_basic_information_dto.py +0 -102
- visier_platform_sdk/models/servicing_v2_objectconfiguration_bulk_change_response_dto.py +0 -106
- visier_platform_sdk/models/servicing_v2_objectconfiguration_calculated_property_type_dto.py +0 -92
- visier_platform_sdk/models/servicing_v2_objectconfiguration_concept_definition_dto.py +0 -102
- visier_platform_sdk/models/servicing_v2_objectconfiguration_concept_delete_request_dto.py +0 -96
- visier_platform_sdk/models/servicing_v2_objectconfiguration_concept_delete_with_context_dto.py +0 -98
- visier_platform_sdk/models/servicing_v2_objectconfiguration_concept_request_dto.py +0 -96
- visier_platform_sdk/models/servicing_v2_objectconfiguration_concept_response_dto.py +0 -96
- visier_platform_sdk/models/servicing_v2_objectconfiguration_concept_type_details_dto.py +0 -92
- visier_platform_sdk/models/servicing_v2_objectconfiguration_concept_with_context_dto.py +0 -98
- visier_platform_sdk/models/servicing_v2_objectconfiguration_execution_context_dto.py +0 -90
- visier_platform_sdk/models/servicing_v2_objectconfiguration_failed_change_dto.py +0 -100
- visier_platform_sdk/models/servicing_v2_objectconfiguration_metric_definition_dto.py +0 -114
- visier_platform_sdk/models/servicing_v2_objectconfiguration_metric_type_details_dto.py +0 -92
- visier_platform_sdk/models/servicing_v2_objectconfiguration_object_id_dto.py +0 -90
- visier_platform_sdk/models/servicing_v2_objectconfiguration_process_concept_definition_dto.py +0 -128
- visier_platform_sdk/models/servicing_v2_objectconfiguration_process_concept_member_dto.py +0 -90
- visier_platform_sdk/models/servicing_v2_objectconfiguration_process_concept_member_list_dto.py +0 -96
- visier_platform_sdk/models/servicing_v2_objectconfiguration_process_concept_metric_definition_dto.py +0 -92
- visier_platform_sdk/models/servicing_v2_objectconfiguration_process_concept_metric_list_dto.py +0 -96
- visier_platform_sdk/models/servicing_v2_objectconfiguration_process_concept_outcome_dto.py +0 -114
- visier_platform_sdk/models/servicing_v2_objectconfiguration_process_concept_outcome_list_dto.py +0 -96
- visier_platform_sdk/models/servicing_v2_objectconfiguration_process_concept_property_list_dto.py +0 -96
- visier_platform_sdk/models/servicing_v2_objectconfiguration_process_concept_property_type_dto.py +0 -92
- visier_platform_sdk/models/servicing_v2_objectconfiguration_process_concept_stage_dto.py +0 -102
- visier_platform_sdk/models/servicing_v2_objectconfiguration_process_concept_stage_list_dto.py +0 -96
- visier_platform_sdk/models/servicing_v2_objectconfiguration_property_definition_dto.py +0 -102
- visier_platform_sdk/models/servicing_v2_objectconfiguration_property_type_details_dto.py +0 -104
- visier_platform_sdk/models/servicing_v2_objectconfiguration_simple_property_type_dto.py +0 -90
- visier_platform_sdk/models/servicing_v2_objectconfiguration_successful_change_dto.py +0 -98
- visier_platform_sdk/models/servicing_v2_objectconfiguration_synonym_list_dto.py +0 -88
- visier_platform_sdk/models/servicing_v2_objectconfiguration_tag_reference_dto.py +0 -88
- visier_platform_sdk/models/servicing_v2_objectconfiguration_tag_reference_list_dto.py +0 -96
- visier_platform_sdk/models/servicing_vee_question_change_definition_dto.py +0 -100
- visier_platform_sdk/models/servicing_vee_question_change_definitions_by_tenant_dto.py +0 -100
- visier_platform_sdk/models/servicing_vee_question_change_failure_dto.py +0 -106
- visier_platform_sdk/models/servicing_vee_question_change_success_dto.py +0 -104
- visier_platform_sdk/models/servicing_vee_question_delete_definitions_by_tenant_dto.py +0 -92
- visier_platform_sdk/models/servicing_vee_questions_bulk_change_response_dto.py +0 -106
- visier_platform_sdk/models/servicing_vee_questions_change_definitions_dto.py +0 -96
- visier_platform_sdk/models/servicing_vee_questions_delete_definitions_dto.py +0 -96
- visier_platform_sdk/models/systemstatus_system_status_dto.py +0 -88
- visier_platform_sdk/models/systemstatus_vee_status_dto.py +0 -88
- visier_platform_sdk-22222222.99201.1914.dist-info/METADATA +0 -25
- visier_platform_sdk-22222222.99201.1914.dist-info/RECORD +0 -668
- visier_platform_sdk-22222222.99201.1914.dist-info/WHEEL +0 -5
- {visier_platform_sdk-22222222.99201.1914.dist-info → visier_platform_sdk-22222222.99201.1914b6.dist-info}/top_level.txt +0 -0
|
@@ -20,44 +20,44 @@ from typing_extensions import Annotated
|
|
|
20
20
|
from pydantic import Field, StrictBool, StrictInt, StrictStr
|
|
21
21
|
from typing import List, Optional
|
|
22
22
|
from typing_extensions import Annotated
|
|
23
|
-
from visier_platform_sdk.models.
|
|
24
|
-
from visier_platform_sdk.models.
|
|
25
|
-
from visier_platform_sdk.models.
|
|
26
|
-
from visier_platform_sdk.models.
|
|
27
|
-
from visier_platform_sdk.models.
|
|
28
|
-
from visier_platform_sdk.models.
|
|
29
|
-
from visier_platform_sdk.models.
|
|
30
|
-
from visier_platform_sdk.models.
|
|
31
|
-
from visier_platform_sdk.models.
|
|
32
|
-
from visier_platform_sdk.models.
|
|
33
|
-
from visier_platform_sdk.models.
|
|
34
|
-
from visier_platform_sdk.models.
|
|
35
|
-
from visier_platform_sdk.models.
|
|
36
|
-
from visier_platform_sdk.models.
|
|
37
|
-
from visier_platform_sdk.models.
|
|
38
|
-
from visier_platform_sdk.models.
|
|
39
|
-
from visier_platform_sdk.models.
|
|
40
|
-
from visier_platform_sdk.models.
|
|
41
|
-
from visier_platform_sdk.models.
|
|
42
|
-
from visier_platform_sdk.models.
|
|
43
|
-
from visier_platform_sdk.models.
|
|
44
|
-
from visier_platform_sdk.models.
|
|
45
|
-
from visier_platform_sdk.models.
|
|
46
|
-
from visier_platform_sdk.models.
|
|
47
|
-
from visier_platform_sdk.models.
|
|
48
|
-
from visier_platform_sdk.models.
|
|
49
|
-
from visier_platform_sdk.models.
|
|
50
|
-
from visier_platform_sdk.models.
|
|
51
|
-
from visier_platform_sdk.models.
|
|
52
|
-
from visier_platform_sdk.models.
|
|
53
|
-
from visier_platform_sdk.models.
|
|
54
|
-
from visier_platform_sdk.models.
|
|
55
|
-
from visier_platform_sdk.models.
|
|
56
|
-
from visier_platform_sdk.models.
|
|
57
|
-
from visier_platform_sdk.models.
|
|
58
|
-
from visier_platform_sdk.models.
|
|
59
|
-
from visier_platform_sdk.models.
|
|
60
|
-
from visier_platform_sdk.models.
|
|
23
|
+
from visier_platform_sdk.models.analytic_object_request_dto import AnalyticObjectRequestDTO
|
|
24
|
+
from visier_platform_sdk.models.analytic_objects_dto import AnalyticObjectsDTO
|
|
25
|
+
from visier_platform_sdk.models.bulk_change_response_dto import BulkChangeResponseDTO
|
|
26
|
+
from visier_platform_sdk.models.currencies_dto import CurrenciesDTO
|
|
27
|
+
from visier_platform_sdk.models.currency_dto import CurrencyDTO
|
|
28
|
+
from visier_platform_sdk.models.currency_rates_dto import CurrencyRatesDTO
|
|
29
|
+
from visier_platform_sdk.models.data_model_analytic_object_dto import DataModelAnalyticObjectDTO
|
|
30
|
+
from visier_platform_sdk.models.dimension_dto import DimensionDTO
|
|
31
|
+
from visier_platform_sdk.models.dimension_mapping_validation_dto import DimensionMappingValidationDTO
|
|
32
|
+
from visier_platform_sdk.models.dimension_mapping_validation_execution_dto import DimensionMappingValidationExecutionDTO
|
|
33
|
+
from visier_platform_sdk.models.dimensions_change_definitions_dto import DimensionsChangeDefinitionsDTO
|
|
34
|
+
from visier_platform_sdk.models.dimensions_dto import DimensionsDTO
|
|
35
|
+
from visier_platform_sdk.models.get_plan_list_response_dto import GetPlanListResponseDTO
|
|
36
|
+
from visier_platform_sdk.models.members_dto import MembersDTO
|
|
37
|
+
from visier_platform_sdk.models.metric_dto import MetricDTO
|
|
38
|
+
from visier_platform_sdk.models.metrics_dto import MetricsDTO
|
|
39
|
+
from visier_platform_sdk.models.objects_bulk_change_response_dto import ObjectsBulkChangeResponseDTO
|
|
40
|
+
from visier_platform_sdk.models.plan_with_schema_dto import PlanWithSchemaDTO
|
|
41
|
+
from visier_platform_sdk.models.planning_model_dto import PlanningModelDTO
|
|
42
|
+
from visier_platform_sdk.models.planning_models_dto import PlanningModelsDTO
|
|
43
|
+
from visier_platform_sdk.models.planning_plan_dto import PlanningPlanDTO
|
|
44
|
+
from visier_platform_sdk.models.planning_plans_dto import PlanningPlansDTO
|
|
45
|
+
from visier_platform_sdk.models.prediction_dto import PredictionDTO
|
|
46
|
+
from visier_platform_sdk.models.predictions_dto import PredictionsDTO
|
|
47
|
+
from visier_platform_sdk.models.properties_change_definitions_dto import PropertiesChangeDefinitionsDTO
|
|
48
|
+
from visier_platform_sdk.models.properties_dto import PropertiesDTO
|
|
49
|
+
from visier_platform_sdk.models.properties_delete_definitions_dto import PropertiesDeleteDefinitionsDTO
|
|
50
|
+
from visier_platform_sdk.models.property_bulk_delete_response_dto import PropertyBulkDeleteResponseDTO
|
|
51
|
+
from visier_platform_sdk.models.property_dto import PropertyDTO
|
|
52
|
+
from visier_platform_sdk.models.question_categories_api_response_dto import QuestionCategoriesAPIResponseDTO
|
|
53
|
+
from visier_platform_sdk.models.question_category_api_response_dto import QuestionCategoryAPIResponseDTO
|
|
54
|
+
from visier_platform_sdk.models.sample_question_api_response_dto import SampleQuestionAPIResponseDTO
|
|
55
|
+
from visier_platform_sdk.models.sample_questions_api_response_dto import SampleQuestionsAPIResponseDTO
|
|
56
|
+
from visier_platform_sdk.models.selection_concept_dto import SelectionConceptDTO
|
|
57
|
+
from visier_platform_sdk.models.selection_concepts_dto import SelectionConceptsDTO
|
|
58
|
+
from visier_platform_sdk.models.vee_questions_bulk_change_response_dto import VeeQuestionsBulkChangeResponseDTO
|
|
59
|
+
from visier_platform_sdk.models.vee_questions_change_definitions_dto import VeeQuestionsChangeDefinitionsDTO
|
|
60
|
+
from visier_platform_sdk.models.vee_questions_delete_definitions_dto import VeeQuestionsDeleteDefinitionsDTO
|
|
61
61
|
|
|
62
62
|
from visier_platform_sdk.api_client import ApiClient, RequestSerialized
|
|
63
63
|
from visier_platform_sdk.api_response import ApiResponse
|
|
@@ -94,7 +94,7 @@ class DataModelApi:
|
|
|
94
94
|
_content_type: Optional[StrictStr] = None,
|
|
95
95
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
96
96
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
97
|
-
) ->
|
|
97
|
+
) -> MetricsDTO:
|
|
98
98
|
"""Retrieve a list of metrics for an analytic object by ID
|
|
99
99
|
|
|
100
100
|
If you know the ID of an analytic object, use this API to retrieve metrics for that object specifically.
|
|
@@ -135,7 +135,7 @@ class DataModelApi:
|
|
|
135
135
|
)
|
|
136
136
|
|
|
137
137
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
138
|
-
'200': "
|
|
138
|
+
'200': "MetricsDTO",
|
|
139
139
|
}
|
|
140
140
|
response_data = self.api_client.call_api(
|
|
141
141
|
*_param,
|
|
@@ -165,7 +165,7 @@ class DataModelApi:
|
|
|
165
165
|
_content_type: Optional[StrictStr] = None,
|
|
166
166
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
167
167
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
168
|
-
) -> ApiResponse[
|
|
168
|
+
) -> ApiResponse[MetricsDTO]:
|
|
169
169
|
"""Retrieve a list of metrics for an analytic object by ID
|
|
170
170
|
|
|
171
171
|
If you know the ID of an analytic object, use this API to retrieve metrics for that object specifically.
|
|
@@ -206,7 +206,7 @@ class DataModelApi:
|
|
|
206
206
|
)
|
|
207
207
|
|
|
208
208
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
209
|
-
'200': "
|
|
209
|
+
'200': "MetricsDTO",
|
|
210
210
|
}
|
|
211
211
|
response_data = self.api_client.call_api(
|
|
212
212
|
*_param,
|
|
@@ -277,7 +277,7 @@ class DataModelApi:
|
|
|
277
277
|
)
|
|
278
278
|
|
|
279
279
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
280
|
-
'200': "
|
|
280
|
+
'200': "MetricsDTO",
|
|
281
281
|
}
|
|
282
282
|
response_data = self.api_client.call_api(
|
|
283
283
|
*_param,
|
|
@@ -374,7 +374,7 @@ class DataModelApi:
|
|
|
374
374
|
_content_type: Optional[StrictStr] = None,
|
|
375
375
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
376
376
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
377
|
-
) ->
|
|
377
|
+
) -> DataModelAnalyticObjectDTO:
|
|
378
378
|
"""Retrieve an analytic object by ID
|
|
379
379
|
|
|
380
380
|
If you know the ID of an analytic object, use this API to retrieve that object specifically.
|
|
@@ -415,7 +415,7 @@ class DataModelApi:
|
|
|
415
415
|
)
|
|
416
416
|
|
|
417
417
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
418
|
-
'200': "
|
|
418
|
+
'200': "DataModelAnalyticObjectDTO",
|
|
419
419
|
}
|
|
420
420
|
response_data = self.api_client.call_api(
|
|
421
421
|
*_param,
|
|
@@ -445,7 +445,7 @@ class DataModelApi:
|
|
|
445
445
|
_content_type: Optional[StrictStr] = None,
|
|
446
446
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
447
447
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
448
|
-
) -> ApiResponse[
|
|
448
|
+
) -> ApiResponse[DataModelAnalyticObjectDTO]:
|
|
449
449
|
"""Retrieve an analytic object by ID
|
|
450
450
|
|
|
451
451
|
If you know the ID of an analytic object, use this API to retrieve that object specifically.
|
|
@@ -486,7 +486,7 @@ class DataModelApi:
|
|
|
486
486
|
)
|
|
487
487
|
|
|
488
488
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
489
|
-
'200': "
|
|
489
|
+
'200': "DataModelAnalyticObjectDTO",
|
|
490
490
|
}
|
|
491
491
|
response_data = self.api_client.call_api(
|
|
492
492
|
*_param,
|
|
@@ -557,7 +557,7 @@ class DataModelApi:
|
|
|
557
557
|
)
|
|
558
558
|
|
|
559
559
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
560
|
-
'200': "
|
|
560
|
+
'200': "DataModelAnalyticObjectDTO",
|
|
561
561
|
}
|
|
562
562
|
response_data = self.api_client.call_api(
|
|
563
563
|
*_param,
|
|
@@ -655,7 +655,7 @@ class DataModelApi:
|
|
|
655
655
|
_content_type: Optional[StrictStr] = None,
|
|
656
656
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
657
657
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
658
|
-
) ->
|
|
658
|
+
) -> AnalyticObjectsDTO:
|
|
659
659
|
"""Retrieve a list of analytic objects
|
|
660
660
|
|
|
661
661
|
Retrieve all the analytic objects in your Visier solution.
|
|
@@ -699,7 +699,7 @@ class DataModelApi:
|
|
|
699
699
|
)
|
|
700
700
|
|
|
701
701
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
702
|
-
'200': "
|
|
702
|
+
'200': "AnalyticObjectsDTO",
|
|
703
703
|
}
|
|
704
704
|
response_data = self.api_client.call_api(
|
|
705
705
|
*_param,
|
|
@@ -730,7 +730,7 @@ class DataModelApi:
|
|
|
730
730
|
_content_type: Optional[StrictStr] = None,
|
|
731
731
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
732
732
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
733
|
-
) -> ApiResponse[
|
|
733
|
+
) -> ApiResponse[AnalyticObjectsDTO]:
|
|
734
734
|
"""Retrieve a list of analytic objects
|
|
735
735
|
|
|
736
736
|
Retrieve all the analytic objects in your Visier solution.
|
|
@@ -774,7 +774,7 @@ class DataModelApi:
|
|
|
774
774
|
)
|
|
775
775
|
|
|
776
776
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
777
|
-
'200': "
|
|
777
|
+
'200': "AnalyticObjectsDTO",
|
|
778
778
|
}
|
|
779
779
|
response_data = self.api_client.call_api(
|
|
780
780
|
*_param,
|
|
@@ -849,7 +849,7 @@ class DataModelApi:
|
|
|
849
849
|
)
|
|
850
850
|
|
|
851
851
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
852
|
-
'200': "
|
|
852
|
+
'200': "AnalyticObjectsDTO",
|
|
853
853
|
}
|
|
854
854
|
response_data = self.api_client.call_api(
|
|
855
855
|
*_param,
|
|
@@ -955,7 +955,7 @@ class DataModelApi:
|
|
|
955
955
|
_content_type: Optional[StrictStr] = None,
|
|
956
956
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
957
957
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
958
|
-
) ->
|
|
958
|
+
) -> PropertyDTO:
|
|
959
959
|
"""Retrieve a property by ID
|
|
960
960
|
|
|
961
961
|
If you know the ID of a property, use this API to retrieve that property specifically. You must also know the analytic object's ID..
|
|
@@ -999,7 +999,7 @@ class DataModelApi:
|
|
|
999
999
|
)
|
|
1000
1000
|
|
|
1001
1001
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1002
|
-
'200': "
|
|
1002
|
+
'200': "PropertyDTO",
|
|
1003
1003
|
}
|
|
1004
1004
|
response_data = self.api_client.call_api(
|
|
1005
1005
|
*_param,
|
|
@@ -1030,7 +1030,7 @@ class DataModelApi:
|
|
|
1030
1030
|
_content_type: Optional[StrictStr] = None,
|
|
1031
1031
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1032
1032
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1033
|
-
) -> ApiResponse[
|
|
1033
|
+
) -> ApiResponse[PropertyDTO]:
|
|
1034
1034
|
"""Retrieve a property by ID
|
|
1035
1035
|
|
|
1036
1036
|
If you know the ID of a property, use this API to retrieve that property specifically. You must also know the analytic object's ID..
|
|
@@ -1074,7 +1074,7 @@ class DataModelApi:
|
|
|
1074
1074
|
)
|
|
1075
1075
|
|
|
1076
1076
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1077
|
-
'200': "
|
|
1077
|
+
'200': "PropertyDTO",
|
|
1078
1078
|
}
|
|
1079
1079
|
response_data = self.api_client.call_api(
|
|
1080
1080
|
*_param,
|
|
@@ -1149,7 +1149,7 @@ class DataModelApi:
|
|
|
1149
1149
|
)
|
|
1150
1150
|
|
|
1151
1151
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1152
|
-
'200': "
|
|
1152
|
+
'200': "PropertyDTO",
|
|
1153
1153
|
}
|
|
1154
1154
|
response_data = self.api_client.call_api(
|
|
1155
1155
|
*_param,
|
|
@@ -1236,7 +1236,7 @@ class DataModelApi:
|
|
|
1236
1236
|
@validate_call
|
|
1237
1237
|
def create_properties(
|
|
1238
1238
|
self,
|
|
1239
|
-
|
|
1239
|
+
properties_change_definitions_dto: PropertiesChangeDefinitionsDTO,
|
|
1240
1240
|
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,
|
|
1241
1241
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
1242
1242
|
_request_timeout: Union[
|
|
@@ -1251,13 +1251,13 @@ class DataModelApi:
|
|
|
1251
1251
|
_content_type: Optional[StrictStr] = None,
|
|
1252
1252
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1253
1253
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1254
|
-
) ->
|
|
1254
|
+
) -> ObjectsBulkChangeResponseDTO:
|
|
1255
1255
|
"""Create properties
|
|
1256
1256
|
|
|
1257
1257
|
Create new properties. Administrating tenant users can specify the tenant in which to add these properties.
|
|
1258
1258
|
|
|
1259
|
-
:param
|
|
1260
|
-
:type
|
|
1259
|
+
:param properties_change_definitions_dto: (required)
|
|
1260
|
+
:type properties_change_definitions_dto: PropertiesChangeDefinitionsDTO
|
|
1261
1261
|
: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.
|
|
1262
1262
|
:type target_tenant_id: str
|
|
1263
1263
|
:param project_id: Optionally, specify a project in which to make the request.
|
|
@@ -1285,7 +1285,7 @@ class DataModelApi:
|
|
|
1285
1285
|
""" # noqa: E501
|
|
1286
1286
|
|
|
1287
1287
|
_param = self._create_properties_serialize(
|
|
1288
|
-
|
|
1288
|
+
properties_change_definitions_dto=properties_change_definitions_dto,
|
|
1289
1289
|
target_tenant_id=target_tenant_id,
|
|
1290
1290
|
project_id=project_id,
|
|
1291
1291
|
_request_auth=_request_auth,
|
|
@@ -1295,7 +1295,7 @@ class DataModelApi:
|
|
|
1295
1295
|
)
|
|
1296
1296
|
|
|
1297
1297
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1298
|
-
'200': "
|
|
1298
|
+
'200': "ObjectsBulkChangeResponseDTO",
|
|
1299
1299
|
}
|
|
1300
1300
|
response_data = self.api_client.call_api(
|
|
1301
1301
|
*_param,
|
|
@@ -1311,7 +1311,7 @@ class DataModelApi:
|
|
|
1311
1311
|
@validate_call
|
|
1312
1312
|
def create_properties_with_http_info(
|
|
1313
1313
|
self,
|
|
1314
|
-
|
|
1314
|
+
properties_change_definitions_dto: PropertiesChangeDefinitionsDTO,
|
|
1315
1315
|
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,
|
|
1316
1316
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
1317
1317
|
_request_timeout: Union[
|
|
@@ -1326,13 +1326,13 @@ class DataModelApi:
|
|
|
1326
1326
|
_content_type: Optional[StrictStr] = None,
|
|
1327
1327
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1328
1328
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1329
|
-
) -> ApiResponse[
|
|
1329
|
+
) -> ApiResponse[ObjectsBulkChangeResponseDTO]:
|
|
1330
1330
|
"""Create properties
|
|
1331
1331
|
|
|
1332
1332
|
Create new properties. Administrating tenant users can specify the tenant in which to add these properties.
|
|
1333
1333
|
|
|
1334
|
-
:param
|
|
1335
|
-
:type
|
|
1334
|
+
:param properties_change_definitions_dto: (required)
|
|
1335
|
+
:type properties_change_definitions_dto: PropertiesChangeDefinitionsDTO
|
|
1336
1336
|
: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.
|
|
1337
1337
|
:type target_tenant_id: str
|
|
1338
1338
|
:param project_id: Optionally, specify a project in which to make the request.
|
|
@@ -1360,7 +1360,7 @@ class DataModelApi:
|
|
|
1360
1360
|
""" # noqa: E501
|
|
1361
1361
|
|
|
1362
1362
|
_param = self._create_properties_serialize(
|
|
1363
|
-
|
|
1363
|
+
properties_change_definitions_dto=properties_change_definitions_dto,
|
|
1364
1364
|
target_tenant_id=target_tenant_id,
|
|
1365
1365
|
project_id=project_id,
|
|
1366
1366
|
_request_auth=_request_auth,
|
|
@@ -1370,7 +1370,7 @@ class DataModelApi:
|
|
|
1370
1370
|
)
|
|
1371
1371
|
|
|
1372
1372
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1373
|
-
'200': "
|
|
1373
|
+
'200': "ObjectsBulkChangeResponseDTO",
|
|
1374
1374
|
}
|
|
1375
1375
|
response_data = self.api_client.call_api(
|
|
1376
1376
|
*_param,
|
|
@@ -1386,7 +1386,7 @@ class DataModelApi:
|
|
|
1386
1386
|
@validate_call
|
|
1387
1387
|
def create_properties_without_preload_content(
|
|
1388
1388
|
self,
|
|
1389
|
-
|
|
1389
|
+
properties_change_definitions_dto: PropertiesChangeDefinitionsDTO,
|
|
1390
1390
|
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,
|
|
1391
1391
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
1392
1392
|
_request_timeout: Union[
|
|
@@ -1406,8 +1406,8 @@ class DataModelApi:
|
|
|
1406
1406
|
|
|
1407
1407
|
Create new properties. Administrating tenant users can specify the tenant in which to add these properties.
|
|
1408
1408
|
|
|
1409
|
-
:param
|
|
1410
|
-
:type
|
|
1409
|
+
:param properties_change_definitions_dto: (required)
|
|
1410
|
+
:type properties_change_definitions_dto: PropertiesChangeDefinitionsDTO
|
|
1411
1411
|
: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.
|
|
1412
1412
|
:type target_tenant_id: str
|
|
1413
1413
|
:param project_id: Optionally, specify a project in which to make the request.
|
|
@@ -1435,7 +1435,7 @@ class DataModelApi:
|
|
|
1435
1435
|
""" # noqa: E501
|
|
1436
1436
|
|
|
1437
1437
|
_param = self._create_properties_serialize(
|
|
1438
|
-
|
|
1438
|
+
properties_change_definitions_dto=properties_change_definitions_dto,
|
|
1439
1439
|
target_tenant_id=target_tenant_id,
|
|
1440
1440
|
project_id=project_id,
|
|
1441
1441
|
_request_auth=_request_auth,
|
|
@@ -1445,7 +1445,7 @@ class DataModelApi:
|
|
|
1445
1445
|
)
|
|
1446
1446
|
|
|
1447
1447
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1448
|
-
'200': "
|
|
1448
|
+
'200': "ObjectsBulkChangeResponseDTO",
|
|
1449
1449
|
}
|
|
1450
1450
|
response_data = self.api_client.call_api(
|
|
1451
1451
|
*_param,
|
|
@@ -1456,7 +1456,7 @@ class DataModelApi:
|
|
|
1456
1456
|
|
|
1457
1457
|
def _create_properties_serialize(
|
|
1458
1458
|
self,
|
|
1459
|
-
|
|
1459
|
+
properties_change_definitions_dto,
|
|
1460
1460
|
target_tenant_id,
|
|
1461
1461
|
project_id,
|
|
1462
1462
|
_request_auth,
|
|
@@ -1488,8 +1488,8 @@ class DataModelApi:
|
|
|
1488
1488
|
_header_params['ProjectID'] = project_id
|
|
1489
1489
|
# process the form parameters
|
|
1490
1490
|
# process the body parameter
|
|
1491
|
-
if
|
|
1492
|
-
_body_params =
|
|
1491
|
+
if properties_change_definitions_dto is not None:
|
|
1492
|
+
_body_params = properties_change_definitions_dto
|
|
1493
1493
|
|
|
1494
1494
|
|
|
1495
1495
|
# set the HTTP header `Accept`
|
|
@@ -1544,7 +1544,7 @@ class DataModelApi:
|
|
|
1544
1544
|
@validate_call
|
|
1545
1545
|
def create_vee_sample_questions(
|
|
1546
1546
|
self,
|
|
1547
|
-
|
|
1547
|
+
vee_questions_change_definitions_dto: VeeQuestionsChangeDefinitionsDTO,
|
|
1548
1548
|
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,
|
|
1549
1549
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
1550
1550
|
_request_timeout: Union[
|
|
@@ -1559,13 +1559,13 @@ class DataModelApi:
|
|
|
1559
1559
|
_content_type: Optional[StrictStr] = None,
|
|
1560
1560
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1561
1561
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1562
|
-
) ->
|
|
1562
|
+
) -> VeeQuestionsBulkChangeResponseDTO:
|
|
1563
1563
|
"""Add Vee sample questions
|
|
1564
1564
|
|
|
1565
1565
|
Create new sample questions that your users can ask Vee. Administrating tenants can specify the tenant in which to add sample questions using the `TargetTenantID` header. <br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued. If you are interested in using this API, please contact your Customer Success Manager (CSM).</em>
|
|
1566
1566
|
|
|
1567
|
-
:param
|
|
1568
|
-
:type
|
|
1567
|
+
:param vee_questions_change_definitions_dto: (required)
|
|
1568
|
+
:type vee_questions_change_definitions_dto: VeeQuestionsChangeDefinitionsDTO
|
|
1569
1569
|
: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.
|
|
1570
1570
|
:type target_tenant_id: str
|
|
1571
1571
|
:param project_id: Optionally, specify a project in which to make the request.
|
|
@@ -1593,7 +1593,7 @@ class DataModelApi:
|
|
|
1593
1593
|
""" # noqa: E501
|
|
1594
1594
|
|
|
1595
1595
|
_param = self._create_vee_sample_questions_serialize(
|
|
1596
|
-
|
|
1596
|
+
vee_questions_change_definitions_dto=vee_questions_change_definitions_dto,
|
|
1597
1597
|
target_tenant_id=target_tenant_id,
|
|
1598
1598
|
project_id=project_id,
|
|
1599
1599
|
_request_auth=_request_auth,
|
|
@@ -1603,7 +1603,7 @@ class DataModelApi:
|
|
|
1603
1603
|
)
|
|
1604
1604
|
|
|
1605
1605
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1606
|
-
'200': "
|
|
1606
|
+
'200': "VeeQuestionsBulkChangeResponseDTO",
|
|
1607
1607
|
}
|
|
1608
1608
|
response_data = self.api_client.call_api(
|
|
1609
1609
|
*_param,
|
|
@@ -1619,7 +1619,7 @@ class DataModelApi:
|
|
|
1619
1619
|
@validate_call
|
|
1620
1620
|
def create_vee_sample_questions_with_http_info(
|
|
1621
1621
|
self,
|
|
1622
|
-
|
|
1622
|
+
vee_questions_change_definitions_dto: VeeQuestionsChangeDefinitionsDTO,
|
|
1623
1623
|
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,
|
|
1624
1624
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
1625
1625
|
_request_timeout: Union[
|
|
@@ -1634,13 +1634,13 @@ class DataModelApi:
|
|
|
1634
1634
|
_content_type: Optional[StrictStr] = None,
|
|
1635
1635
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1636
1636
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1637
|
-
) -> ApiResponse[
|
|
1637
|
+
) -> ApiResponse[VeeQuestionsBulkChangeResponseDTO]:
|
|
1638
1638
|
"""Add Vee sample questions
|
|
1639
1639
|
|
|
1640
1640
|
Create new sample questions that your users can ask Vee. Administrating tenants can specify the tenant in which to add sample questions using the `TargetTenantID` header. <br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued. If you are interested in using this API, please contact your Customer Success Manager (CSM).</em>
|
|
1641
1641
|
|
|
1642
|
-
:param
|
|
1643
|
-
:type
|
|
1642
|
+
:param vee_questions_change_definitions_dto: (required)
|
|
1643
|
+
:type vee_questions_change_definitions_dto: VeeQuestionsChangeDefinitionsDTO
|
|
1644
1644
|
: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.
|
|
1645
1645
|
:type target_tenant_id: str
|
|
1646
1646
|
:param project_id: Optionally, specify a project in which to make the request.
|
|
@@ -1668,7 +1668,7 @@ class DataModelApi:
|
|
|
1668
1668
|
""" # noqa: E501
|
|
1669
1669
|
|
|
1670
1670
|
_param = self._create_vee_sample_questions_serialize(
|
|
1671
|
-
|
|
1671
|
+
vee_questions_change_definitions_dto=vee_questions_change_definitions_dto,
|
|
1672
1672
|
target_tenant_id=target_tenant_id,
|
|
1673
1673
|
project_id=project_id,
|
|
1674
1674
|
_request_auth=_request_auth,
|
|
@@ -1678,7 +1678,7 @@ class DataModelApi:
|
|
|
1678
1678
|
)
|
|
1679
1679
|
|
|
1680
1680
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1681
|
-
'200': "
|
|
1681
|
+
'200': "VeeQuestionsBulkChangeResponseDTO",
|
|
1682
1682
|
}
|
|
1683
1683
|
response_data = self.api_client.call_api(
|
|
1684
1684
|
*_param,
|
|
@@ -1694,7 +1694,7 @@ class DataModelApi:
|
|
|
1694
1694
|
@validate_call
|
|
1695
1695
|
def create_vee_sample_questions_without_preload_content(
|
|
1696
1696
|
self,
|
|
1697
|
-
|
|
1697
|
+
vee_questions_change_definitions_dto: VeeQuestionsChangeDefinitionsDTO,
|
|
1698
1698
|
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
1699
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
1700
1700
|
_request_timeout: Union[
|
|
@@ -1714,8 +1714,8 @@ class DataModelApi:
|
|
|
1714
1714
|
|
|
1715
1715
|
Create new sample questions that your users can ask Vee. Administrating tenants can specify the tenant in which to add sample questions using the `TargetTenantID` header. <br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued. If you are interested in using this API, please contact your Customer Success Manager (CSM).</em>
|
|
1716
1716
|
|
|
1717
|
-
:param
|
|
1718
|
-
:type
|
|
1717
|
+
:param vee_questions_change_definitions_dto: (required)
|
|
1718
|
+
:type vee_questions_change_definitions_dto: VeeQuestionsChangeDefinitionsDTO
|
|
1719
1719
|
: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.
|
|
1720
1720
|
:type target_tenant_id: str
|
|
1721
1721
|
:param project_id: Optionally, specify a project in which to make the request.
|
|
@@ -1743,7 +1743,7 @@ class DataModelApi:
|
|
|
1743
1743
|
""" # noqa: E501
|
|
1744
1744
|
|
|
1745
1745
|
_param = self._create_vee_sample_questions_serialize(
|
|
1746
|
-
|
|
1746
|
+
vee_questions_change_definitions_dto=vee_questions_change_definitions_dto,
|
|
1747
1747
|
target_tenant_id=target_tenant_id,
|
|
1748
1748
|
project_id=project_id,
|
|
1749
1749
|
_request_auth=_request_auth,
|
|
@@ -1753,7 +1753,7 @@ class DataModelApi:
|
|
|
1753
1753
|
)
|
|
1754
1754
|
|
|
1755
1755
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1756
|
-
'200': "
|
|
1756
|
+
'200': "VeeQuestionsBulkChangeResponseDTO",
|
|
1757
1757
|
}
|
|
1758
1758
|
response_data = self.api_client.call_api(
|
|
1759
1759
|
*_param,
|
|
@@ -1764,7 +1764,7 @@ class DataModelApi:
|
|
|
1764
1764
|
|
|
1765
1765
|
def _create_vee_sample_questions_serialize(
|
|
1766
1766
|
self,
|
|
1767
|
-
|
|
1767
|
+
vee_questions_change_definitions_dto,
|
|
1768
1768
|
target_tenant_id,
|
|
1769
1769
|
project_id,
|
|
1770
1770
|
_request_auth,
|
|
@@ -1796,8 +1796,8 @@ class DataModelApi:
|
|
|
1796
1796
|
_header_params['ProjectID'] = project_id
|
|
1797
1797
|
# process the form parameters
|
|
1798
1798
|
# process the body parameter
|
|
1799
|
-
if
|
|
1800
|
-
_body_params =
|
|
1799
|
+
if vee_questions_change_definitions_dto is not None:
|
|
1800
|
+
_body_params = vee_questions_change_definitions_dto
|
|
1801
1801
|
|
|
1802
1802
|
|
|
1803
1803
|
# set the HTTP header `Accept`
|
|
@@ -1865,7 +1865,7 @@ class DataModelApi:
|
|
|
1865
1865
|
_content_type: Optional[StrictStr] = None,
|
|
1866
1866
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1867
1867
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1868
|
-
) ->
|
|
1868
|
+
) -> CurrenciesDTO:
|
|
1869
1869
|
"""Retrieve all currencies
|
|
1870
1870
|
|
|
1871
1871
|
Retrieve all the available currencies in your Visier solution.
|
|
@@ -1903,7 +1903,7 @@ class DataModelApi:
|
|
|
1903
1903
|
)
|
|
1904
1904
|
|
|
1905
1905
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1906
|
-
'200': "
|
|
1906
|
+
'200': "CurrenciesDTO",
|
|
1907
1907
|
}
|
|
1908
1908
|
response_data = self.api_client.call_api(
|
|
1909
1909
|
*_param,
|
|
@@ -1932,7 +1932,7 @@ class DataModelApi:
|
|
|
1932
1932
|
_content_type: Optional[StrictStr] = None,
|
|
1933
1933
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1934
1934
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1935
|
-
) -> ApiResponse[
|
|
1935
|
+
) -> ApiResponse[CurrenciesDTO]:
|
|
1936
1936
|
"""Retrieve all currencies
|
|
1937
1937
|
|
|
1938
1938
|
Retrieve all the available currencies in your Visier solution.
|
|
@@ -1970,7 +1970,7 @@ class DataModelApi:
|
|
|
1970
1970
|
)
|
|
1971
1971
|
|
|
1972
1972
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1973
|
-
'200': "
|
|
1973
|
+
'200': "CurrenciesDTO",
|
|
1974
1974
|
}
|
|
1975
1975
|
response_data = self.api_client.call_api(
|
|
1976
1976
|
*_param,
|
|
@@ -2037,7 +2037,7 @@ class DataModelApi:
|
|
|
2037
2037
|
)
|
|
2038
2038
|
|
|
2039
2039
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2040
|
-
'200': "
|
|
2040
|
+
'200': "CurrenciesDTO",
|
|
2041
2041
|
}
|
|
2042
2042
|
response_data = self.api_client.call_api(
|
|
2043
2043
|
*_param,
|
|
@@ -2131,7 +2131,7 @@ class DataModelApi:
|
|
|
2131
2131
|
_content_type: Optional[StrictStr] = None,
|
|
2132
2132
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2133
2133
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2134
|
-
) ->
|
|
2134
|
+
) -> CurrencyDTO:
|
|
2135
2135
|
"""Retrieve a currency
|
|
2136
2136
|
|
|
2137
2137
|
Retrieve a specific currency if you know the currency code.
|
|
@@ -2172,7 +2172,7 @@ class DataModelApi:
|
|
|
2172
2172
|
)
|
|
2173
2173
|
|
|
2174
2174
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2175
|
-
'200': "
|
|
2175
|
+
'200': "CurrencyDTO",
|
|
2176
2176
|
}
|
|
2177
2177
|
response_data = self.api_client.call_api(
|
|
2178
2178
|
*_param,
|
|
@@ -2202,7 +2202,7 @@ class DataModelApi:
|
|
|
2202
2202
|
_content_type: Optional[StrictStr] = None,
|
|
2203
2203
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2204
2204
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2205
|
-
) -> ApiResponse[
|
|
2205
|
+
) -> ApiResponse[CurrencyDTO]:
|
|
2206
2206
|
"""Retrieve a currency
|
|
2207
2207
|
|
|
2208
2208
|
Retrieve a specific currency if you know the currency code.
|
|
@@ -2243,7 +2243,7 @@ class DataModelApi:
|
|
|
2243
2243
|
)
|
|
2244
2244
|
|
|
2245
2245
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2246
|
-
'200': "
|
|
2246
|
+
'200': "CurrencyDTO",
|
|
2247
2247
|
}
|
|
2248
2248
|
response_data = self.api_client.call_api(
|
|
2249
2249
|
*_param,
|
|
@@ -2314,7 +2314,7 @@ class DataModelApi:
|
|
|
2314
2314
|
)
|
|
2315
2315
|
|
|
2316
2316
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2317
|
-
'200': "
|
|
2317
|
+
'200': "CurrencyDTO",
|
|
2318
2318
|
}
|
|
2319
2319
|
response_data = self.api_client.call_api(
|
|
2320
2320
|
*_param,
|
|
@@ -2414,7 +2414,7 @@ class DataModelApi:
|
|
|
2414
2414
|
_content_type: Optional[StrictStr] = None,
|
|
2415
2415
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2416
2416
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2417
|
-
) ->
|
|
2417
|
+
) -> CurrencyRatesDTO:
|
|
2418
2418
|
"""Retrieve all exchange rates for a currency
|
|
2419
2419
|
|
|
2420
2420
|
Retrieve exchange rates for a specific currency from Visier. You can optionally specify query parameter options for the returned rates, such as the number of decimals to round the exchange rate to.
|
|
@@ -2464,7 +2464,7 @@ class DataModelApi:
|
|
|
2464
2464
|
)
|
|
2465
2465
|
|
|
2466
2466
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2467
|
-
'200': "
|
|
2467
|
+
'200': "CurrencyRatesDTO",
|
|
2468
2468
|
}
|
|
2469
2469
|
response_data = self.api_client.call_api(
|
|
2470
2470
|
*_param,
|
|
@@ -2497,7 +2497,7 @@ class DataModelApi:
|
|
|
2497
2497
|
_content_type: Optional[StrictStr] = None,
|
|
2498
2498
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2499
2499
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2500
|
-
) -> ApiResponse[
|
|
2500
|
+
) -> ApiResponse[CurrencyRatesDTO]:
|
|
2501
2501
|
"""Retrieve all exchange rates for a currency
|
|
2502
2502
|
|
|
2503
2503
|
Retrieve exchange rates for a specific currency from Visier. You can optionally specify query parameter options for the returned rates, such as the number of decimals to round the exchange rate to.
|
|
@@ -2547,7 +2547,7 @@ class DataModelApi:
|
|
|
2547
2547
|
)
|
|
2548
2548
|
|
|
2549
2549
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2550
|
-
'200': "
|
|
2550
|
+
'200': "CurrencyRatesDTO",
|
|
2551
2551
|
}
|
|
2552
2552
|
response_data = self.api_client.call_api(
|
|
2553
2553
|
*_param,
|
|
@@ -2630,7 +2630,7 @@ class DataModelApi:
|
|
|
2630
2630
|
)
|
|
2631
2631
|
|
|
2632
2632
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2633
|
-
'200': "
|
|
2633
|
+
'200': "CurrencyRatesDTO",
|
|
2634
2634
|
}
|
|
2635
2635
|
response_data = self.api_client.call_api(
|
|
2636
2636
|
*_param,
|
|
@@ -2746,7 +2746,7 @@ class DataModelApi:
|
|
|
2746
2746
|
_content_type: Optional[StrictStr] = None,
|
|
2747
2747
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2748
2748
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2749
|
-
) ->
|
|
2749
|
+
) -> CurrencyRatesDTO:
|
|
2750
2750
|
"""Retrieve exchange rates from one currency to another currency
|
|
2751
2751
|
|
|
2752
2752
|
Retrieve exchange rates from a specific currency to another specific currency. You can optionally specify query parameter options for the returned rates, such as the number of decimals to round the exchange rate to.
|
|
@@ -2799,7 +2799,7 @@ class DataModelApi:
|
|
|
2799
2799
|
)
|
|
2800
2800
|
|
|
2801
2801
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2802
|
-
'200': "
|
|
2802
|
+
'200': "CurrencyRatesDTO",
|
|
2803
2803
|
}
|
|
2804
2804
|
response_data = self.api_client.call_api(
|
|
2805
2805
|
*_param,
|
|
@@ -2833,7 +2833,7 @@ class DataModelApi:
|
|
|
2833
2833
|
_content_type: Optional[StrictStr] = None,
|
|
2834
2834
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2835
2835
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2836
|
-
) -> ApiResponse[
|
|
2836
|
+
) -> ApiResponse[CurrencyRatesDTO]:
|
|
2837
2837
|
"""Retrieve exchange rates from one currency to another currency
|
|
2838
2838
|
|
|
2839
2839
|
Retrieve exchange rates from a specific currency to another specific currency. You can optionally specify query parameter options for the returned rates, such as the number of decimals to round the exchange rate to.
|
|
@@ -2886,7 +2886,7 @@ class DataModelApi:
|
|
|
2886
2886
|
)
|
|
2887
2887
|
|
|
2888
2888
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2889
|
-
'200': "
|
|
2889
|
+
'200': "CurrencyRatesDTO",
|
|
2890
2890
|
}
|
|
2891
2891
|
response_data = self.api_client.call_api(
|
|
2892
2892
|
*_param,
|
|
@@ -2973,7 +2973,7 @@ class DataModelApi:
|
|
|
2973
2973
|
)
|
|
2974
2974
|
|
|
2975
2975
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2976
|
-
'200': "
|
|
2976
|
+
'200': "CurrencyRatesDTO",
|
|
2977
2977
|
}
|
|
2978
2978
|
response_data = self.api_client.call_api(
|
|
2979
2979
|
*_param,
|
|
@@ -3074,7 +3074,7 @@ class DataModelApi:
|
|
|
3074
3074
|
@validate_call
|
|
3075
3075
|
def delete_properties(
|
|
3076
3076
|
self,
|
|
3077
|
-
|
|
3077
|
+
properties_delete_definitions_dto: PropertiesDeleteDefinitionsDTO,
|
|
3078
3078
|
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,
|
|
3079
3079
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
3080
3080
|
_request_timeout: Union[
|
|
@@ -3089,13 +3089,13 @@ class DataModelApi:
|
|
|
3089
3089
|
_content_type: Optional[StrictStr] = None,
|
|
3090
3090
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
3091
3091
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
3092
|
-
) ->
|
|
3092
|
+
) -> PropertyBulkDeleteResponseDTO:
|
|
3093
3093
|
"""Delete properties
|
|
3094
3094
|
|
|
3095
3095
|
Delete existing properties. Administrating tenant users can specify the tenant in which to delete the properties. In each API request, delete up to 10 properties per tenant with a maximum of 500 tenants.
|
|
3096
3096
|
|
|
3097
|
-
:param
|
|
3098
|
-
:type
|
|
3097
|
+
:param properties_delete_definitions_dto: (required)
|
|
3098
|
+
:type properties_delete_definitions_dto: PropertiesDeleteDefinitionsDTO
|
|
3099
3099
|
: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.
|
|
3100
3100
|
:type target_tenant_id: str
|
|
3101
3101
|
:param project_id: Optionally, specify a project in which to make the request.
|
|
@@ -3123,7 +3123,7 @@ class DataModelApi:
|
|
|
3123
3123
|
""" # noqa: E501
|
|
3124
3124
|
|
|
3125
3125
|
_param = self._delete_properties_serialize(
|
|
3126
|
-
|
|
3126
|
+
properties_delete_definitions_dto=properties_delete_definitions_dto,
|
|
3127
3127
|
target_tenant_id=target_tenant_id,
|
|
3128
3128
|
project_id=project_id,
|
|
3129
3129
|
_request_auth=_request_auth,
|
|
@@ -3133,7 +3133,7 @@ class DataModelApi:
|
|
|
3133
3133
|
)
|
|
3134
3134
|
|
|
3135
3135
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3136
|
-
'200': "
|
|
3136
|
+
'200': "PropertyBulkDeleteResponseDTO",
|
|
3137
3137
|
}
|
|
3138
3138
|
response_data = self.api_client.call_api(
|
|
3139
3139
|
*_param,
|
|
@@ -3149,7 +3149,7 @@ class DataModelApi:
|
|
|
3149
3149
|
@validate_call
|
|
3150
3150
|
def delete_properties_with_http_info(
|
|
3151
3151
|
self,
|
|
3152
|
-
|
|
3152
|
+
properties_delete_definitions_dto: PropertiesDeleteDefinitionsDTO,
|
|
3153
3153
|
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,
|
|
3154
3154
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
3155
3155
|
_request_timeout: Union[
|
|
@@ -3164,13 +3164,13 @@ class DataModelApi:
|
|
|
3164
3164
|
_content_type: Optional[StrictStr] = None,
|
|
3165
3165
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
3166
3166
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
3167
|
-
) -> ApiResponse[
|
|
3167
|
+
) -> ApiResponse[PropertyBulkDeleteResponseDTO]:
|
|
3168
3168
|
"""Delete properties
|
|
3169
3169
|
|
|
3170
3170
|
Delete existing properties. Administrating tenant users can specify the tenant in which to delete the properties. In each API request, delete up to 10 properties per tenant with a maximum of 500 tenants.
|
|
3171
3171
|
|
|
3172
|
-
:param
|
|
3173
|
-
:type
|
|
3172
|
+
:param properties_delete_definitions_dto: (required)
|
|
3173
|
+
:type properties_delete_definitions_dto: PropertiesDeleteDefinitionsDTO
|
|
3174
3174
|
: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.
|
|
3175
3175
|
:type target_tenant_id: str
|
|
3176
3176
|
:param project_id: Optionally, specify a project in which to make the request.
|
|
@@ -3198,7 +3198,7 @@ class DataModelApi:
|
|
|
3198
3198
|
""" # noqa: E501
|
|
3199
3199
|
|
|
3200
3200
|
_param = self._delete_properties_serialize(
|
|
3201
|
-
|
|
3201
|
+
properties_delete_definitions_dto=properties_delete_definitions_dto,
|
|
3202
3202
|
target_tenant_id=target_tenant_id,
|
|
3203
3203
|
project_id=project_id,
|
|
3204
3204
|
_request_auth=_request_auth,
|
|
@@ -3208,7 +3208,7 @@ class DataModelApi:
|
|
|
3208
3208
|
)
|
|
3209
3209
|
|
|
3210
3210
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3211
|
-
'200': "
|
|
3211
|
+
'200': "PropertyBulkDeleteResponseDTO",
|
|
3212
3212
|
}
|
|
3213
3213
|
response_data = self.api_client.call_api(
|
|
3214
3214
|
*_param,
|
|
@@ -3224,7 +3224,7 @@ class DataModelApi:
|
|
|
3224
3224
|
@validate_call
|
|
3225
3225
|
def delete_properties_without_preload_content(
|
|
3226
3226
|
self,
|
|
3227
|
-
|
|
3227
|
+
properties_delete_definitions_dto: PropertiesDeleteDefinitionsDTO,
|
|
3228
3228
|
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,
|
|
3229
3229
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
3230
3230
|
_request_timeout: Union[
|
|
@@ -3244,8 +3244,8 @@ class DataModelApi:
|
|
|
3244
3244
|
|
|
3245
3245
|
Delete existing properties. Administrating tenant users can specify the tenant in which to delete the properties. In each API request, delete up to 10 properties per tenant with a maximum of 500 tenants.
|
|
3246
3246
|
|
|
3247
|
-
:param
|
|
3248
|
-
:type
|
|
3247
|
+
:param properties_delete_definitions_dto: (required)
|
|
3248
|
+
:type properties_delete_definitions_dto: PropertiesDeleteDefinitionsDTO
|
|
3249
3249
|
: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.
|
|
3250
3250
|
:type target_tenant_id: str
|
|
3251
3251
|
:param project_id: Optionally, specify a project in which to make the request.
|
|
@@ -3273,7 +3273,7 @@ class DataModelApi:
|
|
|
3273
3273
|
""" # noqa: E501
|
|
3274
3274
|
|
|
3275
3275
|
_param = self._delete_properties_serialize(
|
|
3276
|
-
|
|
3276
|
+
properties_delete_definitions_dto=properties_delete_definitions_dto,
|
|
3277
3277
|
target_tenant_id=target_tenant_id,
|
|
3278
3278
|
project_id=project_id,
|
|
3279
3279
|
_request_auth=_request_auth,
|
|
@@ -3283,7 +3283,7 @@ class DataModelApi:
|
|
|
3283
3283
|
)
|
|
3284
3284
|
|
|
3285
3285
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3286
|
-
'200': "
|
|
3286
|
+
'200': "PropertyBulkDeleteResponseDTO",
|
|
3287
3287
|
}
|
|
3288
3288
|
response_data = self.api_client.call_api(
|
|
3289
3289
|
*_param,
|
|
@@ -3294,7 +3294,7 @@ class DataModelApi:
|
|
|
3294
3294
|
|
|
3295
3295
|
def _delete_properties_serialize(
|
|
3296
3296
|
self,
|
|
3297
|
-
|
|
3297
|
+
properties_delete_definitions_dto,
|
|
3298
3298
|
target_tenant_id,
|
|
3299
3299
|
project_id,
|
|
3300
3300
|
_request_auth,
|
|
@@ -3326,8 +3326,8 @@ class DataModelApi:
|
|
|
3326
3326
|
_header_params['ProjectID'] = project_id
|
|
3327
3327
|
# process the form parameters
|
|
3328
3328
|
# process the body parameter
|
|
3329
|
-
if
|
|
3330
|
-
_body_params =
|
|
3329
|
+
if properties_delete_definitions_dto is not None:
|
|
3330
|
+
_body_params = properties_delete_definitions_dto
|
|
3331
3331
|
|
|
3332
3332
|
|
|
3333
3333
|
# set the HTTP header `Accept`
|
|
@@ -3382,7 +3382,7 @@ class DataModelApi:
|
|
|
3382
3382
|
@validate_call
|
|
3383
3383
|
def delete_vee_sample_questions(
|
|
3384
3384
|
self,
|
|
3385
|
-
|
|
3385
|
+
vee_questions_delete_definitions_dto: VeeQuestionsDeleteDefinitionsDTO,
|
|
3386
3386
|
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,
|
|
3387
3387
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
3388
3388
|
_request_timeout: Union[
|
|
@@ -3397,13 +3397,13 @@ class DataModelApi:
|
|
|
3397
3397
|
_content_type: Optional[StrictStr] = None,
|
|
3398
3398
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
3399
3399
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
3400
|
-
) ->
|
|
3400
|
+
) -> VeeQuestionsBulkChangeResponseDTO:
|
|
3401
3401
|
"""Delete Vee sample questions
|
|
3402
3402
|
|
|
3403
3403
|
Delete existing sample questions. Administrating tenants can specify the tenant in which to delete questions using the `TargetTenantID` header. <br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued. If you are interested in using this API, please contact your Customer Success Manager (CSM).</em>
|
|
3404
3404
|
|
|
3405
|
-
:param
|
|
3406
|
-
:type
|
|
3405
|
+
:param vee_questions_delete_definitions_dto: (required)
|
|
3406
|
+
:type vee_questions_delete_definitions_dto: VeeQuestionsDeleteDefinitionsDTO
|
|
3407
3407
|
: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.
|
|
3408
3408
|
:type target_tenant_id: str
|
|
3409
3409
|
:param project_id: Optionally, specify a project in which to make the request.
|
|
@@ -3431,7 +3431,7 @@ class DataModelApi:
|
|
|
3431
3431
|
""" # noqa: E501
|
|
3432
3432
|
|
|
3433
3433
|
_param = self._delete_vee_sample_questions_serialize(
|
|
3434
|
-
|
|
3434
|
+
vee_questions_delete_definitions_dto=vee_questions_delete_definitions_dto,
|
|
3435
3435
|
target_tenant_id=target_tenant_id,
|
|
3436
3436
|
project_id=project_id,
|
|
3437
3437
|
_request_auth=_request_auth,
|
|
@@ -3441,7 +3441,7 @@ class DataModelApi:
|
|
|
3441
3441
|
)
|
|
3442
3442
|
|
|
3443
3443
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3444
|
-
'200': "
|
|
3444
|
+
'200': "VeeQuestionsBulkChangeResponseDTO",
|
|
3445
3445
|
}
|
|
3446
3446
|
response_data = self.api_client.call_api(
|
|
3447
3447
|
*_param,
|
|
@@ -3457,7 +3457,7 @@ class DataModelApi:
|
|
|
3457
3457
|
@validate_call
|
|
3458
3458
|
def delete_vee_sample_questions_with_http_info(
|
|
3459
3459
|
self,
|
|
3460
|
-
|
|
3460
|
+
vee_questions_delete_definitions_dto: VeeQuestionsDeleteDefinitionsDTO,
|
|
3461
3461
|
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,
|
|
3462
3462
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
3463
3463
|
_request_timeout: Union[
|
|
@@ -3472,13 +3472,13 @@ class DataModelApi:
|
|
|
3472
3472
|
_content_type: Optional[StrictStr] = None,
|
|
3473
3473
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
3474
3474
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
3475
|
-
) -> ApiResponse[
|
|
3475
|
+
) -> ApiResponse[VeeQuestionsBulkChangeResponseDTO]:
|
|
3476
3476
|
"""Delete Vee sample questions
|
|
3477
3477
|
|
|
3478
3478
|
Delete existing sample questions. Administrating tenants can specify the tenant in which to delete questions using the `TargetTenantID` header. <br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued. If you are interested in using this API, please contact your Customer Success Manager (CSM).</em>
|
|
3479
3479
|
|
|
3480
|
-
:param
|
|
3481
|
-
:type
|
|
3480
|
+
:param vee_questions_delete_definitions_dto: (required)
|
|
3481
|
+
:type vee_questions_delete_definitions_dto: VeeQuestionsDeleteDefinitionsDTO
|
|
3482
3482
|
: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.
|
|
3483
3483
|
:type target_tenant_id: str
|
|
3484
3484
|
:param project_id: Optionally, specify a project in which to make the request.
|
|
@@ -3506,7 +3506,7 @@ class DataModelApi:
|
|
|
3506
3506
|
""" # noqa: E501
|
|
3507
3507
|
|
|
3508
3508
|
_param = self._delete_vee_sample_questions_serialize(
|
|
3509
|
-
|
|
3509
|
+
vee_questions_delete_definitions_dto=vee_questions_delete_definitions_dto,
|
|
3510
3510
|
target_tenant_id=target_tenant_id,
|
|
3511
3511
|
project_id=project_id,
|
|
3512
3512
|
_request_auth=_request_auth,
|
|
@@ -3516,7 +3516,7 @@ class DataModelApi:
|
|
|
3516
3516
|
)
|
|
3517
3517
|
|
|
3518
3518
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3519
|
-
'200': "
|
|
3519
|
+
'200': "VeeQuestionsBulkChangeResponseDTO",
|
|
3520
3520
|
}
|
|
3521
3521
|
response_data = self.api_client.call_api(
|
|
3522
3522
|
*_param,
|
|
@@ -3532,7 +3532,7 @@ class DataModelApi:
|
|
|
3532
3532
|
@validate_call
|
|
3533
3533
|
def delete_vee_sample_questions_without_preload_content(
|
|
3534
3534
|
self,
|
|
3535
|
-
|
|
3535
|
+
vee_questions_delete_definitions_dto: VeeQuestionsDeleteDefinitionsDTO,
|
|
3536
3536
|
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,
|
|
3537
3537
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
3538
3538
|
_request_timeout: Union[
|
|
@@ -3552,8 +3552,8 @@ class DataModelApi:
|
|
|
3552
3552
|
|
|
3553
3553
|
Delete existing sample questions. Administrating tenants can specify the tenant in which to delete questions using the `TargetTenantID` header. <br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued. If you are interested in using this API, please contact your Customer Success Manager (CSM).</em>
|
|
3554
3554
|
|
|
3555
|
-
:param
|
|
3556
|
-
:type
|
|
3555
|
+
:param vee_questions_delete_definitions_dto: (required)
|
|
3556
|
+
:type vee_questions_delete_definitions_dto: VeeQuestionsDeleteDefinitionsDTO
|
|
3557
3557
|
: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.
|
|
3558
3558
|
:type target_tenant_id: str
|
|
3559
3559
|
:param project_id: Optionally, specify a project in which to make the request.
|
|
@@ -3581,7 +3581,7 @@ class DataModelApi:
|
|
|
3581
3581
|
""" # noqa: E501
|
|
3582
3582
|
|
|
3583
3583
|
_param = self._delete_vee_sample_questions_serialize(
|
|
3584
|
-
|
|
3584
|
+
vee_questions_delete_definitions_dto=vee_questions_delete_definitions_dto,
|
|
3585
3585
|
target_tenant_id=target_tenant_id,
|
|
3586
3586
|
project_id=project_id,
|
|
3587
3587
|
_request_auth=_request_auth,
|
|
@@ -3591,7 +3591,7 @@ class DataModelApi:
|
|
|
3591
3591
|
)
|
|
3592
3592
|
|
|
3593
3593
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3594
|
-
'200': "
|
|
3594
|
+
'200': "VeeQuestionsBulkChangeResponseDTO",
|
|
3595
3595
|
}
|
|
3596
3596
|
response_data = self.api_client.call_api(
|
|
3597
3597
|
*_param,
|
|
@@ -3602,7 +3602,7 @@ class DataModelApi:
|
|
|
3602
3602
|
|
|
3603
3603
|
def _delete_vee_sample_questions_serialize(
|
|
3604
3604
|
self,
|
|
3605
|
-
|
|
3605
|
+
vee_questions_delete_definitions_dto,
|
|
3606
3606
|
target_tenant_id,
|
|
3607
3607
|
project_id,
|
|
3608
3608
|
_request_auth,
|
|
@@ -3634,8 +3634,8 @@ class DataModelApi:
|
|
|
3634
3634
|
_header_params['ProjectID'] = project_id
|
|
3635
3635
|
# process the form parameters
|
|
3636
3636
|
# process the body parameter
|
|
3637
|
-
if
|
|
3638
|
-
_body_params =
|
|
3637
|
+
if vee_questions_delete_definitions_dto is not None:
|
|
3638
|
+
_body_params = vee_questions_delete_definitions_dto
|
|
3639
3639
|
|
|
3640
3640
|
|
|
3641
3641
|
# set the HTTP header `Accept`
|
|
@@ -3705,7 +3705,7 @@ class DataModelApi:
|
|
|
3705
3705
|
_content_type: Optional[StrictStr] = None,
|
|
3706
3706
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
3707
3707
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
3708
|
-
) ->
|
|
3708
|
+
) -> DimensionDTO:
|
|
3709
3709
|
"""Retrieve a dimension by ID
|
|
3710
3710
|
|
|
3711
3711
|
If you know the ID of a dimension, use this API to retrieve that dimension specifically. You must also know the analytic object's ID.
|
|
@@ -3749,7 +3749,7 @@ class DataModelApi:
|
|
|
3749
3749
|
)
|
|
3750
3750
|
|
|
3751
3751
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3752
|
-
'200': "
|
|
3752
|
+
'200': "DimensionDTO",
|
|
3753
3753
|
}
|
|
3754
3754
|
response_data = self.api_client.call_api(
|
|
3755
3755
|
*_param,
|
|
@@ -3780,7 +3780,7 @@ class DataModelApi:
|
|
|
3780
3780
|
_content_type: Optional[StrictStr] = None,
|
|
3781
3781
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
3782
3782
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
3783
|
-
) -> ApiResponse[
|
|
3783
|
+
) -> ApiResponse[DimensionDTO]:
|
|
3784
3784
|
"""Retrieve a dimension by ID
|
|
3785
3785
|
|
|
3786
3786
|
If you know the ID of a dimension, use this API to retrieve that dimension specifically. You must also know the analytic object's ID.
|
|
@@ -3824,7 +3824,7 @@ class DataModelApi:
|
|
|
3824
3824
|
)
|
|
3825
3825
|
|
|
3826
3826
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3827
|
-
'200': "
|
|
3827
|
+
'200': "DimensionDTO",
|
|
3828
3828
|
}
|
|
3829
3829
|
response_data = self.api_client.call_api(
|
|
3830
3830
|
*_param,
|
|
@@ -3899,7 +3899,7 @@ class DataModelApi:
|
|
|
3899
3899
|
)
|
|
3900
3900
|
|
|
3901
3901
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3902
|
-
'200': "
|
|
3902
|
+
'200': "DimensionDTO",
|
|
3903
3903
|
}
|
|
3904
3904
|
response_data = self.api_client.call_api(
|
|
3905
3905
|
*_param,
|
|
@@ -3987,7 +3987,7 @@ class DataModelApi:
|
|
|
3987
3987
|
self,
|
|
3988
3988
|
object_id: Annotated[StrictStr, Field(description="The ID of the analytic object.")],
|
|
3989
3989
|
dimension_id: Annotated[StrictStr, Field(description="The ID of a dimension of the member map.")],
|
|
3990
|
-
|
|
3990
|
+
dimension_mapping_validation_execution_dto: DimensionMappingValidationExecutionDTO,
|
|
3991
3991
|
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,
|
|
3992
3992
|
_request_timeout: Union[
|
|
3993
3993
|
None,
|
|
@@ -4001,7 +4001,7 @@ class DataModelApi:
|
|
|
4001
4001
|
_content_type: Optional[StrictStr] = None,
|
|
4002
4002
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4003
4003
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4004
|
-
) ->
|
|
4004
|
+
) -> DimensionMappingValidationDTO:
|
|
4005
4005
|
"""Validate a member map's unmapped dimension members by ID
|
|
4006
4006
|
|
|
4007
4007
|
If you know the ID of a member map, use this API to validate one of the member map's dimensions. You must also know the dimension's ID and the analytic object's ID. The response returns the member map ID, the requested dimension ID, a list of the dimension's unmapped members, and a list of errors found.
|
|
@@ -4010,8 +4010,8 @@ class DataModelApi:
|
|
|
4010
4010
|
:type object_id: str
|
|
4011
4011
|
:param dimension_id: The ID of a dimension of the member map. (required)
|
|
4012
4012
|
:type dimension_id: str
|
|
4013
|
-
:param
|
|
4014
|
-
:type
|
|
4013
|
+
:param dimension_mapping_validation_execution_dto: (required)
|
|
4014
|
+
:type dimension_mapping_validation_execution_dto: DimensionMappingValidationExecutionDTO
|
|
4015
4015
|
: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.
|
|
4016
4016
|
:type target_tenant_id: str
|
|
4017
4017
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -4039,7 +4039,7 @@ class DataModelApi:
|
|
|
4039
4039
|
_param = self._dimension_member_map_validation_serialize(
|
|
4040
4040
|
object_id=object_id,
|
|
4041
4041
|
dimension_id=dimension_id,
|
|
4042
|
-
|
|
4042
|
+
dimension_mapping_validation_execution_dto=dimension_mapping_validation_execution_dto,
|
|
4043
4043
|
target_tenant_id=target_tenant_id,
|
|
4044
4044
|
_request_auth=_request_auth,
|
|
4045
4045
|
_content_type=_content_type,
|
|
@@ -4048,7 +4048,7 @@ class DataModelApi:
|
|
|
4048
4048
|
)
|
|
4049
4049
|
|
|
4050
4050
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4051
|
-
'200': "
|
|
4051
|
+
'200': "DimensionMappingValidationDTO",
|
|
4052
4052
|
}
|
|
4053
4053
|
response_data = self.api_client.call_api(
|
|
4054
4054
|
*_param,
|
|
@@ -4066,7 +4066,7 @@ class DataModelApi:
|
|
|
4066
4066
|
self,
|
|
4067
4067
|
object_id: Annotated[StrictStr, Field(description="The ID of the analytic object.")],
|
|
4068
4068
|
dimension_id: Annotated[StrictStr, Field(description="The ID of a dimension of the member map.")],
|
|
4069
|
-
|
|
4069
|
+
dimension_mapping_validation_execution_dto: DimensionMappingValidationExecutionDTO,
|
|
4070
4070
|
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,
|
|
4071
4071
|
_request_timeout: Union[
|
|
4072
4072
|
None,
|
|
@@ -4080,7 +4080,7 @@ class DataModelApi:
|
|
|
4080
4080
|
_content_type: Optional[StrictStr] = None,
|
|
4081
4081
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4082
4082
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4083
|
-
) -> ApiResponse[
|
|
4083
|
+
) -> ApiResponse[DimensionMappingValidationDTO]:
|
|
4084
4084
|
"""Validate a member map's unmapped dimension members by ID
|
|
4085
4085
|
|
|
4086
4086
|
If you know the ID of a member map, use this API to validate one of the member map's dimensions. You must also know the dimension's ID and the analytic object's ID. The response returns the member map ID, the requested dimension ID, a list of the dimension's unmapped members, and a list of errors found.
|
|
@@ -4089,8 +4089,8 @@ class DataModelApi:
|
|
|
4089
4089
|
:type object_id: str
|
|
4090
4090
|
:param dimension_id: The ID of a dimension of the member map. (required)
|
|
4091
4091
|
:type dimension_id: str
|
|
4092
|
-
:param
|
|
4093
|
-
:type
|
|
4092
|
+
:param dimension_mapping_validation_execution_dto: (required)
|
|
4093
|
+
:type dimension_mapping_validation_execution_dto: DimensionMappingValidationExecutionDTO
|
|
4094
4094
|
: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.
|
|
4095
4095
|
:type target_tenant_id: str
|
|
4096
4096
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -4118,7 +4118,7 @@ class DataModelApi:
|
|
|
4118
4118
|
_param = self._dimension_member_map_validation_serialize(
|
|
4119
4119
|
object_id=object_id,
|
|
4120
4120
|
dimension_id=dimension_id,
|
|
4121
|
-
|
|
4121
|
+
dimension_mapping_validation_execution_dto=dimension_mapping_validation_execution_dto,
|
|
4122
4122
|
target_tenant_id=target_tenant_id,
|
|
4123
4123
|
_request_auth=_request_auth,
|
|
4124
4124
|
_content_type=_content_type,
|
|
@@ -4127,7 +4127,7 @@ class DataModelApi:
|
|
|
4127
4127
|
)
|
|
4128
4128
|
|
|
4129
4129
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4130
|
-
'200': "
|
|
4130
|
+
'200': "DimensionMappingValidationDTO",
|
|
4131
4131
|
}
|
|
4132
4132
|
response_data = self.api_client.call_api(
|
|
4133
4133
|
*_param,
|
|
@@ -4145,7 +4145,7 @@ class DataModelApi:
|
|
|
4145
4145
|
self,
|
|
4146
4146
|
object_id: Annotated[StrictStr, Field(description="The ID of the analytic object.")],
|
|
4147
4147
|
dimension_id: Annotated[StrictStr, Field(description="The ID of a dimension of the member map.")],
|
|
4148
|
-
|
|
4148
|
+
dimension_mapping_validation_execution_dto: DimensionMappingValidationExecutionDTO,
|
|
4149
4149
|
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,
|
|
4150
4150
|
_request_timeout: Union[
|
|
4151
4151
|
None,
|
|
@@ -4168,8 +4168,8 @@ class DataModelApi:
|
|
|
4168
4168
|
:type object_id: str
|
|
4169
4169
|
:param dimension_id: The ID of a dimension of the member map. (required)
|
|
4170
4170
|
:type dimension_id: str
|
|
4171
|
-
:param
|
|
4172
|
-
:type
|
|
4171
|
+
:param dimension_mapping_validation_execution_dto: (required)
|
|
4172
|
+
:type dimension_mapping_validation_execution_dto: DimensionMappingValidationExecutionDTO
|
|
4173
4173
|
: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.
|
|
4174
4174
|
:type target_tenant_id: str
|
|
4175
4175
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -4197,7 +4197,7 @@ class DataModelApi:
|
|
|
4197
4197
|
_param = self._dimension_member_map_validation_serialize(
|
|
4198
4198
|
object_id=object_id,
|
|
4199
4199
|
dimension_id=dimension_id,
|
|
4200
|
-
|
|
4200
|
+
dimension_mapping_validation_execution_dto=dimension_mapping_validation_execution_dto,
|
|
4201
4201
|
target_tenant_id=target_tenant_id,
|
|
4202
4202
|
_request_auth=_request_auth,
|
|
4203
4203
|
_content_type=_content_type,
|
|
@@ -4206,7 +4206,7 @@ class DataModelApi:
|
|
|
4206
4206
|
)
|
|
4207
4207
|
|
|
4208
4208
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4209
|
-
'200': "
|
|
4209
|
+
'200': "DimensionMappingValidationDTO",
|
|
4210
4210
|
}
|
|
4211
4211
|
response_data = self.api_client.call_api(
|
|
4212
4212
|
*_param,
|
|
@@ -4219,7 +4219,7 @@ class DataModelApi:
|
|
|
4219
4219
|
self,
|
|
4220
4220
|
object_id,
|
|
4221
4221
|
dimension_id,
|
|
4222
|
-
|
|
4222
|
+
dimension_mapping_validation_execution_dto,
|
|
4223
4223
|
target_tenant_id,
|
|
4224
4224
|
_request_auth,
|
|
4225
4225
|
_content_type,
|
|
@@ -4252,8 +4252,8 @@ class DataModelApi:
|
|
|
4252
4252
|
_header_params['TargetTenantID'] = target_tenant_id
|
|
4253
4253
|
# process the form parameters
|
|
4254
4254
|
# process the body parameter
|
|
4255
|
-
if
|
|
4256
|
-
_body_params =
|
|
4255
|
+
if dimension_mapping_validation_execution_dto is not None:
|
|
4256
|
+
_body_params = dimension_mapping_validation_execution_dto
|
|
4257
4257
|
|
|
4258
4258
|
|
|
4259
4259
|
# set the HTTP header `Accept`
|
|
@@ -4323,7 +4323,7 @@ class DataModelApi:
|
|
|
4323
4323
|
_content_type: Optional[StrictStr] = None,
|
|
4324
4324
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4325
4325
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4326
|
-
) ->
|
|
4326
|
+
) -> DimensionsDTO:
|
|
4327
4327
|
"""Retrieve a list of dimensions
|
|
4328
4328
|
|
|
4329
4329
|
Retrieve a list of dimensions for a specific analytic object.
|
|
@@ -4367,7 +4367,7 @@ class DataModelApi:
|
|
|
4367
4367
|
)
|
|
4368
4368
|
|
|
4369
4369
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4370
|
-
'200': "
|
|
4370
|
+
'200': "DimensionsDTO",
|
|
4371
4371
|
}
|
|
4372
4372
|
response_data = self.api_client.call_api(
|
|
4373
4373
|
*_param,
|
|
@@ -4398,7 +4398,7 @@ class DataModelApi:
|
|
|
4398
4398
|
_content_type: Optional[StrictStr] = None,
|
|
4399
4399
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4400
4400
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4401
|
-
) -> ApiResponse[
|
|
4401
|
+
) -> ApiResponse[DimensionsDTO]:
|
|
4402
4402
|
"""Retrieve a list of dimensions
|
|
4403
4403
|
|
|
4404
4404
|
Retrieve a list of dimensions for a specific analytic object.
|
|
@@ -4442,7 +4442,7 @@ class DataModelApi:
|
|
|
4442
4442
|
)
|
|
4443
4443
|
|
|
4444
4444
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4445
|
-
'200': "
|
|
4445
|
+
'200': "DimensionsDTO",
|
|
4446
4446
|
}
|
|
4447
4447
|
response_data = self.api_client.call_api(
|
|
4448
4448
|
*_param,
|
|
@@ -4517,7 +4517,7 @@ class DataModelApi:
|
|
|
4517
4517
|
)
|
|
4518
4518
|
|
|
4519
4519
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4520
|
-
'200': "
|
|
4520
|
+
'200': "DimensionsDTO",
|
|
4521
4521
|
}
|
|
4522
4522
|
response_data = self.api_client.call_api(
|
|
4523
4523
|
*_param,
|
|
@@ -4621,7 +4621,7 @@ class DataModelApi:
|
|
|
4621
4621
|
_content_type: Optional[StrictStr] = None,
|
|
4622
4622
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4623
4623
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4624
|
-
) ->
|
|
4624
|
+
) -> SampleQuestionAPIResponseDTO:
|
|
4625
4625
|
"""Retrieve a Vee sample question's details
|
|
4626
4626
|
|
|
4627
4627
|
Get the details of a specific Vee sample question where the ID is the `questionID` returned by `GET /v1alpha/data/model/vee/sample-questions`. <br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued. If you are interested in using this API, please contact your Customer Success Manager (CSM).</em>
|
|
@@ -4665,7 +4665,7 @@ class DataModelApi:
|
|
|
4665
4665
|
)
|
|
4666
4666
|
|
|
4667
4667
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4668
|
-
'200': "
|
|
4668
|
+
'200': "SampleQuestionAPIResponseDTO",
|
|
4669
4669
|
}
|
|
4670
4670
|
response_data = self.api_client.call_api(
|
|
4671
4671
|
*_param,
|
|
@@ -4696,7 +4696,7 @@ class DataModelApi:
|
|
|
4696
4696
|
_content_type: Optional[StrictStr] = None,
|
|
4697
4697
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4698
4698
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4699
|
-
) -> ApiResponse[
|
|
4699
|
+
) -> ApiResponse[SampleQuestionAPIResponseDTO]:
|
|
4700
4700
|
"""Retrieve a Vee sample question's details
|
|
4701
4701
|
|
|
4702
4702
|
Get the details of a specific Vee sample question where the ID is the `questionID` returned by `GET /v1alpha/data/model/vee/sample-questions`. <br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued. If you are interested in using this API, please contact your Customer Success Manager (CSM).</em>
|
|
@@ -4740,7 +4740,7 @@ class DataModelApi:
|
|
|
4740
4740
|
)
|
|
4741
4741
|
|
|
4742
4742
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4743
|
-
'200': "
|
|
4743
|
+
'200': "SampleQuestionAPIResponseDTO",
|
|
4744
4744
|
}
|
|
4745
4745
|
response_data = self.api_client.call_api(
|
|
4746
4746
|
*_param,
|
|
@@ -4815,7 +4815,7 @@ class DataModelApi:
|
|
|
4815
4815
|
)
|
|
4816
4816
|
|
|
4817
4817
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4818
|
-
'200': "
|
|
4818
|
+
'200': "SampleQuestionAPIResponseDTO",
|
|
4819
4819
|
}
|
|
4820
4820
|
response_data = self.api_client.call_api(
|
|
4821
4821
|
*_param,
|
|
@@ -4914,7 +4914,7 @@ class DataModelApi:
|
|
|
4914
4914
|
_content_type: Optional[StrictStr] = None,
|
|
4915
4915
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4916
4916
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4917
|
-
) ->
|
|
4917
|
+
) -> QuestionCategoriesAPIResponseDTO:
|
|
4918
4918
|
"""Retrieve a list of all Vee question categories
|
|
4919
4919
|
|
|
4920
4920
|
Get a list of all categories for Vee sample questions. Administrating tenants can specify the tenant from which to retrieve categories using the `TargetTenantID` header. <br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued. If you are interested in using this API, please contact your Customer Success Manager (CSM).</em>
|
|
@@ -4952,7 +4952,7 @@ class DataModelApi:
|
|
|
4952
4952
|
)
|
|
4953
4953
|
|
|
4954
4954
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4955
|
-
'200': "
|
|
4955
|
+
'200': "QuestionCategoriesAPIResponseDTO",
|
|
4956
4956
|
}
|
|
4957
4957
|
response_data = self.api_client.call_api(
|
|
4958
4958
|
*_param,
|
|
@@ -4981,7 +4981,7 @@ class DataModelApi:
|
|
|
4981
4981
|
_content_type: Optional[StrictStr] = None,
|
|
4982
4982
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4983
4983
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4984
|
-
) -> ApiResponse[
|
|
4984
|
+
) -> ApiResponse[QuestionCategoriesAPIResponseDTO]:
|
|
4985
4985
|
"""Retrieve a list of all Vee question categories
|
|
4986
4986
|
|
|
4987
4987
|
Get a list of all categories for Vee sample questions. Administrating tenants can specify the tenant from which to retrieve categories using the `TargetTenantID` header. <br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued. If you are interested in using this API, please contact your Customer Success Manager (CSM).</em>
|
|
@@ -5019,7 +5019,7 @@ class DataModelApi:
|
|
|
5019
5019
|
)
|
|
5020
5020
|
|
|
5021
5021
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
5022
|
-
'200': "
|
|
5022
|
+
'200': "QuestionCategoriesAPIResponseDTO",
|
|
5023
5023
|
}
|
|
5024
5024
|
response_data = self.api_client.call_api(
|
|
5025
5025
|
*_param,
|
|
@@ -5086,7 +5086,7 @@ class DataModelApi:
|
|
|
5086
5086
|
)
|
|
5087
5087
|
|
|
5088
5088
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
5089
|
-
'200': "
|
|
5089
|
+
'200': "QuestionCategoriesAPIResponseDTO",
|
|
5090
5090
|
}
|
|
5091
5091
|
response_data = self.api_client.call_api(
|
|
5092
5092
|
*_param,
|
|
@@ -5180,7 +5180,7 @@ class DataModelApi:
|
|
|
5180
5180
|
_content_type: Optional[StrictStr] = None,
|
|
5181
5181
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
5182
5182
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
5183
|
-
) ->
|
|
5183
|
+
) -> QuestionCategoryAPIResponseDTO:
|
|
5184
5184
|
"""Retrieve a Vee question category's details
|
|
5185
5185
|
|
|
5186
5186
|
Get the details of a specific Vee sample question category where the ID is the `categoryID` returned by `GET /v1alpha/data/model/vee/sample-question-categories`. <br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued. If you are interested in using this API, please contact your Customer Success Manager (CSM).</em>
|
|
@@ -5221,7 +5221,7 @@ class DataModelApi:
|
|
|
5221
5221
|
)
|
|
5222
5222
|
|
|
5223
5223
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
5224
|
-
'200': "
|
|
5224
|
+
'200': "QuestionCategoryAPIResponseDTO",
|
|
5225
5225
|
}
|
|
5226
5226
|
response_data = self.api_client.call_api(
|
|
5227
5227
|
*_param,
|
|
@@ -5251,7 +5251,7 @@ class DataModelApi:
|
|
|
5251
5251
|
_content_type: Optional[StrictStr] = None,
|
|
5252
5252
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
5253
5253
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
5254
|
-
) -> ApiResponse[
|
|
5254
|
+
) -> ApiResponse[QuestionCategoryAPIResponseDTO]:
|
|
5255
5255
|
"""Retrieve a Vee question category's details
|
|
5256
5256
|
|
|
5257
5257
|
Get the details of a specific Vee sample question category where the ID is the `categoryID` returned by `GET /v1alpha/data/model/vee/sample-question-categories`. <br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued. If you are interested in using this API, please contact your Customer Success Manager (CSM).</em>
|
|
@@ -5292,7 +5292,7 @@ class DataModelApi:
|
|
|
5292
5292
|
)
|
|
5293
5293
|
|
|
5294
5294
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
5295
|
-
'200': "
|
|
5295
|
+
'200': "QuestionCategoryAPIResponseDTO",
|
|
5296
5296
|
}
|
|
5297
5297
|
response_data = self.api_client.call_api(
|
|
5298
5298
|
*_param,
|
|
@@ -5363,7 +5363,7 @@ class DataModelApi:
|
|
|
5363
5363
|
)
|
|
5364
5364
|
|
|
5365
5365
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
5366
|
-
'200': "
|
|
5366
|
+
'200': "QuestionCategoryAPIResponseDTO",
|
|
5367
5367
|
}
|
|
5368
5368
|
response_data = self.api_client.call_api(
|
|
5369
5369
|
*_param,
|
|
@@ -5460,7 +5460,7 @@ class DataModelApi:
|
|
|
5460
5460
|
_content_type: Optional[StrictStr] = None,
|
|
5461
5461
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
5462
5462
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
5463
|
-
) ->
|
|
5463
|
+
) -> SampleQuestionsAPIResponseDTO:
|
|
5464
5464
|
"""Retrieve a list of all Vee sample questions
|
|
5465
5465
|
|
|
5466
5466
|
Get a list of all Vee sample questions for a tenant, including sample questions that are not available to end users. Administrating tenants can specify the tenant from which to retrieve sample questions using the `TargetTenantID` header. <br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued. If you are interested in using this API, please contact your Customer Success Manager (CSM).</em>
|
|
@@ -5501,7 +5501,7 @@ class DataModelApi:
|
|
|
5501
5501
|
)
|
|
5502
5502
|
|
|
5503
5503
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
5504
|
-
'200': "
|
|
5504
|
+
'200': "SampleQuestionsAPIResponseDTO",
|
|
5505
5505
|
}
|
|
5506
5506
|
response_data = self.api_client.call_api(
|
|
5507
5507
|
*_param,
|
|
@@ -5531,7 +5531,7 @@ class DataModelApi:
|
|
|
5531
5531
|
_content_type: Optional[StrictStr] = None,
|
|
5532
5532
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
5533
5533
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
5534
|
-
) -> ApiResponse[
|
|
5534
|
+
) -> ApiResponse[SampleQuestionsAPIResponseDTO]:
|
|
5535
5535
|
"""Retrieve a list of all Vee sample questions
|
|
5536
5536
|
|
|
5537
5537
|
Get a list of all Vee sample questions for a tenant, including sample questions that are not available to end users. Administrating tenants can specify the tenant from which to retrieve sample questions using the `TargetTenantID` header. <br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued. If you are interested in using this API, please contact your Customer Success Manager (CSM).</em>
|
|
@@ -5572,7 +5572,7 @@ class DataModelApi:
|
|
|
5572
5572
|
)
|
|
5573
5573
|
|
|
5574
5574
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
5575
|
-
'200': "
|
|
5575
|
+
'200': "SampleQuestionsAPIResponseDTO",
|
|
5576
5576
|
}
|
|
5577
5577
|
response_data = self.api_client.call_api(
|
|
5578
5578
|
*_param,
|
|
@@ -5643,7 +5643,7 @@ class DataModelApi:
|
|
|
5643
5643
|
)
|
|
5644
5644
|
|
|
5645
5645
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
5646
|
-
'200': "
|
|
5646
|
+
'200': "SampleQuestionsAPIResponseDTO",
|
|
5647
5647
|
}
|
|
5648
5648
|
response_data = self.api_client.call_api(
|
|
5649
5649
|
*_param,
|
|
@@ -5743,7 +5743,7 @@ class DataModelApi:
|
|
|
5743
5743
|
_content_type: Optional[StrictStr] = None,
|
|
5744
5744
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
5745
5745
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
5746
|
-
) ->
|
|
5746
|
+
) -> MembersDTO:
|
|
5747
5747
|
"""Retrieve a dimension member
|
|
5748
5748
|
|
|
5749
5749
|
If you know the ID of a dimension member, use this API to retrieve that dimension member specifically. You must also know the dimension's ID and the analytic object's ID.
|
|
@@ -5793,7 +5793,7 @@ class DataModelApi:
|
|
|
5793
5793
|
)
|
|
5794
5794
|
|
|
5795
5795
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
5796
|
-
'200': "
|
|
5796
|
+
'200': "MembersDTO",
|
|
5797
5797
|
}
|
|
5798
5798
|
response_data = self.api_client.call_api(
|
|
5799
5799
|
*_param,
|
|
@@ -5826,7 +5826,7 @@ class DataModelApi:
|
|
|
5826
5826
|
_content_type: Optional[StrictStr] = None,
|
|
5827
5827
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
5828
5828
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
5829
|
-
) -> ApiResponse[
|
|
5829
|
+
) -> ApiResponse[MembersDTO]:
|
|
5830
5830
|
"""Retrieve a dimension member
|
|
5831
5831
|
|
|
5832
5832
|
If you know the ID of a dimension member, use this API to retrieve that dimension member specifically. You must also know the dimension's ID and the analytic object's ID.
|
|
@@ -5876,7 +5876,7 @@ class DataModelApi:
|
|
|
5876
5876
|
)
|
|
5877
5877
|
|
|
5878
5878
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
5879
|
-
'200': "
|
|
5879
|
+
'200': "MembersDTO",
|
|
5880
5880
|
}
|
|
5881
5881
|
response_data = self.api_client.call_api(
|
|
5882
5882
|
*_param,
|
|
@@ -5959,7 +5959,7 @@ class DataModelApi:
|
|
|
5959
5959
|
)
|
|
5960
5960
|
|
|
5961
5961
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
5962
|
-
'200': "
|
|
5962
|
+
'200': "MembersDTO",
|
|
5963
5963
|
}
|
|
5964
5964
|
response_data = self.api_client.call_api(
|
|
5965
5965
|
*_param,
|
|
@@ -6076,7 +6076,7 @@ class DataModelApi:
|
|
|
6076
6076
|
_content_type: Optional[StrictStr] = None,
|
|
6077
6077
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
6078
6078
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
6079
|
-
) ->
|
|
6079
|
+
) -> MembersDTO:
|
|
6080
6080
|
"""Retrieve a list of dimension members
|
|
6081
6081
|
|
|
6082
6082
|
If you know the ID of a dimension, use this API to retrieve the members of that dimension specifically. You must also know the analytic object's ID. Dimension members exist in a hierarchy. The levels in the hierarchy may be fixed or non-uniform. Leveled dimensions have fixed hierarchies, while parent-child dimensions have non-uniform levels. When you retrieve dimension members with this API, the response returns the level of the dimension and the path to get to that level. For example, in a Location dimension, Vancouver is 3 levels deep: - All > Canada > British Columbia > Vancouver Parent-child hierarchies are non-uniform and exhibit distinct characteristics such as time dependence and data attributes. These traits reflect the dynamic nature of hierarchies, for example, organizational hierarchies. The API response includes elements that express the validity ranges for retrieved members.
|
|
@@ -6144,7 +6144,7 @@ class DataModelApi:
|
|
|
6144
6144
|
)
|
|
6145
6145
|
|
|
6146
6146
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
6147
|
-
'200': "
|
|
6147
|
+
'200': "MembersDTO",
|
|
6148
6148
|
}
|
|
6149
6149
|
response_data = self.api_client.call_api(
|
|
6150
6150
|
*_param,
|
|
@@ -6183,7 +6183,7 @@ class DataModelApi:
|
|
|
6183
6183
|
_content_type: Optional[StrictStr] = None,
|
|
6184
6184
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
6185
6185
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
6186
|
-
) -> ApiResponse[
|
|
6186
|
+
) -> ApiResponse[MembersDTO]:
|
|
6187
6187
|
"""Retrieve a list of dimension members
|
|
6188
6188
|
|
|
6189
6189
|
If you know the ID of a dimension, use this API to retrieve the members of that dimension specifically. You must also know the analytic object's ID. Dimension members exist in a hierarchy. The levels in the hierarchy may be fixed or non-uniform. Leveled dimensions have fixed hierarchies, while parent-child dimensions have non-uniform levels. When you retrieve dimension members with this API, the response returns the level of the dimension and the path to get to that level. For example, in a Location dimension, Vancouver is 3 levels deep: - All > Canada > British Columbia > Vancouver Parent-child hierarchies are non-uniform and exhibit distinct characteristics such as time dependence and data attributes. These traits reflect the dynamic nature of hierarchies, for example, organizational hierarchies. The API response includes elements that express the validity ranges for retrieved members.
|
|
@@ -6251,7 +6251,7 @@ class DataModelApi:
|
|
|
6251
6251
|
)
|
|
6252
6252
|
|
|
6253
6253
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
6254
|
-
'200': "
|
|
6254
|
+
'200': "MembersDTO",
|
|
6255
6255
|
}
|
|
6256
6256
|
response_data = self.api_client.call_api(
|
|
6257
6257
|
*_param,
|
|
@@ -6358,7 +6358,7 @@ class DataModelApi:
|
|
|
6358
6358
|
)
|
|
6359
6359
|
|
|
6360
6360
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
6361
|
-
'200': "
|
|
6361
|
+
'200': "MembersDTO",
|
|
6362
6362
|
}
|
|
6363
6363
|
response_data = self.api_client.call_api(
|
|
6364
6364
|
*_param,
|
|
@@ -6499,7 +6499,7 @@ class DataModelApi:
|
|
|
6499
6499
|
_content_type: Optional[StrictStr] = None,
|
|
6500
6500
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
6501
6501
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
6502
|
-
) ->
|
|
6502
|
+
) -> MetricDTO:
|
|
6503
6503
|
"""Retrieve a metric by ID
|
|
6504
6504
|
|
|
6505
6505
|
If you know the ID of a metric, use this API to retrieve that metric specifically.
|
|
@@ -6540,7 +6540,7 @@ class DataModelApi:
|
|
|
6540
6540
|
)
|
|
6541
6541
|
|
|
6542
6542
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
6543
|
-
'200': "
|
|
6543
|
+
'200': "MetricDTO",
|
|
6544
6544
|
}
|
|
6545
6545
|
response_data = self.api_client.call_api(
|
|
6546
6546
|
*_param,
|
|
@@ -6570,7 +6570,7 @@ class DataModelApi:
|
|
|
6570
6570
|
_content_type: Optional[StrictStr] = None,
|
|
6571
6571
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
6572
6572
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
6573
|
-
) -> ApiResponse[
|
|
6573
|
+
) -> ApiResponse[MetricDTO]:
|
|
6574
6574
|
"""Retrieve a metric by ID
|
|
6575
6575
|
|
|
6576
6576
|
If you know the ID of a metric, use this API to retrieve that metric specifically.
|
|
@@ -6611,7 +6611,7 @@ class DataModelApi:
|
|
|
6611
6611
|
)
|
|
6612
6612
|
|
|
6613
6613
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
6614
|
-
'200': "
|
|
6614
|
+
'200': "MetricDTO",
|
|
6615
6615
|
}
|
|
6616
6616
|
response_data = self.api_client.call_api(
|
|
6617
6617
|
*_param,
|
|
@@ -6682,7 +6682,7 @@ class DataModelApi:
|
|
|
6682
6682
|
)
|
|
6683
6683
|
|
|
6684
6684
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
6685
|
-
'200': "
|
|
6685
|
+
'200': "MetricDTO",
|
|
6686
6686
|
}
|
|
6687
6687
|
response_data = self.api_client.call_api(
|
|
6688
6688
|
*_param,
|
|
@@ -6780,7 +6780,7 @@ class DataModelApi:
|
|
|
6780
6780
|
_content_type: Optional[StrictStr] = None,
|
|
6781
6781
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
6782
6782
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
6783
|
-
) ->
|
|
6783
|
+
) -> DimensionsDTO:
|
|
6784
6784
|
"""Retrieve a metric's dimensions
|
|
6785
6785
|
|
|
6786
6786
|
Retrieve a list of dimensions for a specific metric.
|
|
@@ -6824,7 +6824,7 @@ class DataModelApi:
|
|
|
6824
6824
|
)
|
|
6825
6825
|
|
|
6826
6826
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
6827
|
-
'200': "
|
|
6827
|
+
'200': "DimensionsDTO",
|
|
6828
6828
|
}
|
|
6829
6829
|
response_data = self.api_client.call_api(
|
|
6830
6830
|
*_param,
|
|
@@ -6855,7 +6855,7 @@ class DataModelApi:
|
|
|
6855
6855
|
_content_type: Optional[StrictStr] = None,
|
|
6856
6856
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
6857
6857
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
6858
|
-
) -> ApiResponse[
|
|
6858
|
+
) -> ApiResponse[DimensionsDTO]:
|
|
6859
6859
|
"""Retrieve a metric's dimensions
|
|
6860
6860
|
|
|
6861
6861
|
Retrieve a list of dimensions for a specific metric.
|
|
@@ -6899,7 +6899,7 @@ class DataModelApi:
|
|
|
6899
6899
|
)
|
|
6900
6900
|
|
|
6901
6901
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
6902
|
-
'200': "
|
|
6902
|
+
'200': "DimensionsDTO",
|
|
6903
6903
|
}
|
|
6904
6904
|
response_data = self.api_client.call_api(
|
|
6905
6905
|
*_param,
|
|
@@ -6974,7 +6974,7 @@ class DataModelApi:
|
|
|
6974
6974
|
)
|
|
6975
6975
|
|
|
6976
6976
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
6977
|
-
'200': "
|
|
6977
|
+
'200': "DimensionsDTO",
|
|
6978
6978
|
}
|
|
6979
6979
|
response_data = self.api_client.call_api(
|
|
6980
6980
|
*_param,
|
|
@@ -7078,7 +7078,7 @@ class DataModelApi:
|
|
|
7078
7078
|
_content_type: Optional[StrictStr] = None,
|
|
7079
7079
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
7080
7080
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
7081
|
-
) ->
|
|
7081
|
+
) -> SelectionConceptsDTO:
|
|
7082
7082
|
"""Retrieve a metric's selection concepts
|
|
7083
7083
|
|
|
7084
7084
|
Retrieve a list of selection concepts for a specific metric.
|
|
@@ -7122,7 +7122,7 @@ class DataModelApi:
|
|
|
7122
7122
|
)
|
|
7123
7123
|
|
|
7124
7124
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
7125
|
-
'200': "
|
|
7125
|
+
'200': "SelectionConceptsDTO",
|
|
7126
7126
|
}
|
|
7127
7127
|
response_data = self.api_client.call_api(
|
|
7128
7128
|
*_param,
|
|
@@ -7153,7 +7153,7 @@ class DataModelApi:
|
|
|
7153
7153
|
_content_type: Optional[StrictStr] = None,
|
|
7154
7154
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
7155
7155
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
7156
|
-
) -> ApiResponse[
|
|
7156
|
+
) -> ApiResponse[SelectionConceptsDTO]:
|
|
7157
7157
|
"""Retrieve a metric's selection concepts
|
|
7158
7158
|
|
|
7159
7159
|
Retrieve a list of selection concepts for a specific metric.
|
|
@@ -7197,7 +7197,7 @@ class DataModelApi:
|
|
|
7197
7197
|
)
|
|
7198
7198
|
|
|
7199
7199
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
7200
|
-
'200': "
|
|
7200
|
+
'200': "SelectionConceptsDTO",
|
|
7201
7201
|
}
|
|
7202
7202
|
response_data = self.api_client.call_api(
|
|
7203
7203
|
*_param,
|
|
@@ -7272,7 +7272,7 @@ class DataModelApi:
|
|
|
7272
7272
|
)
|
|
7273
7273
|
|
|
7274
7274
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
7275
|
-
'200': "
|
|
7275
|
+
'200': "SelectionConceptsDTO",
|
|
7276
7276
|
}
|
|
7277
7277
|
response_data = self.api_client.call_api(
|
|
7278
7278
|
*_param,
|
|
@@ -7376,7 +7376,7 @@ class DataModelApi:
|
|
|
7376
7376
|
_content_type: Optional[StrictStr] = None,
|
|
7377
7377
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
7378
7378
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
7379
|
-
) ->
|
|
7379
|
+
) -> MetricsDTO:
|
|
7380
7380
|
"""Retrieve a list of metrics
|
|
7381
7381
|
|
|
7382
7382
|
Retrieve all the metrics in your Visier solution.
|
|
@@ -7420,7 +7420,7 @@ class DataModelApi:
|
|
|
7420
7420
|
)
|
|
7421
7421
|
|
|
7422
7422
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
7423
|
-
'200': "
|
|
7423
|
+
'200': "MetricsDTO",
|
|
7424
7424
|
}
|
|
7425
7425
|
response_data = self.api_client.call_api(
|
|
7426
7426
|
*_param,
|
|
@@ -7451,7 +7451,7 @@ class DataModelApi:
|
|
|
7451
7451
|
_content_type: Optional[StrictStr] = None,
|
|
7452
7452
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
7453
7453
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
7454
|
-
) -> ApiResponse[
|
|
7454
|
+
) -> ApiResponse[MetricsDTO]:
|
|
7455
7455
|
"""Retrieve a list of metrics
|
|
7456
7456
|
|
|
7457
7457
|
Retrieve all the metrics in your Visier solution.
|
|
@@ -7495,7 +7495,7 @@ class DataModelApi:
|
|
|
7495
7495
|
)
|
|
7496
7496
|
|
|
7497
7497
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
7498
|
-
'200': "
|
|
7498
|
+
'200': "MetricsDTO",
|
|
7499
7499
|
}
|
|
7500
7500
|
response_data = self.api_client.call_api(
|
|
7501
7501
|
*_param,
|
|
@@ -7570,7 +7570,7 @@ class DataModelApi:
|
|
|
7570
7570
|
)
|
|
7571
7571
|
|
|
7572
7572
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
7573
|
-
'200': "
|
|
7573
|
+
'200': "MetricsDTO",
|
|
7574
7574
|
}
|
|
7575
7575
|
response_data = self.api_client.call_api(
|
|
7576
7576
|
*_param,
|
|
@@ -7686,7 +7686,7 @@ class DataModelApi:
|
|
|
7686
7686
|
_content_type: Optional[StrictStr] = None,
|
|
7687
7687
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
7688
7688
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
7689
|
-
) ->
|
|
7689
|
+
) -> GetPlanListResponseDTO:
|
|
7690
7690
|
"""Retrieve a list of plans
|
|
7691
7691
|
|
|
7692
7692
|
Retrieve all the plans you have access to. The response returns plan information you can use to call the Planning Data Load API. <br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued. If you are interested in using this API, please contact your Customer Success Manager (CSM).</em>
|
|
@@ -7760,7 +7760,7 @@ class DataModelApi:
|
|
|
7760
7760
|
)
|
|
7761
7761
|
|
|
7762
7762
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
7763
|
-
'200': "
|
|
7763
|
+
'200': "GetPlanListResponseDTO",
|
|
7764
7764
|
}
|
|
7765
7765
|
response_data = self.api_client.call_api(
|
|
7766
7766
|
*_param,
|
|
@@ -7801,7 +7801,7 @@ class DataModelApi:
|
|
|
7801
7801
|
_content_type: Optional[StrictStr] = None,
|
|
7802
7802
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
7803
7803
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
7804
|
-
) -> ApiResponse[
|
|
7804
|
+
) -> ApiResponse[GetPlanListResponseDTO]:
|
|
7805
7805
|
"""Retrieve a list of plans
|
|
7806
7806
|
|
|
7807
7807
|
Retrieve all the plans you have access to. The response returns plan information you can use to call the Planning Data Load API. <br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued. If you are interested in using this API, please contact your Customer Success Manager (CSM).</em>
|
|
@@ -7875,7 +7875,7 @@ class DataModelApi:
|
|
|
7875
7875
|
)
|
|
7876
7876
|
|
|
7877
7877
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
7878
|
-
'200': "
|
|
7878
|
+
'200': "GetPlanListResponseDTO",
|
|
7879
7879
|
}
|
|
7880
7880
|
response_data = self.api_client.call_api(
|
|
7881
7881
|
*_param,
|
|
@@ -7990,7 +7990,7 @@ class DataModelApi:
|
|
|
7990
7990
|
)
|
|
7991
7991
|
|
|
7992
7992
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
7993
|
-
'200': "
|
|
7993
|
+
'200': "GetPlanListResponseDTO",
|
|
7994
7994
|
}
|
|
7995
7995
|
response_data = self.api_client.call_api(
|
|
7996
7996
|
*_param,
|
|
@@ -8146,7 +8146,7 @@ class DataModelApi:
|
|
|
8146
8146
|
_content_type: Optional[StrictStr] = None,
|
|
8147
8147
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
8148
8148
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
8149
|
-
) ->
|
|
8149
|
+
) -> PlanWithSchemaDTO:
|
|
8150
8150
|
"""Retrieve a plan's details
|
|
8151
8151
|
|
|
8152
8152
|
Retrieve the details of a specific plan. The response returns plan information you can use to call the Planning Data Load API. <br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued. If you are interested in using this API, please contact your Customer Success Manager (CSM).</em>
|
|
@@ -8193,7 +8193,7 @@ class DataModelApi:
|
|
|
8193
8193
|
)
|
|
8194
8194
|
|
|
8195
8195
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
8196
|
-
'200': "
|
|
8196
|
+
'200': "PlanWithSchemaDTO",
|
|
8197
8197
|
}
|
|
8198
8198
|
response_data = self.api_client.call_api(
|
|
8199
8199
|
*_param,
|
|
@@ -8225,7 +8225,7 @@ class DataModelApi:
|
|
|
8225
8225
|
_content_type: Optional[StrictStr] = None,
|
|
8226
8226
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
8227
8227
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
8228
|
-
) -> ApiResponse[
|
|
8228
|
+
) -> ApiResponse[PlanWithSchemaDTO]:
|
|
8229
8229
|
"""Retrieve a plan's details
|
|
8230
8230
|
|
|
8231
8231
|
Retrieve the details of a specific plan. The response returns plan information you can use to call the Planning Data Load API. <br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued. If you are interested in using this API, please contact your Customer Success Manager (CSM).</em>
|
|
@@ -8272,7 +8272,7 @@ class DataModelApi:
|
|
|
8272
8272
|
)
|
|
8273
8273
|
|
|
8274
8274
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
8275
|
-
'200': "
|
|
8275
|
+
'200': "PlanWithSchemaDTO",
|
|
8276
8276
|
}
|
|
8277
8277
|
response_data = self.api_client.call_api(
|
|
8278
8278
|
*_param,
|
|
@@ -8351,7 +8351,7 @@ class DataModelApi:
|
|
|
8351
8351
|
)
|
|
8352
8352
|
|
|
8353
8353
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
8354
|
-
'200': "
|
|
8354
|
+
'200': "PlanWithSchemaDTO",
|
|
8355
8355
|
}
|
|
8356
8356
|
response_data = self.api_client.call_api(
|
|
8357
8357
|
*_param,
|
|
@@ -8458,7 +8458,7 @@ class DataModelApi:
|
|
|
8458
8458
|
_content_type: Optional[StrictStr] = None,
|
|
8459
8459
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
8460
8460
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
8461
|
-
) ->
|
|
8461
|
+
) -> MetricsDTO:
|
|
8462
8462
|
"""Retrieve metrics by planning model ID
|
|
8463
8463
|
|
|
8464
8464
|
Retrieve all the metrics you have access to for a planning model.
|
|
@@ -8499,7 +8499,7 @@ class DataModelApi:
|
|
|
8499
8499
|
)
|
|
8500
8500
|
|
|
8501
8501
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
8502
|
-
'200': "
|
|
8502
|
+
'200': "MetricsDTO",
|
|
8503
8503
|
}
|
|
8504
8504
|
response_data = self.api_client.call_api(
|
|
8505
8505
|
*_param,
|
|
@@ -8529,7 +8529,7 @@ class DataModelApi:
|
|
|
8529
8529
|
_content_type: Optional[StrictStr] = None,
|
|
8530
8530
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
8531
8531
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
8532
|
-
) -> ApiResponse[
|
|
8532
|
+
) -> ApiResponse[MetricsDTO]:
|
|
8533
8533
|
"""Retrieve metrics by planning model ID
|
|
8534
8534
|
|
|
8535
8535
|
Retrieve all the metrics you have access to for a planning model.
|
|
@@ -8570,7 +8570,7 @@ class DataModelApi:
|
|
|
8570
8570
|
)
|
|
8571
8571
|
|
|
8572
8572
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
8573
|
-
'200': "
|
|
8573
|
+
'200': "MetricsDTO",
|
|
8574
8574
|
}
|
|
8575
8575
|
response_data = self.api_client.call_api(
|
|
8576
8576
|
*_param,
|
|
@@ -8641,7 +8641,7 @@ class DataModelApi:
|
|
|
8641
8641
|
)
|
|
8642
8642
|
|
|
8643
8643
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
8644
|
-
'200': "
|
|
8644
|
+
'200': "MetricsDTO",
|
|
8645
8645
|
}
|
|
8646
8646
|
response_data = self.api_client.call_api(
|
|
8647
8647
|
*_param,
|
|
@@ -8738,7 +8738,7 @@ class DataModelApi:
|
|
|
8738
8738
|
_content_type: Optional[StrictStr] = None,
|
|
8739
8739
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
8740
8740
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
8741
|
-
) ->
|
|
8741
|
+
) -> PlanningModelDTO:
|
|
8742
8742
|
"""Retrieve a planning model by ID
|
|
8743
8743
|
|
|
8744
8744
|
Retrieve a specific planning model you have access to.
|
|
@@ -8779,7 +8779,7 @@ class DataModelApi:
|
|
|
8779
8779
|
)
|
|
8780
8780
|
|
|
8781
8781
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
8782
|
-
'200': "
|
|
8782
|
+
'200': "PlanningModelDTO",
|
|
8783
8783
|
}
|
|
8784
8784
|
response_data = self.api_client.call_api(
|
|
8785
8785
|
*_param,
|
|
@@ -8809,7 +8809,7 @@ class DataModelApi:
|
|
|
8809
8809
|
_content_type: Optional[StrictStr] = None,
|
|
8810
8810
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
8811
8811
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
8812
|
-
) -> ApiResponse[
|
|
8812
|
+
) -> ApiResponse[PlanningModelDTO]:
|
|
8813
8813
|
"""Retrieve a planning model by ID
|
|
8814
8814
|
|
|
8815
8815
|
Retrieve a specific planning model you have access to.
|
|
@@ -8850,7 +8850,7 @@ class DataModelApi:
|
|
|
8850
8850
|
)
|
|
8851
8851
|
|
|
8852
8852
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
8853
|
-
'200': "
|
|
8853
|
+
'200': "PlanningModelDTO",
|
|
8854
8854
|
}
|
|
8855
8855
|
response_data = self.api_client.call_api(
|
|
8856
8856
|
*_param,
|
|
@@ -8921,7 +8921,7 @@ class DataModelApi:
|
|
|
8921
8921
|
)
|
|
8922
8922
|
|
|
8923
8923
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
8924
|
-
'200': "
|
|
8924
|
+
'200': "PlanningModelDTO",
|
|
8925
8925
|
}
|
|
8926
8926
|
response_data = self.api_client.call_api(
|
|
8927
8927
|
*_param,
|
|
@@ -9018,7 +9018,7 @@ class DataModelApi:
|
|
|
9018
9018
|
_content_type: Optional[StrictStr] = None,
|
|
9019
9019
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
9020
9020
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
9021
|
-
) ->
|
|
9021
|
+
) -> PlanningModelsDTO:
|
|
9022
9022
|
"""Retrieve a list of planning models
|
|
9023
9023
|
|
|
9024
9024
|
Retrieve all the planning models you have access to.
|
|
@@ -9059,7 +9059,7 @@ class DataModelApi:
|
|
|
9059
9059
|
)
|
|
9060
9060
|
|
|
9061
9061
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
9062
|
-
'200': "
|
|
9062
|
+
'200': "PlanningModelsDTO",
|
|
9063
9063
|
}
|
|
9064
9064
|
response_data = self.api_client.call_api(
|
|
9065
9065
|
*_param,
|
|
@@ -9089,7 +9089,7 @@ class DataModelApi:
|
|
|
9089
9089
|
_content_type: Optional[StrictStr] = None,
|
|
9090
9090
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
9091
9091
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
9092
|
-
) -> ApiResponse[
|
|
9092
|
+
) -> ApiResponse[PlanningModelsDTO]:
|
|
9093
9093
|
"""Retrieve a list of planning models
|
|
9094
9094
|
|
|
9095
9095
|
Retrieve all the planning models you have access to.
|
|
@@ -9130,7 +9130,7 @@ class DataModelApi:
|
|
|
9130
9130
|
)
|
|
9131
9131
|
|
|
9132
9132
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
9133
|
-
'200': "
|
|
9133
|
+
'200': "PlanningModelsDTO",
|
|
9134
9134
|
}
|
|
9135
9135
|
response_data = self.api_client.call_api(
|
|
9136
9136
|
*_param,
|
|
@@ -9201,7 +9201,7 @@ class DataModelApi:
|
|
|
9201
9201
|
)
|
|
9202
9202
|
|
|
9203
9203
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
9204
|
-
'200': "
|
|
9204
|
+
'200': "PlanningModelsDTO",
|
|
9205
9205
|
}
|
|
9206
9206
|
response_data = self.api_client.call_api(
|
|
9207
9207
|
*_param,
|
|
@@ -9302,7 +9302,7 @@ class DataModelApi:
|
|
|
9302
9302
|
_content_type: Optional[StrictStr] = None,
|
|
9303
9303
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
9304
9304
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
9305
|
-
) ->
|
|
9305
|
+
) -> PlanningPlanDTO:
|
|
9306
9306
|
"""Retrieve a plan by planning model ID and plan ID
|
|
9307
9307
|
|
|
9308
9308
|
Retrieve a specific plan that you have access to in a planning model.
|
|
@@ -9346,7 +9346,7 @@ class DataModelApi:
|
|
|
9346
9346
|
)
|
|
9347
9347
|
|
|
9348
9348
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
9349
|
-
'200': "
|
|
9349
|
+
'200': "PlanningPlanDTO",
|
|
9350
9350
|
}
|
|
9351
9351
|
response_data = self.api_client.call_api(
|
|
9352
9352
|
*_param,
|
|
@@ -9377,7 +9377,7 @@ class DataModelApi:
|
|
|
9377
9377
|
_content_type: Optional[StrictStr] = None,
|
|
9378
9378
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
9379
9379
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
9380
|
-
) -> ApiResponse[
|
|
9380
|
+
) -> ApiResponse[PlanningPlanDTO]:
|
|
9381
9381
|
"""Retrieve a plan by planning model ID and plan ID
|
|
9382
9382
|
|
|
9383
9383
|
Retrieve a specific plan that you have access to in a planning model.
|
|
@@ -9421,7 +9421,7 @@ class DataModelApi:
|
|
|
9421
9421
|
)
|
|
9422
9422
|
|
|
9423
9423
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
9424
|
-
'200': "
|
|
9424
|
+
'200': "PlanningPlanDTO",
|
|
9425
9425
|
}
|
|
9426
9426
|
response_data = self.api_client.call_api(
|
|
9427
9427
|
*_param,
|
|
@@ -9496,7 +9496,7 @@ class DataModelApi:
|
|
|
9496
9496
|
)
|
|
9497
9497
|
|
|
9498
9498
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
9499
|
-
'200': "
|
|
9499
|
+
'200': "PlanningPlanDTO",
|
|
9500
9500
|
}
|
|
9501
9501
|
response_data = self.api_client.call_api(
|
|
9502
9502
|
*_param,
|
|
@@ -9597,7 +9597,7 @@ class DataModelApi:
|
|
|
9597
9597
|
_content_type: Optional[StrictStr] = None,
|
|
9598
9598
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
9599
9599
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
9600
|
-
) ->
|
|
9600
|
+
) -> PlanningPlansDTO:
|
|
9601
9601
|
"""Retrieve a list of plans by planning model ID
|
|
9602
9602
|
|
|
9603
9603
|
Retrieve all the plans you have access to for a planning model.
|
|
@@ -9641,7 +9641,7 @@ class DataModelApi:
|
|
|
9641
9641
|
)
|
|
9642
9642
|
|
|
9643
9643
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
9644
|
-
'200': "
|
|
9644
|
+
'200': "PlanningPlansDTO",
|
|
9645
9645
|
}
|
|
9646
9646
|
response_data = self.api_client.call_api(
|
|
9647
9647
|
*_param,
|
|
@@ -9672,7 +9672,7 @@ class DataModelApi:
|
|
|
9672
9672
|
_content_type: Optional[StrictStr] = None,
|
|
9673
9673
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
9674
9674
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
9675
|
-
) -> ApiResponse[
|
|
9675
|
+
) -> ApiResponse[PlanningPlansDTO]:
|
|
9676
9676
|
"""Retrieve a list of plans by planning model ID
|
|
9677
9677
|
|
|
9678
9678
|
Retrieve all the plans you have access to for a planning model.
|
|
@@ -9716,7 +9716,7 @@ class DataModelApi:
|
|
|
9716
9716
|
)
|
|
9717
9717
|
|
|
9718
9718
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
9719
|
-
'200': "
|
|
9719
|
+
'200': "PlanningPlansDTO",
|
|
9720
9720
|
}
|
|
9721
9721
|
response_data = self.api_client.call_api(
|
|
9722
9722
|
*_param,
|
|
@@ -9791,7 +9791,7 @@ class DataModelApi:
|
|
|
9791
9791
|
)
|
|
9792
9792
|
|
|
9793
9793
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
9794
|
-
'200': "
|
|
9794
|
+
'200': "PlanningPlansDTO",
|
|
9795
9795
|
}
|
|
9796
9796
|
response_data = self.api_client.call_api(
|
|
9797
9797
|
*_param,
|
|
@@ -9894,7 +9894,7 @@ class DataModelApi:
|
|
|
9894
9894
|
_content_type: Optional[StrictStr] = None,
|
|
9895
9895
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
9896
9896
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
9897
|
-
) ->
|
|
9897
|
+
) -> PredictionDTO:
|
|
9898
9898
|
"""Retrieve a prediction by ID
|
|
9899
9899
|
|
|
9900
9900
|
If you know the ID of a prediction, use this API to retrieve that prediction specifically.
|
|
@@ -9935,7 +9935,7 @@ class DataModelApi:
|
|
|
9935
9935
|
)
|
|
9936
9936
|
|
|
9937
9937
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
9938
|
-
'200': "
|
|
9938
|
+
'200': "PredictionDTO",
|
|
9939
9939
|
}
|
|
9940
9940
|
response_data = self.api_client.call_api(
|
|
9941
9941
|
*_param,
|
|
@@ -9965,7 +9965,7 @@ class DataModelApi:
|
|
|
9965
9965
|
_content_type: Optional[StrictStr] = None,
|
|
9966
9966
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
9967
9967
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
9968
|
-
) -> ApiResponse[
|
|
9968
|
+
) -> ApiResponse[PredictionDTO]:
|
|
9969
9969
|
"""Retrieve a prediction by ID
|
|
9970
9970
|
|
|
9971
9971
|
If you know the ID of a prediction, use this API to retrieve that prediction specifically.
|
|
@@ -10006,7 +10006,7 @@ class DataModelApi:
|
|
|
10006
10006
|
)
|
|
10007
10007
|
|
|
10008
10008
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
10009
|
-
'200': "
|
|
10009
|
+
'200': "PredictionDTO",
|
|
10010
10010
|
}
|
|
10011
10011
|
response_data = self.api_client.call_api(
|
|
10012
10012
|
*_param,
|
|
@@ -10077,7 +10077,7 @@ class DataModelApi:
|
|
|
10077
10077
|
)
|
|
10078
10078
|
|
|
10079
10079
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
10080
|
-
'200': "
|
|
10080
|
+
'200': "PredictionDTO",
|
|
10081
10081
|
}
|
|
10082
10082
|
response_data = self.api_client.call_api(
|
|
10083
10083
|
*_param,
|
|
@@ -10174,7 +10174,7 @@ class DataModelApi:
|
|
|
10174
10174
|
_content_type: Optional[StrictStr] = None,
|
|
10175
10175
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
10176
10176
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
10177
|
-
) ->
|
|
10177
|
+
) -> PredictionsDTO:
|
|
10178
10178
|
"""Retrieve a list of predictions
|
|
10179
10179
|
|
|
10180
10180
|
Retrieve all the predictions in your Visier solution.
|
|
@@ -10215,7 +10215,7 @@ class DataModelApi:
|
|
|
10215
10215
|
)
|
|
10216
10216
|
|
|
10217
10217
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
10218
|
-
'200': "
|
|
10218
|
+
'200': "PredictionsDTO",
|
|
10219
10219
|
}
|
|
10220
10220
|
response_data = self.api_client.call_api(
|
|
10221
10221
|
*_param,
|
|
@@ -10245,7 +10245,7 @@ class DataModelApi:
|
|
|
10245
10245
|
_content_type: Optional[StrictStr] = None,
|
|
10246
10246
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
10247
10247
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
10248
|
-
) -> ApiResponse[
|
|
10248
|
+
) -> ApiResponse[PredictionsDTO]:
|
|
10249
10249
|
"""Retrieve a list of predictions
|
|
10250
10250
|
|
|
10251
10251
|
Retrieve all the predictions in your Visier solution.
|
|
@@ -10286,7 +10286,7 @@ class DataModelApi:
|
|
|
10286
10286
|
)
|
|
10287
10287
|
|
|
10288
10288
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
10289
|
-
'200': "
|
|
10289
|
+
'200': "PredictionsDTO",
|
|
10290
10290
|
}
|
|
10291
10291
|
response_data = self.api_client.call_api(
|
|
10292
10292
|
*_param,
|
|
@@ -10357,7 +10357,7 @@ class DataModelApi:
|
|
|
10357
10357
|
)
|
|
10358
10358
|
|
|
10359
10359
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
10360
|
-
'200': "
|
|
10360
|
+
'200': "PredictionsDTO",
|
|
10361
10361
|
}
|
|
10362
10362
|
response_data = self.api_client.call_api(
|
|
10363
10363
|
*_param,
|
|
@@ -10458,7 +10458,7 @@ class DataModelApi:
|
|
|
10458
10458
|
_content_type: Optional[StrictStr] = None,
|
|
10459
10459
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
10460
10460
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
10461
|
-
) ->
|
|
10461
|
+
) -> PropertiesDTO:
|
|
10462
10462
|
"""Retrieve a list of properties
|
|
10463
10463
|
|
|
10464
10464
|
Retrieve a list of properties for a specific analytic object.
|
|
@@ -10502,7 +10502,7 @@ class DataModelApi:
|
|
|
10502
10502
|
)
|
|
10503
10503
|
|
|
10504
10504
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
10505
|
-
'200': "
|
|
10505
|
+
'200': "PropertiesDTO",
|
|
10506
10506
|
}
|
|
10507
10507
|
response_data = self.api_client.call_api(
|
|
10508
10508
|
*_param,
|
|
@@ -10533,7 +10533,7 @@ class DataModelApi:
|
|
|
10533
10533
|
_content_type: Optional[StrictStr] = None,
|
|
10534
10534
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
10535
10535
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
10536
|
-
) -> ApiResponse[
|
|
10536
|
+
) -> ApiResponse[PropertiesDTO]:
|
|
10537
10537
|
"""Retrieve a list of properties
|
|
10538
10538
|
|
|
10539
10539
|
Retrieve a list of properties for a specific analytic object.
|
|
@@ -10577,7 +10577,7 @@ class DataModelApi:
|
|
|
10577
10577
|
)
|
|
10578
10578
|
|
|
10579
10579
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
10580
|
-
'200': "
|
|
10580
|
+
'200': "PropertiesDTO",
|
|
10581
10581
|
}
|
|
10582
10582
|
response_data = self.api_client.call_api(
|
|
10583
10583
|
*_param,
|
|
@@ -10652,7 +10652,7 @@ class DataModelApi:
|
|
|
10652
10652
|
)
|
|
10653
10653
|
|
|
10654
10654
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
10655
|
-
'200': "
|
|
10655
|
+
'200': "PropertiesDTO",
|
|
10656
10656
|
}
|
|
10657
10657
|
response_data = self.api_client.call_api(
|
|
10658
10658
|
*_param,
|
|
@@ -10741,7 +10741,7 @@ class DataModelApi:
|
|
|
10741
10741
|
@validate_call
|
|
10742
10742
|
def put_properties(
|
|
10743
10743
|
self,
|
|
10744
|
-
|
|
10744
|
+
properties_change_definitions_dto: PropertiesChangeDefinitionsDTO,
|
|
10745
10745
|
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,
|
|
10746
10746
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
10747
10747
|
_request_timeout: Union[
|
|
@@ -10756,13 +10756,13 @@ class DataModelApi:
|
|
|
10756
10756
|
_content_type: Optional[StrictStr] = None,
|
|
10757
10757
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
10758
10758
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
10759
|
-
) ->
|
|
10759
|
+
) -> ObjectsBulkChangeResponseDTO:
|
|
10760
10760
|
"""Replace properties
|
|
10761
10761
|
|
|
10762
10762
|
Update existing properties by replacing their entire definition. The definition in your API call replaces the property's 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 property. We recommend that you retrieve a property's details before you update the property with new values. This operation does not create new properties if they do not exist. In each API request, update up to 10 properties per tenant with a maximum of 500 tenants. To specify the tenant in which to update a property, administrating tenants can provide an analytic tenant code in the `TargetTenantID` request header or `tenantCode` for each property in the request body. To specify the project in which to update properties, provide a project UUID in the `ProjectID` request header or `projectId` for each property in the request body.
|
|
10763
10763
|
|
|
10764
|
-
:param
|
|
10765
|
-
:type
|
|
10764
|
+
:param properties_change_definitions_dto: (required)
|
|
10765
|
+
:type properties_change_definitions_dto: PropertiesChangeDefinitionsDTO
|
|
10766
10766
|
: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.
|
|
10767
10767
|
:type target_tenant_id: str
|
|
10768
10768
|
:param project_id: Optionally, specify a project in which to make the request.
|
|
@@ -10790,7 +10790,7 @@ class DataModelApi:
|
|
|
10790
10790
|
""" # noqa: E501
|
|
10791
10791
|
|
|
10792
10792
|
_param = self._put_properties_serialize(
|
|
10793
|
-
|
|
10793
|
+
properties_change_definitions_dto=properties_change_definitions_dto,
|
|
10794
10794
|
target_tenant_id=target_tenant_id,
|
|
10795
10795
|
project_id=project_id,
|
|
10796
10796
|
_request_auth=_request_auth,
|
|
@@ -10800,7 +10800,7 @@ class DataModelApi:
|
|
|
10800
10800
|
)
|
|
10801
10801
|
|
|
10802
10802
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
10803
|
-
'200': "
|
|
10803
|
+
'200': "ObjectsBulkChangeResponseDTO",
|
|
10804
10804
|
}
|
|
10805
10805
|
response_data = self.api_client.call_api(
|
|
10806
10806
|
*_param,
|
|
@@ -10816,7 +10816,7 @@ class DataModelApi:
|
|
|
10816
10816
|
@validate_call
|
|
10817
10817
|
def put_properties_with_http_info(
|
|
10818
10818
|
self,
|
|
10819
|
-
|
|
10819
|
+
properties_change_definitions_dto: PropertiesChangeDefinitionsDTO,
|
|
10820
10820
|
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,
|
|
10821
10821
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
10822
10822
|
_request_timeout: Union[
|
|
@@ -10831,13 +10831,13 @@ class DataModelApi:
|
|
|
10831
10831
|
_content_type: Optional[StrictStr] = None,
|
|
10832
10832
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
10833
10833
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
10834
|
-
) -> ApiResponse[
|
|
10834
|
+
) -> ApiResponse[ObjectsBulkChangeResponseDTO]:
|
|
10835
10835
|
"""Replace properties
|
|
10836
10836
|
|
|
10837
10837
|
Update existing properties by replacing their entire definition. The definition in your API call replaces the property's 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 property. We recommend that you retrieve a property's details before you update the property with new values. This operation does not create new properties if they do not exist. In each API request, update up to 10 properties per tenant with a maximum of 500 tenants. To specify the tenant in which to update a property, administrating tenants can provide an analytic tenant code in the `TargetTenantID` request header or `tenantCode` for each property in the request body. To specify the project in which to update properties, provide a project UUID in the `ProjectID` request header or `projectId` for each property in the request body.
|
|
10838
10838
|
|
|
10839
|
-
:param
|
|
10840
|
-
:type
|
|
10839
|
+
:param properties_change_definitions_dto: (required)
|
|
10840
|
+
:type properties_change_definitions_dto: PropertiesChangeDefinitionsDTO
|
|
10841
10841
|
: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.
|
|
10842
10842
|
:type target_tenant_id: str
|
|
10843
10843
|
:param project_id: Optionally, specify a project in which to make the request.
|
|
@@ -10865,7 +10865,7 @@ class DataModelApi:
|
|
|
10865
10865
|
""" # noqa: E501
|
|
10866
10866
|
|
|
10867
10867
|
_param = self._put_properties_serialize(
|
|
10868
|
-
|
|
10868
|
+
properties_change_definitions_dto=properties_change_definitions_dto,
|
|
10869
10869
|
target_tenant_id=target_tenant_id,
|
|
10870
10870
|
project_id=project_id,
|
|
10871
10871
|
_request_auth=_request_auth,
|
|
@@ -10875,7 +10875,7 @@ class DataModelApi:
|
|
|
10875
10875
|
)
|
|
10876
10876
|
|
|
10877
10877
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
10878
|
-
'200': "
|
|
10878
|
+
'200': "ObjectsBulkChangeResponseDTO",
|
|
10879
10879
|
}
|
|
10880
10880
|
response_data = self.api_client.call_api(
|
|
10881
10881
|
*_param,
|
|
@@ -10891,7 +10891,7 @@ class DataModelApi:
|
|
|
10891
10891
|
@validate_call
|
|
10892
10892
|
def put_properties_without_preload_content(
|
|
10893
10893
|
self,
|
|
10894
|
-
|
|
10894
|
+
properties_change_definitions_dto: PropertiesChangeDefinitionsDTO,
|
|
10895
10895
|
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,
|
|
10896
10896
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
10897
10897
|
_request_timeout: Union[
|
|
@@ -10911,8 +10911,8 @@ class DataModelApi:
|
|
|
10911
10911
|
|
|
10912
10912
|
Update existing properties by replacing their entire definition. The definition in your API call replaces the property's 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 property. We recommend that you retrieve a property's details before you update the property with new values. This operation does not create new properties if they do not exist. In each API request, update up to 10 properties per tenant with a maximum of 500 tenants. To specify the tenant in which to update a property, administrating tenants can provide an analytic tenant code in the `TargetTenantID` request header or `tenantCode` for each property in the request body. To specify the project in which to update properties, provide a project UUID in the `ProjectID` request header or `projectId` for each property in the request body.
|
|
10913
10913
|
|
|
10914
|
-
:param
|
|
10915
|
-
:type
|
|
10914
|
+
:param properties_change_definitions_dto: (required)
|
|
10915
|
+
:type properties_change_definitions_dto: PropertiesChangeDefinitionsDTO
|
|
10916
10916
|
: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.
|
|
10917
10917
|
:type target_tenant_id: str
|
|
10918
10918
|
:param project_id: Optionally, specify a project in which to make the request.
|
|
@@ -10940,7 +10940,7 @@ class DataModelApi:
|
|
|
10940
10940
|
""" # noqa: E501
|
|
10941
10941
|
|
|
10942
10942
|
_param = self._put_properties_serialize(
|
|
10943
|
-
|
|
10943
|
+
properties_change_definitions_dto=properties_change_definitions_dto,
|
|
10944
10944
|
target_tenant_id=target_tenant_id,
|
|
10945
10945
|
project_id=project_id,
|
|
10946
10946
|
_request_auth=_request_auth,
|
|
@@ -10950,7 +10950,7 @@ class DataModelApi:
|
|
|
10950
10950
|
)
|
|
10951
10951
|
|
|
10952
10952
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
10953
|
-
'200': "
|
|
10953
|
+
'200': "ObjectsBulkChangeResponseDTO",
|
|
10954
10954
|
}
|
|
10955
10955
|
response_data = self.api_client.call_api(
|
|
10956
10956
|
*_param,
|
|
@@ -10961,7 +10961,7 @@ class DataModelApi:
|
|
|
10961
10961
|
|
|
10962
10962
|
def _put_properties_serialize(
|
|
10963
10963
|
self,
|
|
10964
|
-
|
|
10964
|
+
properties_change_definitions_dto,
|
|
10965
10965
|
target_tenant_id,
|
|
10966
10966
|
project_id,
|
|
10967
10967
|
_request_auth,
|
|
@@ -10993,8 +10993,8 @@ class DataModelApi:
|
|
|
10993
10993
|
_header_params['ProjectID'] = project_id
|
|
10994
10994
|
# process the form parameters
|
|
10995
10995
|
# process the body parameter
|
|
10996
|
-
if
|
|
10997
|
-
_body_params =
|
|
10996
|
+
if properties_change_definitions_dto is not None:
|
|
10997
|
+
_body_params = properties_change_definitions_dto
|
|
10998
10998
|
|
|
10999
10999
|
|
|
11000
11000
|
# set the HTTP header `Accept`
|
|
@@ -11049,7 +11049,7 @@ class DataModelApi:
|
|
|
11049
11049
|
@validate_call
|
|
11050
11050
|
def put_vee_sample_questions(
|
|
11051
11051
|
self,
|
|
11052
|
-
|
|
11052
|
+
vee_questions_change_definitions_dto: VeeQuestionsChangeDefinitionsDTO,
|
|
11053
11053
|
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,
|
|
11054
11054
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
11055
11055
|
_request_timeout: Union[
|
|
@@ -11064,13 +11064,13 @@ class DataModelApi:
|
|
|
11064
11064
|
_content_type: Optional[StrictStr] = None,
|
|
11065
11065
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
11066
11066
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
11067
|
-
) ->
|
|
11067
|
+
) -> VeeQuestionsBulkChangeResponseDTO:
|
|
11068
11068
|
"""Update Vee sample questions
|
|
11069
11069
|
|
|
11070
11070
|
Update existing sample questions, such as its question category or whether the question is visible in Vee. Administrating tenants can specify the tenant in which to update sample questions using the `TargetTenantID` header. When updating sample questions, the question definition in your API call replaces the prior definition. You must provide the entire definition in the `PUT` call. If you omit values for optional fields from the update request, the values reset to their respective default value. We recommend that you retrieve a question's details before you update the question with new values. <br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued. If you are interested in using this API, please contact your Customer Success Manager (CSM).</em>
|
|
11071
11071
|
|
|
11072
|
-
:param
|
|
11073
|
-
:type
|
|
11072
|
+
:param vee_questions_change_definitions_dto: (required)
|
|
11073
|
+
:type vee_questions_change_definitions_dto: VeeQuestionsChangeDefinitionsDTO
|
|
11074
11074
|
: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.
|
|
11075
11075
|
:type target_tenant_id: str
|
|
11076
11076
|
:param project_id: Optionally, specify a project in which to make the request.
|
|
@@ -11098,7 +11098,7 @@ class DataModelApi:
|
|
|
11098
11098
|
""" # noqa: E501
|
|
11099
11099
|
|
|
11100
11100
|
_param = self._put_vee_sample_questions_serialize(
|
|
11101
|
-
|
|
11101
|
+
vee_questions_change_definitions_dto=vee_questions_change_definitions_dto,
|
|
11102
11102
|
target_tenant_id=target_tenant_id,
|
|
11103
11103
|
project_id=project_id,
|
|
11104
11104
|
_request_auth=_request_auth,
|
|
@@ -11108,7 +11108,7 @@ class DataModelApi:
|
|
|
11108
11108
|
)
|
|
11109
11109
|
|
|
11110
11110
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
11111
|
-
'200': "
|
|
11111
|
+
'200': "VeeQuestionsBulkChangeResponseDTO",
|
|
11112
11112
|
}
|
|
11113
11113
|
response_data = self.api_client.call_api(
|
|
11114
11114
|
*_param,
|
|
@@ -11124,7 +11124,7 @@ class DataModelApi:
|
|
|
11124
11124
|
@validate_call
|
|
11125
11125
|
def put_vee_sample_questions_with_http_info(
|
|
11126
11126
|
self,
|
|
11127
|
-
|
|
11127
|
+
vee_questions_change_definitions_dto: VeeQuestionsChangeDefinitionsDTO,
|
|
11128
11128
|
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,
|
|
11129
11129
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
11130
11130
|
_request_timeout: Union[
|
|
@@ -11139,13 +11139,13 @@ class DataModelApi:
|
|
|
11139
11139
|
_content_type: Optional[StrictStr] = None,
|
|
11140
11140
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
11141
11141
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
11142
|
-
) -> ApiResponse[
|
|
11142
|
+
) -> ApiResponse[VeeQuestionsBulkChangeResponseDTO]:
|
|
11143
11143
|
"""Update Vee sample questions
|
|
11144
11144
|
|
|
11145
11145
|
Update existing sample questions, such as its question category or whether the question is visible in Vee. Administrating tenants can specify the tenant in which to update sample questions using the `TargetTenantID` header. When updating sample questions, the question definition in your API call replaces the prior definition. You must provide the entire definition in the `PUT` call. If you omit values for optional fields from the update request, the values reset to their respective default value. We recommend that you retrieve a question's details before you update the question with new values. <br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued. If you are interested in using this API, please contact your Customer Success Manager (CSM).</em>
|
|
11146
11146
|
|
|
11147
|
-
:param
|
|
11148
|
-
:type
|
|
11147
|
+
:param vee_questions_change_definitions_dto: (required)
|
|
11148
|
+
:type vee_questions_change_definitions_dto: VeeQuestionsChangeDefinitionsDTO
|
|
11149
11149
|
: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.
|
|
11150
11150
|
:type target_tenant_id: str
|
|
11151
11151
|
:param project_id: Optionally, specify a project in which to make the request.
|
|
@@ -11173,7 +11173,7 @@ class DataModelApi:
|
|
|
11173
11173
|
""" # noqa: E501
|
|
11174
11174
|
|
|
11175
11175
|
_param = self._put_vee_sample_questions_serialize(
|
|
11176
|
-
|
|
11176
|
+
vee_questions_change_definitions_dto=vee_questions_change_definitions_dto,
|
|
11177
11177
|
target_tenant_id=target_tenant_id,
|
|
11178
11178
|
project_id=project_id,
|
|
11179
11179
|
_request_auth=_request_auth,
|
|
@@ -11183,7 +11183,7 @@ class DataModelApi:
|
|
|
11183
11183
|
)
|
|
11184
11184
|
|
|
11185
11185
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
11186
|
-
'200': "
|
|
11186
|
+
'200': "VeeQuestionsBulkChangeResponseDTO",
|
|
11187
11187
|
}
|
|
11188
11188
|
response_data = self.api_client.call_api(
|
|
11189
11189
|
*_param,
|
|
@@ -11199,7 +11199,7 @@ class DataModelApi:
|
|
|
11199
11199
|
@validate_call
|
|
11200
11200
|
def put_vee_sample_questions_without_preload_content(
|
|
11201
11201
|
self,
|
|
11202
|
-
|
|
11202
|
+
vee_questions_change_definitions_dto: VeeQuestionsChangeDefinitionsDTO,
|
|
11203
11203
|
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,
|
|
11204
11204
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
11205
11205
|
_request_timeout: Union[
|
|
@@ -11219,8 +11219,8 @@ class DataModelApi:
|
|
|
11219
11219
|
|
|
11220
11220
|
Update existing sample questions, such as its question category or whether the question is visible in Vee. Administrating tenants can specify the tenant in which to update sample questions using the `TargetTenantID` header. When updating sample questions, the question definition in your API call replaces the prior definition. You must provide the entire definition in the `PUT` call. If you omit values for optional fields from the update request, the values reset to their respective default value. We recommend that you retrieve a question's details before you update the question with new values. <br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued. If you are interested in using this API, please contact your Customer Success Manager (CSM).</em>
|
|
11221
11221
|
|
|
11222
|
-
:param
|
|
11223
|
-
:type
|
|
11222
|
+
:param vee_questions_change_definitions_dto: (required)
|
|
11223
|
+
:type vee_questions_change_definitions_dto: VeeQuestionsChangeDefinitionsDTO
|
|
11224
11224
|
: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.
|
|
11225
11225
|
:type target_tenant_id: str
|
|
11226
11226
|
:param project_id: Optionally, specify a project in which to make the request.
|
|
@@ -11248,7 +11248,7 @@ class DataModelApi:
|
|
|
11248
11248
|
""" # noqa: E501
|
|
11249
11249
|
|
|
11250
11250
|
_param = self._put_vee_sample_questions_serialize(
|
|
11251
|
-
|
|
11251
|
+
vee_questions_change_definitions_dto=vee_questions_change_definitions_dto,
|
|
11252
11252
|
target_tenant_id=target_tenant_id,
|
|
11253
11253
|
project_id=project_id,
|
|
11254
11254
|
_request_auth=_request_auth,
|
|
@@ -11258,7 +11258,7 @@ class DataModelApi:
|
|
|
11258
11258
|
)
|
|
11259
11259
|
|
|
11260
11260
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
11261
|
-
'200': "
|
|
11261
|
+
'200': "VeeQuestionsBulkChangeResponseDTO",
|
|
11262
11262
|
}
|
|
11263
11263
|
response_data = self.api_client.call_api(
|
|
11264
11264
|
*_param,
|
|
@@ -11269,7 +11269,7 @@ class DataModelApi:
|
|
|
11269
11269
|
|
|
11270
11270
|
def _put_vee_sample_questions_serialize(
|
|
11271
11271
|
self,
|
|
11272
|
-
|
|
11272
|
+
vee_questions_change_definitions_dto,
|
|
11273
11273
|
target_tenant_id,
|
|
11274
11274
|
project_id,
|
|
11275
11275
|
_request_auth,
|
|
@@ -11301,8 +11301,8 @@ class DataModelApi:
|
|
|
11301
11301
|
_header_params['ProjectID'] = project_id
|
|
11302
11302
|
# process the form parameters
|
|
11303
11303
|
# process the body parameter
|
|
11304
|
-
if
|
|
11305
|
-
_body_params =
|
|
11304
|
+
if vee_questions_change_definitions_dto is not None:
|
|
11305
|
+
_body_params = vee_questions_change_definitions_dto
|
|
11306
11306
|
|
|
11307
11307
|
|
|
11308
11308
|
# set the HTTP header `Accept`
|
|
@@ -11372,7 +11372,7 @@ class DataModelApi:
|
|
|
11372
11372
|
_content_type: Optional[StrictStr] = None,
|
|
11373
11373
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
11374
11374
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
11375
|
-
) ->
|
|
11375
|
+
) -> SelectionConceptDTO:
|
|
11376
11376
|
"""Retrieve an analytic object's selection concept by ID
|
|
11377
11377
|
|
|
11378
11378
|
If you know the ID of a selection concept, use this API to retrieve that selection concept specifically. You must also know the analytic object's ID.
|
|
@@ -11416,7 +11416,7 @@ class DataModelApi:
|
|
|
11416
11416
|
)
|
|
11417
11417
|
|
|
11418
11418
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
11419
|
-
'200': "
|
|
11419
|
+
'200': "SelectionConceptDTO",
|
|
11420
11420
|
}
|
|
11421
11421
|
response_data = self.api_client.call_api(
|
|
11422
11422
|
*_param,
|
|
@@ -11447,7 +11447,7 @@ class DataModelApi:
|
|
|
11447
11447
|
_content_type: Optional[StrictStr] = None,
|
|
11448
11448
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
11449
11449
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
11450
|
-
) -> ApiResponse[
|
|
11450
|
+
) -> ApiResponse[SelectionConceptDTO]:
|
|
11451
11451
|
"""Retrieve an analytic object's selection concept by ID
|
|
11452
11452
|
|
|
11453
11453
|
If you know the ID of a selection concept, use this API to retrieve that selection concept specifically. You must also know the analytic object's ID.
|
|
@@ -11491,7 +11491,7 @@ class DataModelApi:
|
|
|
11491
11491
|
)
|
|
11492
11492
|
|
|
11493
11493
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
11494
|
-
'200': "
|
|
11494
|
+
'200': "SelectionConceptDTO",
|
|
11495
11495
|
}
|
|
11496
11496
|
response_data = self.api_client.call_api(
|
|
11497
11497
|
*_param,
|
|
@@ -11566,7 +11566,7 @@ class DataModelApi:
|
|
|
11566
11566
|
)
|
|
11567
11567
|
|
|
11568
11568
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
11569
|
-
'200': "
|
|
11569
|
+
'200': "SelectionConceptDTO",
|
|
11570
11570
|
}
|
|
11571
11571
|
response_data = self.api_client.call_api(
|
|
11572
11572
|
*_param,
|
|
@@ -11667,7 +11667,7 @@ class DataModelApi:
|
|
|
11667
11667
|
_content_type: Optional[StrictStr] = None,
|
|
11668
11668
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
11669
11669
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
11670
|
-
) ->
|
|
11670
|
+
) -> SelectionConceptsDTO:
|
|
11671
11671
|
"""Retrieve an analytic object's selection concepts
|
|
11672
11672
|
|
|
11673
11673
|
Retrieve a list of selection concepts for a specific analytic object.
|
|
@@ -11711,7 +11711,7 @@ class DataModelApi:
|
|
|
11711
11711
|
)
|
|
11712
11712
|
|
|
11713
11713
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
11714
|
-
'200': "
|
|
11714
|
+
'200': "SelectionConceptsDTO",
|
|
11715
11715
|
}
|
|
11716
11716
|
response_data = self.api_client.call_api(
|
|
11717
11717
|
*_param,
|
|
@@ -11742,7 +11742,7 @@ class DataModelApi:
|
|
|
11742
11742
|
_content_type: Optional[StrictStr] = None,
|
|
11743
11743
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
11744
11744
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
11745
|
-
) -> ApiResponse[
|
|
11745
|
+
) -> ApiResponse[SelectionConceptsDTO]:
|
|
11746
11746
|
"""Retrieve an analytic object's selection concepts
|
|
11747
11747
|
|
|
11748
11748
|
Retrieve a list of selection concepts for a specific analytic object.
|
|
@@ -11786,7 +11786,7 @@ class DataModelApi:
|
|
|
11786
11786
|
)
|
|
11787
11787
|
|
|
11788
11788
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
11789
|
-
'200': "
|
|
11789
|
+
'200': "SelectionConceptsDTO",
|
|
11790
11790
|
}
|
|
11791
11791
|
response_data = self.api_client.call_api(
|
|
11792
11792
|
*_param,
|
|
@@ -11861,7 +11861,7 @@ class DataModelApi:
|
|
|
11861
11861
|
)
|
|
11862
11862
|
|
|
11863
11863
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
11864
|
-
'200': "
|
|
11864
|
+
'200': "SelectionConceptsDTO",
|
|
11865
11865
|
}
|
|
11866
11866
|
response_data = self.api_client.call_api(
|
|
11867
11867
|
*_param,
|
|
@@ -11950,7 +11950,7 @@ class DataModelApi:
|
|
|
11950
11950
|
@validate_call
|
|
11951
11951
|
def update_analytic_objects(
|
|
11952
11952
|
self,
|
|
11953
|
-
|
|
11953
|
+
analytic_object_request_dto: AnalyticObjectRequestDTO,
|
|
11954
11954
|
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,
|
|
11955
11955
|
_request_timeout: Union[
|
|
11956
11956
|
None,
|
|
@@ -11964,13 +11964,13 @@ class DataModelApi:
|
|
|
11964
11964
|
_content_type: Optional[StrictStr] = None,
|
|
11965
11965
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
11966
11966
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
11967
|
-
) ->
|
|
11967
|
+
) -> BulkChangeResponseDTO:
|
|
11968
11968
|
"""Update analytic objects
|
|
11969
11969
|
|
|
11970
11970
|
Update the details of an analytic object. Supports reverting subjects, events, and internal comparisons to Blueprint. You can revert tenant override objects to Blueprint. If you execute the `revertToBP` operation on a: - Blueprint object: Nothing happens. The object is already the Blueprint version! - Tenant override object: The object reverts to the Blueprint version or, for administrating tenants who revert an analytic tenant's object, the administrating tenant's object version. - Tenant object: The API request fails. The object is unique to your tenant and no Blueprint version exists. <br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued. If you are interested in using this API, please contact your Customer Success Manager (CSM).</em>
|
|
11971
11971
|
|
|
11972
|
-
:param
|
|
11973
|
-
:type
|
|
11972
|
+
:param analytic_object_request_dto: (required)
|
|
11973
|
+
:type analytic_object_request_dto: AnalyticObjectRequestDTO
|
|
11974
11974
|
: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.
|
|
11975
11975
|
:type target_tenant_id: str
|
|
11976
11976
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -11996,7 +11996,7 @@ class DataModelApi:
|
|
|
11996
11996
|
""" # noqa: E501
|
|
11997
11997
|
|
|
11998
11998
|
_param = self._update_analytic_objects_serialize(
|
|
11999
|
-
|
|
11999
|
+
analytic_object_request_dto=analytic_object_request_dto,
|
|
12000
12000
|
target_tenant_id=target_tenant_id,
|
|
12001
12001
|
_request_auth=_request_auth,
|
|
12002
12002
|
_content_type=_content_type,
|
|
@@ -12005,7 +12005,7 @@ class DataModelApi:
|
|
|
12005
12005
|
)
|
|
12006
12006
|
|
|
12007
12007
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
12008
|
-
'200': "
|
|
12008
|
+
'200': "BulkChangeResponseDTO",
|
|
12009
12009
|
}
|
|
12010
12010
|
response_data = self.api_client.call_api(
|
|
12011
12011
|
*_param,
|
|
@@ -12021,7 +12021,7 @@ class DataModelApi:
|
|
|
12021
12021
|
@validate_call
|
|
12022
12022
|
def update_analytic_objects_with_http_info(
|
|
12023
12023
|
self,
|
|
12024
|
-
|
|
12024
|
+
analytic_object_request_dto: AnalyticObjectRequestDTO,
|
|
12025
12025
|
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,
|
|
12026
12026
|
_request_timeout: Union[
|
|
12027
12027
|
None,
|
|
@@ -12035,13 +12035,13 @@ class DataModelApi:
|
|
|
12035
12035
|
_content_type: Optional[StrictStr] = None,
|
|
12036
12036
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
12037
12037
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
12038
|
-
) -> ApiResponse[
|
|
12038
|
+
) -> ApiResponse[BulkChangeResponseDTO]:
|
|
12039
12039
|
"""Update analytic objects
|
|
12040
12040
|
|
|
12041
12041
|
Update the details of an analytic object. Supports reverting subjects, events, and internal comparisons to Blueprint. You can revert tenant override objects to Blueprint. If you execute the `revertToBP` operation on a: - Blueprint object: Nothing happens. The object is already the Blueprint version! - Tenant override object: The object reverts to the Blueprint version or, for administrating tenants who revert an analytic tenant's object, the administrating tenant's object version. - Tenant object: The API request fails. The object is unique to your tenant and no Blueprint version exists. <br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued. If you are interested in using this API, please contact your Customer Success Manager (CSM).</em>
|
|
12042
12042
|
|
|
12043
|
-
:param
|
|
12044
|
-
:type
|
|
12043
|
+
:param analytic_object_request_dto: (required)
|
|
12044
|
+
:type analytic_object_request_dto: AnalyticObjectRequestDTO
|
|
12045
12045
|
: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.
|
|
12046
12046
|
:type target_tenant_id: str
|
|
12047
12047
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -12067,7 +12067,7 @@ class DataModelApi:
|
|
|
12067
12067
|
""" # noqa: E501
|
|
12068
12068
|
|
|
12069
12069
|
_param = self._update_analytic_objects_serialize(
|
|
12070
|
-
|
|
12070
|
+
analytic_object_request_dto=analytic_object_request_dto,
|
|
12071
12071
|
target_tenant_id=target_tenant_id,
|
|
12072
12072
|
_request_auth=_request_auth,
|
|
12073
12073
|
_content_type=_content_type,
|
|
@@ -12076,7 +12076,7 @@ class DataModelApi:
|
|
|
12076
12076
|
)
|
|
12077
12077
|
|
|
12078
12078
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
12079
|
-
'200': "
|
|
12079
|
+
'200': "BulkChangeResponseDTO",
|
|
12080
12080
|
}
|
|
12081
12081
|
response_data = self.api_client.call_api(
|
|
12082
12082
|
*_param,
|
|
@@ -12092,7 +12092,7 @@ class DataModelApi:
|
|
|
12092
12092
|
@validate_call
|
|
12093
12093
|
def update_analytic_objects_without_preload_content(
|
|
12094
12094
|
self,
|
|
12095
|
-
|
|
12095
|
+
analytic_object_request_dto: AnalyticObjectRequestDTO,
|
|
12096
12096
|
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,
|
|
12097
12097
|
_request_timeout: Union[
|
|
12098
12098
|
None,
|
|
@@ -12111,8 +12111,8 @@ class DataModelApi:
|
|
|
12111
12111
|
|
|
12112
12112
|
Update the details of an analytic object. Supports reverting subjects, events, and internal comparisons to Blueprint. You can revert tenant override objects to Blueprint. If you execute the `revertToBP` operation on a: - Blueprint object: Nothing happens. The object is already the Blueprint version! - Tenant override object: The object reverts to the Blueprint version or, for administrating tenants who revert an analytic tenant's object, the administrating tenant's object version. - Tenant object: The API request fails. The object is unique to your tenant and no Blueprint version exists. <br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued. If you are interested in using this API, please contact your Customer Success Manager (CSM).</em>
|
|
12113
12113
|
|
|
12114
|
-
:param
|
|
12115
|
-
:type
|
|
12114
|
+
:param analytic_object_request_dto: (required)
|
|
12115
|
+
:type analytic_object_request_dto: AnalyticObjectRequestDTO
|
|
12116
12116
|
: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.
|
|
12117
12117
|
:type target_tenant_id: str
|
|
12118
12118
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -12138,7 +12138,7 @@ class DataModelApi:
|
|
|
12138
12138
|
""" # noqa: E501
|
|
12139
12139
|
|
|
12140
12140
|
_param = self._update_analytic_objects_serialize(
|
|
12141
|
-
|
|
12141
|
+
analytic_object_request_dto=analytic_object_request_dto,
|
|
12142
12142
|
target_tenant_id=target_tenant_id,
|
|
12143
12143
|
_request_auth=_request_auth,
|
|
12144
12144
|
_content_type=_content_type,
|
|
@@ -12147,7 +12147,7 @@ class DataModelApi:
|
|
|
12147
12147
|
)
|
|
12148
12148
|
|
|
12149
12149
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
12150
|
-
'200': "
|
|
12150
|
+
'200': "BulkChangeResponseDTO",
|
|
12151
12151
|
}
|
|
12152
12152
|
response_data = self.api_client.call_api(
|
|
12153
12153
|
*_param,
|
|
@@ -12158,7 +12158,7 @@ class DataModelApi:
|
|
|
12158
12158
|
|
|
12159
12159
|
def _update_analytic_objects_serialize(
|
|
12160
12160
|
self,
|
|
12161
|
-
|
|
12161
|
+
analytic_object_request_dto,
|
|
12162
12162
|
target_tenant_id,
|
|
12163
12163
|
_request_auth,
|
|
12164
12164
|
_content_type,
|
|
@@ -12187,8 +12187,8 @@ class DataModelApi:
|
|
|
12187
12187
|
_header_params['TargetTenantID'] = target_tenant_id
|
|
12188
12188
|
# process the form parameters
|
|
12189
12189
|
# process the body parameter
|
|
12190
|
-
if
|
|
12191
|
-
_body_params =
|
|
12190
|
+
if analytic_object_request_dto is not None:
|
|
12191
|
+
_body_params = analytic_object_request_dto
|
|
12192
12192
|
|
|
12193
12193
|
|
|
12194
12194
|
# set the HTTP header `Accept`
|
|
@@ -12243,7 +12243,7 @@ class DataModelApi:
|
|
|
12243
12243
|
@validate_call
|
|
12244
12244
|
def update_dimensions(
|
|
12245
12245
|
self,
|
|
12246
|
-
|
|
12246
|
+
dimensions_change_definitions_dto: DimensionsChangeDefinitionsDTO,
|
|
12247
12247
|
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,
|
|
12248
12248
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request. If omitted, the request uses the production version.")] = None,
|
|
12249
12249
|
_request_timeout: Union[
|
|
@@ -12258,13 +12258,13 @@ class DataModelApi:
|
|
|
12258
12258
|
_content_type: Optional[StrictStr] = None,
|
|
12259
12259
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
12260
12260
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
12261
|
-
) ->
|
|
12261
|
+
) -> ObjectsBulkChangeResponseDTO:
|
|
12262
12262
|
"""Update dimensions
|
|
12263
12263
|
|
|
12264
12264
|
Change the display name, short display name, and description of one or more dimensions. This API supports updating leveled dimensions. In each API request, update up to 10 dimensions per tenant with a maximum of 500 tenants.
|
|
12265
12265
|
|
|
12266
|
-
:param
|
|
12267
|
-
:type
|
|
12266
|
+
:param dimensions_change_definitions_dto: (required)
|
|
12267
|
+
:type dimensions_change_definitions_dto: DimensionsChangeDefinitionsDTO
|
|
12268
12268
|
: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.
|
|
12269
12269
|
:type target_tenant_id: str
|
|
12270
12270
|
:param project_id: Optionally, specify a project in which to make the request. If omitted, the request uses the production version.
|
|
@@ -12292,7 +12292,7 @@ class DataModelApi:
|
|
|
12292
12292
|
""" # noqa: E501
|
|
12293
12293
|
|
|
12294
12294
|
_param = self._update_dimensions_serialize(
|
|
12295
|
-
|
|
12295
|
+
dimensions_change_definitions_dto=dimensions_change_definitions_dto,
|
|
12296
12296
|
target_tenant_id=target_tenant_id,
|
|
12297
12297
|
project_id=project_id,
|
|
12298
12298
|
_request_auth=_request_auth,
|
|
@@ -12302,7 +12302,7 @@ class DataModelApi:
|
|
|
12302
12302
|
)
|
|
12303
12303
|
|
|
12304
12304
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
12305
|
-
'200': "
|
|
12305
|
+
'200': "ObjectsBulkChangeResponseDTO",
|
|
12306
12306
|
}
|
|
12307
12307
|
response_data = self.api_client.call_api(
|
|
12308
12308
|
*_param,
|
|
@@ -12318,7 +12318,7 @@ class DataModelApi:
|
|
|
12318
12318
|
@validate_call
|
|
12319
12319
|
def update_dimensions_with_http_info(
|
|
12320
12320
|
self,
|
|
12321
|
-
|
|
12321
|
+
dimensions_change_definitions_dto: DimensionsChangeDefinitionsDTO,
|
|
12322
12322
|
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,
|
|
12323
12323
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request. If omitted, the request uses the production version.")] = None,
|
|
12324
12324
|
_request_timeout: Union[
|
|
@@ -12333,13 +12333,13 @@ class DataModelApi:
|
|
|
12333
12333
|
_content_type: Optional[StrictStr] = None,
|
|
12334
12334
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
12335
12335
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
12336
|
-
) -> ApiResponse[
|
|
12336
|
+
) -> ApiResponse[ObjectsBulkChangeResponseDTO]:
|
|
12337
12337
|
"""Update dimensions
|
|
12338
12338
|
|
|
12339
12339
|
Change the display name, short display name, and description of one or more dimensions. This API supports updating leveled dimensions. In each API request, update up to 10 dimensions per tenant with a maximum of 500 tenants.
|
|
12340
12340
|
|
|
12341
|
-
:param
|
|
12342
|
-
:type
|
|
12341
|
+
:param dimensions_change_definitions_dto: (required)
|
|
12342
|
+
:type dimensions_change_definitions_dto: DimensionsChangeDefinitionsDTO
|
|
12343
12343
|
: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.
|
|
12344
12344
|
:type target_tenant_id: str
|
|
12345
12345
|
:param project_id: Optionally, specify a project in which to make the request. If omitted, the request uses the production version.
|
|
@@ -12367,7 +12367,7 @@ class DataModelApi:
|
|
|
12367
12367
|
""" # noqa: E501
|
|
12368
12368
|
|
|
12369
12369
|
_param = self._update_dimensions_serialize(
|
|
12370
|
-
|
|
12370
|
+
dimensions_change_definitions_dto=dimensions_change_definitions_dto,
|
|
12371
12371
|
target_tenant_id=target_tenant_id,
|
|
12372
12372
|
project_id=project_id,
|
|
12373
12373
|
_request_auth=_request_auth,
|
|
@@ -12377,7 +12377,7 @@ class DataModelApi:
|
|
|
12377
12377
|
)
|
|
12378
12378
|
|
|
12379
12379
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
12380
|
-
'200': "
|
|
12380
|
+
'200': "ObjectsBulkChangeResponseDTO",
|
|
12381
12381
|
}
|
|
12382
12382
|
response_data = self.api_client.call_api(
|
|
12383
12383
|
*_param,
|
|
@@ -12393,7 +12393,7 @@ class DataModelApi:
|
|
|
12393
12393
|
@validate_call
|
|
12394
12394
|
def update_dimensions_without_preload_content(
|
|
12395
12395
|
self,
|
|
12396
|
-
|
|
12396
|
+
dimensions_change_definitions_dto: DimensionsChangeDefinitionsDTO,
|
|
12397
12397
|
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,
|
|
12398
12398
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request. If omitted, the request uses the production version.")] = None,
|
|
12399
12399
|
_request_timeout: Union[
|
|
@@ -12413,8 +12413,8 @@ class DataModelApi:
|
|
|
12413
12413
|
|
|
12414
12414
|
Change the display name, short display name, and description of one or more dimensions. This API supports updating leveled dimensions. In each API request, update up to 10 dimensions per tenant with a maximum of 500 tenants.
|
|
12415
12415
|
|
|
12416
|
-
:param
|
|
12417
|
-
:type
|
|
12416
|
+
:param dimensions_change_definitions_dto: (required)
|
|
12417
|
+
:type dimensions_change_definitions_dto: DimensionsChangeDefinitionsDTO
|
|
12418
12418
|
: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.
|
|
12419
12419
|
:type target_tenant_id: str
|
|
12420
12420
|
:param project_id: Optionally, specify a project in which to make the request. If omitted, the request uses the production version.
|
|
@@ -12442,7 +12442,7 @@ class DataModelApi:
|
|
|
12442
12442
|
""" # noqa: E501
|
|
12443
12443
|
|
|
12444
12444
|
_param = self._update_dimensions_serialize(
|
|
12445
|
-
|
|
12445
|
+
dimensions_change_definitions_dto=dimensions_change_definitions_dto,
|
|
12446
12446
|
target_tenant_id=target_tenant_id,
|
|
12447
12447
|
project_id=project_id,
|
|
12448
12448
|
_request_auth=_request_auth,
|
|
@@ -12452,7 +12452,7 @@ class DataModelApi:
|
|
|
12452
12452
|
)
|
|
12453
12453
|
|
|
12454
12454
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
12455
|
-
'200': "
|
|
12455
|
+
'200': "ObjectsBulkChangeResponseDTO",
|
|
12456
12456
|
}
|
|
12457
12457
|
response_data = self.api_client.call_api(
|
|
12458
12458
|
*_param,
|
|
@@ -12463,7 +12463,7 @@ class DataModelApi:
|
|
|
12463
12463
|
|
|
12464
12464
|
def _update_dimensions_serialize(
|
|
12465
12465
|
self,
|
|
12466
|
-
|
|
12466
|
+
dimensions_change_definitions_dto,
|
|
12467
12467
|
target_tenant_id,
|
|
12468
12468
|
project_id,
|
|
12469
12469
|
_request_auth,
|
|
@@ -12495,8 +12495,8 @@ class DataModelApi:
|
|
|
12495
12495
|
_header_params['ProjectID'] = project_id
|
|
12496
12496
|
# process the form parameters
|
|
12497
12497
|
# process the body parameter
|
|
12498
|
-
if
|
|
12499
|
-
_body_params =
|
|
12498
|
+
if dimensions_change_definitions_dto is not None:
|
|
12499
|
+
_body_params = dimensions_change_definitions_dto
|
|
12500
12500
|
|
|
12501
12501
|
|
|
12502
12502
|
# set the HTTP header `Accept`
|
|
@@ -12551,7 +12551,7 @@ class DataModelApi:
|
|
|
12551
12551
|
@validate_call
|
|
12552
12552
|
def update_properties(
|
|
12553
12553
|
self,
|
|
12554
|
-
|
|
12554
|
+
properties_change_definitions_dto: PropertiesChangeDefinitionsDTO,
|
|
12555
12555
|
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,
|
|
12556
12556
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
12557
12557
|
_request_timeout: Union[
|
|
@@ -12566,13 +12566,13 @@ class DataModelApi:
|
|
|
12566
12566
|
_content_type: Optional[StrictStr] = None,
|
|
12567
12567
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
12568
12568
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
12569
|
-
) ->
|
|
12569
|
+
) -> ObjectsBulkChangeResponseDTO:
|
|
12570
12570
|
"""Update properties
|
|
12571
12571
|
|
|
12572
12572
|
Change the display name, short display name, and description of one or more properties. In each API request, update up to 10 properties per tenant with a maximum of 500 tenants.
|
|
12573
12573
|
|
|
12574
|
-
:param
|
|
12575
|
-
:type
|
|
12574
|
+
:param properties_change_definitions_dto: (required)
|
|
12575
|
+
:type properties_change_definitions_dto: PropertiesChangeDefinitionsDTO
|
|
12576
12576
|
: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.
|
|
12577
12577
|
:type target_tenant_id: str
|
|
12578
12578
|
:param project_id: Optionally, specify a project in which to make the request.
|
|
@@ -12600,7 +12600,7 @@ class DataModelApi:
|
|
|
12600
12600
|
""" # noqa: E501
|
|
12601
12601
|
|
|
12602
12602
|
_param = self._update_properties_serialize(
|
|
12603
|
-
|
|
12603
|
+
properties_change_definitions_dto=properties_change_definitions_dto,
|
|
12604
12604
|
target_tenant_id=target_tenant_id,
|
|
12605
12605
|
project_id=project_id,
|
|
12606
12606
|
_request_auth=_request_auth,
|
|
@@ -12610,7 +12610,7 @@ class DataModelApi:
|
|
|
12610
12610
|
)
|
|
12611
12611
|
|
|
12612
12612
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
12613
|
-
'200': "
|
|
12613
|
+
'200': "ObjectsBulkChangeResponseDTO",
|
|
12614
12614
|
}
|
|
12615
12615
|
response_data = self.api_client.call_api(
|
|
12616
12616
|
*_param,
|
|
@@ -12626,7 +12626,7 @@ class DataModelApi:
|
|
|
12626
12626
|
@validate_call
|
|
12627
12627
|
def update_properties_with_http_info(
|
|
12628
12628
|
self,
|
|
12629
|
-
|
|
12629
|
+
properties_change_definitions_dto: PropertiesChangeDefinitionsDTO,
|
|
12630
12630
|
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,
|
|
12631
12631
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
12632
12632
|
_request_timeout: Union[
|
|
@@ -12641,13 +12641,13 @@ class DataModelApi:
|
|
|
12641
12641
|
_content_type: Optional[StrictStr] = None,
|
|
12642
12642
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
12643
12643
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
12644
|
-
) -> ApiResponse[
|
|
12644
|
+
) -> ApiResponse[ObjectsBulkChangeResponseDTO]:
|
|
12645
12645
|
"""Update properties
|
|
12646
12646
|
|
|
12647
12647
|
Change the display name, short display name, and description of one or more properties. In each API request, update up to 10 properties per tenant with a maximum of 500 tenants.
|
|
12648
12648
|
|
|
12649
|
-
:param
|
|
12650
|
-
:type
|
|
12649
|
+
:param properties_change_definitions_dto: (required)
|
|
12650
|
+
:type properties_change_definitions_dto: PropertiesChangeDefinitionsDTO
|
|
12651
12651
|
: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.
|
|
12652
12652
|
:type target_tenant_id: str
|
|
12653
12653
|
:param project_id: Optionally, specify a project in which to make the request.
|
|
@@ -12675,7 +12675,7 @@ class DataModelApi:
|
|
|
12675
12675
|
""" # noqa: E501
|
|
12676
12676
|
|
|
12677
12677
|
_param = self._update_properties_serialize(
|
|
12678
|
-
|
|
12678
|
+
properties_change_definitions_dto=properties_change_definitions_dto,
|
|
12679
12679
|
target_tenant_id=target_tenant_id,
|
|
12680
12680
|
project_id=project_id,
|
|
12681
12681
|
_request_auth=_request_auth,
|
|
@@ -12685,7 +12685,7 @@ class DataModelApi:
|
|
|
12685
12685
|
)
|
|
12686
12686
|
|
|
12687
12687
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
12688
|
-
'200': "
|
|
12688
|
+
'200': "ObjectsBulkChangeResponseDTO",
|
|
12689
12689
|
}
|
|
12690
12690
|
response_data = self.api_client.call_api(
|
|
12691
12691
|
*_param,
|
|
@@ -12701,7 +12701,7 @@ class DataModelApi:
|
|
|
12701
12701
|
@validate_call
|
|
12702
12702
|
def update_properties_without_preload_content(
|
|
12703
12703
|
self,
|
|
12704
|
-
|
|
12704
|
+
properties_change_definitions_dto: PropertiesChangeDefinitionsDTO,
|
|
12705
12705
|
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,
|
|
12706
12706
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
12707
12707
|
_request_timeout: Union[
|
|
@@ -12721,8 +12721,8 @@ class DataModelApi:
|
|
|
12721
12721
|
|
|
12722
12722
|
Change the display name, short display name, and description of one or more properties. In each API request, update up to 10 properties per tenant with a maximum of 500 tenants.
|
|
12723
12723
|
|
|
12724
|
-
:param
|
|
12725
|
-
:type
|
|
12724
|
+
:param properties_change_definitions_dto: (required)
|
|
12725
|
+
:type properties_change_definitions_dto: PropertiesChangeDefinitionsDTO
|
|
12726
12726
|
: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.
|
|
12727
12727
|
:type target_tenant_id: str
|
|
12728
12728
|
:param project_id: Optionally, specify a project in which to make the request.
|
|
@@ -12750,7 +12750,7 @@ class DataModelApi:
|
|
|
12750
12750
|
""" # noqa: E501
|
|
12751
12751
|
|
|
12752
12752
|
_param = self._update_properties_serialize(
|
|
12753
|
-
|
|
12753
|
+
properties_change_definitions_dto=properties_change_definitions_dto,
|
|
12754
12754
|
target_tenant_id=target_tenant_id,
|
|
12755
12755
|
project_id=project_id,
|
|
12756
12756
|
_request_auth=_request_auth,
|
|
@@ -12760,7 +12760,7 @@ class DataModelApi:
|
|
|
12760
12760
|
)
|
|
12761
12761
|
|
|
12762
12762
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
12763
|
-
'200': "
|
|
12763
|
+
'200': "ObjectsBulkChangeResponseDTO",
|
|
12764
12764
|
}
|
|
12765
12765
|
response_data = self.api_client.call_api(
|
|
12766
12766
|
*_param,
|
|
@@ -12771,7 +12771,7 @@ class DataModelApi:
|
|
|
12771
12771
|
|
|
12772
12772
|
def _update_properties_serialize(
|
|
12773
12773
|
self,
|
|
12774
|
-
|
|
12774
|
+
properties_change_definitions_dto,
|
|
12775
12775
|
target_tenant_id,
|
|
12776
12776
|
project_id,
|
|
12777
12777
|
_request_auth,
|
|
@@ -12803,8 +12803,8 @@ class DataModelApi:
|
|
|
12803
12803
|
_header_params['ProjectID'] = project_id
|
|
12804
12804
|
# process the form parameters
|
|
12805
12805
|
# process the body parameter
|
|
12806
|
-
if
|
|
12807
|
-
_body_params =
|
|
12806
|
+
if properties_change_definitions_dto is not None:
|
|
12807
|
+
_body_params = properties_change_definitions_dto
|
|
12808
12808
|
|
|
12809
12809
|
|
|
12810
12810
|
# set the HTTP header `Accept`
|
|
@@ -12859,7 +12859,7 @@ class DataModelApi:
|
|
|
12859
12859
|
@validate_call
|
|
12860
12860
|
def update_vee_sample_questions(
|
|
12861
12861
|
self,
|
|
12862
|
-
|
|
12862
|
+
vee_questions_change_definitions_dto: VeeQuestionsChangeDefinitionsDTO,
|
|
12863
12863
|
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,
|
|
12864
12864
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
12865
12865
|
_request_timeout: Union[
|
|
@@ -12874,13 +12874,13 @@ class DataModelApi:
|
|
|
12874
12874
|
_content_type: Optional[StrictStr] = None,
|
|
12875
12875
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
12876
12876
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
12877
|
-
) ->
|
|
12877
|
+
) -> VeeQuestionsBulkChangeResponseDTO:
|
|
12878
12878
|
"""Patch Vee sample questions
|
|
12879
12879
|
|
|
12880
12880
|
Make partial changes to Vee sample questions. Administrating tenants can specify the tenant in which to patch questions using the `TargetTenantID` header. Unlike a `PUT` call, which completely replaces the sample question definition, use `PATCH` to change specific fields in the question without affecting omitted fields. <br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued. If you are interested in using this API, please contact your Customer Success Manager (CSM).</em>
|
|
12881
12881
|
|
|
12882
|
-
:param
|
|
12883
|
-
:type
|
|
12882
|
+
:param vee_questions_change_definitions_dto: (required)
|
|
12883
|
+
:type vee_questions_change_definitions_dto: VeeQuestionsChangeDefinitionsDTO
|
|
12884
12884
|
: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.
|
|
12885
12885
|
:type target_tenant_id: str
|
|
12886
12886
|
:param project_id: Optionally, specify a project in which to make the request.
|
|
@@ -12908,7 +12908,7 @@ class DataModelApi:
|
|
|
12908
12908
|
""" # noqa: E501
|
|
12909
12909
|
|
|
12910
12910
|
_param = self._update_vee_sample_questions_serialize(
|
|
12911
|
-
|
|
12911
|
+
vee_questions_change_definitions_dto=vee_questions_change_definitions_dto,
|
|
12912
12912
|
target_tenant_id=target_tenant_id,
|
|
12913
12913
|
project_id=project_id,
|
|
12914
12914
|
_request_auth=_request_auth,
|
|
@@ -12918,7 +12918,7 @@ class DataModelApi:
|
|
|
12918
12918
|
)
|
|
12919
12919
|
|
|
12920
12920
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
12921
|
-
'200': "
|
|
12921
|
+
'200': "VeeQuestionsBulkChangeResponseDTO",
|
|
12922
12922
|
}
|
|
12923
12923
|
response_data = self.api_client.call_api(
|
|
12924
12924
|
*_param,
|
|
@@ -12934,7 +12934,7 @@ class DataModelApi:
|
|
|
12934
12934
|
@validate_call
|
|
12935
12935
|
def update_vee_sample_questions_with_http_info(
|
|
12936
12936
|
self,
|
|
12937
|
-
|
|
12937
|
+
vee_questions_change_definitions_dto: VeeQuestionsChangeDefinitionsDTO,
|
|
12938
12938
|
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,
|
|
12939
12939
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
12940
12940
|
_request_timeout: Union[
|
|
@@ -12949,13 +12949,13 @@ class DataModelApi:
|
|
|
12949
12949
|
_content_type: Optional[StrictStr] = None,
|
|
12950
12950
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
12951
12951
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
12952
|
-
) -> ApiResponse[
|
|
12952
|
+
) -> ApiResponse[VeeQuestionsBulkChangeResponseDTO]:
|
|
12953
12953
|
"""Patch Vee sample questions
|
|
12954
12954
|
|
|
12955
12955
|
Make partial changes to Vee sample questions. Administrating tenants can specify the tenant in which to patch questions using the `TargetTenantID` header. Unlike a `PUT` call, which completely replaces the sample question definition, use `PATCH` to change specific fields in the question without affecting omitted fields. <br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued. If you are interested in using this API, please contact your Customer Success Manager (CSM).</em>
|
|
12956
12956
|
|
|
12957
|
-
:param
|
|
12958
|
-
:type
|
|
12957
|
+
:param vee_questions_change_definitions_dto: (required)
|
|
12958
|
+
:type vee_questions_change_definitions_dto: VeeQuestionsChangeDefinitionsDTO
|
|
12959
12959
|
: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.
|
|
12960
12960
|
:type target_tenant_id: str
|
|
12961
12961
|
:param project_id: Optionally, specify a project in which to make the request.
|
|
@@ -12983,7 +12983,7 @@ class DataModelApi:
|
|
|
12983
12983
|
""" # noqa: E501
|
|
12984
12984
|
|
|
12985
12985
|
_param = self._update_vee_sample_questions_serialize(
|
|
12986
|
-
|
|
12986
|
+
vee_questions_change_definitions_dto=vee_questions_change_definitions_dto,
|
|
12987
12987
|
target_tenant_id=target_tenant_id,
|
|
12988
12988
|
project_id=project_id,
|
|
12989
12989
|
_request_auth=_request_auth,
|
|
@@ -12993,7 +12993,7 @@ class DataModelApi:
|
|
|
12993
12993
|
)
|
|
12994
12994
|
|
|
12995
12995
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
12996
|
-
'200': "
|
|
12996
|
+
'200': "VeeQuestionsBulkChangeResponseDTO",
|
|
12997
12997
|
}
|
|
12998
12998
|
response_data = self.api_client.call_api(
|
|
12999
12999
|
*_param,
|
|
@@ -13009,7 +13009,7 @@ class DataModelApi:
|
|
|
13009
13009
|
@validate_call
|
|
13010
13010
|
def update_vee_sample_questions_without_preload_content(
|
|
13011
13011
|
self,
|
|
13012
|
-
|
|
13012
|
+
vee_questions_change_definitions_dto: VeeQuestionsChangeDefinitionsDTO,
|
|
13013
13013
|
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,
|
|
13014
13014
|
project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
|
|
13015
13015
|
_request_timeout: Union[
|
|
@@ -13029,8 +13029,8 @@ class DataModelApi:
|
|
|
13029
13029
|
|
|
13030
13030
|
Make partial changes to Vee sample questions. Administrating tenants can specify the tenant in which to patch questions using the `TargetTenantID` header. Unlike a `PUT` call, which completely replaces the sample question definition, use `PATCH` to change specific fields in the question without affecting omitted fields. <br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued. If you are interested in using this API, please contact your Customer Success Manager (CSM).</em>
|
|
13031
13031
|
|
|
13032
|
-
:param
|
|
13033
|
-
:type
|
|
13032
|
+
:param vee_questions_change_definitions_dto: (required)
|
|
13033
|
+
:type vee_questions_change_definitions_dto: VeeQuestionsChangeDefinitionsDTO
|
|
13034
13034
|
: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.
|
|
13035
13035
|
:type target_tenant_id: str
|
|
13036
13036
|
:param project_id: Optionally, specify a project in which to make the request.
|
|
@@ -13058,7 +13058,7 @@ class DataModelApi:
|
|
|
13058
13058
|
""" # noqa: E501
|
|
13059
13059
|
|
|
13060
13060
|
_param = self._update_vee_sample_questions_serialize(
|
|
13061
|
-
|
|
13061
|
+
vee_questions_change_definitions_dto=vee_questions_change_definitions_dto,
|
|
13062
13062
|
target_tenant_id=target_tenant_id,
|
|
13063
13063
|
project_id=project_id,
|
|
13064
13064
|
_request_auth=_request_auth,
|
|
@@ -13068,7 +13068,7 @@ class DataModelApi:
|
|
|
13068
13068
|
)
|
|
13069
13069
|
|
|
13070
13070
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
13071
|
-
'200': "
|
|
13071
|
+
'200': "VeeQuestionsBulkChangeResponseDTO",
|
|
13072
13072
|
}
|
|
13073
13073
|
response_data = self.api_client.call_api(
|
|
13074
13074
|
*_param,
|
|
@@ -13079,7 +13079,7 @@ class DataModelApi:
|
|
|
13079
13079
|
|
|
13080
13080
|
def _update_vee_sample_questions_serialize(
|
|
13081
13081
|
self,
|
|
13082
|
-
|
|
13082
|
+
vee_questions_change_definitions_dto,
|
|
13083
13083
|
target_tenant_id,
|
|
13084
13084
|
project_id,
|
|
13085
13085
|
_request_auth,
|
|
@@ -13111,8 +13111,8 @@ class DataModelApi:
|
|
|
13111
13111
|
_header_params['ProjectID'] = project_id
|
|
13112
13112
|
# process the form parameters
|
|
13113
13113
|
# process the body parameter
|
|
13114
|
-
if
|
|
13115
|
-
_body_params =
|
|
13114
|
+
if vee_questions_change_definitions_dto is not None:
|
|
13115
|
+
_body_params = vee_questions_change_definitions_dto
|
|
13116
13116
|
|
|
13117
13117
|
|
|
13118
13118
|
# set the HTTP header `Accept`
|