visier-platform-sdk 22222222.99201.1926.post2__py3-none-any.whl → 22222222.99201.1949__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.

Files changed (683) hide show
  1. visier_platform_sdk/__init__.py +4 -2
  2. visier_platform_sdk/api/basic_authentication_api.py +1 -1
  3. visier_platform_sdk/api/benchmarks_api.py +1 -1
  4. visier_platform_sdk/api/concepts_v2_api.py +19 -19
  5. visier_platform_sdk/api/consolidated_analytics_api.py +1 -1
  6. visier_platform_sdk/api/data_and_job_handling_api.py +1 -1
  7. visier_platform_sdk/api/data_intake_api.py +1 -1
  8. visier_platform_sdk/api/data_model_api.py +7 -7
  9. visier_platform_sdk/api/data_query_api.py +1 -1
  10. visier_platform_sdk/api/data_upload_api.py +1 -1
  11. visier_platform_sdk/api/data_version_export_api.py +1 -1
  12. visier_platform_sdk/api/dimensions_api.py +16 -16
  13. visier_platform_sdk/api/dimensions_v2_api.py +19 -19
  14. visier_platform_sdk/api/direct_data_intake_api.py +1 -1
  15. visier_platform_sdk/api/email_domains_api.py +1 -1
  16. visier_platform_sdk/api/encryption_keys_api.py +1 -1
  17. visier_platform_sdk/api/jobs_library_api.py +1 -1
  18. visier_platform_sdk/api/network_subnets_api.py +1 -1
  19. visier_platform_sdk/api/o_auth2_api.py +16 -1
  20. visier_platform_sdk/api/object_configuration_api.py +1 -1
  21. visier_platform_sdk/api/permissions_api.py +1 -1
  22. visier_platform_sdk/api/pgp_key_api.py +1 -1
  23. visier_platform_sdk/api/planning_data_load_api.py +1 -1
  24. visier_platform_sdk/api/production_versions_api.py +1 -1
  25. visier_platform_sdk/api/profiles_api.py +1 -1
  26. visier_platform_sdk/api/projects_api.py +1 -1
  27. visier_platform_sdk/api/release_version_configuration_api.py +1 -1
  28. visier_platform_sdk/api/reporting_api.py +1 -1
  29. visier_platform_sdk/api/search_api.py +1 -1
  30. visier_platform_sdk/api/skills_library_api.py +1 -1
  31. visier_platform_sdk/api/source_files_download_api.py +1 -1
  32. visier_platform_sdk/api/sources_api.py +1 -1
  33. visier_platform_sdk/api/system_status_api.py +1 -1
  34. visier_platform_sdk/api/tenants_v1_api.py +1 -1
  35. visier_platform_sdk/api/tenants_v2_api.py +1 -1
  36. visier_platform_sdk/api/user_groups_v2_api.py +1 -1
  37. visier_platform_sdk/api/users_v1_api.py +1 -1
  38. visier_platform_sdk/api/users_v2_api.py +1 -1
  39. visier_platform_sdk/api/vee_api.py +1 -1
  40. visier_platform_sdk/api/webhooks_api.py +1 -1
  41. visier_platform_sdk/api_client.py +2 -2
  42. visier_platform_sdk/configuration.py +3 -3
  43. visier_platform_sdk/exceptions.py +1 -1
  44. visier_platform_sdk/models/__init__.py +2 -1
  45. visier_platform_sdk/models/accessible_tenant_profile_assignment_request_dto.py +1 -1
  46. visier_platform_sdk/models/accessible_tenant_profile_assignment_response_dto.py +1 -1
  47. visier_platform_sdk/models/accessible_tenant_profile_revoke_request_dto.py +1 -1
  48. visier_platform_sdk/models/accessible_tenant_profile_revoke_response_dto.py +1 -1
  49. visier_platform_sdk/models/additional_capabilities_dto.py +1 -1
  50. visier_platform_sdk/models/admin_capability_config_dto.py +1 -1
  51. visier_platform_sdk/models/adp_auth_params_dto.py +1 -1
  52. visier_platform_sdk/models/aggregation_query_dto.py +1 -1
  53. visier_platform_sdk/models/aggregation_query_execution_dto.py +1 -1
  54. visier_platform_sdk/models/aggregation_query_source_dto.py +1 -1
  55. visier_platform_sdk/models/aggregation_query_source_metric_dto.py +1 -1
  56. visier_platform_sdk/models/aggregation_query_source_metrics_dto.py +1 -1
  57. visier_platform_sdk/models/aggregation_type_option_dto.py +1 -1
  58. visier_platform_sdk/models/aggregation_type_parameter_dto.py +1 -1
  59. visier_platform_sdk/models/aggregation_type_parameter_value_dto.py +1 -1
  60. visier_platform_sdk/models/all_permissions_assigned_for_local_tenant_dto.py +1 -1
  61. visier_platform_sdk/models/all_profile_assigned_for_accessible_tenant_dto.py +1 -1
  62. visier_platform_sdk/models/all_profile_assigned_for_local_tenant_dto.py +1 -1
  63. visier_platform_sdk/models/all_tenants_status_apidto.py +1 -1
  64. visier_platform_sdk/models/all_user_groups_assigned_for_local_tenant_dto.py +1 -1
  65. visier_platform_sdk/models/all_users_get_api_response_dto.py +1 -1
  66. visier_platform_sdk/models/analytic_object_definition_dto.py +1 -1
  67. visier_platform_sdk/models/analytic_object_dto.py +1 -1
  68. visier_platform_sdk/models/analytic_object_filter_dto.py +1 -1
  69. visier_platform_sdk/models/analytic_object_reference_dto.py +1 -1
  70. visier_platform_sdk/models/analytic_object_reference_list_dto.py +1 -1
  71. visier_platform_sdk/models/analytic_object_request_dto.py +1 -1
  72. visier_platform_sdk/models/analytic_object_with_context_dto.py +1 -1
  73. visier_platform_sdk/models/analytic_objects_dto.py +1 -1
  74. visier_platform_sdk/models/any.py +1 -1
  75. visier_platform_sdk/models/api_error.py +1 -1
  76. visier_platform_sdk/models/assign_connector_credential_request.py +1 -1
  77. visier_platform_sdk/models/assign_connector_credentials_by_tenant_response_dto.py +1 -1
  78. visier_platform_sdk/models/assign_connector_credentials_response_dto.py +1 -1
  79. visier_platform_sdk/models/assign_connector_with_credentials_response_dto.py +1 -1
  80. visier_platform_sdk/models/assign_revoke_permission_by_permission_dto.py +1 -1
  81. visier_platform_sdk/models/assign_revoke_permission_by_tenant_dto.py +1 -1
  82. visier_platform_sdk/models/assign_revoke_permission_by_user_dto.py +1 -1
  83. visier_platform_sdk/models/assign_revoke_permission_request_dto.py +1 -1
  84. visier_platform_sdk/models/assign_revoke_permissions_request_dto.py +1 -1
  85. visier_platform_sdk/models/assign_revoke_permissions_response_dto.py +1 -1
  86. visier_platform_sdk/models/assigned_credential_info_response_dto.py +1 -1
  87. visier_platform_sdk/models/bamboo_auth_params_dto.py +1 -1
  88. visier_platform_sdk/models/basic_information_dto.py +1 -1
  89. visier_platform_sdk/models/basic_s3_auth_params_dto.py +1 -1
  90. visier_platform_sdk/models/batch_tenant_provision_apidto.py +1 -1
  91. visier_platform_sdk/models/benchmark_info.py +1 -1
  92. visier_platform_sdk/models/benchmark_value.py +1 -1
  93. visier_platform_sdk/models/big_query_auth_params_dto.py +1 -1
  94. visier_platform_sdk/models/big_query_service_account_params_dto.py +1 -1
  95. visier_platform_sdk/models/bulk_change_response_dto.py +1 -1
  96. visier_platform_sdk/models/bulk_data_access_set_response_dto.py +1 -1
  97. visier_platform_sdk/models/business_location_dto.py +1 -1
  98. visier_platform_sdk/models/calculated_property_type_dto.py +1 -1
  99. visier_platform_sdk/models/calculation_concept_configuration_dto.py +1 -1
  100. visier_platform_sdk/models/calculation_concept_configuration_map_dto.py +1 -1
  101. visier_platform_sdk/models/calculation_concept_dto.py +1 -1
  102. visier_platform_sdk/models/calculation_concept_list_dto.py +1 -1
  103. visier_platform_sdk/models/cancel_job_batch_from_job_id_dto.py +1 -1
  104. visier_platform_sdk/models/capabilities_dto.py +1 -1
  105. visier_platform_sdk/models/capability_dto.py +1 -1
  106. visier_platform_sdk/models/capability_group_dto.py +1 -1
  107. visier_platform_sdk/models/cell_distribution_bin_dto.py +1 -1
  108. visier_platform_sdk/models/cell_distribution_options_dto.py +1 -1
  109. visier_platform_sdk/models/cell_dto.py +1 -1
  110. visier_platform_sdk/models/cell_set_axis_dto.py +1 -1
  111. visier_platform_sdk/models/cell_set_axis_position_dto.py +1 -1
  112. visier_platform_sdk/models/cell_set_dto.py +1 -1
  113. visier_platform_sdk/models/cell_set_or_error_dto.py +1 -1
  114. visier_platform_sdk/models/clone_files_into_source_parameters_dto.py +1 -1
  115. visier_platform_sdk/models/cohort_filter_dto.py +1 -1
  116. visier_platform_sdk/models/commit_and_publish_operation_response_dto.py +1 -1
  117. visier_platform_sdk/models/commit_dto.py +1 -1
  118. visier_platform_sdk/models/concept_configuration_result_dto.py +1 -1
  119. visier_platform_sdk/models/concept_definition_dto.py +9 -3
  120. visier_platform_sdk/models/concept_delete_request_dto.py +1 -1
  121. visier_platform_sdk/models/concept_delete_with_context_dto.py +1 -1
  122. visier_platform_sdk/models/concept_request_dto.py +1 -1
  123. visier_platform_sdk/models/concept_response_dto.py +1 -1
  124. visier_platform_sdk/models/concept_type_details_dto.py +1 -1
  125. visier_platform_sdk/models/concept_with_context_dto.py +1 -1
  126. visier_platform_sdk/models/connector.py +1 -1
  127. visier_platform_sdk/models/connector_info_response_dto.py +1 -1
  128. visier_platform_sdk/models/connector_setting_request_dto.py +1 -1
  129. visier_platform_sdk/models/connector_setting_response_dto.py +1 -1
  130. visier_platform_sdk/models/connector_settings_response_dto.py +1 -1
  131. visier_platform_sdk/models/consolidated_analytics_api_excluded_source_list_dto.py +1 -1
  132. visier_platform_sdk/models/consolidated_analytics_api_source_tenant_list_dto.py +1 -1
  133. visier_platform_sdk/models/consolidated_analytics_api_tenant_create_request_dto.py +1 -1
  134. visier_platform_sdk/models/consolidated_analytics_api_tenant_list_response_dto.py +1 -1
  135. visier_platform_sdk/models/consolidated_analytics_api_tenant_with_details.py +1 -1
  136. visier_platform_sdk/models/consolidated_analytics_api_tenant_with_details_list_response_dto.py +1 -1
  137. visier_platform_sdk/models/consolidated_analytics_job_request_dto.py +1 -1
  138. visier_platform_sdk/models/content_package_dto.py +1 -1
  139. visier_platform_sdk/models/copy_s3_auth_params_dto.py +1 -1
  140. visier_platform_sdk/models/create_data_access_set_request_dto.py +1 -1
  141. visier_platform_sdk/models/credential_creation_api_response_dto.py +1 -1
  142. visier_platform_sdk/models/currencies_dto.py +1 -1
  143. visier_platform_sdk/models/currency_dto.py +1 -1
  144. visier_platform_sdk/models/currency_rate_dto.py +1 -1
  145. visier_platform_sdk/models/currency_rates_dto.py +1 -1
  146. visier_platform_sdk/models/custom_property_dto.py +1 -1
  147. visier_platform_sdk/models/custom_tenant_property_dto.py +1 -1
  148. visier_platform_sdk/models/data_access_set_dto.py +1 -1
  149. visier_platform_sdk/models/data_access_set_error_dto.py +1 -1
  150. visier_platform_sdk/models/data_access_set_failure_dto.py +1 -1
  151. visier_platform_sdk/models/data_access_set_success_dto.py +1 -1
  152. visier_platform_sdk/models/data_categories_response_dto.py +1 -1
  153. visier_platform_sdk/models/data_category_response_dto.py +1 -1
  154. visier_platform_sdk/models/data_load_request.py +1 -1
  155. visier_platform_sdk/models/data_load_request_model.py +1 -1
  156. visier_platform_sdk/models/data_load_response.py +1 -1
  157. visier_platform_sdk/models/data_model_analytic_object_dto.py +1 -1
  158. visier_platform_sdk/models/data_provider_auth_information_dto.py +1 -1
  159. visier_platform_sdk/models/data_provider_auth_params_dto.py +1 -1
  160. visier_platform_sdk/models/data_provider_basic_information_dto.py +1 -1
  161. visier_platform_sdk/models/data_provider_basic_metadata_dto.py +1 -1
  162. visier_platform_sdk/models/data_security_profile_dto.py +1 -1
  163. visier_platform_sdk/models/data_transfer_result_detail.py +1 -1
  164. visier_platform_sdk/models/data_version_and_date_dto.py +1 -1
  165. visier_platform_sdk/models/data_version_export_column_dto.py +1 -1
  166. visier_platform_sdk/models/data_version_export_data_version_summary_dto.py +1 -1
  167. visier_platform_sdk/models/data_version_export_data_versions_dto.py +1 -1
  168. visier_platform_sdk/models/data_version_export_dto.py +1 -1
  169. visier_platform_sdk/models/data_version_export_file_dto.py +1 -1
  170. visier_platform_sdk/models/data_version_export_job_status_dto.py +1 -1
  171. visier_platform_sdk/models/data_version_export_part_file_dto.py +1 -1
  172. visier_platform_sdk/models/data_version_export_schedule_job_request_dto.py +1 -1
  173. visier_platform_sdk/models/data_version_export_schedule_job_response_dto.py +1 -1
  174. visier_platform_sdk/models/data_version_export_table_dto.py +1 -1
  175. visier_platform_sdk/models/data_version_exports_dto.py +1 -1
  176. visier_platform_sdk/models/data_version_object.py +1 -1
  177. visier_platform_sdk/models/databricks_auth_params_dto.py +1 -1
  178. visier_platform_sdk/models/date_range_dto.py +1 -1
  179. visier_platform_sdk/models/dayforce_v2_auth_params_dto.py +1 -1
  180. visier_platform_sdk/models/delete_permissions_request_dto.py +1 -1
  181. visier_platform_sdk/models/delete_user_group_v2_request.py +1 -1
  182. visier_platform_sdk/models/dependent_dto.py +1 -1
  183. visier_platform_sdk/models/description_entry.py +1 -1
  184. visier_platform_sdk/models/designer_dimension_filter_dto.py +1 -1
  185. visier_platform_sdk/models/designer_selection_concept_dto.py +1 -1
  186. visier_platform_sdk/models/dimension_change_definition_dto.py +1 -1
  187. visier_platform_sdk/models/dimension_change_definitions_by_tenant_dto.py +1 -1
  188. visier_platform_sdk/models/dimension_delete_request_dto.py +1 -1
  189. visier_platform_sdk/models/dimension_delete_with_context_dto.py +1 -1
  190. visier_platform_sdk/models/dimension_details_dto.py +1 -1
  191. visier_platform_sdk/models/dimension_dto.py +1 -1
  192. visier_platform_sdk/models/dimension_filter_dto.py +1 -1
  193. visier_platform_sdk/models/dimension_mapping_validation_dto.py +1 -1
  194. visier_platform_sdk/models/dimension_mapping_validation_execution_dto.py +1 -1
  195. visier_platform_sdk/models/dimension_member.py +1 -1
  196. visier_platform_sdk/models/dimension_member_dto.py +1 -1
  197. visier_platform_sdk/models/dimension_member_reference_dto.py +1 -1
  198. visier_platform_sdk/models/dimension_reference_dto.py +1 -1
  199. visier_platform_sdk/models/dimension_request_dto.py +1 -1
  200. visier_platform_sdk/models/dimension_response_dto.py +1 -1
  201. visier_platform_sdk/models/dimension_with_context_dto.py +1 -1
  202. visier_platform_sdk/models/dimensions_auth_params_dto.py +1 -1
  203. visier_platform_sdk/models/dimensions_change_definitions_dto.py +1 -1
  204. visier_platform_sdk/models/dimensions_dto.py +1 -1
  205. visier_platform_sdk/models/direct_data_job_config_dto.py +1 -1
  206. visier_platform_sdk/models/direct_data_job_status_response_dto.py +1 -1
  207. visier_platform_sdk/models/direct_data_list_transactions_response_dto.py +1 -1
  208. visier_platform_sdk/models/direct_data_load_config_dto.py +1 -1
  209. visier_platform_sdk/models/direct_data_schema_dto.py +1 -1
  210. visier_platform_sdk/models/direct_data_schema_field_dto.py +1 -1
  211. visier_platform_sdk/models/direct_data_transaction_dto.py +1 -1
  212. visier_platform_sdk/models/direct_data_transaction_start_response_dto.py +1 -1
  213. visier_platform_sdk/models/direct_data_upload_file_response_dto.py +1 -1
  214. visier_platform_sdk/models/disable_dv_model.py +1 -1
  215. visier_platform_sdk/models/disable_dv_request.py +1 -1
  216. visier_platform_sdk/models/disable_dv_response.py +1 -1
  217. visier_platform_sdk/models/dispatching_job_status_response.py +1 -1
  218. visier_platform_sdk/models/document_search_link_dto.py +1 -1
  219. visier_platform_sdk/models/download_source_files_dto.py +1 -1
  220. visier_platform_sdk/models/download_source_files_response_dto.py +1 -1
  221. visier_platform_sdk/models/dv_export_status.py +1 -1
  222. visier_platform_sdk/models/dynamic_dimension_filter_dto.py +1 -1
  223. visier_platform_sdk/models/dynamic_property_mapping_dto.py +1 -1
  224. visier_platform_sdk/models/element_ids_dto.py +1 -1
  225. visier_platform_sdk/models/email_domains_dto.py +1 -1
  226. visier_platform_sdk/models/error_dto.py +1 -1
  227. visier_platform_sdk/models/exclude_data_uploads_request.py +1 -1
  228. visier_platform_sdk/models/excluded_sources_body.py +1 -1
  229. visier_platform_sdk/models/execution_context_dto.py +1 -1
  230. visier_platform_sdk/models/export_production_versions_api_operation_parameters_dto.py +1 -1
  231. visier_platform_sdk/models/extract_data_and_load_dto.py +1 -1
  232. visier_platform_sdk/models/extracted_skill.py +1 -1
  233. visier_platform_sdk/models/extraction_job.py +1 -1
  234. visier_platform_sdk/models/extraction_job_and_status_response.py +1 -1
  235. visier_platform_sdk/models/extractor_credential_apidto.py +1 -1
  236. visier_platform_sdk/models/extractor_credentials_apidto.py +1 -1
  237. visier_platform_sdk/models/extractor_setting_apidto.py +1 -1
  238. visier_platform_sdk/models/extractor_setting_key_value_apidto.py +1 -1
  239. visier_platform_sdk/models/extractor_settings_apidto.py +1 -1
  240. visier_platform_sdk/models/failed_accessible_tenant_profile_assignment_dto.py +1 -1
  241. visier_platform_sdk/models/failed_change_dto.py +1 -1
  242. visier_platform_sdk/models/failed_local_tenant_profile_assignment_dto.py +1 -1
  243. visier_platform_sdk/models/failed_local_tenant_profile_revoke_dto.py +1 -1
  244. visier_platform_sdk/models/fusion_auth_params_dto.py +1 -1
  245. visier_platform_sdk/models/generate_impersonation_token_request.py +1 -1
  246. visier_platform_sdk/models/generate_key_request_dto.py +1 -1
  247. visier_platform_sdk/models/get_capabilities_api_response_dto.py +1 -1
  248. visier_platform_sdk/models/get_content_packages_api_response_dto.py +1 -1
  249. visier_platform_sdk/models/get_data_access_sets_api_response_dto.py +1 -1
  250. visier_platform_sdk/models/get_data_security_objects_api_response_dto.py +1 -1
  251. visier_platform_sdk/models/get_permissions_api_response_dto.py +1 -1
  252. visier_platform_sdk/models/get_plan_list_response_dto.py +1 -1
  253. visier_platform_sdk/models/get_production_versions_api_response_dto.py +1 -1
  254. visier_platform_sdk/models/get_projects_api_response_dto.py +1 -1
  255. visier_platform_sdk/models/gong_auth_params_dto.py +1 -1
  256. visier_platform_sdk/models/google_sheets_auth_params_dto.py +1 -1
  257. visier_platform_sdk/models/google_workspace_auth_params_dto.py +1 -1
  258. visier_platform_sdk/models/greenhouse_auth_params_dto.py +1 -1
  259. visier_platform_sdk/models/hierarchy.py +1 -1
  260. visier_platform_sdk/models/hierarchy_property_dto.py +1 -1
  261. visier_platform_sdk/models/home_analysis_by_user_group_dto.py +1 -1
  262. visier_platform_sdk/models/icims_auth_params_dto.py +1 -1
  263. visier_platform_sdk/models/import_definition_apidto.py +1 -1
  264. visier_platform_sdk/models/import_definitions_apidto.py +1 -1
  265. visier_platform_sdk/models/include_data_uploads_request.py +1 -1
  266. visier_platform_sdk/models/inherited_access_config_dto.py +1 -1
  267. visier_platform_sdk/models/inherited_reference_member_filter_config_dto.py +1 -1
  268. visier_platform_sdk/models/internal_query_execution_options_dto.py +1 -1
  269. visier_platform_sdk/models/internal_s3_auth_params_dto.py +1 -1
  270. visier_platform_sdk/models/jdbc_auth_params_dto.py +1 -1
  271. visier_platform_sdk/models/jira_auth_params_dto.py +1 -1
  272. visier_platform_sdk/models/jira_connect_params_dto.py +1 -1
  273. visier_platform_sdk/models/job.py +1 -1
  274. visier_platform_sdk/models/job_cancellation_result_dto.py +1 -1
  275. visier_platform_sdk/models/job_cancellation_results_dto.py +1 -1
  276. visier_platform_sdk/models/job_entry.py +1 -1
  277. visier_platform_sdk/models/job_feedback_input.py +2 -2
  278. visier_platform_sdk/models/job_id_response.py +1 -1
  279. visier_platform_sdk/models/job_search_failure_output.py +1 -1
  280. visier_platform_sdk/models/job_search_input.py +1 -1
  281. visier_platform_sdk/models/job_search_output.py +1 -1
  282. visier_platform_sdk/models/job_standardization_input.py +2 -2
  283. visier_platform_sdk/models/job_standardization_input_skills.py +1 -1
  284. visier_platform_sdk/models/job_status_list_response.py +1 -1
  285. visier_platform_sdk/models/job_status_with_start_time.py +1 -1
  286. visier_platform_sdk/models/key_group_filter_dto.py +1 -1
  287. visier_platform_sdk/models/key_group_filter_item_dto.py +1 -1
  288. visier_platform_sdk/models/key_name.py +1 -1
  289. visier_platform_sdk/models/key_pair_delete_response_dto.py +1 -1
  290. visier_platform_sdk/models/key_pair_generate_request_dto.py +1 -1
  291. visier_platform_sdk/models/last_login_dto.py +1 -1
  292. visier_platform_sdk/models/level_dto.py +1 -1
  293. visier_platform_sdk/models/level_list_dto.py +1 -1
  294. visier_platform_sdk/models/leveled_details_dto.py +1 -1
  295. visier_platform_sdk/models/lever_auth_params_dto.py +1 -1
  296. visier_platform_sdk/models/lineage_dto.py +1 -1
  297. visier_platform_sdk/models/list_query_execution_dto.py +1 -1
  298. visier_platform_sdk/models/list_query_execution_options_dto.py +1 -1
  299. visier_platform_sdk/models/list_query_source_dto.py +1 -1
  300. visier_platform_sdk/models/list_response.py +1 -1
  301. visier_platform_sdk/models/local_tenant_profile_assignment_request_dto.py +1 -1
  302. visier_platform_sdk/models/local_tenant_profile_assignment_response_dto.py +1 -1
  303. visier_platform_sdk/models/local_tenant_profile_revoke_request_dto.py +1 -1
  304. visier_platform_sdk/models/local_tenant_profile_revoke_response_dto.py +1 -1
  305. visier_platform_sdk/models/location_search_failure_output.py +1 -1
  306. visier_platform_sdk/models/location_search_input.py +1 -1
  307. visier_platform_sdk/models/location_search_input1.py +1 -1
  308. visier_platform_sdk/models/location_search_output.py +1 -1
  309. visier_platform_sdk/models/location_search_successful_output.py +1 -1
  310. visier_platform_sdk/models/mask_message.py +1 -1
  311. visier_platform_sdk/models/medallia_auth_params_dto.py +1 -1
  312. visier_platform_sdk/models/member_dto.py +1 -1
  313. visier_platform_sdk/models/member_filter_config_dto.py +1 -1
  314. visier_platform_sdk/models/member_filter_dto.py +1 -1
  315. visier_platform_sdk/models/member_parameter_definition_dto.py +1 -1
  316. visier_platform_sdk/models/member_parameter_value_dto.py +1 -1
  317. visier_platform_sdk/models/member_selection_dto.py +1 -1
  318. visier_platform_sdk/models/member_values_dto.py +1 -1
  319. visier_platform_sdk/models/members_dto.py +1 -1
  320. visier_platform_sdk/models/metric_definition_dto.py +1 -1
  321. visier_platform_sdk/models/metric_dto.py +1 -1
  322. visier_platform_sdk/models/metric_type_details_dto.py +1 -1
  323. visier_platform_sdk/models/metric_validation_summary_dto.py +1 -1
  324. visier_platform_sdk/models/metrics_dto.py +1 -1
  325. visier_platform_sdk/models/microsoft365_auth_params_dto.py +1 -1
  326. visier_platform_sdk/models/module_settings_dto.py +1 -1
  327. visier_platform_sdk/models/multiple_tenant_data_versions_details_dto.py +1 -1
  328. visier_platform_sdk/models/multiple_tenant_data_versions_list_dto.py +1 -1
  329. visier_platform_sdk/models/my_sql_auth_params_dto.py +1 -1
  330. visier_platform_sdk/models/namely_auth_params_dto.py +1 -1
  331. visier_platform_sdk/models/network_subnets_message_request.py +1 -1
  332. visier_platform_sdk/models/network_subnets_message_response.py +1 -1
  333. visier_platform_sdk/models/numeric_parameter_definition_dto.py +1 -1
  334. visier_platform_sdk/models/numeric_parameter_value_dto.py +1 -1
  335. visier_platform_sdk/models/o_auth2_user_info_dto.py +1 -1
  336. visier_platform_sdk/models/o_auth2_user_subnet_info_dto.py +1 -1
  337. visier_platform_sdk/models/o_auth2_user_tenant_detail_dto.py +1 -1
  338. visier_platform_sdk/models/o_auth2_user_tenant_details_dto.py +1 -1
  339. visier_platform_sdk/models/o_auth2_user_tenant_properties_dto.py +1 -1
  340. visier_platform_sdk/models/object_change_failure_dto.py +1 -1
  341. visier_platform_sdk/models/object_change_success_dto.py +1 -1
  342. visier_platform_sdk/models/object_id_dto.py +1 -1
  343. visier_platform_sdk/models/object_reference_dto.py +1 -1
  344. visier_platform_sdk/models/objects_bulk_change_response_dto.py +1 -1
  345. visier_platform_sdk/models/oracle_db_auth_params_dto.py +1 -1
  346. visier_platform_sdk/models/output_entry.py +1 -1
  347. visier_platform_sdk/models/output_entry1.py +1 -1
  348. visier_platform_sdk/models/output_entry1_matches_inner.py +1 -1
  349. visier_platform_sdk/models/pair_dto.py +1 -1
  350. visier_platform_sdk/models/parameter_definition_dto.py +1 -1
  351. visier_platform_sdk/models/parent_child_details_dto.py +1 -1
  352. visier_platform_sdk/models/permission_assigned_by_tenant_dto.py +1 -1
  353. visier_platform_sdk/models/permission_assigned_for_local_tenant_dto.py +1 -1
  354. visier_platform_sdk/models/permission_assigned_user_dto.py +1 -1
  355. visier_platform_sdk/models/permission_assigned_users_dto.py +1 -1
  356. visier_platform_sdk/models/permission_bulk_operation_response_dto.py +1 -1
  357. visier_platform_sdk/models/permission_dto.py +1 -1
  358. visier_platform_sdk/models/permission_error_dto.py +1 -1
  359. visier_platform_sdk/models/permission_failure_dto.py +1 -1
  360. visier_platform_sdk/models/permission_response_dto.py +1 -1
  361. visier_platform_sdk/models/permission_success_dto.py +1 -1
  362. visier_platform_sdk/models/permissions_list_dto.py +1 -1
  363. visier_platform_sdk/models/permissions_to_user_group_for_tenant_dto.py +1 -1
  364. visier_platform_sdk/models/permissions_to_user_group_request_dto.py +1 -1
  365. visier_platform_sdk/models/permissions_to_user_groups_request_dto.py +1 -1
  366. visier_platform_sdk/models/perspective_configuration_dto.py +1 -1
  367. visier_platform_sdk/models/perspective_node_dto.py +1 -1
  368. visier_platform_sdk/models/plan_data_load_change_dto.py +1 -1
  369. visier_platform_sdk/models/plan_data_load_change_list_dto.py +1 -1
  370. visier_platform_sdk/models/plan_data_load_error_dto.py +1 -1
  371. visier_platform_sdk/models/plan_data_upload_response_dto.py +1 -1
  372. visier_platform_sdk/models/plan_info_dto.py +1 -1
  373. visier_platform_sdk/models/plan_item_dto.py +1 -1
  374. visier_platform_sdk/models/plan_parameter_definition_dto.py +1 -1
  375. visier_platform_sdk/models/plan_parameter_value_dto.py +1 -1
  376. visier_platform_sdk/models/plan_row_data_load_response_dto.py +1 -1
  377. visier_platform_sdk/models/plan_schema_dto.py +1 -1
  378. visier_platform_sdk/models/plan_segment_level_dto.py +1 -1
  379. visier_platform_sdk/models/plan_segment_level_member_dto.py +1 -1
  380. visier_platform_sdk/models/plan_segment_level_member_list_dto.py +1 -1
  381. visier_platform_sdk/models/plan_time_period_dto.py +1 -1
  382. visier_platform_sdk/models/plan_with_schema_dto.py +1 -1
  383. visier_platform_sdk/models/planning_concept_filter_context_dto.py +1 -1
  384. visier_platform_sdk/models/planning_hierarchy_filter_context_dto.py +1 -1
  385. visier_platform_sdk/models/planning_model_dto.py +1 -1
  386. visier_platform_sdk/models/planning_models_dto.py +1 -1
  387. visier_platform_sdk/models/planning_plan_context_dto.py +1 -1
  388. visier_platform_sdk/models/planning_plan_dto.py +1 -1
  389. visier_platform_sdk/models/planning_plans_dto.py +1 -1
  390. visier_platform_sdk/models/population_configuration_dto.py +1 -1
  391. visier_platform_sdk/models/prediction_dto.py +1 -1
  392. visier_platform_sdk/models/predictions_dto.py +1 -1
  393. visier_platform_sdk/models/process_concept_definition_dto.py +1 -1
  394. visier_platform_sdk/models/process_concept_member_dto.py +1 -1
  395. visier_platform_sdk/models/process_concept_member_list_dto.py +1 -1
  396. visier_platform_sdk/models/process_concept_metric_definition_dto.py +1 -1
  397. visier_platform_sdk/models/process_concept_metric_list_dto.py +1 -1
  398. visier_platform_sdk/models/process_concept_outcome_dto.py +1 -1
  399. visier_platform_sdk/models/process_concept_outcome_list_dto.py +1 -1
  400. visier_platform_sdk/models/process_concept_property_list_dto.py +1 -1
  401. visier_platform_sdk/models/process_concept_property_type_dto.py +1 -1
  402. visier_platform_sdk/models/process_concept_stage_dto.py +1 -1
  403. visier_platform_sdk/models/process_concept_stage_list_dto.py +1 -1
  404. visier_platform_sdk/models/processing_job.py +1 -1
  405. visier_platform_sdk/models/processing_job_and_status_response.py +1 -1
  406. visier_platform_sdk/models/processing_job_request_dto.py +1 -1
  407. visier_platform_sdk/models/processing_job_status_response.py +1 -1
  408. visier_platform_sdk/models/product_release_dto.py +1 -1
  409. visier_platform_sdk/models/product_releases_dto.py +1 -1
  410. visier_platform_sdk/models/product_version_dto.py +1 -1
  411. visier_platform_sdk/models/product_versions_dto.py +1 -1
  412. visier_platform_sdk/models/product_versions_update_failure_tenant_response_dto.py +1 -1
  413. visier_platform_sdk/models/product_versions_update_response_dto.py +1 -1
  414. visier_platform_sdk/models/product_versions_update_successful_tenant_response_dto.py +1 -1
  415. visier_platform_sdk/models/production_version_api_operation_request_dto.py +1 -1
  416. visier_platform_sdk/models/production_version_api_operation_response_dto.py +1 -1
  417. visier_platform_sdk/models/production_versions_api_operation_request_dto.py +1 -1
  418. visier_platform_sdk/models/production_versions_api_operation_response_dto.py +1 -1
  419. visier_platform_sdk/models/profile_assigned_for_accessible_tenant_dto.py +1 -1
  420. visier_platform_sdk/models/profile_assigned_for_local_tenant_dto.py +1 -1
  421. visier_platform_sdk/models/profile_get_api_response_dto.py +1 -1
  422. visier_platform_sdk/models/profiles_get_api_response_dto.py +1 -1
  423. visier_platform_sdk/models/project_commits_api_response_dto.py +1 -1
  424. visier_platform_sdk/models/project_dto.py +1 -1
  425. visier_platform_sdk/models/project_operation_request_dto.py +1 -1
  426. visier_platform_sdk/models/project_operation_response_dto.py +1 -1
  427. visier_platform_sdk/models/properties_change_definitions_dto.py +1 -1
  428. visier_platform_sdk/models/properties_delete_definitions_dto.py +1 -1
  429. visier_platform_sdk/models/properties_dto.py +1 -1
  430. visier_platform_sdk/models/property_access_config_dto.py +1 -1
  431. visier_platform_sdk/models/property_bulk_delete_response_dto.py +1 -1
  432. visier_platform_sdk/models/property_change_definition_dto.py +1 -1
  433. visier_platform_sdk/models/property_change_definitions_by_tenant_dto.py +1 -1
  434. visier_platform_sdk/models/property_column_dto.py +1 -1
  435. visier_platform_sdk/models/property_definition_dto.py +1 -1
  436. visier_platform_sdk/models/property_delete_definitions_by_tenant_dto.py +1 -1
  437. visier_platform_sdk/models/property_delete_failure_dto.py +1 -1
  438. visier_platform_sdk/models/property_delete_success_dto.py +1 -1
  439. visier_platform_sdk/models/property_dependency_dto.py +1 -1
  440. visier_platform_sdk/models/property_dependency_list_dto.py +1 -1
  441. visier_platform_sdk/models/property_dto.py +1 -1
  442. visier_platform_sdk/models/property_reference_dto.py +1 -1
  443. visier_platform_sdk/models/property_set_config_dto.py +1 -1
  444. visier_platform_sdk/models/property_type_details_dto.py +1 -1
  445. visier_platform_sdk/models/property_type_dto.py +1 -1
  446. visier_platform_sdk/models/public_key_dto.py +1 -1
  447. visier_platform_sdk/models/public_keys_dto.py +1 -1
  448. visier_platform_sdk/models/push_data_cancel_response.py +1 -1
  449. visier_platform_sdk/models/push_data_column_definition_dto.py +1 -1
  450. visier_platform_sdk/models/push_data_complete_request.py +1 -1
  451. visier_platform_sdk/models/push_data_complete_response.py +1 -1
  452. visier_platform_sdk/models/push_data_response.py +1 -1
  453. visier_platform_sdk/models/push_data_source_definition_dto.py +1 -1
  454. visier_platform_sdk/models/push_data_source_definitions_dto.py +1 -1
  455. visier_platform_sdk/models/put_project_commits_request.py +1 -1
  456. visier_platform_sdk/models/qualtrics_auth_params_dto.py +1 -1
  457. visier_platform_sdk/models/query_axis_dto.py +1 -1
  458. visier_platform_sdk/models/query_axis_options_dto.py +1 -1
  459. visier_platform_sdk/models/query_dimension_data_member_selection_dto.py +1 -1
  460. visier_platform_sdk/models/query_dimension_leaf_selection_dto.py +1 -1
  461. visier_platform_sdk/models/query_dimension_level_property_dto.py +1 -1
  462. visier_platform_sdk/models/query_dimension_level_selection_dto.py +1 -1
  463. visier_platform_sdk/models/query_dimension_member_selection_dto.py +1 -1
  464. visier_platform_sdk/models/query_execution_error_details_dto.py +1 -1
  465. visier_platform_sdk/models/query_execution_error_dto.py +1 -1
  466. visier_platform_sdk/models/query_execution_errors_dto.py +1 -1
  467. visier_platform_sdk/models/query_execution_options_dto.py +1 -1
  468. visier_platform_sdk/models/query_filter_dto.py +1 -1
  469. visier_platform_sdk/models/query_member_map_property_dto.py +1 -1
  470. visier_platform_sdk/models/query_member_map_selection_dto.py +1 -1
  471. visier_platform_sdk/models/query_numeric_ranges_dto.py +1 -1
  472. visier_platform_sdk/models/query_parameter_value_dto.py +1 -1
  473. visier_platform_sdk/models/query_property_dto.py +1 -1
  474. visier_platform_sdk/models/query_time_interval_dto.py +1 -1
  475. visier_platform_sdk/models/query_time_intervals_dto.py +1 -1
  476. visier_platform_sdk/models/question_categories_api_response_dto.py +1 -1
  477. visier_platform_sdk/models/question_category_api_response_dto.py +1 -1
  478. visier_platform_sdk/models/receiving_job.py +1 -1
  479. visier_platform_sdk/models/receiving_job_and_status_response.py +1 -1
  480. visier_platform_sdk/models/receiving_job_status_response.py +1 -1
  481. visier_platform_sdk/models/redshift_auth_params_dto.py +1 -1
  482. visier_platform_sdk/models/reduced_error_dto.py +1 -1
  483. visier_platform_sdk/models/reduced_tenant_code_error_dto.py +1 -1
  484. visier_platform_sdk/models/reduced_user_id_error_dto.py +1 -1
  485. visier_platform_sdk/models/related_analytic_object_dto.py +1 -1
  486. visier_platform_sdk/models/report_create_request_dto.py +1 -1
  487. visier_platform_sdk/models/report_delete_success_dto.py +1 -1
  488. visier_platform_sdk/models/report_dto.py +1 -1
  489. visier_platform_sdk/models/report_list_response_dto.py +1 -1
  490. visier_platform_sdk/models/result.py +1 -1
  491. visier_platform_sdk/models/role_modules_config_dto.py +1 -1
  492. visier_platform_sdk/models/salary_benchmark_input.py +1 -1
  493. visier_platform_sdk/models/salary_benchmarks_batch_processing_failure_output.py +1 -1
  494. visier_platform_sdk/models/salary_benchmarks_batch_processing_outputs.py +1 -1
  495. visier_platform_sdk/models/salary_benchmarks_batch_processing_successful_output.py +1 -1
  496. visier_platform_sdk/models/salesforce_auth_params_dto.py +1 -1
  497. visier_platform_sdk/models/salesforce_v2_auth_params_dto.py +1 -1
  498. visier_platform_sdk/models/sample_question_api_response_dto.py +1 -1
  499. visier_platform_sdk/models/sample_questions_api_response_dto.py +1 -1
  500. visier_platform_sdk/models/scenario_info_dto.py +1 -1
  501. visier_platform_sdk/models/scenario_or_snapshot_dto.py +1 -1
  502. visier_platform_sdk/models/securable_dimension_dto.py +1 -1
  503. visier_platform_sdk/models/securable_property_dto.py +1 -1
  504. visier_platform_sdk/models/security_assignment_response_dto.py +1 -1
  505. visier_platform_sdk/models/selection_concept_configuration_dto.py +1 -1
  506. visier_platform_sdk/models/selection_concept_configuration_map_dto.py +1 -1
  507. visier_platform_sdk/models/selection_concept_dto.py +1 -1
  508. visier_platform_sdk/models/selection_concept_list_dto.py +1 -1
  509. visier_platform_sdk/models/selection_concept_reference_dto.py +1 -1
  510. visier_platform_sdk/models/selection_concepts_dto.py +1 -1
  511. visier_platform_sdk/models/service_now_auth_params_dto.py +1 -1
  512. visier_platform_sdk/models/service_now_v2_auth_params_dto.py +1 -1
  513. visier_platform_sdk/models/servicing_capability_proto_enum_access_lookup_dto.py +1 -1
  514. visier_platform_sdk/models/servicing_direct_data_upload_file_response_dto.py +1 -1
  515. visier_platform_sdk/models/set_connector_setting_request_dto.py +1 -1
  516. visier_platform_sdk/models/set_connector_setting_response_dto.py +1 -1
  517. visier_platform_sdk/models/set_connector_settings_request_dto.py +1 -1
  518. visier_platform_sdk/models/set_connector_settings_response_dto.py +1 -1
  519. visier_platform_sdk/models/shareable_data_access_set.py +1 -1
  520. visier_platform_sdk/models/simple_document_header_search_response_dto.py +1 -1
  521. visier_platform_sdk/models/simple_document_header_search_result_dto.py +1 -1
  522. visier_platform_sdk/models/simple_property_type_dto.py +1 -1
  523. visier_platform_sdk/models/simple_user_dto.py +1 -1
  524. visier_platform_sdk/models/skill.py +1 -1
  525. visier_platform_sdk/models/skill_category.py +1 -1
  526. visier_platform_sdk/models/skill_category_entry.py +1 -1
  527. visier_platform_sdk/models/skill_entry.py +1 -1
  528. visier_platform_sdk/models/skill_extraction_input.py +1 -1
  529. visier_platform_sdk/models/skill_group.py +1 -1
  530. visier_platform_sdk/models/skill_group_entry.py +1 -1
  531. visier_platform_sdk/models/skill_match_input.py +1 -1
  532. visier_platform_sdk/models/slack_auth_params_dto.py +1 -1
  533. visier_platform_sdk/models/snapshot_query_execution_dto.py +1 -1
  534. visier_platform_sdk/models/snapshot_query_execution_options_dto.py +1 -1
  535. visier_platform_sdk/models/snowflake_auth_params_dto.py +1 -1
  536. visier_platform_sdk/models/sort_option_dto.py +1 -1
  537. visier_platform_sdk/models/source.py +1 -1
  538. visier_platform_sdk/models/source_import_result_summary_dto.py +1 -1
  539. visier_platform_sdk/models/sources_api_operation_request_dto.py +1 -1
  540. visier_platform_sdk/models/sources_api_put_response_dto.py +1 -1
  541. visier_platform_sdk/models/sql_like200_response.py +1 -1
  542. visier_platform_sdk/models/sql_like_query_execution_dto.py +1 -1
  543. visier_platform_sdk/models/sql_server_auth_params_dto.py +1 -1
  544. visier_platform_sdk/models/start_extraction_response.py +1 -1
  545. visier_platform_sdk/models/start_transfer_response.py +1 -1
  546. visier_platform_sdk/models/static_dimension_filter_dto.py +1 -1
  547. visier_platform_sdk/models/status.py +1 -1
  548. visier_platform_sdk/models/subject_missing_access_dto.py +1 -1
  549. visier_platform_sdk/models/success_factors_auth_params_dto.py +1 -1
  550. visier_platform_sdk/models/success_factors_o_auth_params_dto.py +1 -1
  551. visier_platform_sdk/models/successful_accessible_tenant_profile_assignment_dto.py +1 -1
  552. visier_platform_sdk/models/successful_change_dto.py +1 -1
  553. visier_platform_sdk/models/successful_local_tenant_profile_assignment_dto.py +1 -1
  554. visier_platform_sdk/models/synonym_list_dto.py +1 -1
  555. visier_platform_sdk/models/system_status_dto.py +1 -1
  556. visier_platform_sdk/models/table_response_dto.py +1 -1
  557. visier_platform_sdk/models/tag_map_element_dto.py +1 -1
  558. visier_platform_sdk/models/tag_reference_dto.py +1 -1
  559. visier_platform_sdk/models/tag_reference_list_dto.py +1 -1
  560. visier_platform_sdk/models/tags_dto.py +1 -1
  561. visier_platform_sdk/models/target_project_for_tenant_dto.py +1 -1
  562. visier_platform_sdk/models/target_project_for_tenants_list_dto.py +1 -1
  563. visier_platform_sdk/models/target_tenant_code_dto.py +1 -1
  564. visier_platform_sdk/models/tenant.py +1 -1
  565. visier_platform_sdk/models/tenant_and_credential.py +1 -1
  566. visier_platform_sdk/models/tenant_assignments_dto.py +1 -1
  567. visier_platform_sdk/models/tenant_code_body.py +1 -1
  568. visier_platform_sdk/models/tenant_code_error_dto.py +1 -1
  569. visier_platform_sdk/models/tenant_connector_settings_request_dto.py +1 -1
  570. visier_platform_sdk/models/tenant_data_upload_status_response_dto.py +1 -1
  571. visier_platform_sdk/models/tenant_data_upload_update_status_response_dto.py +1 -1
  572. visier_platform_sdk/models/tenant_data_uploads_list_response_dto.py +1 -1
  573. visier_platform_sdk/models/tenant_data_uploads_response_dto.py +1 -1
  574. visier_platform_sdk/models/tenant_data_uploads_update_response_dto.py +1 -1
  575. visier_platform_sdk/models/tenant_detail_apidto.py +1 -1
  576. visier_platform_sdk/models/tenant_details_traits_dto.py +1 -1
  577. visier_platform_sdk/models/tenant_encryption_key_details_dto.py +1 -1
  578. visier_platform_sdk/models/tenant_encryption_key_dto.py +1 -1
  579. visier_platform_sdk/models/tenant_management_api_get_response_dto.py +1 -1
  580. visier_platform_sdk/models/tenant_management_api_list_response_dto.py +1 -1
  581. visier_platform_sdk/models/tenant_management_api_update_request_dto.py +1 -1
  582. visier_platform_sdk/models/tenant_management_api_update_response_dto.py +1 -1
  583. visier_platform_sdk/models/tenant_module_dto.py +1 -1
  584. visier_platform_sdk/models/tenant_preview_entries_summary_dto.py +1 -1
  585. visier_platform_sdk/models/tenant_preview_entries_summary_list_dto.py +1 -1
  586. visier_platform_sdk/models/tenant_provision_apidto.py +1 -1
  587. visier_platform_sdk/models/tenant_status_apidto.py +1 -1
  588. visier_platform_sdk/models/time_shift_dto.py +1 -1
  589. visier_platform_sdk/models/token_response.py +1 -1
  590. visier_platform_sdk/models/ultimate_auth_params_dto.py +1 -1
  591. visier_platform_sdk/models/update_tenant_model.py +1 -1
  592. visier_platform_sdk/models/upload_to_exclude.py +1 -1
  593. visier_platform_sdk/models/upload_to_include.py +1 -1
  594. visier_platform_sdk/models/user_creation_api_request_dto.py +1 -1
  595. visier_platform_sdk/models/user_creation_api_response_dto.py +1 -1
  596. visier_platform_sdk/models/user_get_api_response_dto.py +1 -1
  597. visier_platform_sdk/models/user_group_assigned_for_local_tenant_dto.py +1 -1
  598. visier_platform_sdk/models/user_group_assignment_dto.py +1 -1
  599. visier_platform_sdk/models/user_group_change_definition_dto.py +1 -1
  600. visier_platform_sdk/models/user_group_change_dimension_filter_dto.py +1 -1
  601. visier_platform_sdk/models/user_group_change_failure_dto.py +1 -1
  602. visier_platform_sdk/models/user_group_change_filter_dto.py +1 -1
  603. visier_platform_sdk/models/user_group_change_member_selection_dto.py +1 -1
  604. visier_platform_sdk/models/user_group_change_response_dto.py +1 -1
  605. visier_platform_sdk/models/user_group_change_success_dto.py +1 -1
  606. visier_platform_sdk/models/user_group_change_users_dto.py +1 -1
  607. visier_platform_sdk/models/user_group_delete_dto.py +1 -1
  608. visier_platform_sdk/models/user_group_delete_failure_dto.py +1 -1
  609. visier_platform_sdk/models/user_group_delete_response_dto.py +1 -1
  610. visier_platform_sdk/models/user_group_delete_success_dto.py +1 -1
  611. visier_platform_sdk/models/user_group_filters_dto.py +1 -1
  612. visier_platform_sdk/models/user_group_get_api_response_dto.py +1 -1
  613. visier_platform_sdk/models/user_group_single_delete_response_dto.py +1 -1
  614. visier_platform_sdk/models/user_groups_change_dto.py +1 -1
  615. visier_platform_sdk/models/user_groups_delete_request_dto.py +1 -1
  616. visier_platform_sdk/models/user_groups_get_api_response_dto.py +1 -1
  617. visier_platform_sdk/models/user_groups_users_dto.py +1 -1
  618. visier_platform_sdk/models/user_groups_users_for_tenant_dto.py +1 -1
  619. visier_platform_sdk/models/user_id_error_dto.py +1 -1
  620. visier_platform_sdk/models/user_property_dto.py +1 -1
  621. visier_platform_sdk/models/user_security_assignments_dto.py +1 -1
  622. visier_platform_sdk/models/user_update_api_request_dto.py +1 -1
  623. visier_platform_sdk/models/users_api_error_message_dto.py +1 -1
  624. visier_platform_sdk/models/users_api_failure_dto.py +1 -1
  625. visier_platform_sdk/models/users_api_response_dto.py +1 -1
  626. visier_platform_sdk/models/users_api_success_dto.py +1 -1
  627. visier_platform_sdk/models/users_creation_api_request_dto.py +1 -1
  628. visier_platform_sdk/models/users_delete_api_request_dto.py +1 -1
  629. visier_platform_sdk/models/users_to_user_group_request_dto.py +1 -1
  630. visier_platform_sdk/models/users_to_user_groups_request_dto.py +1 -1
  631. visier_platform_sdk/models/users_update_api_request_dto.py +1 -1
  632. visier_platform_sdk/models/users_update_api_user_dto.py +1 -1
  633. visier_platform_sdk/models/v2_calculated_property_type_dto.py +1 -1
  634. visier_platform_sdk/models/v2_dimension_dto.py +9 -3
  635. visier_platform_sdk/models/v2_level_dto.py +1 -1
  636. visier_platform_sdk/models/v2_simple_property_type_dto.py +1 -1
  637. visier_platform_sdk/models/validity_range_dto.py +1 -1
  638. visier_platform_sdk/models/vee_clarification_dto.py +1 -1
  639. visier_platform_sdk/models/vee_conversation_dto.py +1 -1
  640. visier_platform_sdk/models/vee_conversation_state_dto.py +1 -1
  641. visier_platform_sdk/models/vee_corrections_dto.py +1 -1
  642. visier_platform_sdk/models/vee_data_dto.py +1 -1
  643. visier_platform_sdk/models/vee_feedback_dto.py +1 -1
  644. visier_platform_sdk/models/vee_options_dto.py +1 -1
  645. visier_platform_sdk/models/vee_question_change_definition_dto.py +1 -1
  646. visier_platform_sdk/models/vee_question_change_definitions_by_tenant_dto.py +1 -1
  647. visier_platform_sdk/models/vee_question_change_failure_dto.py +1 -1
  648. visier_platform_sdk/models/vee_question_change_success_dto.py +1 -1
  649. visier_platform_sdk/models/vee_question_delete_definitions_by_tenant_dto.py +1 -1
  650. visier_platform_sdk/models/vee_question_dto.py +1 -1
  651. visier_platform_sdk/models/vee_questions_bulk_change_response_dto.py +1 -1
  652. visier_platform_sdk/models/vee_questions_change_definitions_dto.py +1 -1
  653. visier_platform_sdk/models/vee_questions_delete_definitions_dto.py +1 -1
  654. visier_platform_sdk/models/vee_response_dto.py +1 -1
  655. visier_platform_sdk/models/vee_response_schema_dto.py +1 -1
  656. visier_platform_sdk/models/vee_response_schema_reference_dto.py +1 -1
  657. visier_platform_sdk/models/vee_sample_question_dto.py +1 -1
  658. visier_platform_sdk/models/vee_sample_question_library_dto.py +1 -1
  659. visier_platform_sdk/models/vee_status_code_dto.py +1 -1
  660. visier_platform_sdk/models/vee_status_dto.py +1 -1
  661. visier_platform_sdk/models/vee_visual_dto.py +1 -1
  662. visier_platform_sdk/models/vee_visual_options_dto.py +1 -1
  663. visier_platform_sdk/models/version_information_dto.py +102 -0
  664. visier_platform_sdk/models/webhook_basic_auth_credential_dto.py +1 -1
  665. visier_platform_sdk/models/webhook_credentials_dto.py +1 -1
  666. visier_platform_sdk/models/webhook_details_dto.py +1 -1
  667. visier_platform_sdk/models/webhook_dto.py +1 -1
  668. visier_platform_sdk/models/webhook_event_type_dto.py +1 -1
  669. visier_platform_sdk/models/webhook_message_response_dto.py +1 -1
  670. visier_platform_sdk/models/webhook_request_dto.py +1 -1
  671. visier_platform_sdk/models/webhooks_dto.py +1 -1
  672. visier_platform_sdk/models/willow_auth_params_dto.py +1 -1
  673. visier_platform_sdk/models/workday_auth_params_dto.py +1 -1
  674. visier_platform_sdk/models/workday_o_auth_params_dto.py +1 -1
  675. visier_platform_sdk/models/workday_raas_auth_params_dto.py +1 -1
  676. visier_platform_sdk/models/workday_refresh_token_params_dto.py +1 -1
  677. visier_platform_sdk/models/zoom_auth_params_dto.py +1 -1
  678. visier_platform_sdk/rest.py +1 -1
  679. {visier_platform_sdk-22222222.99201.1926.post2.dist-info → visier_platform_sdk-22222222.99201.1949.dist-info}/METADATA +1 -1
  680. visier_platform_sdk-22222222.99201.1949.dist-info/RECORD +685 -0
  681. visier_platform_sdk-22222222.99201.1926.post2.dist-info/RECORD +0 -684
  682. {visier_platform_sdk-22222222.99201.1926.post2.dist-info → visier_platform_sdk-22222222.99201.1949.dist-info}/WHEEL +0 -0
  683. {visier_platform_sdk-22222222.99201.1926.post2.dist-info → visier_platform_sdk-22222222.99201.1949.dist-info}/top_level.txt +0 -0
