seeq 66.54.1.20250922__py3-none-any.whl → 66.90.0.20251219__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.
- seeq/sdk/__init__.py +77 -3
- seeq/sdk/api/__init__.py +7 -3
- seeq/sdk/api/access_keys_api.py +8 -4
- seeq/sdk/api/add_ons_api.py +1 -1
- seeq/sdk/api/agents_api.py +1 -1
- seeq/sdk/api/annotations_api.py +1 -1
- seeq/sdk/api/assets_api.py +1 -1
- seeq/sdk/api/audit_api.py +7 -2
- seeq/sdk/api/auth_api.py +1 -1
- seeq/sdk/api/cache_api.py +184 -0
- seeq/sdk/api/condition_monitors_api.py +1 -1
- seeq/sdk/api/conditions_api.py +115 -1
- seeq/sdk/api/content_api.py +6 -2
- seeq/sdk/api/context_api.py +1531 -57
- seeq/sdk/api/datafiles_api.py +1 -1
- seeq/sdk/api/datasources_api.py +1 -1
- seeq/sdk/api/display_templates_api.py +1 -1
- seeq/sdk/api/displays_api.py +1 -1
- seeq/sdk/api/export_api.py +1 -1
- seeq/sdk/api/folders_api.py +359 -5
- seeq/sdk/api/formulas_api.py +136 -18
- seeq/sdk/api/graph_ql_api.py +1 -1
- seeq/sdk/api/hierarchies_api.py +157 -13
- seeq/sdk/api/items_api.py +230 -1
- seeq/sdk/api/jobs_api.py +1 -1
- seeq/sdk/api/logs_api.py +120 -1
- seeq/sdk/api/markdown_items_api.py +1 -1
- seeq/sdk/api/markdown_links_api.py +374 -0
- seeq/sdk/api/materialized_tables_api.py +283 -0
- seeq/sdk/api/metrics_api.py +1 -1
- seeq/sdk/api/models_api.py +638 -1
- seeq/sdk/api/monitors_api.py +1 -1
- seeq/sdk/api/networks_api.py +1 -1
- seeq/sdk/api/notification_configurations_api.py +1 -1
- seeq/sdk/api/notifier_api.py +1 -1
- seeq/sdk/api/plugins_api.py +1 -1
- seeq/sdk/api/projects_api.py +1 -1
- seeq/sdk/api/report_templates_api.py +1 -1
- seeq/sdk/api/reports_api.py +1 -1
- seeq/sdk/api/requests_api.py +1 -1
- seeq/sdk/api/scalars_api.py +1 -1
- seeq/sdk/api/scim_api.py +1 -1
- seeq/sdk/api/{unstable_api.py → sharing_api.py} +84 -107
- seeq/sdk/api/signal_monitors_api.py +1 -1
- seeq/sdk/api/signals_api.py +1 -1
- seeq/sdk/api/stored_tables_api.py +871 -0
- seeq/sdk/api/subscriptions_api.py +1 -1
- seeq/sdk/api/system_api.py +1 -1
- seeq/sdk/api/table_definitions_api.py +194 -39
- seeq/sdk/api/trees_api.py +3 -3
- seeq/sdk/api/usage_api.py +1 -1
- seeq/sdk/api/user_groups_api.py +1 -1
- seeq/sdk/api/users_api.py +370 -3
- seeq/sdk/api/workbooks_api.py +239 -1
- seeq/sdk/api_client.py +2 -2
- seeq/sdk/configuration.py +3 -3
- seeq/sdk/models/__init__.py +72 -2
- seeq/sdk/models/access_key_input_v1.py +32 -4
- seeq/sdk/models/access_key_output_list_v1.py +1 -1
- seeq/sdk/models/access_key_output_v1.py +30 -2
- seeq/sdk/models/ace_input_v1.py +1 -1
- seeq/sdk/models/ace_output_v1.py +1 -1
- seeq/sdk/models/acl_input_v1.py +1 -1
- seeq/sdk/models/acl_output_v1.py +1 -1
- seeq/sdk/models/activity_graph_output_v1.py +1 -1
- seeq/sdk/models/activity_output_v1.py +1 -1
- seeq/sdk/models/add_on_input_v1.py +1 -1
- seeq/sdk/models/add_on_output_list_v1.py +1 -1
- seeq/sdk/models/add_on_output_v1.py +1 -1
- seeq/sdk/models/add_on_preview_output_list_v1.py +1 -1
- seeq/sdk/models/add_on_preview_v1.py +1 -1
- seeq/sdk/models/add_on_tool_input_v1.py +1 -1
- seeq/sdk/models/add_on_tool_output_v1.py +1 -1
- seeq/sdk/models/administrator_contact_information_v1.py +1 -1
- seeq/sdk/models/agent_input_v1.py +1 -1
- seeq/sdk/models/agent_key_output_v1.py +1 -1
- seeq/sdk/models/agent_orchestrator_output_v1.py +1 -7
- seeq/sdk/models/agent_output_v1.py +1 -1
- seeq/sdk/models/agent_status_output_v1.py +1 -1
- seeq/sdk/models/agent_status_v1.py +30 -2
- seeq/sdk/models/all_context_output_v1.py +216 -0
- seeq/sdk/models/annotation_image_link_output_v1.py +1 -1
- seeq/sdk/models/annotation_input_v1.py +1 -1
- seeq/sdk/models/annotation_interest_input_v1.py +1 -1
- seeq/sdk/models/annotation_interest_output_v1.py +1 -1
- seeq/sdk/models/annotation_list_output_v1.py +1 -1
- seeq/sdk/models/annotation_output_v1.py +1 -1
- seeq/sdk/models/archive_output_v1.py +1 -1
- seeq/sdk/models/asset_batch_input_v1.py +1 -1
- seeq/sdk/models/asset_error.py +1 -1
- seeq/sdk/models/asset_group_asset_input_v1.py +1 -1
- seeq/sdk/models/asset_group_input_v1.py +1 -1
- seeq/sdk/models/asset_group_output_v1.py +1 -1
- seeq/sdk/models/asset_group_root_input_v1.py +1 -1
- seeq/sdk/models/asset_group_tree_output_v1.py +1 -1
- seeq/sdk/models/asset_input_v1.py +1 -1
- seeq/sdk/models/asset_output_v1.py +1 -1
- seeq/sdk/models/asset_selection_input_v1.py +1 -1
- seeq/sdk/models/asset_selection_output_v1.py +1 -1
- seeq/sdk/models/asset_tree_batch_input_v1.py +1 -1
- seeq/sdk/models/asset_tree_output_v1.py +1 -1
- seeq/sdk/models/asset_tree_single_input_v1.py +1 -1
- seeq/sdk/models/attachment_input_v1.py +1 -1
- seeq/sdk/models/audit_output_list_v1.py +1 -1
- seeq/sdk/models/audit_output_v1.py +1 -7
- seeq/sdk/models/auth_input_v1.py +1 -1
- seeq/sdk/models/auth_providers_output_v1.py +1 -1
- seeq/sdk/models/authoritative_region_output_v1.py +1 -1
- seeq/sdk/models/base_output.py +1 -1
- seeq/sdk/models/boolean_config_field_v1.py +1 -1
- seeq/sdk/models/cache_block.py +56 -4
- seeq/sdk/models/cache_info_v1.py +1 -1
- seeq/sdk/models/calculated_item_output_v1.py +1 -1
- seeq/sdk/models/capability_inheritance_output_v1.py +1 -7
- seeq/sdk/models/capsule_input_v1.py +1 -1
- seeq/sdk/models/capsule_property_input_v1.py +1 -1
- seeq/sdk/models/capsule_property_output_v1.py +1 -1
- seeq/sdk/models/capsule_v1.py +1 -1
- seeq/sdk/models/capsules_input_v1.py +1 -1
- seeq/sdk/models/capsules_output_v1.py +1 -1
- seeq/sdk/models/capsules_overwrite_input_v1.py +1 -1
- seeq/sdk/models/category_label_pair_input_v1.py +152 -0
- seeq/sdk/models/channel_output_v1.py +1 -1
- seeq/sdk/models/column_definition_bulk_edit_input_list_v1.py +1 -1
- seeq/sdk/models/column_definition_bulk_edit_input_v1.py +1 -7
- seeq/sdk/models/column_definition_input_list_v1.py +1 -1
- seeq/sdk/models/column_definition_input_v1.py +1 -7
- seeq/sdk/models/column_definition_order_input_v1.py +1 -1
- seeq/sdk/models/column_definition_output_v1.py +1 -7
- seeq/sdk/models/column_header_output_v1.py +152 -0
- seeq/sdk/models/column_model_input_v1.py +1 -1
- seeq/sdk/models/column_model_output.py +1 -1
- seeq/sdk/models/column_override_input_list_v1.py +1 -1
- seeq/sdk/models/column_override_input_v1.py +1 -1
- seeq/sdk/models/column_rule_ancestor_input_v1.py +1 -1
- seeq/sdk/models/column_rule_asset_creator_input_v1.py +1 -1
- seeq/sdk/models/column_rule_concat_input_v1.py +1 -1
- seeq/sdk/models/column_rule_constant_input_v1.py +1 -1
- seeq/sdk/models/column_rule_context_condition_input_v1.py +1 -1
- seeq/sdk/models/column_rule_datasource_input_v1.py +1 -1
- seeq/sdk/models/column_rule_descendant_input_v1.py +1 -7
- seeq/sdk/models/column_rule_descendant_search_input_v1.py +1 -1
- seeq/sdk/models/column_rule_event_asset_creator_input_v1.py +4 -32
- seeq/sdk/models/column_rule_event_property_input_v1.py +1 -1
- seeq/sdk/models/column_rule_find_descendant_input_v1.py +58 -2
- seeq/sdk/models/column_rule_find_property_input_v1.py +1 -1
- seeq/sdk/models/column_rule_formula_creator_input_v1.py +1 -1
- seeq/sdk/models/column_rule_get_item_property_input_v1.py +1 -1
- seeq/sdk/models/column_rule_input_v1.py +1 -1
- seeq/sdk/models/column_rule_item_search_input_v1.py +1 -1
- seeq/sdk/models/column_rule_item_type_input_v1.py +1 -1
- seeq/sdk/models/column_rule_manager_input_v1.py +1 -1
- seeq/sdk/models/column_rule_output_v1.py +1 -1
- seeq/sdk/models/column_rule_path_input_v1.py +1 -1
- seeq/sdk/models/column_rule_path_search_input_v1.py +1 -1
- seeq/sdk/models/column_rule_preserve_existing_input_v1.py +1 -1
- seeq/sdk/models/column_rule_scalar_creator_input_v1.py +1 -1
- seeq/sdk/models/column_rule_search_ancestor_input_v1.py +1 -1
- seeq/sdk/models/column_rule_set_item_property_input_v1.py +1 -1
- seeq/sdk/models/column_rule_text_extractor_input_v1.py +1 -1
- seeq/sdk/models/column_rule_text_replacement_input_v1.py +1 -1
- seeq/sdk/models/column_rule_tree_path_creator_input_v1.py +1 -1
- seeq/sdk/models/comment_category_input_v1.py +208 -0
- seeq/sdk/models/comment_category_output_list_v1.py +124 -0
- seeq/sdk/models/comment_category_output_v1.py +320 -0
- seeq/sdk/models/complex_object_config_field_v1.py +96 -0
- seeq/sdk/models/composite_filter.py +176 -0
- seeq/sdk/models/condition_batch_input_v1.py +1 -1
- seeq/sdk/models/condition_input_v1.py +1 -1
- seeq/sdk/models/condition_monitor_input_v1.py +5 -12
- seeq/sdk/models/condition_monitor_metadata_output_list_v1.py +1 -1
- seeq/sdk/models/condition_monitor_metadata_output_v1.py +1 -1
- seeq/sdk/models/condition_monitor_notification_configuration_input_v1.py +1 -7
- seeq/sdk/models/condition_monitor_output_v1.py +1 -8
- seeq/sdk/models/condition_monitor_workbook_output_v1.py +1 -1
- seeq/sdk/models/condition_output_v1.py +1 -7
- seeq/sdk/models/condition_source_v1.py +148 -0
- seeq/sdk/models/condition_table_input_v1.py +292 -0
- seeq/sdk/models/condition_table_stat_input_for_direct_items_v1.py +156 -0
- seeq/sdk/models/condition_table_stat_input_for_table_v1.py +182 -0
- seeq/sdk/models/condition_update_input_v1.py +1 -1
- seeq/sdk/models/config_field_v1.py +32 -8
- seeq/sdk/models/configuration_input_v1.py +6 -2
- seeq/sdk/models/configuration_option_input_v1.py +9 -1
- seeq/sdk/models/configuration_option_output_simple_v1.py +9 -1
- seeq/sdk/models/configuration_option_output_v1.py +38 -2
- seeq/sdk/models/configuration_output_v1.py +1 -1
- seeq/sdk/models/configured_directives_output_v1.py +1 -1
- seeq/sdk/models/connection_input_v1.py +1 -1
- seeq/sdk/models/connection_output_v1.py +3 -3
- seeq/sdk/models/connection_status_output_v1.py +1 -7
- seeq/sdk/models/connection_status_v1.py +1 -1
- seeq/sdk/models/connections_output_v1.py +1 -1
- seeq/sdk/models/connector_input_v1.py +1 -1
- seeq/sdk/models/connector_output_v1.py +1 -1
- seeq/sdk/models/connectors_output_v1.py +1 -1
- seeq/sdk/models/content_input_v1.py +30 -8
- seeq/sdk/models/content_output_v1.py +30 -8
- seeq/sdk/models/content_with_metadata_list_output_v1.py +1 -1
- seeq/sdk/models/content_with_metadata_output_v1.py +30 -8
- seeq/sdk/models/context_comment_input_v1.py +84 -2
- seeq/sdk/models/context_comment_list_output_v1.py +126 -0
- seeq/sdk/models/context_comment_output_v1.py +110 -2
- seeq/sdk/models/context_condition_output_list_v1.py +124 -0
- seeq/sdk/models/context_condition_output_v1.py +156 -0
- seeq/sdk/models/context_id_input_v1.py +154 -0
- seeq/sdk/models/context_item.py +208 -0
- seeq/sdk/models/context_label_input_v1.py +1 -1
- seeq/sdk/models/context_label_list_output_v1.py +126 -0
- seeq/sdk/models/context_label_output_v1.py +84 -2
- seeq/sdk/models/context_label_with_id_input_v1.py +1 -1
- seeq/sdk/models/context_numeric_input_v1.py +1 -1
- seeq/sdk/models/context_numeric_list_output_v1.py +126 -0
- seeq/sdk/models/context_numeric_output_v1.py +56 -2
- seeq/sdk/models/context_opaque_input_v1.py +1 -1
- seeq/sdk/models/context_opaque_list_output_v1.py +126 -0
- seeq/sdk/models/context_opaque_output_v1.py +56 -2
- seeq/sdk/models/context_user.py +152 -0
- seeq/sdk/models/csv_datafile_output_v1.py +1 -1
- seeq/sdk/models/datafile_input_v1.py +1 -25
- seeq/sdk/models/datafile_output_v1.py +1 -25
- seeq/sdk/models/datafiles_csv_body.py +1 -1
- seeq/sdk/models/datasource_access_stats_v1.py +216 -0
- seeq/sdk/models/datasource_cache_clear_output_v1.py +1 -1
- seeq/sdk/models/datasource_clean_up_input_v1.py +1 -1
- seeq/sdk/models/datasource_clean_up_output_v1.py +1 -1
- seeq/sdk/models/datasource_input_v1.py +1 -13
- seeq/sdk/models/datasource_output_list_v1.py +1 -1
- seeq/sdk/models/datasource_output_v1.py +1 -13
- seeq/sdk/models/datasource_pair_output_v1.py +1 -1
- seeq/sdk/models/datasource_pairs_output_v1.py +1 -1
- seeq/sdk/models/datasource_preview_v1.py +1 -1
- seeq/sdk/models/datasource_statistics_v1.py +1 -1
- seeq/sdk/models/datasource_status_output_v1.py +1 -1
- seeq/sdk/models/datasource_status_v1.py +1 -1
- seeq/sdk/models/datasource_summary_status_output_v1.py +1 -7
- seeq/sdk/models/datasources_status_output_v1.py +1 -1
- seeq/sdk/models/date_range_input_v1.py +1 -1
- seeq/sdk/models/date_range_output_v1.py +1 -1
- seeq/sdk/models/debug_cache_block_output_v1.py +1 -7
- seeq/sdk/models/delete_column_error_output_v1.py +1 -7
- seeq/sdk/models/delete_rows_input_v1.py +126 -0
- seeq/sdk/models/delete_rows_output_v1.py +124 -0
- seeq/sdk/models/derived_feature_v1.py +1 -7
- seeq/sdk/models/detailed_meter_output_v1.py +1 -1
- seeq/sdk/models/detailed_timer_output_v1.py +1 -1
- seeq/sdk/models/direct_item_ids_source_v1.py +154 -0
- seeq/sdk/models/directive_input_v1.py +1 -1
- seeq/sdk/models/display_input_v1.py +1 -1
- seeq/sdk/models/display_output_list_v1.py +1 -1
- seeq/sdk/models/display_output_v1.py +1 -1
- seeq/sdk/models/display_template_input_v1.py +1 -1
- seeq/sdk/models/display_template_output_list_v1.py +1 -1
- seeq/sdk/models/display_template_output_v1.py +1 -1
- seeq/sdk/models/document_backup_output_v1.py +1 -1
- seeq/sdk/models/double_config_field_v1.py +1 -1
- seeq/sdk/models/duration_config_field_v1.py +1 -1
- seeq/sdk/models/email_notification_recipient_output_v1.py +9 -1
- seeq/sdk/models/emailer_configuration_output_v1.py +1 -1
- seeq/sdk/models/enum_config_field_v1.py +1 -1
- seeq/sdk/models/export_item_v1.py +1 -1
- seeq/sdk/models/export_items_output_v1.py +1 -1
- seeq/sdk/models/export_items_v1.py +1 -1
- seeq/sdk/models/export_preview_list_v1.py +1 -1
- seeq/sdk/models/export_preview_v1.py +1 -1
- seeq/sdk/models/feature_argument_output_v1.py +1 -7
- seeq/sdk/models/feature_output_v1.py +1 -7
- seeq/sdk/models/feature_rule_v1.py +28 -2
- seeq/sdk/models/feature_value_output_v1.py +1 -1
- seeq/sdk/models/filter.py +174 -0
- seeq/sdk/models/fixed_list_search_v1.py +30 -8
- seeq/sdk/models/folded_stack_node_v1.py +1 -1
- seeq/sdk/models/folder_input_v1.py +1 -1
- seeq/sdk/models/folder_navigation_output_v1.py +1 -1
- seeq/sdk/models/folder_output_v1.py +1 -1
- seeq/sdk/models/folder_search_results_v1.py +274 -0
- seeq/sdk/models/formula_compile_input_v1.py +1 -1
- seeq/sdk/models/formula_compile_output_v1.py +1 -1
- seeq/sdk/models/formula_compiler_error_output_v1.py +1 -1
- seeq/sdk/models/formula_dependency_input_v1.py +1 -1
- seeq/sdk/models/formula_doc_example_input_v1.py +1 -1
- seeq/sdk/models/formula_doc_example_list_input_v1.py +1 -1
- seeq/sdk/models/formula_doc_input_v1.py +1 -1
- seeq/sdk/models/formula_doc_keyword_list_input_v1.py +1 -1
- seeq/sdk/models/formula_doc_output_v1.py +30 -2
- seeq/sdk/models/formula_doc_summaries_output_v1.py +1 -1
- seeq/sdk/models/formula_doc_summary_output_v1.py +1 -1
- seeq/sdk/models/formula_error_output_v1.py +1 -13
- seeq/sdk/models/formula_example_output_v1.py +1 -1
- seeq/sdk/models/formula_generic_output_v1.py +1 -1
- seeq/sdk/models/formula_item_input_v1.py +1 -1
- seeq/sdk/models/formula_item_output_v1.py +1 -1
- seeq/sdk/models/formula_log_entry.py +1 -1
- seeq/sdk/models/formula_log_entry_details.py +1 -1
- seeq/sdk/models/formula_log_v1.py +1 -1
- seeq/sdk/models/formula_package_import_input_v1.py +1 -1
- seeq/sdk/models/formula_package_import_output_v1.py +1 -1
- seeq/sdk/models/formula_package_input_v1.py +1 -1
- seeq/sdk/models/formula_package_output_v1.py +1 -1
- seeq/sdk/models/formula_parameter_input_v1.py +1 -1
- seeq/sdk/models/formula_parameter_output_v1.py +1 -1
- seeq/sdk/models/formula_run_input_v1.py +1 -7
- seeq/sdk/models/formula_run_output_v1.py +1 -1
- seeq/sdk/models/formula_token.py +1 -1
- seeq/sdk/models/formula_update_input_v1.py +1 -1
- seeq/sdk/models/formula_upgrade_change_v1.py +1 -1
- seeq/sdk/models/formula_upgrade_output_v1.py +1 -1
- seeq/sdk/models/function_input_v1.py +1 -1
- seeq/sdk/models/function_parameter_output_v1.py +1 -1
- seeq/sdk/models/function_variant_output_v1.py +1 -1
- seeq/sdk/models/gauge_datum_v1.py +1 -1
- seeq/sdk/models/generic_table_output_v1.py +1 -1
- seeq/sdk/models/get_add_on_tools_output_v1.py +1 -1
- seeq/sdk/models/get_all_context_input_v1.py +230 -0
- seeq/sdk/models/get_channels_output_v1.py +1 -1
- seeq/sdk/models/get_condition_monitor_items_output_v1.py +1 -1
- seeq/sdk/models/get_content_items_output_v1.py +1 -1
- seeq/sdk/models/get_context_condition_input_v1.py +126 -0
- seeq/sdk/models/get_context_input_v1.py +152 -0
- seeq/sdk/models/get_date_ranges_output_v1.py +1 -1
- seeq/sdk/models/get_jobs_output_v1.py +1 -1
- seeq/sdk/models/get_metrics_output_v1.py +1 -1
- seeq/sdk/models/get_organizations_output_v1.py +294 -0
- seeq/sdk/models/get_projects_output_v1.py +1 -1
- seeq/sdk/models/get_request_output_v1.py +1 -1
- seeq/sdk/models/get_requests_output_v1.py +3 -1
- seeq/sdk/models/get_sample_output_v1.py +1 -1
- seeq/sdk/models/get_samples_output_v1.py +1 -1
- seeq/sdk/models/get_signal_monitor_items_output_v1.py +1 -1
- seeq/sdk/models/get_signals_output_v1.py +1 -1
- seeq/sdk/models/graph_ql_input_v1.py +1 -1
- seeq/sdk/models/graph_ql_output_v1.py +1 -1
- seeq/sdk/models/hierarchy_input_v1.py +1 -1
- seeq/sdk/models/hierarchy_node_output_list_v1.py +1 -1
- seeq/sdk/models/hierarchy_node_output_v1.py +1 -1
- seeq/sdk/models/hierarchy_node_with_path_output_v1.py +214 -0
- seeq/sdk/models/hierarchy_output_list_v1.py +1 -1
- seeq/sdk/models/hierarchy_output_v1.py +20 -20
- seeq/sdk/models/hierarchy_search_v1.py +30 -8
- seeq/sdk/models/hierarchy_validation_output_v1.py +1 -1
- seeq/sdk/models/id_images_body.py +1 -1
- seeq/sdk/models/identity_mapping_list_v1.py +1 -1
- seeq/sdk/models/identity_mapping_v1.py +1 -1
- seeq/sdk/models/identity_preview_list_v1.py +1 -1
- seeq/sdk/models/identity_preview_v1.py +1 -1
- seeq/sdk/models/import_table_csv_output_v1.py +5 -1
- seeq/sdk/models/indexing_parameters_input_v1.py +1 -1
- seeq/sdk/models/input_feature_v1.py +1 -7
- seeq/sdk/models/installer_output_v1.py +1 -1
- seeq/sdk/models/instance_output_mapping_v1.py +58 -4
- seeq/sdk/models/instance_output_paginated_list_v1.py +1 -1
- seeq/sdk/models/instance_output_v1.py +116 -4
- seeq/sdk/models/instance_retired_output_v1.py +152 -0
- seeq/sdk/models/interval_v1.py +1 -1
- seeq/sdk/models/invalid_swap_out_v1.py +1 -1
- seeq/sdk/models/issue_summary_output_v1.py +1 -7
- seeq/sdk/models/item_batch_output_v1.py +1 -1
- seeq/sdk/models/item_dependency_output_v1.py +1 -1
- seeq/sdk/models/item_finder_input_v1.py +30 -2
- seeq/sdk/models/item_finder_output_list_v1.py +1 -1
- seeq/sdk/models/item_finder_output_v1.py +1 -1
- seeq/sdk/models/item_finder_searches_input_v1.py +32 -4
- seeq/sdk/models/item_finder_searches_output_v1.py +1 -1
- seeq/sdk/models/item_id_list_input_v1.py +1 -1
- seeq/sdk/models/item_metadata.py +1 -1
- seeq/sdk/models/item_output_v1.py +1 -1
- seeq/sdk/models/item_parameter_of_output_v1.py +1 -1
- seeq/sdk/models/item_preview_list_v1.py +1 -1
- seeq/sdk/models/item_preview_v1.py +1 -1
- seeq/sdk/models/item_preview_with_assets_v1.py +1 -1
- seeq/sdk/models/item_search_input_v1.py +320 -0
- seeq/sdk/models/item_search_preview_list_v1.py +1 -1
- seeq/sdk/models/item_search_preview_paginated_list_v1.py +1 -1
- seeq/sdk/models/item_search_preview_v1.py +3 -1
- seeq/sdk/models/item_swap_result_output_v1.py +1 -1
- seeq/sdk/models/item_update_output_v1.py +1 -1
- seeq/sdk/models/item_user_attributes_input_v1.py +1 -1
- seeq/sdk/models/item_user_attributes_output_v1.py +1 -1
- seeq/sdk/models/item_with_swap_pairs_v1.py +1 -1
- seeq/sdk/models/jira_attachment.py +1 -1
- seeq/sdk/models/jira_attachment_media_type.py +1 -1
- seeq/sdk/models/job_accepted_output_v1.py +1 -7
- seeq/sdk/models/job_output_v1.py +1 -7
- seeq/sdk/models/json_backup_output_v1.py +1 -1
- seeq/sdk/models/label_category_input_v1.py +5 -1
- seeq/sdk/models/label_category_output_list_v1.py +3 -1
- seeq/sdk/models/label_category_output_v1.py +1 -1
- seeq/sdk/models/label_hierarchy_input_v1.py +208 -0
- seeq/sdk/models/label_hierarchy_output_list_v1.py +126 -0
- seeq/sdk/models/label_hierarchy_output_v1.py +246 -0
- seeq/sdk/models/label_input_v1.py +1 -1
- seeq/sdk/models/label_output_list_v1.py +3 -1
- seeq/sdk/models/label_output_v1.py +1 -1
- seeq/sdk/models/last_run_state_output_v1.py +19 -1
- seeq/sdk/models/license_importer_output_v1.py +1 -1
- seeq/sdk/models/license_status_output_v1.py +1 -7
- seeq/sdk/models/licensed_feature_status_output_v1.py +1 -7
- seeq/sdk/models/list_config_field_v1.py +28 -8
- seeq/sdk/models/lock_error_output_v1.py +1 -1
- seeq/sdk/models/lock_error_path_output_v1.py +1 -7
- seeq/sdk/models/lock_errors_output_v1.py +1 -1
- seeq/sdk/models/lock_item_output_v1.py +1 -1
- seeq/sdk/models/locked_item_list_output_v1.py +1 -1
- seeq/sdk/models/log_message.py +155 -5
- seeq/sdk/models/log_message_input_v1.py +272 -0
- seeq/sdk/models/log_message_output_v1.py +300 -0
- seeq/sdk/models/long_config_field_v1.py +1 -1
- seeq/sdk/models/manual_run_input_v1.py +1 -7
- seeq/sdk/models/markdown_item_input_v1.py +1 -1
- seeq/sdk/models/markdown_item_list_v1.py +1 -1
- seeq/sdk/models/markdown_item_output_v1.py +1 -1
- seeq/sdk/models/markdown_link_upload_output_v1.py +152 -0
- seeq/sdk/models/markdown_links_body.py +126 -0
- seeq/sdk/models/materialized_table_header_v1.py +1 -1
- seeq/sdk/models/materialized_table_source_v1.py +212 -0
- seeq/sdk/models/materialized_table_v1.py +1 -1
- seeq/sdk/models/mention_input_v1.py +272 -0
- seeq/sdk/models/meter_datum_v1.py +1 -1
- seeq/sdk/models/migrate_editor_input_v1.py +1 -1
- seeq/sdk/models/model_application_error_output_v1.py +264 -0
- seeq/sdk/models/model_application_input_v1.py +1 -1
- seeq/sdk/models/model_application_mapping_v1.py +30 -2
- seeq/sdk/models/model_boolean_constant_rule_v1.py +124 -0
- seeq/sdk/models/model_derived_column_names_input_v1.py +9 -1
- seeq/sdk/models/model_formula_creator_rule_v1.py +1 -1
- seeq/sdk/models/model_from_ids_input_v1.py +1 -1
- seeq/sdk/models/model_output_list_v1.py +1 -1
- seeq/sdk/models/model_output_v1.py +32 -4
- seeq/sdk/models/model_rule_input_v1_list_string.py +1 -7
- seeq/sdk/models/model_rule_input_v1_object.py +1 -7
- seeq/sdk/models/model_rule_input_v1_string.py +1 -7
- seeq/sdk/models/model_rule_input_v1_uuid.py +1 -7
- seeq/sdk/models/model_scalar_creator_rule_v1.py +1 -1
- seeq/sdk/models/model_table_application_output_v1.py +1 -1
- seeq/sdk/models/model_table_applications_output_list_v1.py +124 -0
- seeq/sdk/models/model_table_applications_output_v1.py +208 -0
- seeq/sdk/models/model_v1.py +1 -1
- seeq/sdk/models/monitor_definition_output_v1.py +1 -1
- seeq/sdk/models/monitor_definitions_output_v1.py +1 -1
- seeq/sdk/models/monitor_input_v1.py +1 -1
- seeq/sdk/models/monitor_output_v1.py +1 -1
- seeq/sdk/models/monitor_values.py +1 -1
- seeq/sdk/models/monitored_condition_output_list_v1.py +9 -1
- seeq/sdk/models/monitored_condition_output_v1.py +13 -1
- seeq/sdk/models/monitored_signal_last_run_state_output_v1.py +15 -1
- seeq/sdk/models/monitored_signal_output_list_v1.py +1 -1
- seeq/sdk/models/monitored_signal_output_v1.py +7 -1
- seeq/sdk/models/monitors_output_v1.py +1 -1
- seeq/sdk/models/notifiable_report_output_list_v1.py +1 -1
- seeq/sdk/models/notifiable_report_output_v1.py +1 -1
- seeq/sdk/models/notification_configuration_output_v1.py +1 -13
- seeq/sdk/models/numeric_description_input_v1.py +1 -1
- seeq/sdk/models/numeric_description_output_list_v1.py +3 -1
- seeq/sdk/models/numeric_description_output_v1.py +1 -1
- seeq/sdk/models/one_off_model_application_input_v1.py +1 -1
- seeq/sdk/models/optional_report_input_v1.py +1 -1
- seeq/sdk/models/organization_input_v1.py +182 -0
- seeq/sdk/models/organization_output_v1.py +544 -0
- seeq/sdk/models/parameter_doc_output_v1.py +1 -1
- seeq/sdk/models/password_reset_input.py +1 -1
- seeq/sdk/models/permissions_v1.py +1 -1
- seeq/sdk/models/plugin_output_list_v1.py +1 -1
- seeq/sdk/models/plugin_output_v1.py +1 -1
- seeq/sdk/models/plugins_body.py +1 -1
- seeq/sdk/models/pre_cached_condition_capsule_property_info_v1.py +1 -1
- seeq/sdk/models/pre_provision_input_v1.py +1 -1
- seeq/sdk/models/pre_provision_output_v1.py +1 -1
- seeq/sdk/models/precached_item_output_v1.py +58 -2
- seeq/sdk/models/precached_items_output_v1.py +1 -1
- seeq/sdk/models/priority_v1.py +1 -1
- seeq/sdk/models/progress_information_output_v1.py +1 -1
- seeq/sdk/models/project_input_v1.py +1 -13
- seeq/sdk/models/project_output_v1.py +1 -13
- seeq/sdk/models/properties_for_item_uuid_column_input_v1.py +156 -0
- seeq/sdk/models/property_filter_input_v1.py +1 -7
- seeq/sdk/models/property_href_output_v1.py +1 -1
- seeq/sdk/models/property_input_v1.py +1 -1
- seeq/sdk/models/property_output_v1.py +1 -1
- seeq/sdk/models/property_search_v1.py +30 -8
- seeq/sdk/models/provision_input_v1.py +1 -1
- seeq/sdk/models/put_asset_input_v1.py +1 -1
- seeq/sdk/models/put_scalar_input_v1.py +1 -1
- seeq/sdk/models/put_scalars_input_v1.py +1 -1
- seeq/sdk/models/put_signals_input_v1.py +1 -1
- seeq/sdk/models/put_user_groups_input_v1.py +1 -1
- seeq/sdk/models/recompute_table_input_v1.py +124 -0
- seeq/sdk/models/recompute_table_output_v1.py +124 -0
- seeq/sdk/models/referenced_input_item_v1.py +1 -1
- seeq/sdk/models/referenced_items_output_v1.py +1 -1
- seeq/sdk/models/referenced_output_item_v1.py +1 -1
- seeq/sdk/models/regex_config_field_v1.py +1 -1
- seeq/sdk/models/regression_output_v1.py +1 -1
- seeq/sdk/models/release_notes_output_v1.py +1 -1
- seeq/sdk/models/remote_agent_directives_output_v1.py +1 -1
- seeq/sdk/models/remote_agent_status_input_v1.py +1 -7
- seeq/sdk/models/remote_agent_status_output_v1.py +1 -7
- seeq/sdk/models/report_input_item_v1.py +1 -1
- seeq/sdk/models/report_input_v1.py +1 -1
- seeq/sdk/models/report_notification_configuration_input_v1.py +1 -7
- seeq/sdk/models/report_template_input_v1.py +1 -1
- seeq/sdk/models/report_template_output_v1.py +1 -1
- seeq/sdk/models/request_output_v1.py +1 -1
- seeq/sdk/models/request_password_reset_input.py +1 -1
- seeq/sdk/models/row_id.py +1 -1
- seeq/sdk/models/row_id_input_list_v1.py +126 -0
- seeq/sdk/models/row_id_input_v1.py +154 -0
- seeq/sdk/models/row_rules_result_v1.py +1 -1
- seeq/sdk/models/rules_result_message_v1.py +1 -1
- seeq/sdk/models/rules_result_v1.py +1 -1
- seeq/sdk/models/run_condition_monitor_job_input_v1.py +1 -1
- seeq/sdk/models/sample_input_v1.py +1 -1
- seeq/sdk/models/sample_output_v1.py +1 -1
- seeq/sdk/models/samples_input_v1.py +1 -1
- seeq/sdk/models/samples_output_v1.py +1 -1
- seeq/sdk/models/samples_overwrite_input_v1.py +1 -1
- seeq/sdk/models/scalar_evaluate_output_v1.py +1 -1
- seeq/sdk/models/scalar_input_v1.py +1 -1
- seeq/sdk/models/scalar_property_v1.py +1 -1
- seeq/sdk/models/scalar_value_output_v1.py +1 -1
- seeq/sdk/models/scale_across_tree_output_v1.py +1 -1
- seeq/sdk/models/scaling_table_uuid_column_search_v1.py +30 -8
- seeq/sdk/models/schedulable_admin_list_output_v1.py +1 -1
- seeq/sdk/models/schedulable_admin_output_v1.py +1 -7
- seeq/sdk/models/schedulable_summary_day_output_v1.py +1 -7
- seeq/sdk/models/schedulable_summary_week_output_v1.py +1 -1
- seeq/sdk/models/schedulable_workbook_output_v1.py +13 -1
- seeq/sdk/models/schedule_input_v1.py +1 -1
- seeq/sdk/models/schedule_output_v1.py +1 -1
- seeq/sdk/models/scheduled_notebook_input_v1.py +22 -2
- seeq/sdk/models/scheduled_notebook_list_output_v1.py +1 -1
- seeq/sdk/models/scheduled_notebook_output_v1.py +1 -1
- seeq/sdk/models/scheduled_notebook_result_input_v1.py +1 -1
- seeq/sdk/models/scim_token_input_v1.py +1 -1
- seeq/sdk/models/scim_token_output_v1.py +1 -1
- seeq/sdk/models/screenshot_output_v1.py +1 -1
- seeq/sdk/models/secret_config_field_v1.py +1 -1
- seeq/sdk/models/secret_status.py +1 -1
- seeq/sdk/models/see_also_doc_output_v1.py +1 -1
- seeq/sdk/models/send_email_attachment_v1.py +1 -1
- seeq/sdk/models/send_email_contact_v1.py +1 -1
- seeq/sdk/models/send_email_input_v1.py +1 -1
- seeq/sdk/models/sent_email_attachment_output_v1.py +1 -1
- seeq/sdk/models/sent_email_output_v1.py +1 -1
- seeq/sdk/models/sent_emails_list_output_v1.py +1 -1
- seeq/sdk/models/server_build_info_output_v1.py +1 -1
- seeq/sdk/models/server_load_output_v1.py +1 -1
- seeq/sdk/models/server_spec_output_v1.py +1 -1
- seeq/sdk/models/server_status_output_v1.py +1 -1
- seeq/sdk/models/set_trust_input_v1.py +124 -0
- seeq/sdk/models/shared_item_information.py +180 -0
- seeq/sdk/models/signal_input_v1.py +1 -1
- seeq/sdk/models/signal_monitor_input_v1.py +3 -14
- seeq/sdk/models/signal_monitor_metadata_output_list_v1.py +1 -1
- seeq/sdk/models/signal_monitor_metadata_output_v1.py +1 -1
- seeq/sdk/models/signal_monitor_output_v1.py +1 -14
- seeq/sdk/models/signal_monitor_workbook_output_v1.py +1 -1
- seeq/sdk/models/signal_output_v1.py +1 -7
- seeq/sdk/models/signal_with_id_input_v1.py +1 -1
- seeq/sdk/models/simple_filter.py +152 -0
- seeq/sdk/models/status_message.py +3 -1
- seeq/sdk/models/status_message_base.py +1 -1
- seeq/sdk/models/store_secret_input_v1.py +1 -1
- seeq/sdk/models/stored_table_column_input_v1.py +320 -0
- seeq/sdk/models/stored_table_column_output_v1.py +388 -0
- seeq/sdk/models/stored_table_csv_input_v1.py +330 -0
- seeq/sdk/models/stored_table_delete_rows_input_v1.py +126 -0
- seeq/sdk/models/stored_table_output_v1.py +522 -0
- seeq/sdk/models/stored_table_search_v1.py +274 -0
- seeq/sdk/models/storedtables_csv_body.py +126 -0
- seeq/sdk/models/string_config_field_v1.py +1 -1
- seeq/sdk/models/subscription_input_v1.py +1 -1
- seeq/sdk/models/subscription_output_v1.py +1 -1
- seeq/sdk/models/subscription_update_input_v1.py +1 -1
- seeq/sdk/models/support_request_input_v1.py +1 -13
- seeq/sdk/models/support_request_output_v1.py +1 -1
- seeq/sdk/models/supported_units_output_v1.py +1 -1
- seeq/sdk/models/suppress_condition_input_v1.py +1 -1
- seeq/sdk/models/suppressed_condition_input_v1.py +1 -1
- seeq/sdk/models/suppressed_condition_output_v1.py +1 -1
- seeq/sdk/models/swap_across_assets_search_v1.py +30 -8
- seeq/sdk/models/swap_input_v1.py +1 -1
- seeq/sdk/models/swap_option_list_v1.py +1 -1
- seeq/sdk/models/swap_option_v1.py +1 -1
- seeq/sdk/models/swap_output_v1.py +1 -1
- seeq/sdk/models/sync_progress.py +1 -1
- seeq/sdk/models/sync_progress_output_v1.py +1 -1
- seeq/sdk/models/system_license_body.py +1 -1
- seeq/sdk/models/table_application_retired_output_v1.py +152 -0
- seeq/sdk/models/table_column_output_v1.py +1 -1
- seeq/sdk/models/table_compute_output_v1.py +1 -1
- seeq/sdk/models/table_definition_csv_input_v1.py +5 -19
- seeq/sdk/models/table_definition_csv_publish_rows_input_v1.py +1 -7
- seeq/sdk/models/table_definition_csv_publish_rows_output_v1.py +9 -1
- seeq/sdk/models/table_definition_csv_update_input_v1.py +5 -7
- seeq/sdk/models/table_definition_input_v1.py +1 -13
- seeq/sdk/models/table_definition_output_list_v1.py +1 -1
- seeq/sdk/models/table_definition_output_v1.py +30 -14
- seeq/sdk/models/table_definition_preview_input_v1.py +30 -2
- seeq/sdk/models/table_definition_preview_output_v1.py +1 -1
- seeq/sdk/models/table_definition_update_input_v1.py +30 -8
- seeq/sdk/models/table_model_application_input_v1.py +7 -1
- seeq/sdk/models/table_property_filter_input_v1.py +212 -0
- seeq/sdk/models/table_result_output_v1.py +208 -0
- seeq/sdk/models/tabledefinitions_csv_body.py +1 -1
- seeq/sdk/models/threshold_metric_input_v1.py +1 -1
- seeq/sdk/models/threshold_metric_output_v1.py +1 -7
- seeq/sdk/models/threshold_output_v1.py +1 -1
- seeq/sdk/models/time_interval.py +1 -1
- seeq/sdk/models/timer_datum_v1.py +1 -1
- seeq/sdk/models/topic_sandbox_input_v1.py +154 -0
- seeq/sdk/models/tree_item_output_v1.py +1 -1
- seeq/sdk/models/treemap_item_output_v1.py +1 -1
- seeq/sdk/models/treemap_output_v1.py +1 -1
- seeq/sdk/models/units_of_measure_batch_input_v1.py +1 -1
- seeq/sdk/models/units_of_measure_item_v1.py +1 -1
- seeq/sdk/models/units_of_measure_output_v1.py +1 -1
- seeq/sdk/models/unsubscribe_output_v1.py +1 -1
- seeq/sdk/models/usage_output_list_v1.py +1 -1
- seeq/sdk/models/usage_output_v1.py +1 -1
- seeq/sdk/models/usage_types_v1.py +1 -1
- seeq/sdk/models/user_group_input_v1.py +1 -1
- seeq/sdk/models/user_group_output_v1.py +1 -1
- seeq/sdk/models/user_group_with_id_input_v1.py +1 -1
- seeq/sdk/models/user_input_v1.py +1 -1
- seeq/sdk/models/user_output_list_v1.py +1 -1
- seeq/sdk/models/user_output_v1.py +28 -15
- seeq/sdk/models/user_password_input_v1.py +1 -1
- seeq/sdk/models/validate_cron_list_input_v1.py +1 -1
- seeq/sdk/models/validate_cron_list_output_v1.py +1 -1
- seeq/sdk/models/validate_cron_output_v1.py +1 -1
- seeq/sdk/models/value.py +122 -0
- seeq/sdk/models/value_filter.py +178 -0
- seeq/sdk/models/version_history_output_list_v1.py +1 -1
- seeq/sdk/models/version_history_output_v1.py +1 -1
- seeq/sdk/models/version_input_v1.py +1 -1
- seeq/sdk/models/version_output_v1.py +1 -1
- seeq/sdk/models/version_source_output_v1.py +1 -1
- seeq/sdk/models/view_column_filter_input_v1.py +1 -7
- seeq/sdk/models/view_column_filter_output_v1.py +1 -7
- seeq/sdk/models/view_column_input_v1.py +1 -1
- seeq/sdk/models/view_column_output_v1.py +1 -1
- seeq/sdk/models/workbench_item_output_list_v1.py +1 -1
- seeq/sdk/models/workbench_search_result_preview_v1.py +30 -2
- seeq/sdk/models/workbook_input_v1.py +1 -1
- seeq/sdk/models/workbook_output_list_v1.py +1 -1
- seeq/sdk/models/workbook_output_v1.py +1 -1
- seeq/sdk/models/workbook_owner_output_v1.py +5 -1
- seeq/sdk/models/worksheet_input_v1.py +1 -1
- seeq/sdk/models/worksheet_output_list_v1.py +1 -1
- seeq/sdk/models/worksheet_output_v1.py +1 -1
- seeq/sdk/models/workstep_chronology_entry_v1.py +1 -1
- seeq/sdk/models/workstep_chronology_output_v1.py +1 -7
- seeq/sdk/models/workstep_input_v1.py +1 -1
- seeq/sdk/models/workstep_output_v1.py +1 -1
- seeq/sdk/rest.py +2 -2
- seeq-66.90.0.20251219.dist-info/METADATA +520 -0
- seeq-66.90.0.20251219.dist-info/RECORD +659 -0
- {seeq-66.54.1.20250922.dist-info → seeq-66.90.0.20251219.dist-info}/WHEEL +1 -1
- seeq-66.54.1.20250922.dist-info/LICENSE +0 -415
- seeq-66.54.1.20250922.dist-info/METADATA +0 -105
- seeq-66.54.1.20250922.dist-info/RECORD +0 -586
- {seeq-66.54.1.20250922.dist-info → seeq-66.90.0.20251219.dist-info}/top_level.txt +0 -0
seeq/sdk/api/context_api.py
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 66.
|
|
8
|
+
OpenAPI spec version: 66.90.0-v202512190926-CD
|
|
9
9
|
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -159,6 +159,118 @@ class ContextApi(object):
|
|
|
159
159
|
_request_timeout=params.get('_request_timeout'),
|
|
160
160
|
collection_formats=collection_formats)
|
|
161
161
|
|
|
162
|
+
def create_comment_category(self, **kwargs):
|
|
163
|
+
"""
|
|
164
|
+
Create a new comment category
|
|
165
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
166
|
+
asynchronous HTTP request, please define a `callback` function
|
|
167
|
+
to be invoked when receiving the response.
|
|
168
|
+
>>> def callback_function(response):
|
|
169
|
+
>>> pprint(response)
|
|
170
|
+
>>>
|
|
171
|
+
>>> thread = api.create_comment_category(body=body_value, callback=callback_function)
|
|
172
|
+
|
|
173
|
+
:param callback function: The callback function
|
|
174
|
+
for asynchronous request. (optional)
|
|
175
|
+
:param CommentCategoryInputV1 body: Value for the comment category (required)
|
|
176
|
+
:return: CommentCategoryOutputV1
|
|
177
|
+
If the method is called asynchronously,
|
|
178
|
+
returns the request thread.
|
|
179
|
+
:rtype: CommentCategoryOutputV1
|
|
180
|
+
"""
|
|
181
|
+
kwargs['_return_http_data_only'] = True
|
|
182
|
+
if kwargs.get('callback'):
|
|
183
|
+
return self.create_comment_category_with_http_info(**kwargs)
|
|
184
|
+
else:
|
|
185
|
+
(data) = self.create_comment_category_with_http_info(**kwargs)
|
|
186
|
+
return data
|
|
187
|
+
|
|
188
|
+
def create_comment_category_with_http_info(self, **kwargs):
|
|
189
|
+
"""
|
|
190
|
+
Create a new comment category
|
|
191
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
192
|
+
asynchronous HTTP request, please define a `callback` function
|
|
193
|
+
to be invoked when receiving the response.
|
|
194
|
+
>>> def callback_function(response):
|
|
195
|
+
>>> pprint(response)
|
|
196
|
+
>>>
|
|
197
|
+
>>> thread = api.create_comment_category_with_http_info(body=body_value, callback=callback_function)
|
|
198
|
+
|
|
199
|
+
:param callback function: The callback function
|
|
200
|
+
for asynchronous request. (optional)
|
|
201
|
+
:param CommentCategoryInputV1 body: Value for the comment category (required)
|
|
202
|
+
:return: CommentCategoryOutputV1
|
|
203
|
+
If the method is called asynchronously,
|
|
204
|
+
returns the request thread.
|
|
205
|
+
:rtype: CommentCategoryOutputV1
|
|
206
|
+
"""
|
|
207
|
+
|
|
208
|
+
all_params = ['body']
|
|
209
|
+
all_params.append('callback')
|
|
210
|
+
all_params.append('_return_http_data_only')
|
|
211
|
+
all_params.append('_preload_content')
|
|
212
|
+
all_params.append('_request_timeout')
|
|
213
|
+
all_params.append('_response_type')
|
|
214
|
+
all_params.append('_custom_headers')
|
|
215
|
+
|
|
216
|
+
params = locals()
|
|
217
|
+
for key, val in iteritems(params['kwargs']):
|
|
218
|
+
if key not in all_params:
|
|
219
|
+
raise TypeError(
|
|
220
|
+
"Got an unexpected keyword argument '%s'"
|
|
221
|
+
" to method create_comment_category" % key
|
|
222
|
+
)
|
|
223
|
+
params[key] = val
|
|
224
|
+
del params['kwargs']
|
|
225
|
+
# verify the required parameter 'body' is set
|
|
226
|
+
if ('body' not in params) or (params['body'] is None):
|
|
227
|
+
raise ValueError("Missing the required parameter `body` when calling `create_comment_category`")
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
collection_formats = {}
|
|
231
|
+
|
|
232
|
+
path_params = {}
|
|
233
|
+
|
|
234
|
+
query_params = []
|
|
235
|
+
|
|
236
|
+
header_params = {}
|
|
237
|
+
|
|
238
|
+
for key, value in params.get('_custom_headers', {}).items():
|
|
239
|
+
header_params[key] = value
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
form_params = []
|
|
243
|
+
local_var_files = {}
|
|
244
|
+
|
|
245
|
+
body_params = None
|
|
246
|
+
if 'body' in params:
|
|
247
|
+
body_params = params['body']
|
|
248
|
+
# HTTP header `Accept`
|
|
249
|
+
header_params['Accept'] = self.api_client.\
|
|
250
|
+
select_header_accept(['application/vnd.seeq.v1+json'])
|
|
251
|
+
|
|
252
|
+
# HTTP header `Content-Type`
|
|
253
|
+
header_params['Content-Type'] = self.api_client.\
|
|
254
|
+
select_header_content_type(['application/vnd.seeq.v1+json', ])
|
|
255
|
+
|
|
256
|
+
# Authentication setting
|
|
257
|
+
auth_settings = ['api_key']
|
|
258
|
+
|
|
259
|
+
return self.api_client.call_api('/context/comments/categories', 'POST',
|
|
260
|
+
path_params,
|
|
261
|
+
query_params,
|
|
262
|
+
header_params,
|
|
263
|
+
body=body_params,
|
|
264
|
+
post_params=form_params,
|
|
265
|
+
files=local_var_files,
|
|
266
|
+
response_type=params.get('_response_type', 'CommentCategoryOutputV1'),
|
|
267
|
+
auth_settings=auth_settings,
|
|
268
|
+
callback=params.get('callback'),
|
|
269
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
270
|
+
_preload_content=params.get('_preload_content', True),
|
|
271
|
+
_request_timeout=params.get('_request_timeout'),
|
|
272
|
+
collection_formats=collection_formats)
|
|
273
|
+
|
|
162
274
|
def create_context_comment(self, **kwargs):
|
|
163
275
|
"""
|
|
164
276
|
Create a new comment associated with an Item
|
|
@@ -868,11 +980,11 @@ class ContextApi(object):
|
|
|
868
980
|
>>> def callback_function(response):
|
|
869
981
|
>>> pprint(response)
|
|
870
982
|
>>>
|
|
871
|
-
>>> thread = api.create_numeric_description(callback=callback_function)
|
|
983
|
+
>>> thread = api.create_numeric_description(body=body_value, callback=callback_function)
|
|
872
984
|
|
|
873
985
|
:param callback function: The callback function
|
|
874
986
|
for asynchronous request. (optional)
|
|
875
|
-
:param NumericDescriptionInputV1 body:
|
|
987
|
+
:param NumericDescriptionInputV1 body: Value for the numeric description (required)
|
|
876
988
|
:return: NumericDescriptionOutputV1
|
|
877
989
|
If the method is called asynchronously,
|
|
878
990
|
returns the request thread.
|
|
@@ -894,11 +1006,11 @@ class ContextApi(object):
|
|
|
894
1006
|
>>> def callback_function(response):
|
|
895
1007
|
>>> pprint(response)
|
|
896
1008
|
>>>
|
|
897
|
-
>>> thread = api.create_numeric_description_with_http_info(callback=callback_function)
|
|
1009
|
+
>>> thread = api.create_numeric_description_with_http_info(body=body_value, callback=callback_function)
|
|
898
1010
|
|
|
899
1011
|
:param callback function: The callback function
|
|
900
1012
|
for asynchronous request. (optional)
|
|
901
|
-
:param NumericDescriptionInputV1 body:
|
|
1013
|
+
:param NumericDescriptionInputV1 body: Value for the numeric description (required)
|
|
902
1014
|
:return: NumericDescriptionOutputV1
|
|
903
1015
|
If the method is called asynchronously,
|
|
904
1016
|
returns the request thread.
|
|
@@ -922,6 +1034,9 @@ class ContextApi(object):
|
|
|
922
1034
|
)
|
|
923
1035
|
params[key] = val
|
|
924
1036
|
del params['kwargs']
|
|
1037
|
+
# verify the required parameter 'body' is set
|
|
1038
|
+
if ('body' not in params) or (params['body'] is None):
|
|
1039
|
+
raise ValueError("Missing the required parameter `body` when calling `create_numeric_description`")
|
|
925
1040
|
|
|
926
1041
|
|
|
927
1042
|
collection_formats = {}
|
|
@@ -968,6 +1083,118 @@ class ContextApi(object):
|
|
|
968
1083
|
_request_timeout=params.get('_request_timeout'),
|
|
969
1084
|
collection_formats=collection_formats)
|
|
970
1085
|
|
|
1086
|
+
def delete_comment_category(self, **kwargs):
|
|
1087
|
+
"""
|
|
1088
|
+
Delete a comment category
|
|
1089
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1090
|
+
asynchronous HTTP request, please define a `callback` function
|
|
1091
|
+
to be invoked when receiving the response.
|
|
1092
|
+
>>> def callback_function(response):
|
|
1093
|
+
>>> pprint(response)
|
|
1094
|
+
>>>
|
|
1095
|
+
>>> thread = api.delete_comment_category(id=id_value, callback=callback_function)
|
|
1096
|
+
|
|
1097
|
+
:param callback function: The callback function
|
|
1098
|
+
for asynchronous request. (optional)
|
|
1099
|
+
:param str id: (required)
|
|
1100
|
+
:return: None
|
|
1101
|
+
If the method is called asynchronously,
|
|
1102
|
+
returns the request thread.
|
|
1103
|
+
:rtype: None
|
|
1104
|
+
"""
|
|
1105
|
+
kwargs['_return_http_data_only'] = True
|
|
1106
|
+
if kwargs.get('callback'):
|
|
1107
|
+
return self.delete_comment_category_with_http_info(**kwargs)
|
|
1108
|
+
else:
|
|
1109
|
+
(data) = self.delete_comment_category_with_http_info(**kwargs)
|
|
1110
|
+
return data
|
|
1111
|
+
|
|
1112
|
+
def delete_comment_category_with_http_info(self, **kwargs):
|
|
1113
|
+
"""
|
|
1114
|
+
Delete a comment category
|
|
1115
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1116
|
+
asynchronous HTTP request, please define a `callback` function
|
|
1117
|
+
to be invoked when receiving the response.
|
|
1118
|
+
>>> def callback_function(response):
|
|
1119
|
+
>>> pprint(response)
|
|
1120
|
+
>>>
|
|
1121
|
+
>>> thread = api.delete_comment_category_with_http_info(id=id_value, callback=callback_function)
|
|
1122
|
+
|
|
1123
|
+
:param callback function: The callback function
|
|
1124
|
+
for asynchronous request. (optional)
|
|
1125
|
+
:param str id: (required)
|
|
1126
|
+
:return: None
|
|
1127
|
+
If the method is called asynchronously,
|
|
1128
|
+
returns the request thread.
|
|
1129
|
+
:rtype: None
|
|
1130
|
+
"""
|
|
1131
|
+
|
|
1132
|
+
all_params = ['id']
|
|
1133
|
+
all_params.append('callback')
|
|
1134
|
+
all_params.append('_return_http_data_only')
|
|
1135
|
+
all_params.append('_preload_content')
|
|
1136
|
+
all_params.append('_request_timeout')
|
|
1137
|
+
all_params.append('_response_type')
|
|
1138
|
+
all_params.append('_custom_headers')
|
|
1139
|
+
|
|
1140
|
+
params = locals()
|
|
1141
|
+
for key, val in iteritems(params['kwargs']):
|
|
1142
|
+
if key not in all_params:
|
|
1143
|
+
raise TypeError(
|
|
1144
|
+
"Got an unexpected keyword argument '%s'"
|
|
1145
|
+
" to method delete_comment_category" % key
|
|
1146
|
+
)
|
|
1147
|
+
params[key] = val
|
|
1148
|
+
del params['kwargs']
|
|
1149
|
+
# verify the required parameter 'id' is set
|
|
1150
|
+
if ('id' not in params) or (params['id'] is None):
|
|
1151
|
+
raise ValueError("Missing the required parameter `id` when calling `delete_comment_category`")
|
|
1152
|
+
|
|
1153
|
+
|
|
1154
|
+
collection_formats = {}
|
|
1155
|
+
|
|
1156
|
+
path_params = {}
|
|
1157
|
+
if 'id' in params:
|
|
1158
|
+
path_params['id'] = params['id']
|
|
1159
|
+
|
|
1160
|
+
query_params = []
|
|
1161
|
+
|
|
1162
|
+
header_params = {}
|
|
1163
|
+
|
|
1164
|
+
for key, value in params.get('_custom_headers', {}).items():
|
|
1165
|
+
header_params[key] = value
|
|
1166
|
+
|
|
1167
|
+
|
|
1168
|
+
form_params = []
|
|
1169
|
+
local_var_files = {}
|
|
1170
|
+
|
|
1171
|
+
body_params = None
|
|
1172
|
+
# HTTP header `Accept`
|
|
1173
|
+
header_params['Accept'] = self.api_client.\
|
|
1174
|
+
select_header_accept(['application/vnd.seeq.v1+json'])
|
|
1175
|
+
|
|
1176
|
+
# HTTP header `Content-Type`
|
|
1177
|
+
header_params['Content-Type'] = self.api_client.\
|
|
1178
|
+
select_header_content_type(['application/vnd.seeq.v1+json', ])
|
|
1179
|
+
|
|
1180
|
+
# Authentication setting
|
|
1181
|
+
auth_settings = ['api_key']
|
|
1182
|
+
|
|
1183
|
+
return self.api_client.call_api('/context/comments/categories/{id}', 'DELETE',
|
|
1184
|
+
path_params,
|
|
1185
|
+
query_params,
|
|
1186
|
+
header_params,
|
|
1187
|
+
body=body_params,
|
|
1188
|
+
post_params=form_params,
|
|
1189
|
+
files=local_var_files,
|
|
1190
|
+
response_type=params.get('_response_type', None),
|
|
1191
|
+
auth_settings=auth_settings,
|
|
1192
|
+
callback=params.get('callback'),
|
|
1193
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
1194
|
+
_preload_content=params.get('_preload_content', True),
|
|
1195
|
+
_request_timeout=params.get('_request_timeout'),
|
|
1196
|
+
collection_formats=collection_formats)
|
|
1197
|
+
|
|
971
1198
|
def delete_context_comment(self, **kwargs):
|
|
972
1199
|
"""
|
|
973
1200
|
Delete or archive a comment
|
|
@@ -2053,48 +2280,48 @@ class ContextApi(object):
|
|
|
2053
2280
|
_request_timeout=params.get('_request_timeout'),
|
|
2054
2281
|
collection_formats=collection_formats)
|
|
2055
2282
|
|
|
2056
|
-
def
|
|
2283
|
+
def get_all_comment_categories(self, **kwargs):
|
|
2057
2284
|
"""
|
|
2058
|
-
Get all
|
|
2285
|
+
Get all comment categories
|
|
2059
2286
|
This method makes a synchronous HTTP request by default. To make an
|
|
2060
2287
|
asynchronous HTTP request, please define a `callback` function
|
|
2061
2288
|
to be invoked when receiving the response.
|
|
2062
2289
|
>>> def callback_function(response):
|
|
2063
2290
|
>>> pprint(response)
|
|
2064
2291
|
>>>
|
|
2065
|
-
>>> thread = api.
|
|
2292
|
+
>>> thread = api.get_all_comment_categories(callback=callback_function)
|
|
2066
2293
|
|
|
2067
2294
|
:param callback function: The callback function
|
|
2068
2295
|
for asynchronous request. (optional)
|
|
2069
|
-
:return:
|
|
2296
|
+
:return: CommentCategoryOutputListV1
|
|
2070
2297
|
If the method is called asynchronously,
|
|
2071
2298
|
returns the request thread.
|
|
2072
|
-
:rtype:
|
|
2299
|
+
:rtype: CommentCategoryOutputListV1
|
|
2073
2300
|
"""
|
|
2074
2301
|
kwargs['_return_http_data_only'] = True
|
|
2075
2302
|
if kwargs.get('callback'):
|
|
2076
|
-
return self.
|
|
2303
|
+
return self.get_all_comment_categories_with_http_info(**kwargs)
|
|
2077
2304
|
else:
|
|
2078
|
-
(data) = self.
|
|
2305
|
+
(data) = self.get_all_comment_categories_with_http_info(**kwargs)
|
|
2079
2306
|
return data
|
|
2080
2307
|
|
|
2081
|
-
def
|
|
2308
|
+
def get_all_comment_categories_with_http_info(self, **kwargs):
|
|
2082
2309
|
"""
|
|
2083
|
-
Get all
|
|
2310
|
+
Get all comment categories
|
|
2084
2311
|
This method makes a synchronous HTTP request by default. To make an
|
|
2085
2312
|
asynchronous HTTP request, please define a `callback` function
|
|
2086
2313
|
to be invoked when receiving the response.
|
|
2087
2314
|
>>> def callback_function(response):
|
|
2088
2315
|
>>> pprint(response)
|
|
2089
2316
|
>>>
|
|
2090
|
-
>>> thread = api.
|
|
2317
|
+
>>> thread = api.get_all_comment_categories_with_http_info(callback=callback_function)
|
|
2091
2318
|
|
|
2092
2319
|
:param callback function: The callback function
|
|
2093
2320
|
for asynchronous request. (optional)
|
|
2094
|
-
:return:
|
|
2321
|
+
:return: CommentCategoryOutputListV1
|
|
2095
2322
|
If the method is called asynchronously,
|
|
2096
2323
|
returns the request thread.
|
|
2097
|
-
:rtype:
|
|
2324
|
+
:rtype: CommentCategoryOutputListV1
|
|
2098
2325
|
"""
|
|
2099
2326
|
|
|
2100
2327
|
all_params = []
|
|
@@ -2110,7 +2337,7 @@ class ContextApi(object):
|
|
|
2110
2337
|
if key not in all_params:
|
|
2111
2338
|
raise TypeError(
|
|
2112
2339
|
"Got an unexpected keyword argument '%s'"
|
|
2113
|
-
" to method
|
|
2340
|
+
" to method get_all_comment_categories" % key
|
|
2114
2341
|
)
|
|
2115
2342
|
params[key] = val
|
|
2116
2343
|
del params['kwargs']
|
|
@@ -2142,14 +2369,14 @@ class ContextApi(object):
|
|
|
2142
2369
|
# Authentication setting
|
|
2143
2370
|
auth_settings = ['api_key']
|
|
2144
2371
|
|
|
2145
|
-
return self.api_client.call_api('/context/
|
|
2372
|
+
return self.api_client.call_api('/context/comments/categories', 'GET',
|
|
2146
2373
|
path_params,
|
|
2147
2374
|
query_params,
|
|
2148
2375
|
header_params,
|
|
2149
2376
|
body=body_params,
|
|
2150
2377
|
post_params=form_params,
|
|
2151
2378
|
files=local_var_files,
|
|
2152
|
-
response_type=params.get('_response_type', '
|
|
2379
|
+
response_type=params.get('_response_type', 'CommentCategoryOutputListV1'),
|
|
2153
2380
|
auth_settings=auth_settings,
|
|
2154
2381
|
callback=params.get('callback'),
|
|
2155
2382
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -2157,57 +2384,53 @@ class ContextApi(object):
|
|
|
2157
2384
|
_request_timeout=params.get('_request_timeout'),
|
|
2158
2385
|
collection_formats=collection_formats)
|
|
2159
2386
|
|
|
2160
|
-
def
|
|
2387
|
+
def get_all_context(self, **kwargs):
|
|
2161
2388
|
"""
|
|
2162
|
-
|
|
2389
|
+
Fetch all context types for specified item IDs
|
|
2163
2390
|
This method makes a synchronous HTTP request by default. To make an
|
|
2164
2391
|
asynchronous HTTP request, please define a `callback` function
|
|
2165
2392
|
to be invoked when receiving the response.
|
|
2166
2393
|
>>> def callback_function(response):
|
|
2167
2394
|
>>> pprint(response)
|
|
2168
2395
|
>>>
|
|
2169
|
-
>>> thread = api.
|
|
2396
|
+
>>> thread = api.get_all_context(body=body_value, callback=callback_function)
|
|
2170
2397
|
|
|
2171
2398
|
:param callback function: The callback function
|
|
2172
2399
|
for asynchronous request. (optional)
|
|
2173
|
-
:param
|
|
2174
|
-
:
|
|
2175
|
-
:param int offset: The pagination offset, the index of the first collection item that will be returned in this page of results.
|
|
2176
|
-
:return: ItemPreviewListV1
|
|
2400
|
+
:param GetAllContextInputV1 body: (required)
|
|
2401
|
+
:return: AllContextOutputV1
|
|
2177
2402
|
If the method is called asynchronously,
|
|
2178
2403
|
returns the request thread.
|
|
2179
|
-
:rtype:
|
|
2404
|
+
:rtype: AllContextOutputV1
|
|
2180
2405
|
"""
|
|
2181
2406
|
kwargs['_return_http_data_only'] = True
|
|
2182
2407
|
if kwargs.get('callback'):
|
|
2183
|
-
return self.
|
|
2408
|
+
return self.get_all_context_with_http_info(**kwargs)
|
|
2184
2409
|
else:
|
|
2185
|
-
(data) = self.
|
|
2410
|
+
(data) = self.get_all_context_with_http_info(**kwargs)
|
|
2186
2411
|
return data
|
|
2187
2412
|
|
|
2188
|
-
def
|
|
2413
|
+
def get_all_context_with_http_info(self, **kwargs):
|
|
2189
2414
|
"""
|
|
2190
|
-
|
|
2415
|
+
Fetch all context types for specified item IDs
|
|
2191
2416
|
This method makes a synchronous HTTP request by default. To make an
|
|
2192
2417
|
asynchronous HTTP request, please define a `callback` function
|
|
2193
2418
|
to be invoked when receiving the response.
|
|
2194
2419
|
>>> def callback_function(response):
|
|
2195
2420
|
>>> pprint(response)
|
|
2196
2421
|
>>>
|
|
2197
|
-
>>> thread = api.
|
|
2422
|
+
>>> thread = api.get_all_context_with_http_info(body=body_value, callback=callback_function)
|
|
2198
2423
|
|
|
2199
2424
|
:param callback function: The callback function
|
|
2200
2425
|
for asynchronous request. (optional)
|
|
2201
|
-
:param
|
|
2202
|
-
:
|
|
2203
|
-
:param int offset: The pagination offset, the index of the first collection item that will be returned in this page of results.
|
|
2204
|
-
:return: ItemPreviewListV1
|
|
2426
|
+
:param GetAllContextInputV1 body: (required)
|
|
2427
|
+
:return: AllContextOutputV1
|
|
2205
2428
|
If the method is called asynchronously,
|
|
2206
2429
|
returns the request thread.
|
|
2207
|
-
:rtype:
|
|
2430
|
+
:rtype: AllContextOutputV1
|
|
2208
2431
|
"""
|
|
2209
2432
|
|
|
2210
|
-
all_params = ['
|
|
2433
|
+
all_params = ['body']
|
|
2211
2434
|
all_params.append('callback')
|
|
2212
2435
|
all_params.append('_return_http_data_only')
|
|
2213
2436
|
all_params.append('_preload_content')
|
|
@@ -2220,26 +2443,20 @@ class ContextApi(object):
|
|
|
2220
2443
|
if key not in all_params:
|
|
2221
2444
|
raise TypeError(
|
|
2222
2445
|
"Got an unexpected keyword argument '%s'"
|
|
2223
|
-
" to method
|
|
2446
|
+
" to method get_all_context" % key
|
|
2224
2447
|
)
|
|
2225
2448
|
params[key] = val
|
|
2226
2449
|
del params['kwargs']
|
|
2227
|
-
# verify the required parameter '
|
|
2228
|
-
if ('
|
|
2229
|
-
raise ValueError("Missing the required parameter `
|
|
2450
|
+
# verify the required parameter 'body' is set
|
|
2451
|
+
if ('body' not in params) or (params['body'] is None):
|
|
2452
|
+
raise ValueError("Missing the required parameter `body` when calling `get_all_context`")
|
|
2230
2453
|
|
|
2231
2454
|
|
|
2232
2455
|
collection_formats = {}
|
|
2233
2456
|
|
|
2234
2457
|
path_params = {}
|
|
2235
|
-
if 'label_id' in params:
|
|
2236
|
-
path_params['labelId'] = params['label_id']
|
|
2237
2458
|
|
|
2238
2459
|
query_params = []
|
|
2239
|
-
if 'limit' in params:
|
|
2240
|
-
query_params.append(('limit', params['limit']))
|
|
2241
|
-
if 'offset' in params:
|
|
2242
|
-
query_params.append(('offset', params['offset']))
|
|
2243
2460
|
|
|
2244
2461
|
header_params = {}
|
|
2245
2462
|
|
|
@@ -2251,6 +2468,8 @@ class ContextApi(object):
|
|
|
2251
2468
|
local_var_files = {}
|
|
2252
2469
|
|
|
2253
2470
|
body_params = None
|
|
2471
|
+
if 'body' in params:
|
|
2472
|
+
body_params = params['body']
|
|
2254
2473
|
# HTTP header `Accept`
|
|
2255
2474
|
header_params['Accept'] = self.api_client.\
|
|
2256
2475
|
select_header_accept(['application/vnd.seeq.v1+json'])
|
|
@@ -2262,14 +2481,14 @@ class ContextApi(object):
|
|
|
2262
2481
|
# Authentication setting
|
|
2263
2482
|
auth_settings = ['api_key']
|
|
2264
2483
|
|
|
2265
|
-
return self.api_client.call_api('/context/
|
|
2484
|
+
return self.api_client.call_api('/context/search/all', 'POST',
|
|
2266
2485
|
path_params,
|
|
2267
2486
|
query_params,
|
|
2268
2487
|
header_params,
|
|
2269
2488
|
body=body_params,
|
|
2270
2489
|
post_params=form_params,
|
|
2271
2490
|
files=local_var_files,
|
|
2272
|
-
response_type=params.get('_response_type', '
|
|
2491
|
+
response_type=params.get('_response_type', 'AllContextOutputV1'),
|
|
2273
2492
|
auth_settings=auth_settings,
|
|
2274
2493
|
callback=params.get('callback'),
|
|
2275
2494
|
_return_http_data_only=params.get('_return_http_data_only'),
|
|
@@ -2277,21 +2496,1030 @@ class ContextApi(object):
|
|
|
2277
2496
|
_request_timeout=params.get('_request_timeout'),
|
|
2278
2497
|
collection_formats=collection_formats)
|
|
2279
2498
|
|
|
2280
|
-
def
|
|
2499
|
+
def get_all_numeric_descriptions(self, **kwargs):
|
|
2281
2500
|
"""
|
|
2282
|
-
Get numeric
|
|
2501
|
+
Get all numeric descriptions
|
|
2283
2502
|
This method makes a synchronous HTTP request by default. To make an
|
|
2284
2503
|
asynchronous HTTP request, please define a `callback` function
|
|
2285
2504
|
to be invoked when receiving the response.
|
|
2286
2505
|
>>> def callback_function(response):
|
|
2287
2506
|
>>> pprint(response)
|
|
2288
2507
|
>>>
|
|
2289
|
-
>>> thread = api.
|
|
2508
|
+
>>> thread = api.get_all_numeric_descriptions(callback=callback_function)
|
|
2290
2509
|
|
|
2291
2510
|
:param callback function: The callback function
|
|
2292
2511
|
for asynchronous request. (optional)
|
|
2293
|
-
:
|
|
2294
|
-
|
|
2512
|
+
:return: NumericDescriptionOutputListV1
|
|
2513
|
+
If the method is called asynchronously,
|
|
2514
|
+
returns the request thread.
|
|
2515
|
+
:rtype: NumericDescriptionOutputListV1
|
|
2516
|
+
"""
|
|
2517
|
+
kwargs['_return_http_data_only'] = True
|
|
2518
|
+
if kwargs.get('callback'):
|
|
2519
|
+
return self.get_all_numeric_descriptions_with_http_info(**kwargs)
|
|
2520
|
+
else:
|
|
2521
|
+
(data) = self.get_all_numeric_descriptions_with_http_info(**kwargs)
|
|
2522
|
+
return data
|
|
2523
|
+
|
|
2524
|
+
def get_all_numeric_descriptions_with_http_info(self, **kwargs):
|
|
2525
|
+
"""
|
|
2526
|
+
Get all numeric descriptions
|
|
2527
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
2528
|
+
asynchronous HTTP request, please define a `callback` function
|
|
2529
|
+
to be invoked when receiving the response.
|
|
2530
|
+
>>> def callback_function(response):
|
|
2531
|
+
>>> pprint(response)
|
|
2532
|
+
>>>
|
|
2533
|
+
>>> thread = api.get_all_numeric_descriptions_with_http_info(callback=callback_function)
|
|
2534
|
+
|
|
2535
|
+
:param callback function: The callback function
|
|
2536
|
+
for asynchronous request. (optional)
|
|
2537
|
+
:return: NumericDescriptionOutputListV1
|
|
2538
|
+
If the method is called asynchronously,
|
|
2539
|
+
returns the request thread.
|
|
2540
|
+
:rtype: NumericDescriptionOutputListV1
|
|
2541
|
+
"""
|
|
2542
|
+
|
|
2543
|
+
all_params = []
|
|
2544
|
+
all_params.append('callback')
|
|
2545
|
+
all_params.append('_return_http_data_only')
|
|
2546
|
+
all_params.append('_preload_content')
|
|
2547
|
+
all_params.append('_request_timeout')
|
|
2548
|
+
all_params.append('_response_type')
|
|
2549
|
+
all_params.append('_custom_headers')
|
|
2550
|
+
|
|
2551
|
+
params = locals()
|
|
2552
|
+
for key, val in iteritems(params['kwargs']):
|
|
2553
|
+
if key not in all_params:
|
|
2554
|
+
raise TypeError(
|
|
2555
|
+
"Got an unexpected keyword argument '%s'"
|
|
2556
|
+
" to method get_all_numeric_descriptions" % key
|
|
2557
|
+
)
|
|
2558
|
+
params[key] = val
|
|
2559
|
+
del params['kwargs']
|
|
2560
|
+
|
|
2561
|
+
collection_formats = {}
|
|
2562
|
+
|
|
2563
|
+
path_params = {}
|
|
2564
|
+
|
|
2565
|
+
query_params = []
|
|
2566
|
+
|
|
2567
|
+
header_params = {}
|
|
2568
|
+
|
|
2569
|
+
for key, value in params.get('_custom_headers', {}).items():
|
|
2570
|
+
header_params[key] = value
|
|
2571
|
+
|
|
2572
|
+
|
|
2573
|
+
form_params = []
|
|
2574
|
+
local_var_files = {}
|
|
2575
|
+
|
|
2576
|
+
body_params = None
|
|
2577
|
+
# HTTP header `Accept`
|
|
2578
|
+
header_params['Accept'] = self.api_client.\
|
|
2579
|
+
select_header_accept(['application/vnd.seeq.v1+json'])
|
|
2580
|
+
|
|
2581
|
+
# HTTP header `Content-Type`
|
|
2582
|
+
header_params['Content-Type'] = self.api_client.\
|
|
2583
|
+
select_header_content_type(['application/vnd.seeq.v1+json', ])
|
|
2584
|
+
|
|
2585
|
+
# Authentication setting
|
|
2586
|
+
auth_settings = ['api_key']
|
|
2587
|
+
|
|
2588
|
+
return self.api_client.call_api('/context/numeric/descriptions', 'GET',
|
|
2589
|
+
path_params,
|
|
2590
|
+
query_params,
|
|
2591
|
+
header_params,
|
|
2592
|
+
body=body_params,
|
|
2593
|
+
post_params=form_params,
|
|
2594
|
+
files=local_var_files,
|
|
2595
|
+
response_type=params.get('_response_type', 'NumericDescriptionOutputListV1'),
|
|
2596
|
+
auth_settings=auth_settings,
|
|
2597
|
+
callback=params.get('callback'),
|
|
2598
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
2599
|
+
_preload_content=params.get('_preload_content', True),
|
|
2600
|
+
_request_timeout=params.get('_request_timeout'),
|
|
2601
|
+
collection_formats=collection_formats)
|
|
2602
|
+
|
|
2603
|
+
def get_comment_category(self, **kwargs):
|
|
2604
|
+
"""
|
|
2605
|
+
Get comment category by ID
|
|
2606
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
2607
|
+
asynchronous HTTP request, please define a `callback` function
|
|
2608
|
+
to be invoked when receiving the response.
|
|
2609
|
+
>>> def callback_function(response):
|
|
2610
|
+
>>> pprint(response)
|
|
2611
|
+
>>>
|
|
2612
|
+
>>> thread = api.get_comment_category(id=id_value, callback=callback_function)
|
|
2613
|
+
|
|
2614
|
+
:param callback function: The callback function
|
|
2615
|
+
for asynchronous request. (optional)
|
|
2616
|
+
:param str id: (required)
|
|
2617
|
+
:return: CommentCategoryOutputV1
|
|
2618
|
+
If the method is called asynchronously,
|
|
2619
|
+
returns the request thread.
|
|
2620
|
+
:rtype: CommentCategoryOutputV1
|
|
2621
|
+
"""
|
|
2622
|
+
kwargs['_return_http_data_only'] = True
|
|
2623
|
+
if kwargs.get('callback'):
|
|
2624
|
+
return self.get_comment_category_with_http_info(**kwargs)
|
|
2625
|
+
else:
|
|
2626
|
+
(data) = self.get_comment_category_with_http_info(**kwargs)
|
|
2627
|
+
return data
|
|
2628
|
+
|
|
2629
|
+
def get_comment_category_with_http_info(self, **kwargs):
|
|
2630
|
+
"""
|
|
2631
|
+
Get comment category by ID
|
|
2632
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
2633
|
+
asynchronous HTTP request, please define a `callback` function
|
|
2634
|
+
to be invoked when receiving the response.
|
|
2635
|
+
>>> def callback_function(response):
|
|
2636
|
+
>>> pprint(response)
|
|
2637
|
+
>>>
|
|
2638
|
+
>>> thread = api.get_comment_category_with_http_info(id=id_value, callback=callback_function)
|
|
2639
|
+
|
|
2640
|
+
:param callback function: The callback function
|
|
2641
|
+
for asynchronous request. (optional)
|
|
2642
|
+
:param str id: (required)
|
|
2643
|
+
:return: CommentCategoryOutputV1
|
|
2644
|
+
If the method is called asynchronously,
|
|
2645
|
+
returns the request thread.
|
|
2646
|
+
:rtype: CommentCategoryOutputV1
|
|
2647
|
+
"""
|
|
2648
|
+
|
|
2649
|
+
all_params = ['id']
|
|
2650
|
+
all_params.append('callback')
|
|
2651
|
+
all_params.append('_return_http_data_only')
|
|
2652
|
+
all_params.append('_preload_content')
|
|
2653
|
+
all_params.append('_request_timeout')
|
|
2654
|
+
all_params.append('_response_type')
|
|
2655
|
+
all_params.append('_custom_headers')
|
|
2656
|
+
|
|
2657
|
+
params = locals()
|
|
2658
|
+
for key, val in iteritems(params['kwargs']):
|
|
2659
|
+
if key not in all_params:
|
|
2660
|
+
raise TypeError(
|
|
2661
|
+
"Got an unexpected keyword argument '%s'"
|
|
2662
|
+
" to method get_comment_category" % key
|
|
2663
|
+
)
|
|
2664
|
+
params[key] = val
|
|
2665
|
+
del params['kwargs']
|
|
2666
|
+
# verify the required parameter 'id' is set
|
|
2667
|
+
if ('id' not in params) or (params['id'] is None):
|
|
2668
|
+
raise ValueError("Missing the required parameter `id` when calling `get_comment_category`")
|
|
2669
|
+
|
|
2670
|
+
|
|
2671
|
+
collection_formats = {}
|
|
2672
|
+
|
|
2673
|
+
path_params = {}
|
|
2674
|
+
if 'id' in params:
|
|
2675
|
+
path_params['id'] = params['id']
|
|
2676
|
+
|
|
2677
|
+
query_params = []
|
|
2678
|
+
|
|
2679
|
+
header_params = {}
|
|
2680
|
+
|
|
2681
|
+
for key, value in params.get('_custom_headers', {}).items():
|
|
2682
|
+
header_params[key] = value
|
|
2683
|
+
|
|
2684
|
+
|
|
2685
|
+
form_params = []
|
|
2686
|
+
local_var_files = {}
|
|
2687
|
+
|
|
2688
|
+
body_params = None
|
|
2689
|
+
# HTTP header `Accept`
|
|
2690
|
+
header_params['Accept'] = self.api_client.\
|
|
2691
|
+
select_header_accept(['application/vnd.seeq.v1+json'])
|
|
2692
|
+
|
|
2693
|
+
# HTTP header `Content-Type`
|
|
2694
|
+
header_params['Content-Type'] = self.api_client.\
|
|
2695
|
+
select_header_content_type(['application/vnd.seeq.v1+json', ])
|
|
2696
|
+
|
|
2697
|
+
# Authentication setting
|
|
2698
|
+
auth_settings = ['api_key']
|
|
2699
|
+
|
|
2700
|
+
return self.api_client.call_api('/context/comments/categories/{id}', 'GET',
|
|
2701
|
+
path_params,
|
|
2702
|
+
query_params,
|
|
2703
|
+
header_params,
|
|
2704
|
+
body=body_params,
|
|
2705
|
+
post_params=form_params,
|
|
2706
|
+
files=local_var_files,
|
|
2707
|
+
response_type=params.get('_response_type', 'CommentCategoryOutputV1'),
|
|
2708
|
+
auth_settings=auth_settings,
|
|
2709
|
+
callback=params.get('callback'),
|
|
2710
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
2711
|
+
_preload_content=params.get('_preload_content', True),
|
|
2712
|
+
_request_timeout=params.get('_request_timeout'),
|
|
2713
|
+
collection_formats=collection_formats)
|
|
2714
|
+
|
|
2715
|
+
def get_context_comments(self, **kwargs):
|
|
2716
|
+
"""
|
|
2717
|
+
Fetch context comments for specified item IDs
|
|
2718
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
2719
|
+
asynchronous HTTP request, please define a `callback` function
|
|
2720
|
+
to be invoked when receiving the response.
|
|
2721
|
+
>>> def callback_function(response):
|
|
2722
|
+
>>> pprint(response)
|
|
2723
|
+
>>>
|
|
2724
|
+
>>> thread = api.get_context_comments(body=body_value, callback=callback_function)
|
|
2725
|
+
|
|
2726
|
+
:param callback function: The callback function
|
|
2727
|
+
for asynchronous request. (optional)
|
|
2728
|
+
:param GetContextInputV1 body: (required)
|
|
2729
|
+
:return: ContextCommentListOutputV1
|
|
2730
|
+
If the method is called asynchronously,
|
|
2731
|
+
returns the request thread.
|
|
2732
|
+
:rtype: ContextCommentListOutputV1
|
|
2733
|
+
"""
|
|
2734
|
+
kwargs['_return_http_data_only'] = True
|
|
2735
|
+
if kwargs.get('callback'):
|
|
2736
|
+
return self.get_context_comments_with_http_info(**kwargs)
|
|
2737
|
+
else:
|
|
2738
|
+
(data) = self.get_context_comments_with_http_info(**kwargs)
|
|
2739
|
+
return data
|
|
2740
|
+
|
|
2741
|
+
def get_context_comments_with_http_info(self, **kwargs):
|
|
2742
|
+
"""
|
|
2743
|
+
Fetch context comments for specified item IDs
|
|
2744
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
2745
|
+
asynchronous HTTP request, please define a `callback` function
|
|
2746
|
+
to be invoked when receiving the response.
|
|
2747
|
+
>>> def callback_function(response):
|
|
2748
|
+
>>> pprint(response)
|
|
2749
|
+
>>>
|
|
2750
|
+
>>> thread = api.get_context_comments_with_http_info(body=body_value, callback=callback_function)
|
|
2751
|
+
|
|
2752
|
+
:param callback function: The callback function
|
|
2753
|
+
for asynchronous request. (optional)
|
|
2754
|
+
:param GetContextInputV1 body: (required)
|
|
2755
|
+
:return: ContextCommentListOutputV1
|
|
2756
|
+
If the method is called asynchronously,
|
|
2757
|
+
returns the request thread.
|
|
2758
|
+
:rtype: ContextCommentListOutputV1
|
|
2759
|
+
"""
|
|
2760
|
+
|
|
2761
|
+
all_params = ['body']
|
|
2762
|
+
all_params.append('callback')
|
|
2763
|
+
all_params.append('_return_http_data_only')
|
|
2764
|
+
all_params.append('_preload_content')
|
|
2765
|
+
all_params.append('_request_timeout')
|
|
2766
|
+
all_params.append('_response_type')
|
|
2767
|
+
all_params.append('_custom_headers')
|
|
2768
|
+
|
|
2769
|
+
params = locals()
|
|
2770
|
+
for key, val in iteritems(params['kwargs']):
|
|
2771
|
+
if key not in all_params:
|
|
2772
|
+
raise TypeError(
|
|
2773
|
+
"Got an unexpected keyword argument '%s'"
|
|
2774
|
+
" to method get_context_comments" % key
|
|
2775
|
+
)
|
|
2776
|
+
params[key] = val
|
|
2777
|
+
del params['kwargs']
|
|
2778
|
+
# verify the required parameter 'body' is set
|
|
2779
|
+
if ('body' not in params) or (params['body'] is None):
|
|
2780
|
+
raise ValueError("Missing the required parameter `body` when calling `get_context_comments`")
|
|
2781
|
+
|
|
2782
|
+
|
|
2783
|
+
collection_formats = {}
|
|
2784
|
+
|
|
2785
|
+
path_params = {}
|
|
2786
|
+
|
|
2787
|
+
query_params = []
|
|
2788
|
+
|
|
2789
|
+
header_params = {}
|
|
2790
|
+
|
|
2791
|
+
for key, value in params.get('_custom_headers', {}).items():
|
|
2792
|
+
header_params[key] = value
|
|
2793
|
+
|
|
2794
|
+
|
|
2795
|
+
form_params = []
|
|
2796
|
+
local_var_files = {}
|
|
2797
|
+
|
|
2798
|
+
body_params = None
|
|
2799
|
+
if 'body' in params:
|
|
2800
|
+
body_params = params['body']
|
|
2801
|
+
# HTTP header `Accept`
|
|
2802
|
+
header_params['Accept'] = self.api_client.\
|
|
2803
|
+
select_header_accept(['application/vnd.seeq.v1+json'])
|
|
2804
|
+
|
|
2805
|
+
# HTTP header `Content-Type`
|
|
2806
|
+
header_params['Content-Type'] = self.api_client.\
|
|
2807
|
+
select_header_content_type(['application/vnd.seeq.v1+json', ])
|
|
2808
|
+
|
|
2809
|
+
# Authentication setting
|
|
2810
|
+
auth_settings = ['api_key']
|
|
2811
|
+
|
|
2812
|
+
return self.api_client.call_api('/context/search/comments', 'POST',
|
|
2813
|
+
path_params,
|
|
2814
|
+
query_params,
|
|
2815
|
+
header_params,
|
|
2816
|
+
body=body_params,
|
|
2817
|
+
post_params=form_params,
|
|
2818
|
+
files=local_var_files,
|
|
2819
|
+
response_type=params.get('_response_type', 'ContextCommentListOutputV1'),
|
|
2820
|
+
auth_settings=auth_settings,
|
|
2821
|
+
callback=params.get('callback'),
|
|
2822
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
2823
|
+
_preload_content=params.get('_preload_content', True),
|
|
2824
|
+
_request_timeout=params.get('_request_timeout'),
|
|
2825
|
+
collection_formats=collection_formats)
|
|
2826
|
+
|
|
2827
|
+
def get_context_conditions(self, **kwargs):
|
|
2828
|
+
"""
|
|
2829
|
+
Fetch context conditions for specified item IDs
|
|
2830
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
2831
|
+
asynchronous HTTP request, please define a `callback` function
|
|
2832
|
+
to be invoked when receiving the response.
|
|
2833
|
+
>>> def callback_function(response):
|
|
2834
|
+
>>> pprint(response)
|
|
2835
|
+
>>>
|
|
2836
|
+
>>> thread = api.get_context_conditions(body=body_value, callback=callback_function)
|
|
2837
|
+
|
|
2838
|
+
:param callback function: The callback function
|
|
2839
|
+
for asynchronous request. (optional)
|
|
2840
|
+
:param GetContextConditionInputV1 body: (required)
|
|
2841
|
+
:return: ContextConditionOutputListV1
|
|
2842
|
+
If the method is called asynchronously,
|
|
2843
|
+
returns the request thread.
|
|
2844
|
+
:rtype: ContextConditionOutputListV1
|
|
2845
|
+
"""
|
|
2846
|
+
kwargs['_return_http_data_only'] = True
|
|
2847
|
+
if kwargs.get('callback'):
|
|
2848
|
+
return self.get_context_conditions_with_http_info(**kwargs)
|
|
2849
|
+
else:
|
|
2850
|
+
(data) = self.get_context_conditions_with_http_info(**kwargs)
|
|
2851
|
+
return data
|
|
2852
|
+
|
|
2853
|
+
def get_context_conditions_with_http_info(self, **kwargs):
|
|
2854
|
+
"""
|
|
2855
|
+
Fetch context conditions for specified item IDs
|
|
2856
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
2857
|
+
asynchronous HTTP request, please define a `callback` function
|
|
2858
|
+
to be invoked when receiving the response.
|
|
2859
|
+
>>> def callback_function(response):
|
|
2860
|
+
>>> pprint(response)
|
|
2861
|
+
>>>
|
|
2862
|
+
>>> thread = api.get_context_conditions_with_http_info(body=body_value, callback=callback_function)
|
|
2863
|
+
|
|
2864
|
+
:param callback function: The callback function
|
|
2865
|
+
for asynchronous request. (optional)
|
|
2866
|
+
:param GetContextConditionInputV1 body: (required)
|
|
2867
|
+
:return: ContextConditionOutputListV1
|
|
2868
|
+
If the method is called asynchronously,
|
|
2869
|
+
returns the request thread.
|
|
2870
|
+
:rtype: ContextConditionOutputListV1
|
|
2871
|
+
"""
|
|
2872
|
+
|
|
2873
|
+
all_params = ['body']
|
|
2874
|
+
all_params.append('callback')
|
|
2875
|
+
all_params.append('_return_http_data_only')
|
|
2876
|
+
all_params.append('_preload_content')
|
|
2877
|
+
all_params.append('_request_timeout')
|
|
2878
|
+
all_params.append('_response_type')
|
|
2879
|
+
all_params.append('_custom_headers')
|
|
2880
|
+
|
|
2881
|
+
params = locals()
|
|
2882
|
+
for key, val in iteritems(params['kwargs']):
|
|
2883
|
+
if key not in all_params:
|
|
2884
|
+
raise TypeError(
|
|
2885
|
+
"Got an unexpected keyword argument '%s'"
|
|
2886
|
+
" to method get_context_conditions" % key
|
|
2887
|
+
)
|
|
2888
|
+
params[key] = val
|
|
2889
|
+
del params['kwargs']
|
|
2890
|
+
# verify the required parameter 'body' is set
|
|
2891
|
+
if ('body' not in params) or (params['body'] is None):
|
|
2892
|
+
raise ValueError("Missing the required parameter `body` when calling `get_context_conditions`")
|
|
2893
|
+
|
|
2894
|
+
|
|
2895
|
+
collection_formats = {}
|
|
2896
|
+
|
|
2897
|
+
path_params = {}
|
|
2898
|
+
|
|
2899
|
+
query_params = []
|
|
2900
|
+
|
|
2901
|
+
header_params = {}
|
|
2902
|
+
|
|
2903
|
+
for key, value in params.get('_custom_headers', {}).items():
|
|
2904
|
+
header_params[key] = value
|
|
2905
|
+
|
|
2906
|
+
|
|
2907
|
+
form_params = []
|
|
2908
|
+
local_var_files = {}
|
|
2909
|
+
|
|
2910
|
+
body_params = None
|
|
2911
|
+
if 'body' in params:
|
|
2912
|
+
body_params = params['body']
|
|
2913
|
+
# HTTP header `Accept`
|
|
2914
|
+
header_params['Accept'] = self.api_client.\
|
|
2915
|
+
select_header_accept(['application/vnd.seeq.v1+json'])
|
|
2916
|
+
|
|
2917
|
+
# HTTP header `Content-Type`
|
|
2918
|
+
header_params['Content-Type'] = self.api_client.\
|
|
2919
|
+
select_header_content_type(['application/vnd.seeq.v1+json', ])
|
|
2920
|
+
|
|
2921
|
+
# Authentication setting
|
|
2922
|
+
auth_settings = ['api_key']
|
|
2923
|
+
|
|
2924
|
+
return self.api_client.call_api('/context/conditions', 'POST',
|
|
2925
|
+
path_params,
|
|
2926
|
+
query_params,
|
|
2927
|
+
header_params,
|
|
2928
|
+
body=body_params,
|
|
2929
|
+
post_params=form_params,
|
|
2930
|
+
files=local_var_files,
|
|
2931
|
+
response_type=params.get('_response_type', 'ContextConditionOutputListV1'),
|
|
2932
|
+
auth_settings=auth_settings,
|
|
2933
|
+
callback=params.get('callback'),
|
|
2934
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
2935
|
+
_preload_content=params.get('_preload_content', True),
|
|
2936
|
+
_request_timeout=params.get('_request_timeout'),
|
|
2937
|
+
collection_formats=collection_formats)
|
|
2938
|
+
|
|
2939
|
+
def get_context_labels(self, **kwargs):
|
|
2940
|
+
"""
|
|
2941
|
+
Fetch context labels for specified item IDs
|
|
2942
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
2943
|
+
asynchronous HTTP request, please define a `callback` function
|
|
2944
|
+
to be invoked when receiving the response.
|
|
2945
|
+
>>> def callback_function(response):
|
|
2946
|
+
>>> pprint(response)
|
|
2947
|
+
>>>
|
|
2948
|
+
>>> thread = api.get_context_labels(body=body_value, callback=callback_function)
|
|
2949
|
+
|
|
2950
|
+
:param callback function: The callback function
|
|
2951
|
+
for asynchronous request. (optional)
|
|
2952
|
+
:param GetContextInputV1 body: (required)
|
|
2953
|
+
:return: ContextLabelListOutputV1
|
|
2954
|
+
If the method is called asynchronously,
|
|
2955
|
+
returns the request thread.
|
|
2956
|
+
:rtype: ContextLabelListOutputV1
|
|
2957
|
+
"""
|
|
2958
|
+
kwargs['_return_http_data_only'] = True
|
|
2959
|
+
if kwargs.get('callback'):
|
|
2960
|
+
return self.get_context_labels_with_http_info(**kwargs)
|
|
2961
|
+
else:
|
|
2962
|
+
(data) = self.get_context_labels_with_http_info(**kwargs)
|
|
2963
|
+
return data
|
|
2964
|
+
|
|
2965
|
+
def get_context_labels_with_http_info(self, **kwargs):
|
|
2966
|
+
"""
|
|
2967
|
+
Fetch context labels for specified item IDs
|
|
2968
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
2969
|
+
asynchronous HTTP request, please define a `callback` function
|
|
2970
|
+
to be invoked when receiving the response.
|
|
2971
|
+
>>> def callback_function(response):
|
|
2972
|
+
>>> pprint(response)
|
|
2973
|
+
>>>
|
|
2974
|
+
>>> thread = api.get_context_labels_with_http_info(body=body_value, callback=callback_function)
|
|
2975
|
+
|
|
2976
|
+
:param callback function: The callback function
|
|
2977
|
+
for asynchronous request. (optional)
|
|
2978
|
+
:param GetContextInputV1 body: (required)
|
|
2979
|
+
:return: ContextLabelListOutputV1
|
|
2980
|
+
If the method is called asynchronously,
|
|
2981
|
+
returns the request thread.
|
|
2982
|
+
:rtype: ContextLabelListOutputV1
|
|
2983
|
+
"""
|
|
2984
|
+
|
|
2985
|
+
all_params = ['body']
|
|
2986
|
+
all_params.append('callback')
|
|
2987
|
+
all_params.append('_return_http_data_only')
|
|
2988
|
+
all_params.append('_preload_content')
|
|
2989
|
+
all_params.append('_request_timeout')
|
|
2990
|
+
all_params.append('_response_type')
|
|
2991
|
+
all_params.append('_custom_headers')
|
|
2992
|
+
|
|
2993
|
+
params = locals()
|
|
2994
|
+
for key, val in iteritems(params['kwargs']):
|
|
2995
|
+
if key not in all_params:
|
|
2996
|
+
raise TypeError(
|
|
2997
|
+
"Got an unexpected keyword argument '%s'"
|
|
2998
|
+
" to method get_context_labels" % key
|
|
2999
|
+
)
|
|
3000
|
+
params[key] = val
|
|
3001
|
+
del params['kwargs']
|
|
3002
|
+
# verify the required parameter 'body' is set
|
|
3003
|
+
if ('body' not in params) or (params['body'] is None):
|
|
3004
|
+
raise ValueError("Missing the required parameter `body` when calling `get_context_labels`")
|
|
3005
|
+
|
|
3006
|
+
|
|
3007
|
+
collection_formats = {}
|
|
3008
|
+
|
|
3009
|
+
path_params = {}
|
|
3010
|
+
|
|
3011
|
+
query_params = []
|
|
3012
|
+
|
|
3013
|
+
header_params = {}
|
|
3014
|
+
|
|
3015
|
+
for key, value in params.get('_custom_headers', {}).items():
|
|
3016
|
+
header_params[key] = value
|
|
3017
|
+
|
|
3018
|
+
|
|
3019
|
+
form_params = []
|
|
3020
|
+
local_var_files = {}
|
|
3021
|
+
|
|
3022
|
+
body_params = None
|
|
3023
|
+
if 'body' in params:
|
|
3024
|
+
body_params = params['body']
|
|
3025
|
+
# HTTP header `Accept`
|
|
3026
|
+
header_params['Accept'] = self.api_client.\
|
|
3027
|
+
select_header_accept(['application/vnd.seeq.v1+json'])
|
|
3028
|
+
|
|
3029
|
+
# HTTP header `Content-Type`
|
|
3030
|
+
header_params['Content-Type'] = self.api_client.\
|
|
3031
|
+
select_header_content_type(['application/vnd.seeq.v1+json', ])
|
|
3032
|
+
|
|
3033
|
+
# Authentication setting
|
|
3034
|
+
auth_settings = ['api_key']
|
|
3035
|
+
|
|
3036
|
+
return self.api_client.call_api('/context/search/labels', 'POST',
|
|
3037
|
+
path_params,
|
|
3038
|
+
query_params,
|
|
3039
|
+
header_params,
|
|
3040
|
+
body=body_params,
|
|
3041
|
+
post_params=form_params,
|
|
3042
|
+
files=local_var_files,
|
|
3043
|
+
response_type=params.get('_response_type', 'ContextLabelListOutputV1'),
|
|
3044
|
+
auth_settings=auth_settings,
|
|
3045
|
+
callback=params.get('callback'),
|
|
3046
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
3047
|
+
_preload_content=params.get('_preload_content', True),
|
|
3048
|
+
_request_timeout=params.get('_request_timeout'),
|
|
3049
|
+
collection_formats=collection_formats)
|
|
3050
|
+
|
|
3051
|
+
def get_context_numerics(self, **kwargs):
|
|
3052
|
+
"""
|
|
3053
|
+
Fetch numeric context for specified item IDs
|
|
3054
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
3055
|
+
asynchronous HTTP request, please define a `callback` function
|
|
3056
|
+
to be invoked when receiving the response.
|
|
3057
|
+
>>> def callback_function(response):
|
|
3058
|
+
>>> pprint(response)
|
|
3059
|
+
>>>
|
|
3060
|
+
>>> thread = api.get_context_numerics(body=body_value, callback=callback_function)
|
|
3061
|
+
|
|
3062
|
+
:param callback function: The callback function
|
|
3063
|
+
for asynchronous request. (optional)
|
|
3064
|
+
:param GetContextInputV1 body: (required)
|
|
3065
|
+
:return: ContextNumericListOutputV1
|
|
3066
|
+
If the method is called asynchronously,
|
|
3067
|
+
returns the request thread.
|
|
3068
|
+
:rtype: ContextNumericListOutputV1
|
|
3069
|
+
"""
|
|
3070
|
+
kwargs['_return_http_data_only'] = True
|
|
3071
|
+
if kwargs.get('callback'):
|
|
3072
|
+
return self.get_context_numerics_with_http_info(**kwargs)
|
|
3073
|
+
else:
|
|
3074
|
+
(data) = self.get_context_numerics_with_http_info(**kwargs)
|
|
3075
|
+
return data
|
|
3076
|
+
|
|
3077
|
+
def get_context_numerics_with_http_info(self, **kwargs):
|
|
3078
|
+
"""
|
|
3079
|
+
Fetch numeric context for specified item IDs
|
|
3080
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
3081
|
+
asynchronous HTTP request, please define a `callback` function
|
|
3082
|
+
to be invoked when receiving the response.
|
|
3083
|
+
>>> def callback_function(response):
|
|
3084
|
+
>>> pprint(response)
|
|
3085
|
+
>>>
|
|
3086
|
+
>>> thread = api.get_context_numerics_with_http_info(body=body_value, callback=callback_function)
|
|
3087
|
+
|
|
3088
|
+
:param callback function: The callback function
|
|
3089
|
+
for asynchronous request. (optional)
|
|
3090
|
+
:param GetContextInputV1 body: (required)
|
|
3091
|
+
:return: ContextNumericListOutputV1
|
|
3092
|
+
If the method is called asynchronously,
|
|
3093
|
+
returns the request thread.
|
|
3094
|
+
:rtype: ContextNumericListOutputV1
|
|
3095
|
+
"""
|
|
3096
|
+
|
|
3097
|
+
all_params = ['body']
|
|
3098
|
+
all_params.append('callback')
|
|
3099
|
+
all_params.append('_return_http_data_only')
|
|
3100
|
+
all_params.append('_preload_content')
|
|
3101
|
+
all_params.append('_request_timeout')
|
|
3102
|
+
all_params.append('_response_type')
|
|
3103
|
+
all_params.append('_custom_headers')
|
|
3104
|
+
|
|
3105
|
+
params = locals()
|
|
3106
|
+
for key, val in iteritems(params['kwargs']):
|
|
3107
|
+
if key not in all_params:
|
|
3108
|
+
raise TypeError(
|
|
3109
|
+
"Got an unexpected keyword argument '%s'"
|
|
3110
|
+
" to method get_context_numerics" % key
|
|
3111
|
+
)
|
|
3112
|
+
params[key] = val
|
|
3113
|
+
del params['kwargs']
|
|
3114
|
+
# verify the required parameter 'body' is set
|
|
3115
|
+
if ('body' not in params) or (params['body'] is None):
|
|
3116
|
+
raise ValueError("Missing the required parameter `body` when calling `get_context_numerics`")
|
|
3117
|
+
|
|
3118
|
+
|
|
3119
|
+
collection_formats = {}
|
|
3120
|
+
|
|
3121
|
+
path_params = {}
|
|
3122
|
+
|
|
3123
|
+
query_params = []
|
|
3124
|
+
|
|
3125
|
+
header_params = {}
|
|
3126
|
+
|
|
3127
|
+
for key, value in params.get('_custom_headers', {}).items():
|
|
3128
|
+
header_params[key] = value
|
|
3129
|
+
|
|
3130
|
+
|
|
3131
|
+
form_params = []
|
|
3132
|
+
local_var_files = {}
|
|
3133
|
+
|
|
3134
|
+
body_params = None
|
|
3135
|
+
if 'body' in params:
|
|
3136
|
+
body_params = params['body']
|
|
3137
|
+
# HTTP header `Accept`
|
|
3138
|
+
header_params['Accept'] = self.api_client.\
|
|
3139
|
+
select_header_accept(['application/vnd.seeq.v1+json'])
|
|
3140
|
+
|
|
3141
|
+
# HTTP header `Content-Type`
|
|
3142
|
+
header_params['Content-Type'] = self.api_client.\
|
|
3143
|
+
select_header_content_type(['application/vnd.seeq.v1+json', ])
|
|
3144
|
+
|
|
3145
|
+
# Authentication setting
|
|
3146
|
+
auth_settings = ['api_key']
|
|
3147
|
+
|
|
3148
|
+
return self.api_client.call_api('/context/search/numerics', 'POST',
|
|
3149
|
+
path_params,
|
|
3150
|
+
query_params,
|
|
3151
|
+
header_params,
|
|
3152
|
+
body=body_params,
|
|
3153
|
+
post_params=form_params,
|
|
3154
|
+
files=local_var_files,
|
|
3155
|
+
response_type=params.get('_response_type', 'ContextNumericListOutputV1'),
|
|
3156
|
+
auth_settings=auth_settings,
|
|
3157
|
+
callback=params.get('callback'),
|
|
3158
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
3159
|
+
_preload_content=params.get('_preload_content', True),
|
|
3160
|
+
_request_timeout=params.get('_request_timeout'),
|
|
3161
|
+
collection_formats=collection_formats)
|
|
3162
|
+
|
|
3163
|
+
def get_context_opaque(self, **kwargs):
|
|
3164
|
+
"""
|
|
3165
|
+
Fetch opaque context for specified item IDs
|
|
3166
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
3167
|
+
asynchronous HTTP request, please define a `callback` function
|
|
3168
|
+
to be invoked when receiving the response.
|
|
3169
|
+
>>> def callback_function(response):
|
|
3170
|
+
>>> pprint(response)
|
|
3171
|
+
>>>
|
|
3172
|
+
>>> thread = api.get_context_opaque(body=body_value, callback=callback_function)
|
|
3173
|
+
|
|
3174
|
+
:param callback function: The callback function
|
|
3175
|
+
for asynchronous request. (optional)
|
|
3176
|
+
:param GetContextInputV1 body: (required)
|
|
3177
|
+
:return: ContextOpaqueListOutputV1
|
|
3178
|
+
If the method is called asynchronously,
|
|
3179
|
+
returns the request thread.
|
|
3180
|
+
:rtype: ContextOpaqueListOutputV1
|
|
3181
|
+
"""
|
|
3182
|
+
kwargs['_return_http_data_only'] = True
|
|
3183
|
+
if kwargs.get('callback'):
|
|
3184
|
+
return self.get_context_opaque_with_http_info(**kwargs)
|
|
3185
|
+
else:
|
|
3186
|
+
(data) = self.get_context_opaque_with_http_info(**kwargs)
|
|
3187
|
+
return data
|
|
3188
|
+
|
|
3189
|
+
def get_context_opaque_with_http_info(self, **kwargs):
|
|
3190
|
+
"""
|
|
3191
|
+
Fetch opaque context for specified item IDs
|
|
3192
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
3193
|
+
asynchronous HTTP request, please define a `callback` function
|
|
3194
|
+
to be invoked when receiving the response.
|
|
3195
|
+
>>> def callback_function(response):
|
|
3196
|
+
>>> pprint(response)
|
|
3197
|
+
>>>
|
|
3198
|
+
>>> thread = api.get_context_opaque_with_http_info(body=body_value, callback=callback_function)
|
|
3199
|
+
|
|
3200
|
+
:param callback function: The callback function
|
|
3201
|
+
for asynchronous request. (optional)
|
|
3202
|
+
:param GetContextInputV1 body: (required)
|
|
3203
|
+
:return: ContextOpaqueListOutputV1
|
|
3204
|
+
If the method is called asynchronously,
|
|
3205
|
+
returns the request thread.
|
|
3206
|
+
:rtype: ContextOpaqueListOutputV1
|
|
3207
|
+
"""
|
|
3208
|
+
|
|
3209
|
+
all_params = ['body']
|
|
3210
|
+
all_params.append('callback')
|
|
3211
|
+
all_params.append('_return_http_data_only')
|
|
3212
|
+
all_params.append('_preload_content')
|
|
3213
|
+
all_params.append('_request_timeout')
|
|
3214
|
+
all_params.append('_response_type')
|
|
3215
|
+
all_params.append('_custom_headers')
|
|
3216
|
+
|
|
3217
|
+
params = locals()
|
|
3218
|
+
for key, val in iteritems(params['kwargs']):
|
|
3219
|
+
if key not in all_params:
|
|
3220
|
+
raise TypeError(
|
|
3221
|
+
"Got an unexpected keyword argument '%s'"
|
|
3222
|
+
" to method get_context_opaque" % key
|
|
3223
|
+
)
|
|
3224
|
+
params[key] = val
|
|
3225
|
+
del params['kwargs']
|
|
3226
|
+
# verify the required parameter 'body' is set
|
|
3227
|
+
if ('body' not in params) or (params['body'] is None):
|
|
3228
|
+
raise ValueError("Missing the required parameter `body` when calling `get_context_opaque`")
|
|
3229
|
+
|
|
3230
|
+
|
|
3231
|
+
collection_formats = {}
|
|
3232
|
+
|
|
3233
|
+
path_params = {}
|
|
3234
|
+
|
|
3235
|
+
query_params = []
|
|
3236
|
+
|
|
3237
|
+
header_params = {}
|
|
3238
|
+
|
|
3239
|
+
for key, value in params.get('_custom_headers', {}).items():
|
|
3240
|
+
header_params[key] = value
|
|
3241
|
+
|
|
3242
|
+
|
|
3243
|
+
form_params = []
|
|
3244
|
+
local_var_files = {}
|
|
3245
|
+
|
|
3246
|
+
body_params = None
|
|
3247
|
+
if 'body' in params:
|
|
3248
|
+
body_params = params['body']
|
|
3249
|
+
# HTTP header `Accept`
|
|
3250
|
+
header_params['Accept'] = self.api_client.\
|
|
3251
|
+
select_header_accept(['application/vnd.seeq.v1+json'])
|
|
3252
|
+
|
|
3253
|
+
# HTTP header `Content-Type`
|
|
3254
|
+
header_params['Content-Type'] = self.api_client.\
|
|
3255
|
+
select_header_content_type(['application/vnd.seeq.v1+json', ])
|
|
3256
|
+
|
|
3257
|
+
# Authentication setting
|
|
3258
|
+
auth_settings = ['api_key']
|
|
3259
|
+
|
|
3260
|
+
return self.api_client.call_api('/context/search/opaque', 'POST',
|
|
3261
|
+
path_params,
|
|
3262
|
+
query_params,
|
|
3263
|
+
header_params,
|
|
3264
|
+
body=body_params,
|
|
3265
|
+
post_params=form_params,
|
|
3266
|
+
files=local_var_files,
|
|
3267
|
+
response_type=params.get('_response_type', 'ContextOpaqueListOutputV1'),
|
|
3268
|
+
auth_settings=auth_settings,
|
|
3269
|
+
callback=params.get('callback'),
|
|
3270
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
3271
|
+
_preload_content=params.get('_preload_content', True),
|
|
3272
|
+
_request_timeout=params.get('_request_timeout'),
|
|
3273
|
+
collection_formats=collection_formats)
|
|
3274
|
+
|
|
3275
|
+
def get_label_hierarchies(self, **kwargs):
|
|
3276
|
+
"""
|
|
3277
|
+
Get label hierarchies for given category/label pairs. If no potential match for a given pair exists, nothing is returned for that pair.
|
|
3278
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
3279
|
+
asynchronous HTTP request, please define a `callback` function
|
|
3280
|
+
to be invoked when receiving the response.
|
|
3281
|
+
>>> def callback_function(response):
|
|
3282
|
+
>>> pprint(response)
|
|
3283
|
+
>>>
|
|
3284
|
+
>>> thread = api.get_label_hierarchies(body=body_value, callback=callback_function)
|
|
3285
|
+
|
|
3286
|
+
:param callback function: The callback function
|
|
3287
|
+
for asynchronous request. (optional)
|
|
3288
|
+
:param LabelHierarchyInputV1 body: Label hierarchy request (required)
|
|
3289
|
+
:return: LabelHierarchyOutputListV1
|
|
3290
|
+
If the method is called asynchronously,
|
|
3291
|
+
returns the request thread.
|
|
3292
|
+
:rtype: LabelHierarchyOutputListV1
|
|
3293
|
+
"""
|
|
3294
|
+
kwargs['_return_http_data_only'] = True
|
|
3295
|
+
if kwargs.get('callback'):
|
|
3296
|
+
return self.get_label_hierarchies_with_http_info(**kwargs)
|
|
3297
|
+
else:
|
|
3298
|
+
(data) = self.get_label_hierarchies_with_http_info(**kwargs)
|
|
3299
|
+
return data
|
|
3300
|
+
|
|
3301
|
+
def get_label_hierarchies_with_http_info(self, **kwargs):
|
|
3302
|
+
"""
|
|
3303
|
+
Get label hierarchies for given category/label pairs. If no potential match for a given pair exists, nothing is returned for that pair.
|
|
3304
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
3305
|
+
asynchronous HTTP request, please define a `callback` function
|
|
3306
|
+
to be invoked when receiving the response.
|
|
3307
|
+
>>> def callback_function(response):
|
|
3308
|
+
>>> pprint(response)
|
|
3309
|
+
>>>
|
|
3310
|
+
>>> thread = api.get_label_hierarchies_with_http_info(body=body_value, callback=callback_function)
|
|
3311
|
+
|
|
3312
|
+
:param callback function: The callback function
|
|
3313
|
+
for asynchronous request. (optional)
|
|
3314
|
+
:param LabelHierarchyInputV1 body: Label hierarchy request (required)
|
|
3315
|
+
:return: LabelHierarchyOutputListV1
|
|
3316
|
+
If the method is called asynchronously,
|
|
3317
|
+
returns the request thread.
|
|
3318
|
+
:rtype: LabelHierarchyOutputListV1
|
|
3319
|
+
"""
|
|
3320
|
+
|
|
3321
|
+
all_params = ['body']
|
|
3322
|
+
all_params.append('callback')
|
|
3323
|
+
all_params.append('_return_http_data_only')
|
|
3324
|
+
all_params.append('_preload_content')
|
|
3325
|
+
all_params.append('_request_timeout')
|
|
3326
|
+
all_params.append('_response_type')
|
|
3327
|
+
all_params.append('_custom_headers')
|
|
3328
|
+
|
|
3329
|
+
params = locals()
|
|
3330
|
+
for key, val in iteritems(params['kwargs']):
|
|
3331
|
+
if key not in all_params:
|
|
3332
|
+
raise TypeError(
|
|
3333
|
+
"Got an unexpected keyword argument '%s'"
|
|
3334
|
+
" to method get_label_hierarchies" % key
|
|
3335
|
+
)
|
|
3336
|
+
params[key] = val
|
|
3337
|
+
del params['kwargs']
|
|
3338
|
+
# verify the required parameter 'body' is set
|
|
3339
|
+
if ('body' not in params) or (params['body'] is None):
|
|
3340
|
+
raise ValueError("Missing the required parameter `body` when calling `get_label_hierarchies`")
|
|
3341
|
+
|
|
3342
|
+
|
|
3343
|
+
collection_formats = {}
|
|
3344
|
+
|
|
3345
|
+
path_params = {}
|
|
3346
|
+
|
|
3347
|
+
query_params = []
|
|
3348
|
+
|
|
3349
|
+
header_params = {}
|
|
3350
|
+
|
|
3351
|
+
for key, value in params.get('_custom_headers', {}).items():
|
|
3352
|
+
header_params[key] = value
|
|
3353
|
+
|
|
3354
|
+
|
|
3355
|
+
form_params = []
|
|
3356
|
+
local_var_files = {}
|
|
3357
|
+
|
|
3358
|
+
body_params = None
|
|
3359
|
+
if 'body' in params:
|
|
3360
|
+
body_params = params['body']
|
|
3361
|
+
# HTTP header `Accept`
|
|
3362
|
+
header_params['Accept'] = self.api_client.\
|
|
3363
|
+
select_header_accept(['application/vnd.seeq.v1+json'])
|
|
3364
|
+
|
|
3365
|
+
# HTTP header `Content-Type`
|
|
3366
|
+
header_params['Content-Type'] = self.api_client.\
|
|
3367
|
+
select_header_content_type(['application/vnd.seeq.v1+json', ])
|
|
3368
|
+
|
|
3369
|
+
# Authentication setting
|
|
3370
|
+
auth_settings = ['api_key']
|
|
3371
|
+
|
|
3372
|
+
return self.api_client.call_api('/context/labels/hierarchies', 'POST',
|
|
3373
|
+
path_params,
|
|
3374
|
+
query_params,
|
|
3375
|
+
header_params,
|
|
3376
|
+
body=body_params,
|
|
3377
|
+
post_params=form_params,
|
|
3378
|
+
files=local_var_files,
|
|
3379
|
+
response_type=params.get('_response_type', 'LabelHierarchyOutputListV1'),
|
|
3380
|
+
auth_settings=auth_settings,
|
|
3381
|
+
callback=params.get('callback'),
|
|
3382
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
3383
|
+
_preload_content=params.get('_preload_content', True),
|
|
3384
|
+
_request_timeout=params.get('_request_timeout'),
|
|
3385
|
+
collection_formats=collection_formats)
|
|
3386
|
+
|
|
3387
|
+
def get_labeled_items(self, **kwargs):
|
|
3388
|
+
"""
|
|
3389
|
+
Gets all items associated with the given label ID
|
|
3390
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
3391
|
+
asynchronous HTTP request, please define a `callback` function
|
|
3392
|
+
to be invoked when receiving the response.
|
|
3393
|
+
>>> def callback_function(response):
|
|
3394
|
+
>>> pprint(response)
|
|
3395
|
+
>>>
|
|
3396
|
+
>>> thread = api.get_labeled_items(label_id=label_id_value, callback=callback_function)
|
|
3397
|
+
|
|
3398
|
+
:param callback function: The callback function
|
|
3399
|
+
for asynchronous request. (optional)
|
|
3400
|
+
:param str label_id: The ID of the label (required)
|
|
3401
|
+
:param int limit: The pagination limit, the total number of collection items that will be returned in this page of results.
|
|
3402
|
+
:param int offset: The pagination offset, the index of the first collection item that will be returned in this page of results.
|
|
3403
|
+
:return: ItemPreviewListV1
|
|
3404
|
+
If the method is called asynchronously,
|
|
3405
|
+
returns the request thread.
|
|
3406
|
+
:rtype: ItemPreviewListV1
|
|
3407
|
+
"""
|
|
3408
|
+
kwargs['_return_http_data_only'] = True
|
|
3409
|
+
if kwargs.get('callback'):
|
|
3410
|
+
return self.get_labeled_items_with_http_info(**kwargs)
|
|
3411
|
+
else:
|
|
3412
|
+
(data) = self.get_labeled_items_with_http_info(**kwargs)
|
|
3413
|
+
return data
|
|
3414
|
+
|
|
3415
|
+
def get_labeled_items_with_http_info(self, **kwargs):
|
|
3416
|
+
"""
|
|
3417
|
+
Gets all items associated with the given label ID
|
|
3418
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
3419
|
+
asynchronous HTTP request, please define a `callback` function
|
|
3420
|
+
to be invoked when receiving the response.
|
|
3421
|
+
>>> def callback_function(response):
|
|
3422
|
+
>>> pprint(response)
|
|
3423
|
+
>>>
|
|
3424
|
+
>>> thread = api.get_labeled_items_with_http_info(label_id=label_id_value, callback=callback_function)
|
|
3425
|
+
|
|
3426
|
+
:param callback function: The callback function
|
|
3427
|
+
for asynchronous request. (optional)
|
|
3428
|
+
:param str label_id: The ID of the label (required)
|
|
3429
|
+
:param int limit: The pagination limit, the total number of collection items that will be returned in this page of results.
|
|
3430
|
+
:param int offset: The pagination offset, the index of the first collection item that will be returned in this page of results.
|
|
3431
|
+
:return: ItemPreviewListV1
|
|
3432
|
+
If the method is called asynchronously,
|
|
3433
|
+
returns the request thread.
|
|
3434
|
+
:rtype: ItemPreviewListV1
|
|
3435
|
+
"""
|
|
3436
|
+
|
|
3437
|
+
all_params = ['label_id', 'limit', 'offset']
|
|
3438
|
+
all_params.append('callback')
|
|
3439
|
+
all_params.append('_return_http_data_only')
|
|
3440
|
+
all_params.append('_preload_content')
|
|
3441
|
+
all_params.append('_request_timeout')
|
|
3442
|
+
all_params.append('_response_type')
|
|
3443
|
+
all_params.append('_custom_headers')
|
|
3444
|
+
|
|
3445
|
+
params = locals()
|
|
3446
|
+
for key, val in iteritems(params['kwargs']):
|
|
3447
|
+
if key not in all_params:
|
|
3448
|
+
raise TypeError(
|
|
3449
|
+
"Got an unexpected keyword argument '%s'"
|
|
3450
|
+
" to method get_labeled_items" % key
|
|
3451
|
+
)
|
|
3452
|
+
params[key] = val
|
|
3453
|
+
del params['kwargs']
|
|
3454
|
+
# verify the required parameter 'label_id' is set
|
|
3455
|
+
if ('label_id' not in params) or (params['label_id'] is None):
|
|
3456
|
+
raise ValueError("Missing the required parameter `label_id` when calling `get_labeled_items`")
|
|
3457
|
+
|
|
3458
|
+
|
|
3459
|
+
collection_formats = {}
|
|
3460
|
+
|
|
3461
|
+
path_params = {}
|
|
3462
|
+
if 'label_id' in params:
|
|
3463
|
+
path_params['labelId'] = params['label_id']
|
|
3464
|
+
|
|
3465
|
+
query_params = []
|
|
3466
|
+
if 'limit' in params:
|
|
3467
|
+
query_params.append(('limit', params['limit']))
|
|
3468
|
+
if 'offset' in params:
|
|
3469
|
+
query_params.append(('offset', params['offset']))
|
|
3470
|
+
|
|
3471
|
+
header_params = {}
|
|
3472
|
+
|
|
3473
|
+
for key, value in params.get('_custom_headers', {}).items():
|
|
3474
|
+
header_params[key] = value
|
|
3475
|
+
|
|
3476
|
+
|
|
3477
|
+
form_params = []
|
|
3478
|
+
local_var_files = {}
|
|
3479
|
+
|
|
3480
|
+
body_params = None
|
|
3481
|
+
# HTTP header `Accept`
|
|
3482
|
+
header_params['Accept'] = self.api_client.\
|
|
3483
|
+
select_header_accept(['application/vnd.seeq.v1+json'])
|
|
3484
|
+
|
|
3485
|
+
# HTTP header `Content-Type`
|
|
3486
|
+
header_params['Content-Type'] = self.api_client.\
|
|
3487
|
+
select_header_content_type(['application/vnd.seeq.v1+json', ])
|
|
3488
|
+
|
|
3489
|
+
# Authentication setting
|
|
3490
|
+
auth_settings = ['api_key']
|
|
3491
|
+
|
|
3492
|
+
return self.api_client.call_api('/context/{labelId}/labels/items', 'GET',
|
|
3493
|
+
path_params,
|
|
3494
|
+
query_params,
|
|
3495
|
+
header_params,
|
|
3496
|
+
body=body_params,
|
|
3497
|
+
post_params=form_params,
|
|
3498
|
+
files=local_var_files,
|
|
3499
|
+
response_type=params.get('_response_type', 'ItemPreviewListV1'),
|
|
3500
|
+
auth_settings=auth_settings,
|
|
3501
|
+
callback=params.get('callback'),
|
|
3502
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
3503
|
+
_preload_content=params.get('_preload_content', True),
|
|
3504
|
+
_request_timeout=params.get('_request_timeout'),
|
|
3505
|
+
collection_formats=collection_formats)
|
|
3506
|
+
|
|
3507
|
+
@deprecated(reason="Use /{id} path parameter instead of query parameter")
|
|
3508
|
+
def get_numeric_description(self, **kwargs):
|
|
3509
|
+
"""
|
|
3510
|
+
Get numeric description. This method is deprecated.
|
|
3511
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
3512
|
+
asynchronous HTTP request, please define a `callback` function
|
|
3513
|
+
to be invoked when receiving the response.
|
|
3514
|
+
>>> def callback_function(response):
|
|
3515
|
+
>>> pprint(response)
|
|
3516
|
+
>>>
|
|
3517
|
+
>>> thread = api.get_numeric_description(callback=callback_function)
|
|
3518
|
+
|
|
3519
|
+
:param callback function: The callback function
|
|
3520
|
+
for asynchronous request. (optional)
|
|
3521
|
+
:param str id:
|
|
3522
|
+
:return: NumericDescriptionOutputV1
|
|
2295
3523
|
If the method is called asynchronously,
|
|
2296
3524
|
returns the request thread.
|
|
2297
3525
|
:rtype: NumericDescriptionOutputV1
|
|
@@ -2303,9 +3531,10 @@ class ContextApi(object):
|
|
|
2303
3531
|
(data) = self.get_numeric_description_with_http_info(**kwargs)
|
|
2304
3532
|
return data
|
|
2305
3533
|
|
|
3534
|
+
@deprecated(reason="Use /{id} path parameter instead of query parameter")
|
|
2306
3535
|
def get_numeric_description_with_http_info(self, **kwargs):
|
|
2307
3536
|
"""
|
|
2308
|
-
Get numeric description
|
|
3537
|
+
Get numeric description. This method is deprecated.
|
|
2309
3538
|
This method makes a synchronous HTTP request by default. To make an
|
|
2310
3539
|
asynchronous HTTP request, please define a `callback` function
|
|
2311
3540
|
to be invoked when receiving the response.
|
|
@@ -2498,6 +3727,125 @@ class ContextApi(object):
|
|
|
2498
3727
|
_request_timeout=params.get('_request_timeout'),
|
|
2499
3728
|
collection_formats=collection_formats)
|
|
2500
3729
|
|
|
3730
|
+
def update_comment_category(self, **kwargs):
|
|
3731
|
+
"""
|
|
3732
|
+
Update a comment category
|
|
3733
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
3734
|
+
asynchronous HTTP request, please define a `callback` function
|
|
3735
|
+
to be invoked when receiving the response.
|
|
3736
|
+
>>> def callback_function(response):
|
|
3737
|
+
>>> pprint(response)
|
|
3738
|
+
>>>
|
|
3739
|
+
>>> thread = api.update_comment_category(body=body_value, id=id_value, callback=callback_function)
|
|
3740
|
+
|
|
3741
|
+
:param callback function: The callback function
|
|
3742
|
+
for asynchronous request. (optional)
|
|
3743
|
+
:param CommentCategoryInputV1 body: New value for the comment category (required)
|
|
3744
|
+
:param str id: (required)
|
|
3745
|
+
:return: CommentCategoryOutputV1
|
|
3746
|
+
If the method is called asynchronously,
|
|
3747
|
+
returns the request thread.
|
|
3748
|
+
:rtype: CommentCategoryOutputV1
|
|
3749
|
+
"""
|
|
3750
|
+
kwargs['_return_http_data_only'] = True
|
|
3751
|
+
if kwargs.get('callback'):
|
|
3752
|
+
return self.update_comment_category_with_http_info(**kwargs)
|
|
3753
|
+
else:
|
|
3754
|
+
(data) = self.update_comment_category_with_http_info(**kwargs)
|
|
3755
|
+
return data
|
|
3756
|
+
|
|
3757
|
+
def update_comment_category_with_http_info(self, **kwargs):
|
|
3758
|
+
"""
|
|
3759
|
+
Update a comment category
|
|
3760
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
3761
|
+
asynchronous HTTP request, please define a `callback` function
|
|
3762
|
+
to be invoked when receiving the response.
|
|
3763
|
+
>>> def callback_function(response):
|
|
3764
|
+
>>> pprint(response)
|
|
3765
|
+
>>>
|
|
3766
|
+
>>> thread = api.update_comment_category_with_http_info(body=body_value, id=id_value, callback=callback_function)
|
|
3767
|
+
|
|
3768
|
+
:param callback function: The callback function
|
|
3769
|
+
for asynchronous request. (optional)
|
|
3770
|
+
:param CommentCategoryInputV1 body: New value for the comment category (required)
|
|
3771
|
+
:param str id: (required)
|
|
3772
|
+
:return: CommentCategoryOutputV1
|
|
3773
|
+
If the method is called asynchronously,
|
|
3774
|
+
returns the request thread.
|
|
3775
|
+
:rtype: CommentCategoryOutputV1
|
|
3776
|
+
"""
|
|
3777
|
+
|
|
3778
|
+
all_params = ['body', 'id']
|
|
3779
|
+
all_params.append('callback')
|
|
3780
|
+
all_params.append('_return_http_data_only')
|
|
3781
|
+
all_params.append('_preload_content')
|
|
3782
|
+
all_params.append('_request_timeout')
|
|
3783
|
+
all_params.append('_response_type')
|
|
3784
|
+
all_params.append('_custom_headers')
|
|
3785
|
+
|
|
3786
|
+
params = locals()
|
|
3787
|
+
for key, val in iteritems(params['kwargs']):
|
|
3788
|
+
if key not in all_params:
|
|
3789
|
+
raise TypeError(
|
|
3790
|
+
"Got an unexpected keyword argument '%s'"
|
|
3791
|
+
" to method update_comment_category" % key
|
|
3792
|
+
)
|
|
3793
|
+
params[key] = val
|
|
3794
|
+
del params['kwargs']
|
|
3795
|
+
# verify the required parameter 'body' is set
|
|
3796
|
+
if ('body' not in params) or (params['body'] is None):
|
|
3797
|
+
raise ValueError("Missing the required parameter `body` when calling `update_comment_category`")
|
|
3798
|
+
# verify the required parameter 'id' is set
|
|
3799
|
+
if ('id' not in params) or (params['id'] is None):
|
|
3800
|
+
raise ValueError("Missing the required parameter `id` when calling `update_comment_category`")
|
|
3801
|
+
|
|
3802
|
+
|
|
3803
|
+
collection_formats = {}
|
|
3804
|
+
|
|
3805
|
+
path_params = {}
|
|
3806
|
+
if 'id' in params:
|
|
3807
|
+
path_params['id'] = params['id']
|
|
3808
|
+
|
|
3809
|
+
query_params = []
|
|
3810
|
+
|
|
3811
|
+
header_params = {}
|
|
3812
|
+
|
|
3813
|
+
for key, value in params.get('_custom_headers', {}).items():
|
|
3814
|
+
header_params[key] = value
|
|
3815
|
+
|
|
3816
|
+
|
|
3817
|
+
form_params = []
|
|
3818
|
+
local_var_files = {}
|
|
3819
|
+
|
|
3820
|
+
body_params = None
|
|
3821
|
+
if 'body' in params:
|
|
3822
|
+
body_params = params['body']
|
|
3823
|
+
# HTTP header `Accept`
|
|
3824
|
+
header_params['Accept'] = self.api_client.\
|
|
3825
|
+
select_header_accept(['application/vnd.seeq.v1+json'])
|
|
3826
|
+
|
|
3827
|
+
# HTTP header `Content-Type`
|
|
3828
|
+
header_params['Content-Type'] = self.api_client.\
|
|
3829
|
+
select_header_content_type(['application/vnd.seeq.v1+json', ])
|
|
3830
|
+
|
|
3831
|
+
# Authentication setting
|
|
3832
|
+
auth_settings = ['api_key']
|
|
3833
|
+
|
|
3834
|
+
return self.api_client.call_api('/context/comments/categories/{id}', 'POST',
|
|
3835
|
+
path_params,
|
|
3836
|
+
query_params,
|
|
3837
|
+
header_params,
|
|
3838
|
+
body=body_params,
|
|
3839
|
+
post_params=form_params,
|
|
3840
|
+
files=local_var_files,
|
|
3841
|
+
response_type=params.get('_response_type', 'CommentCategoryOutputV1'),
|
|
3842
|
+
auth_settings=auth_settings,
|
|
3843
|
+
callback=params.get('callback'),
|
|
3844
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
3845
|
+
_preload_content=params.get('_preload_content', True),
|
|
3846
|
+
_request_timeout=params.get('_request_timeout'),
|
|
3847
|
+
collection_formats=collection_formats)
|
|
3848
|
+
|
|
2501
3849
|
def update_context_comment(self, **kwargs):
|
|
2502
3850
|
"""
|
|
2503
3851
|
Update a comment
|
|
@@ -2624,6 +3972,132 @@ class ContextApi(object):
|
|
|
2624
3972
|
_request_timeout=params.get('_request_timeout'),
|
|
2625
3973
|
collection_formats=collection_formats)
|
|
2626
3974
|
|
|
3975
|
+
def update_context_numeric(self, **kwargs):
|
|
3976
|
+
"""
|
|
3977
|
+
Update a numeric context
|
|
3978
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
3979
|
+
asynchronous HTTP request, please define a `callback` function
|
|
3980
|
+
to be invoked when receiving the response.
|
|
3981
|
+
>>> def callback_function(response):
|
|
3982
|
+
>>> pprint(response)
|
|
3983
|
+
>>>
|
|
3984
|
+
>>> thread = api.update_context_numeric(body=body_value, item_id=item_id_value, numeric_context_id=numeric_context_id_value, callback=callback_function)
|
|
3985
|
+
|
|
3986
|
+
:param callback function: The callback function
|
|
3987
|
+
for asynchronous request. (optional)
|
|
3988
|
+
:param ContextNumericInputV1 body: Updated numeric context information (required)
|
|
3989
|
+
:param str item_id: ID of the item that the numeric context is associated with (required)
|
|
3990
|
+
:param str numeric_context_id: ID of the numeric context to update (required)
|
|
3991
|
+
:return: ContextNumericOutputV1
|
|
3992
|
+
If the method is called asynchronously,
|
|
3993
|
+
returns the request thread.
|
|
3994
|
+
:rtype: ContextNumericOutputV1
|
|
3995
|
+
"""
|
|
3996
|
+
kwargs['_return_http_data_only'] = True
|
|
3997
|
+
if kwargs.get('callback'):
|
|
3998
|
+
return self.update_context_numeric_with_http_info(**kwargs)
|
|
3999
|
+
else:
|
|
4000
|
+
(data) = self.update_context_numeric_with_http_info(**kwargs)
|
|
4001
|
+
return data
|
|
4002
|
+
|
|
4003
|
+
def update_context_numeric_with_http_info(self, **kwargs):
|
|
4004
|
+
"""
|
|
4005
|
+
Update a numeric context
|
|
4006
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
4007
|
+
asynchronous HTTP request, please define a `callback` function
|
|
4008
|
+
to be invoked when receiving the response.
|
|
4009
|
+
>>> def callback_function(response):
|
|
4010
|
+
>>> pprint(response)
|
|
4011
|
+
>>>
|
|
4012
|
+
>>> thread = api.update_context_numeric_with_http_info(body=body_value, item_id=item_id_value, numeric_context_id=numeric_context_id_value, callback=callback_function)
|
|
4013
|
+
|
|
4014
|
+
:param callback function: The callback function
|
|
4015
|
+
for asynchronous request. (optional)
|
|
4016
|
+
:param ContextNumericInputV1 body: Updated numeric context information (required)
|
|
4017
|
+
:param str item_id: ID of the item that the numeric context is associated with (required)
|
|
4018
|
+
:param str numeric_context_id: ID of the numeric context to update (required)
|
|
4019
|
+
:return: ContextNumericOutputV1
|
|
4020
|
+
If the method is called asynchronously,
|
|
4021
|
+
returns the request thread.
|
|
4022
|
+
:rtype: ContextNumericOutputV1
|
|
4023
|
+
"""
|
|
4024
|
+
|
|
4025
|
+
all_params = ['body', 'item_id', 'numeric_context_id']
|
|
4026
|
+
all_params.append('callback')
|
|
4027
|
+
all_params.append('_return_http_data_only')
|
|
4028
|
+
all_params.append('_preload_content')
|
|
4029
|
+
all_params.append('_request_timeout')
|
|
4030
|
+
all_params.append('_response_type')
|
|
4031
|
+
all_params.append('_custom_headers')
|
|
4032
|
+
|
|
4033
|
+
params = locals()
|
|
4034
|
+
for key, val in iteritems(params['kwargs']):
|
|
4035
|
+
if key not in all_params:
|
|
4036
|
+
raise TypeError(
|
|
4037
|
+
"Got an unexpected keyword argument '%s'"
|
|
4038
|
+
" to method update_context_numeric" % key
|
|
4039
|
+
)
|
|
4040
|
+
params[key] = val
|
|
4041
|
+
del params['kwargs']
|
|
4042
|
+
# verify the required parameter 'body' is set
|
|
4043
|
+
if ('body' not in params) or (params['body'] is None):
|
|
4044
|
+
raise ValueError("Missing the required parameter `body` when calling `update_context_numeric`")
|
|
4045
|
+
# verify the required parameter 'item_id' is set
|
|
4046
|
+
if ('item_id' not in params) or (params['item_id'] is None):
|
|
4047
|
+
raise ValueError("Missing the required parameter `item_id` when calling `update_context_numeric`")
|
|
4048
|
+
# verify the required parameter 'numeric_context_id' is set
|
|
4049
|
+
if ('numeric_context_id' not in params) or (params['numeric_context_id'] is None):
|
|
4050
|
+
raise ValueError("Missing the required parameter `numeric_context_id` when calling `update_context_numeric`")
|
|
4051
|
+
|
|
4052
|
+
|
|
4053
|
+
collection_formats = {}
|
|
4054
|
+
|
|
4055
|
+
path_params = {}
|
|
4056
|
+
if 'item_id' in params:
|
|
4057
|
+
path_params['itemId'] = params['item_id']
|
|
4058
|
+
if 'numeric_context_id' in params:
|
|
4059
|
+
path_params['numericContextId'] = params['numeric_context_id']
|
|
4060
|
+
|
|
4061
|
+
query_params = []
|
|
4062
|
+
|
|
4063
|
+
header_params = {}
|
|
4064
|
+
|
|
4065
|
+
for key, value in params.get('_custom_headers', {}).items():
|
|
4066
|
+
header_params[key] = value
|
|
4067
|
+
|
|
4068
|
+
|
|
4069
|
+
form_params = []
|
|
4070
|
+
local_var_files = {}
|
|
4071
|
+
|
|
4072
|
+
body_params = None
|
|
4073
|
+
if 'body' in params:
|
|
4074
|
+
body_params = params['body']
|
|
4075
|
+
# HTTP header `Accept`
|
|
4076
|
+
header_params['Accept'] = self.api_client.\
|
|
4077
|
+
select_header_accept(['application/vnd.seeq.v1+json'])
|
|
4078
|
+
|
|
4079
|
+
# HTTP header `Content-Type`
|
|
4080
|
+
header_params['Content-Type'] = self.api_client.\
|
|
4081
|
+
select_header_content_type(['application/vnd.seeq.v1+json', ])
|
|
4082
|
+
|
|
4083
|
+
# Authentication setting
|
|
4084
|
+
auth_settings = ['api_key']
|
|
4085
|
+
|
|
4086
|
+
return self.api_client.call_api('/context/{itemId}/numeric/{numericContextId}', 'POST',
|
|
4087
|
+
path_params,
|
|
4088
|
+
query_params,
|
|
4089
|
+
header_params,
|
|
4090
|
+
body=body_params,
|
|
4091
|
+
post_params=form_params,
|
|
4092
|
+
files=local_var_files,
|
|
4093
|
+
response_type=params.get('_response_type', 'ContextNumericOutputV1'),
|
|
4094
|
+
auth_settings=auth_settings,
|
|
4095
|
+
callback=params.get('callback'),
|
|
4096
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
4097
|
+
_preload_content=params.get('_preload_content', True),
|
|
4098
|
+
_request_timeout=params.get('_request_timeout'),
|
|
4099
|
+
collection_formats=collection_formats)
|
|
4100
|
+
|
|
2627
4101
|
def update_context_opaque(self, **kwargs):
|
|
2628
4102
|
"""
|
|
2629
4103
|
Update opaque context
|