@@ -7,7 +7,7 @@
7
7
 
8
8
  Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.
9
9
 
10
- The version of the OpenAPI document: 22222222.99201.1926
10
+ The version of the OpenAPI document: 22222222.99201.1949
11
11
  Contact: alpine@visier.com
12
12
  Generated by OpenAPI Generator (https://openapi-generator.tech)
13
13
 
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "22222222.99201.1926.post2"
18
+ __version__ = "22222222.99201.1949"
19
19
 
20
20
  # Define package exports
21
21
  __all__ = [
@@ -685,6 +685,7 @@ __all__ = [
685
685
  "VeeStatusDTO",
686
686
  "VeeVisualDTO",
687
687
  "VeeVisualOptionsDTO",
688
+ "VersionInformationDTO",
688
689
  "WebhookBasicAuthCredentialDTO",
689
690
  "WebhookCredentialsDTO",
690
691
  "WebhookDTO",
@@ -1372,6 +1373,7 @@ from visier_platform_sdk.models.vee_status_code_dto import VeeStatusCodeDTO
1372
1373
  from visier_platform_sdk.models.vee_status_dto import VeeStatusDTO
1373
1374
  from visier_platform_sdk.models.vee_visual_dto import VeeVisualDTO
1374
1375
  from visier_platform_sdk.models.vee_visual_options_dto import VeeVisualOptionsDTO
1376
+ from visier_platform_sdk.models.version_information_dto import VersionInformationDTO
1375
1377
  from visier_platform_sdk.models.webhook_basic_auth_credential_dto import WebhookBasicAuthCredentialDTO
1376
1378
  from visier_platform_sdk.models.webhook_credentials_dto import WebhookCredentialsDTO
1377
1379
  from visier_platform_sdk.models.webhook_dto import WebhookDTO
@@ -5,7 +5,7 @@
5
5
 
6
6
  Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.
7
7
 
8
- The version of the OpenAPI document: 22222222.99201.1926
8
+ The version of the OpenAPI document: 22222222.99201.1949
9
9
  Contact: alpine@visier.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.
7
7
 
8
- The version of the OpenAPI document: 22222222.99201.1926
8
+ The version of the OpenAPI document: 22222222.99201.1949
9
9
  Contact: alpine@visier.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.
7
7
 
8
- The version of the OpenAPI document: 22222222.99201.1926
8
+ The version of the OpenAPI document: 22222222.99201.1949
9
9
  Contact: alpine@visier.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -663,7 +663,7 @@ class ConceptsV2Api:
663
663
  def get_all_concepts(
664
664
  self,
665
665
  type: Annotated[Optional[List[StrictStr]], Field(description="The type of the concept to retrieve. Valid values: - `process`: Retrieves all process concepts. This is the default.")] = None,
666
- var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`.")] = None,
666
+ var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`. - `version`: Retrieves the object's version information, such as version type and last edited details.")] = None,
667
667
  object_name: Annotated[Optional[List[StrictStr]], Field(description="The concept object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.")] = None,
668
668
  uuid: Annotated[Optional[List[StrictStr]], Field(description="The concept UUIDs to return in the response. When combined with `objectName`, the results return objects that match either the `objectName` or `uuid`.")] = None,
669
669
  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,
@@ -687,7 +687,7 @@ class ConceptsV2Api:
687
687
 
688
688
  :param type: The type of the concept to retrieve. Valid values: - `process`: Retrieves all process concepts. This is the default.
689
689
  :type type: List[str]
690
- :param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`.
690
+ :param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`. - `version`: Retrieves the object's version information, such as version type and last edited details.
691
691
  :type var_with: List[str]
692
692
  :param object_name: The concept object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.
693
693
  :type object_name: List[str]
@@ -750,7 +750,7 @@ class ConceptsV2Api:
750
750
  def get_all_concepts_with_http_info(
751
751
  self,
752
752
  type: Annotated[Optional[List[StrictStr]], Field(description="The type of the concept to retrieve. Valid values: - `process`: Retrieves all process concepts. This is the default.")] = None,
753
- var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`.")] = None,
753
+ var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`. - `version`: Retrieves the object's version information, such as version type and last edited details.")] = None,
754
754
  object_name: Annotated[Optional[List[StrictStr]], Field(description="The concept object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.")] = None,
755
755
  uuid: Annotated[Optional[List[StrictStr]], Field(description="The concept UUIDs to return in the response. When combined with `objectName`, the results return objects that match either the `objectName` or `uuid`.")] = None,
756
756
  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,
@@ -774,7 +774,7 @@ class ConceptsV2Api:
774
774
 
775
775
  :param type: The type of the concept to retrieve. Valid values: - `process`: Retrieves all process concepts. This is the default.
776
776
  :type type: List[str]
777
- :param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`.
777
+ :param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`. - `version`: Retrieves the object's version information, such as version type and last edited details.
778
778
  :type var_with: List[str]
779
779
  :param object_name: The concept object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.
780
780
  :type object_name: List[str]
@@ -837,7 +837,7 @@ class ConceptsV2Api:
837
837
  def get_all_concepts_without_preload_content(
838
838
  self,
839
839
  type: Annotated[Optional[List[StrictStr]], Field(description="The type of the concept to retrieve. Valid values: - `process`: Retrieves all process concepts. This is the default.")] = None,
840
- var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`.")] = None,
840
+ var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`. - `version`: Retrieves the object's version information, such as version type and last edited details.")] = None,
841
841
  object_name: Annotated[Optional[List[StrictStr]], Field(description="The concept object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.")] = None,
842
842
  uuid: Annotated[Optional[List[StrictStr]], Field(description="The concept UUIDs to return in the response. When combined with `objectName`, the results return objects that match either the `objectName` or `uuid`.")] = None,
843
843
  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,
@@ -861,7 +861,7 @@ class ConceptsV2Api:
861
861
 
862
862
  :param type: The type of the concept to retrieve. Valid values: - `process`: Retrieves all process concepts. This is the default.
863
863
  :type type: List[str]
864
- :param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`.
864
+ :param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`. - `version`: Retrieves the object's version information, such as version type and last edited details.
865
865
  :type var_with: List[str]
866
866
  :param object_name: The concept object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.
867
867
  :type object_name: List[str]
@@ -1016,7 +1016,7 @@ class ConceptsV2Api:
1016
1016
  self,
1017
1017
  analytic_object_name: Annotated[StrictStr, Field(description="The object name of the analytic object from which to retrieve concepts.")],
1018
1018
  type: Annotated[Optional[List[StrictStr]], Field(description="The type of the concept to retrieve. Valid values: - `process`: Retrieves all process concepts. This is the default.")] = None,
1019
- var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`.")] = None,
1019
+ var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`. - `version`: Retrieves the object's version information, such as version type and last edited details.")] = None,
1020
1020
  object_name: Annotated[Optional[List[StrictStr]], Field(description="The concept object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.")] = None,
1021
1021
  uuid: Annotated[Optional[List[StrictStr]], Field(description="The concept UUIDs to return in the response. When combined with `objectName`, the results return objects that match either the `objectName` or `uuid`.")] = None,
1022
1022
  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,
@@ -1042,7 +1042,7 @@ class ConceptsV2Api:
1042
1042
  :type analytic_object_name: str
1043
1043
  :param type: The type of the concept to retrieve. Valid values: - `process`: Retrieves all process concepts. This is the default.
1044
1044
  :type type: List[str]
1045
- :param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`.
1045
+ :param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`. - `version`: Retrieves the object's version information, such as version type and last edited details.
1046
1046
  :type var_with: List[str]
1047
1047
  :param object_name: The concept object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.
1048
1048
  :type object_name: List[str]
@@ -1107,7 +1107,7 @@ class ConceptsV2Api:
1107
1107
  self,
1108
1108
  analytic_object_name: Annotated[StrictStr, Field(description="The object name of the analytic object from which to retrieve concepts.")],
1109
1109
  type: Annotated[Optional[List[StrictStr]], Field(description="The type of the concept to retrieve. Valid values: - `process`: Retrieves all process concepts. This is the default.")] = None,
1110
- var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`.")] = None,
1110
+ var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`. - `version`: Retrieves the object's version information, such as version type and last edited details.")] = None,
1111
1111
  object_name: Annotated[Optional[List[StrictStr]], Field(description="The concept object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.")] = None,
1112
1112
  uuid: Annotated[Optional[List[StrictStr]], Field(description="The concept UUIDs to return in the response. When combined with `objectName`, the results return objects that match either the `objectName` or `uuid`.")] = None,
1113
1113
  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,
@@ -1133,7 +1133,7 @@ class ConceptsV2Api:
1133
1133
  :type analytic_object_name: str
1134
1134
  :param type: The type of the concept to retrieve. Valid values: - `process`: Retrieves all process concepts. This is the default.
1135
1135
  :type type: List[str]
1136
- :param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`.
1136
+ :param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`. - `version`: Retrieves the object's version information, such as version type and last edited details.
1137
1137
  :type var_with: List[str]
1138
1138
  :param object_name: The concept object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.
1139
1139
  :type object_name: List[str]
@@ -1198,7 +1198,7 @@ class ConceptsV2Api:
1198
1198
  self,
1199
1199
  analytic_object_name: Annotated[StrictStr, Field(description="The object name of the analytic object from which to retrieve concepts.")],
1200
1200
  type: Annotated[Optional[List[StrictStr]], Field(description="The type of the concept to retrieve. Valid values: - `process`: Retrieves all process concepts. This is the default.")] = None,
1201
- var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`.")] = None,
1201
+ var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`. - `version`: Retrieves the object's version information, such as version type and last edited details.")] = None,
1202
1202
  object_name: Annotated[Optional[List[StrictStr]], Field(description="The concept object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.")] = None,
1203
1203
  uuid: Annotated[Optional[List[StrictStr]], Field(description="The concept UUIDs to return in the response. When combined with `objectName`, the results return objects that match either the `objectName` or `uuid`.")] = None,
1204
1204
  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,
@@ -1224,7 +1224,7 @@ class ConceptsV2Api:
1224
1224
  :type analytic_object_name: str
1225
1225
  :param type: The type of the concept to retrieve. Valid values: - `process`: Retrieves all process concepts. This is the default.
1226
1226
  :type type: List[str]
1227
- :param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`.
1227
+ :param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`. - `version`: Retrieves the object's version information, such as version type and last edited details.
1228
1228
  :type var_with: List[str]
1229
1229
  :param object_name: The concept object names to return in the response. When combined with `uuid`, the results return objects that match either the `objectName` or `uuid`.
1230
1230
  :type object_name: List[str]
@@ -1382,7 +1382,7 @@ class ConceptsV2Api:
1382
1382
  def get_one_concept(
1383
1383
  self,
1384
1384
  concept_id: Annotated[StrictStr, Field(description="The object name or UUID of the concept to retrieve.")],
1385
- var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`.")] = None,
1385
+ var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`. - `version`: Retrieves the object's version information, such as version type and last edited details.")] = None,
1386
1386
  target_tenant_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify the tenant that you want to execute the API call on. This defines the tenant that you're logged into. If omitted, the request uses the administrating tenant as the login tenant.")] = None,
1387
1387
  project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
1388
1388
  _request_timeout: Union[
@@ -1404,7 +1404,7 @@ class ConceptsV2Api:
1404
1404
 
1405
1405
  :param concept_id: The object name or UUID of the concept to retrieve. (required)
1406
1406
  :type concept_id: str
1407
- :param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`.
1407
+ :param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`. - `version`: Retrieves the object's version information, such as version type and last edited details.
1408
1408
  :type var_with: List[str]
1409
1409
  :param target_tenant_id: Optionally, specify the tenant that you want to execute the API call on. This defines the tenant that you're logged into. If omitted, the request uses the administrating tenant as the login tenant.
1410
1410
  :type target_tenant_id: str
@@ -1461,7 +1461,7 @@ class ConceptsV2Api:
1461
1461
  def get_one_concept_with_http_info(
1462
1462
  self,
1463
1463
  concept_id: Annotated[StrictStr, Field(description="The object name or UUID of the concept to retrieve.")],
1464
- var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`.")] = None,
1464
+ var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`. - `version`: Retrieves the object's version information, such as version type and last edited details.")] = None,
1465
1465
  target_tenant_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify the tenant that you want to execute the API call on. This defines the tenant that you're logged into. If omitted, the request uses the administrating tenant as the login tenant.")] = None,
1466
1466
  project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
1467
1467
  _request_timeout: Union[
@@ -1483,7 +1483,7 @@ class ConceptsV2Api:
1483
1483
 
1484
1484
  :param concept_id: The object name or UUID of the concept to retrieve. (required)
1485
1485
  :type concept_id: str
1486
- :param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`.
1486
+ :param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`. - `version`: Retrieves the object's version information, such as version type and last edited details.
1487
1487
  :type var_with: List[str]
1488
1488
  :param target_tenant_id: Optionally, specify the tenant that you want to execute the API call on. This defines the tenant that you're logged into. If omitted, the request uses the administrating tenant as the login tenant.
1489
1489
  :type target_tenant_id: str
@@ -1540,7 +1540,7 @@ class ConceptsV2Api:
1540
1540
  def get_one_concept_without_preload_content(
1541
1541
  self,
1542
1542
  concept_id: Annotated[StrictStr, Field(description="The object name or UUID of the concept to retrieve.")],
1543
- var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`.")] = None,
1543
+ var_with: Annotated[Optional[List[StrictStr]], Field(description="The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`. - `version`: Retrieves the object's version information, such as version type and last edited details.")] = None,
1544
1544
  target_tenant_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify the tenant that you want to execute the API call on. This defines the tenant that you're logged into. If omitted, the request uses the administrating tenant as the login tenant.")] = None,
1545
1545
  project_id: Annotated[Optional[StrictStr], Field(description="Optionally, specify a project in which to make the request.")] = None,
1546
1546
  _request_timeout: Union[
@@ -1562,7 +1562,7 @@ class ConceptsV2Api:
1562
1562
 
1563
1563
  :param concept_id: The object name or UUID of the concept to retrieve. (required)
1564
1564
  :type concept_id: str
1565
- :param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`.
1565
+ :param var_with: The level of information to retrieve for the concept. Valid values: - `basic`: Retrieves the concept's UUID, object name, and basic information. This is the default. - `details`: Retrieves the `basic` details and additional configurations, such as `visibleInApp`. - `version`: Retrieves the object's version information, such as version type and last edited details.
1566
1566
  :type var_with: List[str]
1567
1567
  :param target_tenant_id: Optionally, specify the tenant that you want to execute the API call on. This defines the tenant that you're logged into. If omitted, the request uses the administrating tenant as the login tenant.
1568
1568
  :type target_tenant_id: str
@@ -5,7 +5,7 @@
5
5
 
6
6
  Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.
7
7
 
8
- The version of the OpenAPI document: 22222222.99201.1926
8
+ The version of the OpenAPI document: 22222222.99201.1949
9
9
  Contact: alpine@visier.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.
7
7
 
8
- The version of the OpenAPI document: 22222222.99201.1926
8
+ The version of the OpenAPI document: 22222222.99201.1949
9
9
  Contact: alpine@visier.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.
7
7
 
8
- The version of the OpenAPI document: 22222222.99201.1926
8
+ The version of the OpenAPI document: 22222222.99201.1949
9
9
  Contact: alpine@visier.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.
7
7
 
8
- The version of the OpenAPI document: 22222222.99201.1926
8
+ The version of the OpenAPI document: 22222222.99201.1949
9
9
  Contact: alpine@visier.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -6062,7 +6062,7 @@ class DataModelApi:
6062
6062
  include_data_members: Annotated[Optional[StrictBool], Field(description="Indicates whether data members are included in the response. Parent-child dimensions only. Default is `false`.")] = None,
6063
6063
  offset: Annotated[Optional[StrictInt], Field(description="For paginated member requests against high-cardinality dimensions, the offset of the first member to retrieve. Default is 0. If the `offset` value is specified to a non-default value, all other non-pagination parameters are ignored.")] = None,
6064
6064
  limit: Annotated[Optional[StrictInt], Field(description="For paginated member requests against high-cardinality dimensions, the maximum number of members to retrieve. Default is -1, meaning no limit. If the `limit` value is specified to a non-default value, all other non-pagination parameters are ignored.")] = None,
6065
- sort_type: Annotated[Optional[StrictStr], Field(description="The order of the members in the response. Valid values: - **configured**: Sorts the members according to their configuration; for example, the configured order of dimension members in the studio experience. - **natural**: Sorts the members by their natural order; for example, sorted in ascending order by level in a parent-child dimension. Default is `natural`.")] = None,
6065
+ sort_type: Annotated[Optional[StrictStr], Field(description="The order of the members in the response. Valid values: - `configured`: Sorts the members according to their configuration. For parent-child dimensions, sorts members by name in ascending order. For other dimensions, sorts members by their configured order in Studio. - `natural`: Does not sort the members. This is the default.")] = None,
6066
6066
  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,
6067
6067
  _request_timeout: Union[
6068
6068
  None,
@@ -6099,7 +6099,7 @@ class DataModelApi:
6099
6099
  :type offset: int
6100
6100
  :param limit: For paginated member requests against high-cardinality dimensions, the maximum number of members to retrieve. Default is -1, meaning no limit. If the `limit` value is specified to a non-default value, all other non-pagination parameters are ignored.
6101
6101
  :type limit: int
6102
- :param sort_type: The order of the members in the response. Valid values: - **configured**: Sorts the members according to their configuration; for example, the configured order of dimension members in the studio experience. - **natural**: Sorts the members by their natural order; for example, sorted in ascending order by level in a parent-child dimension. Default is `natural`.
6102
+ :param sort_type: The order of the members in the response. Valid values: - `configured`: Sorts the members according to their configuration. For parent-child dimensions, sorts members by name in ascending order. For other dimensions, sorts members by their configured order in Studio. - `natural`: Does not sort the members. This is the default.
6103
6103
  :type sort_type: str
6104
6104
  :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.
6105
6105
  :type target_tenant_id: str
@@ -6169,7 +6169,7 @@ class DataModelApi:
6169
6169
  include_data_members: Annotated[Optional[StrictBool], Field(description="Indicates whether data members are included in the response. Parent-child dimensions only. Default is `false`.")] = None,
6170
6170
  offset: Annotated[Optional[StrictInt], Field(description="For paginated member requests against high-cardinality dimensions, the offset of the first member to retrieve. Default is 0. If the `offset` value is specified to a non-default value, all other non-pagination parameters are ignored.")] = None,
6171
6171
  limit: Annotated[Optional[StrictInt], Field(description="For paginated member requests against high-cardinality dimensions, the maximum number of members to retrieve. Default is -1, meaning no limit. If the `limit` value is specified to a non-default value, all other non-pagination parameters are ignored.")] = None,
6172
- sort_type: Annotated[Optional[StrictStr], Field(description="The order of the members in the response. Valid values: - **configured**: Sorts the members according to their configuration; for example, the configured order of dimension members in the studio experience. - **natural**: Sorts the members by their natural order; for example, sorted in ascending order by level in a parent-child dimension. Default is `natural`.")] = None,
6172
+ sort_type: Annotated[Optional[StrictStr], Field(description="The order of the members in the response. Valid values: - `configured`: Sorts the members according to their configuration. For parent-child dimensions, sorts members by name in ascending order. For other dimensions, sorts members by their configured order in Studio. - `natural`: Does not sort the members. This is the default.")] = None,
6173
6173
  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,
6174
6174
  _request_timeout: Union[
6175
6175
  None,
@@ -6206,7 +6206,7 @@ class DataModelApi:
6206
6206
  :type offset: int
6207
6207
  :param limit: For paginated member requests against high-cardinality dimensions, the maximum number of members to retrieve. Default is -1, meaning no limit. If the `limit` value is specified to a non-default value, all other non-pagination parameters are ignored.
6208
6208
  :type limit: int
6209
- :param sort_type: The order of the members in the response. Valid values: - **configured**: Sorts the members according to their configuration; for example, the configured order of dimension members in the studio experience. - **natural**: Sorts the members by their natural order; for example, sorted in ascending order by level in a parent-child dimension. Default is `natural`.
6209
+ :param sort_type: The order of the members in the response. Valid values: - `configured`: Sorts the members according to their configuration. For parent-child dimensions, sorts members by name in ascending order. For other dimensions, sorts members by their configured order in Studio. - `natural`: Does not sort the members. This is the default.
6210
6210
  :type sort_type: str
6211
6211
  :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.
6212
6212
  :type target_tenant_id: str
@@ -6276,7 +6276,7 @@ class DataModelApi:
6276
6276
  include_data_members: Annotated[Optional[StrictBool], Field(description="Indicates whether data members are included in the response. Parent-child dimensions only. Default is `false`.")] = None,
6277
6277
  offset: Annotated[Optional[StrictInt], Field(description="For paginated member requests against high-cardinality dimensions, the offset of the first member to retrieve. Default is 0. If the `offset` value is specified to a non-default value, all other non-pagination parameters are ignored.")] = None,
6278
6278
  limit: Annotated[Optional[StrictInt], Field(description="For paginated member requests against high-cardinality dimensions, the maximum number of members to retrieve. Default is -1, meaning no limit. If the `limit` value is specified to a non-default value, all other non-pagination parameters are ignored.")] = None,
6279
- sort_type: Annotated[Optional[StrictStr], Field(description="The order of the members in the response. Valid values: - **configured**: Sorts the members according to their configuration; for example, the configured order of dimension members in the studio experience. - **natural**: Sorts the members by their natural order; for example, sorted in ascending order by level in a parent-child dimension. Default is `natural`.")] = None,
6279
+ sort_type: Annotated[Optional[StrictStr], Field(description="The order of the members in the response. Valid values: - `configured`: Sorts the members according to their configuration. For parent-child dimensions, sorts members by name in ascending order. For other dimensions, sorts members by their configured order in Studio. - `natural`: Does not sort the members. This is the default.")] = None,
6280
6280
  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,
6281
6281
  _request_timeout: Union[
6282
6282
  None,
@@ -6313,7 +6313,7 @@ class DataModelApi:
6313
6313
  :type offset: int
6314
6314
  :param limit: For paginated member requests against high-cardinality dimensions, the maximum number of members to retrieve. Default is -1, meaning no limit. If the `limit` value is specified to a non-default value, all other non-pagination parameters are ignored.
6315
6315
  :type limit: int
6316
- :param sort_type: The order of the members in the response. Valid values: - **configured**: Sorts the members according to their configuration; for example, the configured order of dimension members in the studio experience. - **natural**: Sorts the members by their natural order; for example, sorted in ascending order by level in a parent-child dimension. Default is `natural`.
6316
+ :param sort_type: The order of the members in the response. Valid values: - `configured`: Sorts the members according to their configuration. For parent-child dimensions, sorts members by name in ascending order. For other dimensions, sorts members by their configured order in Studio. - `natural`: Does not sort the members. This is the default.
6317
6317
  :type sort_type: str
6318
6318
  :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.
6319
6319
  :type target_tenant_id: str
@@ -5,7 +5,7 @@
5
5
 
6
6
  Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.
7
7
 
8
- The version of the OpenAPI document: 22222222.99201.1926
8
+ The version of the OpenAPI document: 22222222.99201.1949
9
9
  Contact: alpine@visier.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.
7
7
 
8
- The version of the OpenAPI document: 22222222.99201.1926
8
+ The version of the OpenAPI document: 22222222.99201.1949
9
9
  Contact: alpine@visier.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.
7
7
 
8
- The version of the OpenAPI document: 22222222.99201.1926
8
+ The version of the OpenAPI document: 22222222.99201.1949
9
9
  Contact: alpine@visier.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Detailed API reference documentation for Visier APIs. Includes all endpoints, headers, path parameters, query parameters, request body schema, response schema, JSON request samples, and JSON response samples.
7
7
 
8
- The version of the OpenAPI document: 22222222.99201.1926
8
+ The version of the OpenAPI document: 22222222.99201.1949
9
9
  Contact: alpine@visier.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -1209,7 +1209,7 @@ class DimensionsApi:
1209
1209
  self,
1210
1210
  hierarchy: Annotated[Optional[StrictStr], Field(description="The ID of the job hierarchy to navigate. If not provided, Visier's default job hierarchy is used. In the default hierarchy, jobs are organized into three levels with domain and subdomain groupings. ")] = None,
1211
1211
  parent: Annotated[Optional[StrictStr], Field(description="The ID of the parent member. If the ID is provided, the response returns the immediate children of the parent member. To get the top-level members, use the value `root`. Member availability and the parent-child relationship depends on the selected hierarchy. Please refer to the `hierarchy` parameter. ")] = None,
1212
- term: Annotated[Optional[StrictStr], Field(description="The input search term. The job members that are the most semantically similar to the search term are returned with the most relevant job members displayed first. Your search term may not be included in the results as semantic search goes beyond keyword matching and attempts to interpret the meaning behind the query to provide search results. The minimum length is 3 characters and the maximum length is 100 characters. ***The search term must be URL encoded.*** ")] = None,
1212
+ term: Annotated[Optional[StrictStr], Field(description="The input search term. The job members that are the most semantically similar to the search term are returned with the most relevant job members displayed first. Your search term may not be included in the results as semantic search goes beyond keyword matching and attempts to interpret the meaning behind the query to provide search results. The minimum length is 2 characters and the maximum length is 100 characters. ***The search term must be URL encoded.*** ")] = None,
1213
1213
  naics_code: Annotated[Optional[StrictStr], Field(description="The North American Industry Classification System (NAICS) code. If `naicsCode` is provided, `term` is required. The most relevant job members associated with the naicsCode are returned first. ")] = None,
1214
1214
  has_benchmark_value: Annotated[Optional[StrictBool], Field(description="Filter members based on the availability of benchmark values. If `true`, members with benchmark values are returned. If `false`, members without benchmark values are returned. If no value is specified, all members are returned. ")] = None,
1215
1215
  semantic_only: Annotated[Optional[StrictBool], Field(description="If `true`, only semantic search will be used to find matches. Ensure the parameter `lexicalOnly` is set to `false`. Default is `false`. By default, both semantic and lexical search are used to find matches. ")] = None,
@@ -1236,7 +1236,7 @@ class DimensionsApi:
1236
1236
  :type hierarchy: str
1237
1237
  :param parent: The ID of the parent member. If the ID is provided, the response returns the immediate children of the parent member. To get the top-level members, use the value `root`. Member availability and the parent-child relationship depends on the selected hierarchy. Please refer to the `hierarchy` parameter.
1238
1238
  :type parent: str
1239
- :param term: The input search term. The job members that are the most semantically similar to the search term are returned with the most relevant job members displayed first. Your search term may not be included in the results as semantic search goes beyond keyword matching and attempts to interpret the meaning behind the query to provide search results. The minimum length is 3 characters and the maximum length is 100 characters. ***The search term must be URL encoded.***
1239
+ :param term: The input search term. The job members that are the most semantically similar to the search term are returned with the most relevant job members displayed first. Your search term may not be included in the results as semantic search goes beyond keyword matching and attempts to interpret the meaning behind the query to provide search results. The minimum length is 2 characters and the maximum length is 100 characters. ***The search term must be URL encoded.***
1240
1240
  :type term: str
1241
1241
  :param naics_code: The North American Industry Classification System (NAICS) code. If `naicsCode` is provided, `term` is required. The most relevant job members associated with the naicsCode are returned first.
1242
1242
  :type naics_code: str
@@ -1307,7 +1307,7 @@ class DimensionsApi:
1307
1307
  self,
1308
1308
  hierarchy: Annotated[Optional[StrictStr], Field(description="The ID of the job hierarchy to navigate. If not provided, Visier's default job hierarchy is used. In the default hierarchy, jobs are organized into three levels with domain and subdomain groupings. ")] = None,
1309
1309
  parent: Annotated[Optional[StrictStr], Field(description="The ID of the parent member. If the ID is provided, the response returns the immediate children of the parent member. To get the top-level members, use the value `root`. Member availability and the parent-child relationship depends on the selected hierarchy. Please refer to the `hierarchy` parameter. ")] = None,
1310
- term: Annotated[Optional[StrictStr], Field(description="The input search term. The job members that are the most semantically similar to the search term are returned with the most relevant job members displayed first. Your search term may not be included in the results as semantic search goes beyond keyword matching and attempts to interpret the meaning behind the query to provide search results. The minimum length is 3 characters and the maximum length is 100 characters. ***The search term must be URL encoded.*** ")] = None,
1310
+ term: Annotated[Optional[StrictStr], Field(description="The input search term. The job members that are the most semantically similar to the search term are returned with the most relevant job members displayed first. Your search term may not be included in the results as semantic search goes beyond keyword matching and attempts to interpret the meaning behind the query to provide search results. The minimum length is 2 characters and the maximum length is 100 characters. ***The search term must be URL encoded.*** ")] = None,
1311
1311
  naics_code: Annotated[Optional[StrictStr], Field(description="The North American Industry Classification System (NAICS) code. If `naicsCode` is provided, `term` is required. The most relevant job members associated with the naicsCode are returned first. ")] = None,
1312
1312
  has_benchmark_value: Annotated[Optional[StrictBool], Field(description="Filter members based on the availability of benchmark values. If `true`, members with benchmark values are returned. If `false`, members without benchmark values are returned. If no value is specified, all members are returned. ")] = None,
1313
1313
  semantic_only: Annotated[Optional[StrictBool], Field(description="If `true`, only semantic search will be used to find matches. Ensure the parameter `lexicalOnly` is set to `false`. Default is `false`. By default, both semantic and lexical search are used to find matches. ")] = None,
@@ -1334,7 +1334,7 @@ class DimensionsApi:
1334
1334
  :type hierarchy: str
1335
1335
  :param parent: The ID of the parent member. If the ID is provided, the response returns the immediate children of the parent member. To get the top-level members, use the value `root`. Member availability and the parent-child relationship depends on the selected hierarchy. Please refer to the `hierarchy` parameter.
1336
1336
  :type parent: str
1337
- :param term: The input search term. The job members that are the most semantically similar to the search term are returned with the most relevant job members displayed first. Your search term may not be included in the results as semantic search goes beyond keyword matching and attempts to interpret the meaning behind the query to provide search results. The minimum length is 3 characters and the maximum length is 100 characters. ***The search term must be URL encoded.***
1337
+ :param term: The input search term. The job members that are the most semantically similar to the search term are returned with the most relevant job members displayed first. Your search term may not be included in the results as semantic search goes beyond keyword matching and attempts to interpret the meaning behind the query to provide search results. The minimum length is 2 characters and the maximum length is 100 characters. ***The search term must be URL encoded.***
1338
1338
  :type term: str
1339
1339
  :param naics_code: The North American Industry Classification System (NAICS) code. If `naicsCode` is provided, `term` is required. The most relevant job members associated with the naicsCode are returned first.
1340
1340
  :type naics_code: str
@@ -1405,7 +1405,7 @@ class DimensionsApi:
1405
1405
  self,
1406
1406
  hierarchy: Annotated[Optional[StrictStr], Field(description="The ID of the job hierarchy to navigate. If not provided, Visier's default job hierarchy is used. In the default hierarchy, jobs are organized into three levels with domain and subdomain groupings. ")] = None,
1407
1407
  parent: Annotated[Optional[StrictStr], Field(description="The ID of the parent member. If the ID is provided, the response returns the immediate children of the parent member. To get the top-level members, use the value `root`. Member availability and the parent-child relationship depends on the selected hierarchy. Please refer to the `hierarchy` parameter. ")] = None,
1408
- term: Annotated[Optional[StrictStr], Field(description="The input search term. The job members that are the most semantically similar to the search term are returned with the most relevant job members displayed first. Your search term may not be included in the results as semantic search goes beyond keyword matching and attempts to interpret the meaning behind the query to provide search results. The minimum length is 3 characters and the maximum length is 100 characters. ***The search term must be URL encoded.*** ")] = None,
1408
+ term: Annotated[Optional[StrictStr], Field(description="The input search term. The job members that are the most semantically similar to the search term are returned with the most relevant job members displayed first. Your search term may not be included in the results as semantic search goes beyond keyword matching and attempts to interpret the meaning behind the query to provide search results. The minimum length is 2 characters and the maximum length is 100 characters. ***The search term must be URL encoded.*** ")] = None,
1409
1409
  naics_code: Annotated[Optional[StrictStr], Field(description="The North American Industry Classification System (NAICS) code. If `naicsCode` is provided, `term` is required. The most relevant job members associated with the naicsCode are returned first. ")] = None,
1410
1410
  has_benchmark_value: Annotated[Optional[StrictBool], Field(description="Filter members based on the availability of benchmark values. If `true`, members with benchmark values are returned. If `false`, members without benchmark values are returned. If no value is specified, all members are returned. ")] = None,
1411
1411
  semantic_only: Annotated[Optional[StrictBool], Field(description="If `true`, only semantic search will be used to find matches. Ensure the parameter `lexicalOnly` is set to `false`. Default is `false`. By default, both semantic and lexical search are used to find matches. ")] = None,
@@ -1432,7 +1432,7 @@ class DimensionsApi:
1432
1432
  :type hierarchy: str
1433
1433
  :param parent: The ID of the parent member. If the ID is provided, the response returns the immediate children of the parent member. To get the top-level members, use the value `root`. Member availability and the parent-child relationship depends on the selected hierarchy. Please refer to the `hierarchy` parameter.
1434
1434
  :type parent: str
1435
- :param term: The input search term. The job members that are the most semantically similar to the search term are returned with the most relevant job members displayed first. Your search term may not be included in the results as semantic search goes beyond keyword matching and attempts to interpret the meaning behind the query to provide search results. The minimum length is 3 characters and the maximum length is 100 characters. ***The search term must be URL encoded.***
1435
+ :param term: The input search term. The job members that are the most semantically similar to the search term are returned with the most relevant job members displayed first. Your search term may not be included in the results as semantic search goes beyond keyword matching and attempts to interpret the meaning behind the query to provide search results. The minimum length is 2 characters and the maximum length is 100 characters. ***The search term must be URL encoded.***
1436
1436
  :type term: str
1437
1437
  :param naics_code: The North American Industry Classification System (NAICS) code. If `naicsCode` is provided, `term` is required. The most relevant job members associated with the naicsCode are returned first.
1438
1438
  :type naics_code: str
@@ -2487,7 +2487,7 @@ class DimensionsApi:
2487
2487
  @validate_call
2488
2488
  def standardize_jobs_in_bulk(
2489
2489
  self,
2490
- job_standardization_input: Annotated[JobStandardizationInput, Field(description="The custom job titles that you want to retrieve standardized jobs for, the optional NAICS code to retrieve industry specific jobs, and the optional number of top matches to retrieve. By default, both semantic and lexical search are used to find matches. If you want to use a specific search method, set one of the parameters `semanticOnly` or `lexicalOnly` to `true`. Default for `semanticOnly` and `lexicalOnly` are `false`. The minimum custom job title length is 3 characters and the maximum length is 100 characters. You can submit up to 30 custom job titles per request. The default number of top matches returned is 5. ")],
2490
+ job_standardization_input: Annotated[JobStandardizationInput, Field(description="The custom job titles that you want to retrieve standardized jobs for, the optional NAICS code to retrieve industry specific jobs, and the optional number of top matches to retrieve. By default, both semantic and lexical search are used to find matches. If you want to use a specific search method, set one of the parameters `semanticOnly` or `lexicalOnly` to `true`. Default for `semanticOnly` and `lexicalOnly` are `false`. The minimum custom job title length is 2 characters and the maximum length is 100 characters. You can submit up to 30 custom job titles per request. The default number of top matches returned is 5. ")],
2491
2491
  _request_timeout: Union[
2492
2492
  None,
2493
2493
  Annotated[StrictFloat, Field(gt=0)],
@@ -2505,7 +2505,7 @@ class DimensionsApi:
2505
2505
 
2506
2506
  Find the top standardized job matches for any custom job title and optional NAICS code in bulk.
2507
2507
 
2508
- :param job_standardization_input: The custom job titles that you want to retrieve standardized jobs for, the optional NAICS code to retrieve industry specific jobs, and the optional number of top matches to retrieve. By default, both semantic and lexical search are used to find matches. If you want to use a specific search method, set one of the parameters `semanticOnly` or `lexicalOnly` to `true`. Default for `semanticOnly` and `lexicalOnly` are `false`. The minimum custom job title length is 3 characters and the maximum length is 100 characters. You can submit up to 30 custom job titles per request. The default number of top matches returned is 5. (required)
2508
+ :param job_standardization_input: The custom job titles that you want to retrieve standardized jobs for, the optional NAICS code to retrieve industry specific jobs, and the optional number of top matches to retrieve. By default, both semantic and lexical search are used to find matches. If you want to use a specific search method, set one of the parameters `semanticOnly` or `lexicalOnly` to `true`. Default for `semanticOnly` and `lexicalOnly` are `false`. The minimum custom job title length is 2 characters and the maximum length is 100 characters. You can submit up to 30 custom job titles per request. The default number of top matches returned is 5. (required)
2509
2509
  :type job_standardization_input: JobStandardizationInput
2510
2510
  :param _request_timeout: timeout setting for this request. If one
2511
2511
  number provided, it will be total request
@@ -2557,7 +2557,7 @@ class DimensionsApi:
2557
2557
  @validate_call
2558
2558
  def standardize_jobs_in_bulk_with_http_info(
2559
2559
  self,
2560
- job_standardization_input: Annotated[JobStandardizationInput, Field(description="The custom job titles that you want to retrieve standardized jobs for, the optional NAICS code to retrieve industry specific jobs, and the optional number of top matches to retrieve. By default, both semantic and lexical search are used to find matches. If you want to use a specific search method, set one of the parameters `semanticOnly` or `lexicalOnly` to `true`. Default for `semanticOnly` and `lexicalOnly` are `false`. The minimum custom job title length is 3 characters and the maximum length is 100 characters. You can submit up to 30 custom job titles per request. The default number of top matches returned is 5. ")],
2560
+ job_standardization_input: Annotated[JobStandardizationInput, Field(description="The custom job titles that you want to retrieve standardized jobs for, the optional NAICS code to retrieve industry specific jobs, and the optional number of top matches to retrieve. By default, both semantic and lexical search are used to find matches. If you want to use a specific search method, set one of the parameters `semanticOnly` or `lexicalOnly` to `true`. Default for `semanticOnly` and `lexicalOnly` are `false`. The minimum custom job title length is 2 characters and the maximum length is 100 characters. You can submit up to 30 custom job titles per request. The default number of top matches returned is 5. ")],
2561
2561
  _request_timeout: Union[
2562
2562
  None,
2563
2563
  Annotated[StrictFloat, Field(gt=0)],
@@ -2575,7 +2575,7 @@ class DimensionsApi:
2575
2575
 
2576
2576
  Find the top standardized job matches for any custom job title and optional NAICS code in bulk.
2577
2577
 
2578
- :param job_standardization_input: The custom job titles that you want to retrieve standardized jobs for, the optional NAICS code to retrieve industry specific jobs, and the optional number of top matches to retrieve. By default, both semantic and lexical search are used to find matches. If you want to use a specific search method, set one of the parameters `semanticOnly` or `lexicalOnly` to `true`. Default for `semanticOnly` and `lexicalOnly` are `false`. The minimum custom job title length is 3 characters and the maximum length is 100 characters. You can submit up to 30 custom job titles per request. The default number of top matches returned is 5. (required)
2578
+ :param job_standardization_input: The custom job titles that you want to retrieve standardized jobs for, the optional NAICS code to retrieve industry specific jobs, and the optional number of top matches to retrieve. By default, both semantic and lexical search are used to find matches. If you want to use a specific search method, set one of the parameters `semanticOnly` or `lexicalOnly` to `true`. Default for `semanticOnly` and `lexicalOnly` are `false`. The minimum custom job title length is 2 characters and the maximum length is 100 characters. You can submit up to 30 custom job titles per request. The default number of top matches returned is 5. (required)
2579
2579
  :type job_standardization_input: JobStandardizationInput
2580
2580
  :param _request_timeout: timeout setting for this request. If one
2581
2581
  number provided, it will be total request
@@ -2627,7 +2627,7 @@ class DimensionsApi:
2627
2627
  @validate_call
2628
2628
  def standardize_jobs_in_bulk_without_preload_content(
2629
2629
  self,
2630
- job_standardization_input: Annotated[JobStandardizationInput, Field(description="The custom job titles that you want to retrieve standardized jobs for, the optional NAICS code to retrieve industry specific jobs, and the optional number of top matches to retrieve. By default, both semantic and lexical search are used to find matches. If you want to use a specific search method, set one of the parameters `semanticOnly` or `lexicalOnly` to `true`. Default for `semanticOnly` and `lexicalOnly` are `false`. The minimum custom job title length is 3 characters and the maximum length is 100 characters. You can submit up to 30 custom job titles per request. The default number of top matches returned is 5. ")],
2630
+ job_standardization_input: Annotated[JobStandardizationInput, Field(description="The custom job titles that you want to retrieve standardized jobs for, the optional NAICS code to retrieve industry specific jobs, and the optional number of top matches to retrieve. By default, both semantic and lexical search are used to find matches. If you want to use a specific search method, set one of the parameters `semanticOnly` or `lexicalOnly` to `true`. Default for `semanticOnly` and `lexicalOnly` are `false`. The minimum custom job title length is 2 characters and the maximum length is 100 characters. You can submit up to 30 custom job titles per request. The default number of top matches returned is 5. ")],
2631
2631
  _request_timeout: Union[
2632
2632
  None,
2633
2633
  Annotated[StrictFloat, Field(gt=0)],
@@ -2645,7 +2645,7 @@ class DimensionsApi:
2645
2645
 
2646
2646
  Find the top standardized job matches for any custom job title and optional NAICS code in bulk.
2647
2647
 
2648
- :param job_standardization_input: The custom job titles that you want to retrieve standardized jobs for, the optional NAICS code to retrieve industry specific jobs, and the optional number of top matches to retrieve. By default, both semantic and lexical search are used to find matches. If you want to use a specific search method, set one of the parameters `semanticOnly` or `lexicalOnly` to `true`. Default for `semanticOnly` and `lexicalOnly` are `false`. The minimum custom job title length is 3 characters and the maximum length is 100 characters. You can submit up to 30 custom job titles per request. The default number of top matches returned is 5. (required)
2648
+ :param job_standardization_input: The custom job titles that you want to retrieve standardized jobs for, the optional NAICS code to retrieve industry specific jobs, and the optional number of top matches to retrieve. By default, both semantic and lexical search are used to find matches. If you want to use a specific search method, set one of the parameters `semanticOnly` or `lexicalOnly` to `true`. Default for `semanticOnly` and `lexicalOnly` are `false`. The minimum custom job title length is 2 characters and the maximum length is 100 characters. You can submit up to 30 custom job titles per request. The default number of top matches returned is 5. (required)
2649
2649
  :type job_standardization_input: JobStandardizationInput
2650
2650
  :param _request_timeout: timeout setting for this request. If one
2651
2651
  number provided, it will be total request
@@ -2786,7 +2786,7 @@ class DimensionsApi:
2786
2786
  ) -> None:
2787
2787
  """Send feedback to help improve the quality of the job match results
2788
2788
 
2789
- This API allows you to submit feedback on the quality of the job match results returned by the Get jobs endpoint. You must include the search term (job title you entered) in the request body. You can include the optional `naicsCode` if it was used as part of the search in the Get jobs endpoint. You can also submit additional comments by providing values for `additionalComments`, along with `term` and `naicsCode`. **Note:** For `term`, the minimum is 3 characters and the maximum is 100 characters. For `additionalComments`, the maximum is 150 characters.
2789
+ This API allows you to submit feedback on the quality of the job match results returned by the Get jobs endpoint. You must include the search term (job title you entered) in the request body. You can include the optional `naicsCode` if it was used as part of the search in the Get jobs endpoint. You can also submit additional comments by providing values for `additionalComments`, along with `term` and `naicsCode`. **Note:** For `term`, the minimum is 2 characters and the maximum is 100 characters. For `additionalComments`, the maximum is 150 characters.
2790
2790
 
2791
2791
  :param job_feedback_input: The feedback you want to submit for. Ensure to include the mandatory fields: search term (`term`). (required)
2792
2792
  :type job_feedback_input: JobFeedbackInput
@@ -2856,7 +2856,7 @@ class DimensionsApi:
2856
2856
  ) -> ApiResponse[None]:
2857
2857
  """Send feedback to help improve the quality of the job match results
2858
2858
 
2859
- This API allows you to submit feedback on the quality of the job match results returned by the Get jobs endpoint. You must include the search term (job title you entered) in the request body. You can include the optional `naicsCode` if it was used as part of the search in the Get jobs endpoint. You can also submit additional comments by providing values for `additionalComments`, along with `term` and `naicsCode`. **Note:** For `term`, the minimum is 3 characters and the maximum is 100 characters. For `additionalComments`, the maximum is 150 characters.
2859
+ This API allows you to submit feedback on the quality of the job match results returned by the Get jobs endpoint. You must include the search term (job title you entered) in the request body. You can include the optional `naicsCode` if it was used as part of the search in the Get jobs endpoint. You can also submit additional comments by providing values for `additionalComments`, along with `term` and `naicsCode`. **Note:** For `term`, the minimum is 2 characters and the maximum is 100 characters. For `additionalComments`, the maximum is 150 characters.
2860
2860
 
2861
2861
  :param job_feedback_input: The feedback you want to submit for. Ensure to include the mandatory fields: search term (`term`). (required)
2862
2862
  :type job_feedback_input: JobFeedbackInput
@@ -2926,7 +2926,7 @@ class DimensionsApi:
2926
2926
  ) -> RESTResponseType:
2927
2927
  """Send feedback to help improve the quality of the job match results
2928
2928
 
2929
- This API allows you to submit feedback on the quality of the job match results returned by the Get jobs endpoint. You must include the search term (job title you entered) in the request body. You can include the optional `naicsCode` if it was used as part of the search in the Get jobs endpoint. You can also submit additional comments by providing values for `additionalComments`, along with `term` and `naicsCode`. **Note:** For `term`, the minimum is 3 characters and the maximum is 100 characters. For `additionalComments`, the maximum is 150 characters.
2929
+ This API allows you to submit feedback on the quality of the job match results returned by the Get jobs endpoint. You must include the search term (job title you entered) in the request body. You can include the optional `naicsCode` if it was used as part of the search in the Get jobs endpoint. You can also submit additional comments by providing values for `additionalComments`, along with `term` and `naicsCode`. **Note:** For `term`, the minimum is 2 characters and the maximum is 100 characters. For `additionalComments`, the maximum is 150 characters.
2930
2930
 
2931
2931
  :param job_feedback_input: The feedback you want to submit for. Ensure to include the mandatory fields: search term (`term`). (required)
2932
2932
  :type job_feedback_input: JobFeedbackInput