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
|
@@ -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
|
"""
|
seeq/sdk/api/system_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
|
"""
|
|
@@ -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
|
"""
|
|
@@ -40,9 +40,10 @@ class TableDefinitionsApi(object):
|
|
|
40
40
|
config.api_client = ApiClient()
|
|
41
41
|
self.api_client = config.api_client
|
|
42
42
|
|
|
43
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
43
44
|
def add_columns_to_table_definition(self, **kwargs):
|
|
44
45
|
"""
|
|
45
|
-
Add one or more columns to a table definition
|
|
46
|
+
Add one or more columns to a table definition. This endpoint is experimental and may change in future releases.
|
|
46
47
|
This method makes a synchronous HTTP request by default. To make an
|
|
47
48
|
asynchronous HTTP request, please define a `callback` function
|
|
48
49
|
to be invoked when receiving the response.
|
|
@@ -69,9 +70,10 @@ class TableDefinitionsApi(object):
|
|
|
69
70
|
(data) = self.add_columns_to_table_definition_with_http_info(**kwargs)
|
|
70
71
|
return data
|
|
71
72
|
|
|
73
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
72
74
|
def add_columns_to_table_definition_with_http_info(self, **kwargs):
|
|
73
75
|
"""
|
|
74
|
-
Add one or more columns to a table definition
|
|
76
|
+
Add one or more columns to a table definition. This endpoint is experimental and may change in future releases.
|
|
75
77
|
This method makes a synchronous HTTP request by default. To make an
|
|
76
78
|
asynchronous HTTP request, please define a `callback` function
|
|
77
79
|
to be invoked when receiving the response.
|
|
@@ -293,9 +295,10 @@ class TableDefinitionsApi(object):
|
|
|
293
295
|
_request_timeout=params.get('_request_timeout'),
|
|
294
296
|
collection_formats=collection_formats)
|
|
295
297
|
|
|
298
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
296
299
|
def archive_table_definition(self, **kwargs):
|
|
297
300
|
"""
|
|
298
|
-
Archive a table definition
|
|
301
|
+
Archive a table definition. This endpoint is experimental and may change in future releases.
|
|
299
302
|
This method makes a synchronous HTTP request by default. To make an
|
|
300
303
|
asynchronous HTTP request, please define a `callback` function
|
|
301
304
|
to be invoked when receiving the response.
|
|
@@ -319,9 +322,10 @@ class TableDefinitionsApi(object):
|
|
|
319
322
|
(data) = self.archive_table_definition_with_http_info(**kwargs)
|
|
320
323
|
return data
|
|
321
324
|
|
|
325
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
322
326
|
def archive_table_definition_with_http_info(self, **kwargs):
|
|
323
327
|
"""
|
|
324
|
-
Archive a table definition
|
|
328
|
+
Archive a table definition. This endpoint is experimental and may change in future releases.
|
|
325
329
|
This method makes a synchronous HTTP request by default. To make an
|
|
326
330
|
asynchronous HTTP request, please define a `callback` function
|
|
327
331
|
to be invoked when receiving the response.
|
|
@@ -405,9 +409,10 @@ class TableDefinitionsApi(object):
|
|
|
405
409
|
_request_timeout=params.get('_request_timeout'),
|
|
406
410
|
collection_formats=collection_formats)
|
|
407
411
|
|
|
412
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
408
413
|
def cleanup(self, **kwargs):
|
|
409
414
|
"""
|
|
410
|
-
Archive all of a table's stale items. A stale item is one that was created by a table but does not currently exist within any column. Does not affect items that are still in use, nor the table itself.
|
|
415
|
+
Archive all of a table's stale items. A stale item is one that was created by a table but does not currently exist within any column. Does not affect items that are still in use, nor the table itself. This endpoint is experimental and may change in future releases.
|
|
411
416
|
This method makes a synchronous HTTP request by default. To make an
|
|
412
417
|
asynchronous HTTP request, please define a `callback` function
|
|
413
418
|
to be invoked when receiving the response.
|
|
@@ -431,9 +436,10 @@ class TableDefinitionsApi(object):
|
|
|
431
436
|
(data) = self.cleanup_with_http_info(**kwargs)
|
|
432
437
|
return data
|
|
433
438
|
|
|
439
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
434
440
|
def cleanup_with_http_info(self, **kwargs):
|
|
435
441
|
"""
|
|
436
|
-
Archive all of a table's stale items. A stale item is one that was created by a table but does not currently exist within any column. Does not affect items that are still in use, nor the table itself.
|
|
442
|
+
Archive all of a table's stale items. A stale item is one that was created by a table but does not currently exist within any column. Does not affect items that are still in use, nor the table itself. This endpoint is experimental and may change in future releases.
|
|
437
443
|
This method makes a synchronous HTTP request by default. To make an
|
|
438
444
|
asynchronous HTTP request, please define a `callback` function
|
|
439
445
|
to be invoked when receiving the response.
|
|
@@ -497,7 +503,7 @@ class TableDefinitionsApi(object):
|
|
|
497
503
|
|
|
498
504
|
# HTTP header `Content-Type`
|
|
499
505
|
header_params['Content-Type'] = self.api_client.\
|
|
500
|
-
select_header_content_type([])
|
|
506
|
+
select_header_content_type(['application/vnd.seeq.v1+json', ])
|
|
501
507
|
|
|
502
508
|
# Authentication setting
|
|
503
509
|
auth_settings = ['api_key']
|
|
@@ -517,9 +523,10 @@ class TableDefinitionsApi(object):
|
|
|
517
523
|
_request_timeout=params.get('_request_timeout'),
|
|
518
524
|
collection_formats=collection_formats)
|
|
519
525
|
|
|
526
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
520
527
|
def create_table_definition(self, **kwargs):
|
|
521
528
|
"""
|
|
522
|
-
Create a new table definition
|
|
529
|
+
Create a new table definition. This endpoint is experimental and may change in future releases.
|
|
523
530
|
This method makes a synchronous HTTP request by default. To make an
|
|
524
531
|
asynchronous HTTP request, please define a `callback` function
|
|
525
532
|
to be invoked when receiving the response.
|
|
@@ -543,9 +550,10 @@ class TableDefinitionsApi(object):
|
|
|
543
550
|
(data) = self.create_table_definition_with_http_info(**kwargs)
|
|
544
551
|
return data
|
|
545
552
|
|
|
553
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
546
554
|
def create_table_definition_with_http_info(self, **kwargs):
|
|
547
555
|
"""
|
|
548
|
-
Create a new table definition
|
|
556
|
+
Create a new table definition. This endpoint is experimental and may change in future releases.
|
|
549
557
|
This method makes a synchronous HTTP request by default. To make an
|
|
550
558
|
asynchronous HTTP request, please define a `callback` function
|
|
551
559
|
to be invoked when receiving the response.
|
|
@@ -629,9 +637,10 @@ class TableDefinitionsApi(object):
|
|
|
629
637
|
_request_timeout=params.get('_request_timeout'),
|
|
630
638
|
collection_formats=collection_formats)
|
|
631
639
|
|
|
640
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
632
641
|
def create_table_definition_from_csv(self, **kwargs):
|
|
633
642
|
"""
|
|
634
|
-
Create a new table definition from CSV
|
|
643
|
+
Create a new table definition from CSV. This endpoint is experimental and may change in future releases.
|
|
635
644
|
This method makes a synchronous HTTP request by default. To make an
|
|
636
645
|
asynchronous HTTP request, please define a `callback` function
|
|
637
646
|
to be invoked when receiving the response.
|
|
@@ -655,9 +664,10 @@ class TableDefinitionsApi(object):
|
|
|
655
664
|
(data) = self.create_table_definition_from_csv_with_http_info(**kwargs)
|
|
656
665
|
return data
|
|
657
666
|
|
|
667
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
658
668
|
def create_table_definition_from_csv_with_http_info(self, **kwargs):
|
|
659
669
|
"""
|
|
660
|
-
Create a new table definition from CSV
|
|
670
|
+
Create a new table definition from CSV. This endpoint is experimental and may change in future releases.
|
|
661
671
|
This method makes a synchronous HTTP request by default. To make an
|
|
662
672
|
asynchronous HTTP request, please define a `callback` function
|
|
663
673
|
to be invoked when receiving the response.
|
|
@@ -741,9 +751,10 @@ class TableDefinitionsApi(object):
|
|
|
741
751
|
_request_timeout=params.get('_request_timeout'),
|
|
742
752
|
collection_formats=collection_formats)
|
|
743
753
|
|
|
754
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
744
755
|
def delete_column_from_table_definition(self, **kwargs):
|
|
745
756
|
"""
|
|
746
|
-
Delete a column from a table definition
|
|
757
|
+
Delete a column from a table definition. This endpoint is experimental and may change in future releases.
|
|
747
758
|
This method makes a synchronous HTTP request by default. To make an
|
|
748
759
|
asynchronous HTTP request, please define a `callback` function
|
|
749
760
|
to be invoked when receiving the response.
|
|
@@ -769,9 +780,10 @@ class TableDefinitionsApi(object):
|
|
|
769
780
|
(data) = self.delete_column_from_table_definition_with_http_info(**kwargs)
|
|
770
781
|
return data
|
|
771
782
|
|
|
783
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
772
784
|
def delete_column_from_table_definition_with_http_info(self, **kwargs):
|
|
773
785
|
"""
|
|
774
|
-
Delete a column from a table definition
|
|
786
|
+
Delete a column from a table definition. This endpoint is experimental and may change in future releases.
|
|
775
787
|
This method makes a synchronous HTTP request by default. To make an
|
|
776
788
|
asynchronous HTTP request, please define a `callback` function
|
|
777
789
|
to be invoked when receiving the response.
|
|
@@ -991,9 +1003,10 @@ class TableDefinitionsApi(object):
|
|
|
991
1003
|
_request_timeout=params.get('_request_timeout'),
|
|
992
1004
|
collection_formats=collection_formats)
|
|
993
1005
|
|
|
1006
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
994
1007
|
def get_table_definition(self, **kwargs):
|
|
995
1008
|
"""
|
|
996
|
-
Get a table definition
|
|
1009
|
+
Get a table definition. This endpoint is experimental and may change in future releases.
|
|
997
1010
|
This method makes a synchronous HTTP request by default. To make an
|
|
998
1011
|
asynchronous HTTP request, please define a `callback` function
|
|
999
1012
|
to be invoked when receiving the response.
|
|
@@ -1017,9 +1030,10 @@ class TableDefinitionsApi(object):
|
|
|
1017
1030
|
(data) = self.get_table_definition_with_http_info(**kwargs)
|
|
1018
1031
|
return data
|
|
1019
1032
|
|
|
1033
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1020
1034
|
def get_table_definition_with_http_info(self, **kwargs):
|
|
1021
1035
|
"""
|
|
1022
|
-
Get a table definition
|
|
1036
|
+
Get a table definition. This endpoint is experimental and may change in future releases.
|
|
1023
1037
|
This method makes a synchronous HTTP request by default. To make an
|
|
1024
1038
|
asynchronous HTTP request, please define a `callback` function
|
|
1025
1039
|
to be invoked when receiving the response.
|
|
@@ -1103,9 +1117,124 @@ class TableDefinitionsApi(object):
|
|
|
1103
1117
|
_request_timeout=params.get('_request_timeout'),
|
|
1104
1118
|
collection_formats=collection_formats)
|
|
1105
1119
|
|
|
1120
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1121
|
+
def get_table_definition_model_applications(self, **kwargs):
|
|
1122
|
+
"""
|
|
1123
|
+
Get the models applied to a given table definition. This endpoint is experimental and may change in future releases.
|
|
1124
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1125
|
+
asynchronous HTTP request, please define a `callback` function
|
|
1126
|
+
to be invoked when receiving the response.
|
|
1127
|
+
>>> def callback_function(response):
|
|
1128
|
+
>>> pprint(response)
|
|
1129
|
+
>>>
|
|
1130
|
+
>>> thread = api.get_table_definition_model_applications(id=id_value, callback=callback_function)
|
|
1131
|
+
|
|
1132
|
+
:param callback function: The callback function
|
|
1133
|
+
for asynchronous request. (optional)
|
|
1134
|
+
:param str id: The ID of the table definition (required)
|
|
1135
|
+
:return: ModelTableApplicationsOutputListV1
|
|
1136
|
+
If the method is called asynchronously,
|
|
1137
|
+
returns the request thread.
|
|
1138
|
+
:rtype: ModelTableApplicationsOutputListV1
|
|
1139
|
+
"""
|
|
1140
|
+
kwargs['_return_http_data_only'] = True
|
|
1141
|
+
if kwargs.get('callback'):
|
|
1142
|
+
return self.get_table_definition_model_applications_with_http_info(**kwargs)
|
|
1143
|
+
else:
|
|
1144
|
+
(data) = self.get_table_definition_model_applications_with_http_info(**kwargs)
|
|
1145
|
+
return data
|
|
1146
|
+
|
|
1147
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1148
|
+
def get_table_definition_model_applications_with_http_info(self, **kwargs):
|
|
1149
|
+
"""
|
|
1150
|
+
Get the models applied to a given table definition. This endpoint is experimental and may change in future releases.
|
|
1151
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1152
|
+
asynchronous HTTP request, please define a `callback` function
|
|
1153
|
+
to be invoked when receiving the response.
|
|
1154
|
+
>>> def callback_function(response):
|
|
1155
|
+
>>> pprint(response)
|
|
1156
|
+
>>>
|
|
1157
|
+
>>> thread = api.get_table_definition_model_applications_with_http_info(id=id_value, callback=callback_function)
|
|
1158
|
+
|
|
1159
|
+
:param callback function: The callback function
|
|
1160
|
+
for asynchronous request. (optional)
|
|
1161
|
+
:param str id: The ID of the table definition (required)
|
|
1162
|
+
:return: ModelTableApplicationsOutputListV1
|
|
1163
|
+
If the method is called asynchronously,
|
|
1164
|
+
returns the request thread.
|
|
1165
|
+
:rtype: ModelTableApplicationsOutputListV1
|
|
1166
|
+
"""
|
|
1167
|
+
|
|
1168
|
+
all_params = ['id']
|
|
1169
|
+
all_params.append('callback')
|
|
1170
|
+
all_params.append('_return_http_data_only')
|
|
1171
|
+
all_params.append('_preload_content')
|
|
1172
|
+
all_params.append('_request_timeout')
|
|
1173
|
+
all_params.append('_response_type')
|
|
1174
|
+
all_params.append('_custom_headers')
|
|
1175
|
+
|
|
1176
|
+
params = locals()
|
|
1177
|
+
for key, val in iteritems(params['kwargs']):
|
|
1178
|
+
if key not in all_params:
|
|
1179
|
+
raise TypeError(
|
|
1180
|
+
"Got an unexpected keyword argument '%s'"
|
|
1181
|
+
" to method get_table_definition_model_applications" % key
|
|
1182
|
+
)
|
|
1183
|
+
params[key] = val
|
|
1184
|
+
del params['kwargs']
|
|
1185
|
+
# verify the required parameter 'id' is set
|
|
1186
|
+
if ('id' not in params) or (params['id'] is None):
|
|
1187
|
+
raise ValueError("Missing the required parameter `id` when calling `get_table_definition_model_applications`")
|
|
1188
|
+
|
|
1189
|
+
|
|
1190
|
+
collection_formats = {}
|
|
1191
|
+
|
|
1192
|
+
path_params = {}
|
|
1193
|
+
if 'id' in params:
|
|
1194
|
+
path_params['id'] = params['id']
|
|
1195
|
+
|
|
1196
|
+
query_params = []
|
|
1197
|
+
|
|
1198
|
+
header_params = {}
|
|
1199
|
+
|
|
1200
|
+
for key, value in params.get('_custom_headers', {}).items():
|
|
1201
|
+
header_params[key] = value
|
|
1202
|
+
|
|
1203
|
+
|
|
1204
|
+
form_params = []
|
|
1205
|
+
local_var_files = {}
|
|
1206
|
+
|
|
1207
|
+
body_params = None
|
|
1208
|
+
# HTTP header `Accept`
|
|
1209
|
+
header_params['Accept'] = self.api_client.\
|
|
1210
|
+
select_header_accept(['application/vnd.seeq.v1+json'])
|
|
1211
|
+
|
|
1212
|
+
# HTTP header `Content-Type`
|
|
1213
|
+
header_params['Content-Type'] = self.api_client.\
|
|
1214
|
+
select_header_content_type(['application/vnd.seeq.v1+json', ])
|
|
1215
|
+
|
|
1216
|
+
# Authentication setting
|
|
1217
|
+
auth_settings = ['api_key']
|
|
1218
|
+
|
|
1219
|
+
return self.api_client.call_api('/table-definitions/{id}/model-applications', 'GET',
|
|
1220
|
+
path_params,
|
|
1221
|
+
query_params,
|
|
1222
|
+
header_params,
|
|
1223
|
+
body=body_params,
|
|
1224
|
+
post_params=form_params,
|
|
1225
|
+
files=local_var_files,
|
|
1226
|
+
response_type=params.get('_response_type', 'ModelTableApplicationsOutputListV1'),
|
|
1227
|
+
auth_settings=auth_settings,
|
|
1228
|
+
callback=params.get('callback'),
|
|
1229
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
1230
|
+
_preload_content=params.get('_preload_content', True),
|
|
1231
|
+
_request_timeout=params.get('_request_timeout'),
|
|
1232
|
+
collection_formats=collection_formats)
|
|
1233
|
+
|
|
1234
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1106
1235
|
def get_table_definitions(self, **kwargs):
|
|
1107
1236
|
"""
|
|
1108
|
-
Get a list of table definitions
|
|
1237
|
+
Get a list of table definitions. This endpoint is experimental and may change in future releases.
|
|
1109
1238
|
This method makes a synchronous HTTP request by default. To make an
|
|
1110
1239
|
asynchronous HTTP request, please define a `callback` function
|
|
1111
1240
|
to be invoked when receiving the response.
|
|
@@ -1130,9 +1259,10 @@ class TableDefinitionsApi(object):
|
|
|
1130
1259
|
(data) = self.get_table_definitions_with_http_info(**kwargs)
|
|
1131
1260
|
return data
|
|
1132
1261
|
|
|
1262
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1133
1263
|
def get_table_definitions_with_http_info(self, **kwargs):
|
|
1134
1264
|
"""
|
|
1135
|
-
Get a list of table definitions
|
|
1265
|
+
Get a list of table definitions. This endpoint is experimental and may change in future releases.
|
|
1136
1266
|
This method makes a synchronous HTTP request by default. To make an
|
|
1137
1267
|
asynchronous HTTP request, please define a `callback` function
|
|
1138
1268
|
to be invoked when receiving the response.
|
|
@@ -1216,9 +1346,10 @@ class TableDefinitionsApi(object):
|
|
|
1216
1346
|
_request_timeout=params.get('_request_timeout'),
|
|
1217
1347
|
collection_formats=collection_formats)
|
|
1218
1348
|
|
|
1349
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1219
1350
|
def import_table_csv(self, **kwargs):
|
|
1220
1351
|
"""
|
|
1221
|
-
Import a CSV file that can be used to create a table definition and publish table data
|
|
1352
|
+
Import a CSV file that can be used to create a table definition and publish table data. This endpoint is experimental and may change in future releases.
|
|
1222
1353
|
This method makes a synchronous HTTP request by default. To make an
|
|
1223
1354
|
asynchronous HTTP request, please define a `callback` function
|
|
1224
1355
|
to be invoked when receiving the response.
|
|
@@ -1242,9 +1373,10 @@ class TableDefinitionsApi(object):
|
|
|
1242
1373
|
(data) = self.import_table_csv_with_http_info(**kwargs)
|
|
1243
1374
|
return data
|
|
1244
1375
|
|
|
1376
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1245
1377
|
def import_table_csv_with_http_info(self, **kwargs):
|
|
1246
1378
|
"""
|
|
1247
|
-
Import a CSV file that can be used to create a table definition and publish table data
|
|
1379
|
+
Import a CSV file that can be used to create a table definition and publish table data. This endpoint is experimental and may change in future releases.
|
|
1248
1380
|
This method makes a synchronous HTTP request by default. To make an
|
|
1249
1381
|
asynchronous HTTP request, please define a `callback` function
|
|
1250
1382
|
to be invoked when receiving the response.
|
|
@@ -1325,9 +1457,10 @@ class TableDefinitionsApi(object):
|
|
|
1325
1457
|
_request_timeout=params.get('_request_timeout'),
|
|
1326
1458
|
collection_formats=collection_formats)
|
|
1327
1459
|
|
|
1460
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1328
1461
|
def modify_column_in_table_definition(self, **kwargs):
|
|
1329
1462
|
"""
|
|
1330
|
-
Modify a column in a table definition
|
|
1463
|
+
Modify a column in a table definition. This endpoint is experimental and may change in future releases.
|
|
1331
1464
|
This method makes a synchronous HTTP request by default. To make an
|
|
1332
1465
|
asynchronous HTTP request, please define a `callback` function
|
|
1333
1466
|
to be invoked when receiving the response.
|
|
@@ -1355,9 +1488,10 @@ class TableDefinitionsApi(object):
|
|
|
1355
1488
|
(data) = self.modify_column_in_table_definition_with_http_info(**kwargs)
|
|
1356
1489
|
return data
|
|
1357
1490
|
|
|
1491
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1358
1492
|
def modify_column_in_table_definition_with_http_info(self, **kwargs):
|
|
1359
1493
|
"""
|
|
1360
|
-
Modify a column in a table definition
|
|
1494
|
+
Modify a column in a table definition. This endpoint is experimental and may change in future releases.
|
|
1361
1495
|
This method makes a synchronous HTTP request by default. To make an
|
|
1362
1496
|
asynchronous HTTP request, please define a `callback` function
|
|
1363
1497
|
to be invoked when receiving the response.
|
|
@@ -1459,9 +1593,10 @@ class TableDefinitionsApi(object):
|
|
|
1459
1593
|
_request_timeout=params.get('_request_timeout'),
|
|
1460
1594
|
collection_formats=collection_formats)
|
|
1461
1595
|
|
|
1596
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1462
1597
|
def modify_columns_in_table_definition(self, **kwargs):
|
|
1463
1598
|
"""
|
|
1464
|
-
Modify/add a list of columns in a table definition
|
|
1599
|
+
Modify/add a list of columns in a table definition. This endpoint is experimental and may change in future releases.
|
|
1465
1600
|
This method makes a synchronous HTTP request by default. To make an
|
|
1466
1601
|
asynchronous HTTP request, please define a `callback` function
|
|
1467
1602
|
to be invoked when receiving the response.
|
|
@@ -1488,9 +1623,10 @@ class TableDefinitionsApi(object):
|
|
|
1488
1623
|
(data) = self.modify_columns_in_table_definition_with_http_info(**kwargs)
|
|
1489
1624
|
return data
|
|
1490
1625
|
|
|
1626
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1491
1627
|
def modify_columns_in_table_definition_with_http_info(self, **kwargs):
|
|
1492
1628
|
"""
|
|
1493
|
-
Modify/add a list of columns in a table definition
|
|
1629
|
+
Modify/add a list of columns in a table definition. This endpoint is experimental and may change in future releases.
|
|
1494
1630
|
This method makes a synchronous HTTP request by default. To make an
|
|
1495
1631
|
asynchronous HTTP request, please define a `callback` function
|
|
1496
1632
|
to be invoked when receiving the response.
|
|
@@ -1586,9 +1722,10 @@ class TableDefinitionsApi(object):
|
|
|
1586
1722
|
_request_timeout=params.get('_request_timeout'),
|
|
1587
1723
|
collection_formats=collection_formats)
|
|
1588
1724
|
|
|
1725
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1589
1726
|
def preview_table_definition(self, **kwargs):
|
|
1590
1727
|
"""
|
|
1591
|
-
Create a preview of a table definition given a subset of row data
|
|
1728
|
+
Create a preview of a table definition given a subset of row data. This endpoint is experimental and may change in future releases.
|
|
1592
1729
|
This method makes a synchronous HTTP request by default. To make an
|
|
1593
1730
|
asynchronous HTTP request, please define a `callback` function
|
|
1594
1731
|
to be invoked when receiving the response.
|
|
@@ -1613,9 +1750,10 @@ class TableDefinitionsApi(object):
|
|
|
1613
1750
|
(data) = self.preview_table_definition_with_http_info(**kwargs)
|
|
1614
1751
|
return data
|
|
1615
1752
|
|
|
1753
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1616
1754
|
def preview_table_definition_with_http_info(self, **kwargs):
|
|
1617
1755
|
"""
|
|
1618
|
-
Create a preview of a table definition given a subset of row data
|
|
1756
|
+
Create a preview of a table definition given a subset of row data. This endpoint is experimental and may change in future releases.
|
|
1619
1757
|
This method makes a synchronous HTTP request by default. To make an
|
|
1620
1758
|
asynchronous HTTP request, please define a `callback` function
|
|
1621
1759
|
to be invoked when receiving the response.
|
|
@@ -1705,9 +1843,10 @@ class TableDefinitionsApi(object):
|
|
|
1705
1843
|
_request_timeout=params.get('_request_timeout'),
|
|
1706
1844
|
collection_formats=collection_formats)
|
|
1707
1845
|
|
|
1846
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1708
1847
|
def publish_rows_from_csv(self, **kwargs):
|
|
1709
1848
|
"""
|
|
1710
|
-
Use CSV data to update/add rows to an existing table
|
|
1849
|
+
Use CSV data to update/add rows to an existing table. This endpoint is experimental and may change in future releases.
|
|
1711
1850
|
This method makes a synchronous HTTP request by default. To make an
|
|
1712
1851
|
asynchronous HTTP request, please define a `callback` function
|
|
1713
1852
|
to be invoked when receiving the response.
|
|
@@ -1732,9 +1871,10 @@ class TableDefinitionsApi(object):
|
|
|
1732
1871
|
(data) = self.publish_rows_from_csv_with_http_info(**kwargs)
|
|
1733
1872
|
return data
|
|
1734
1873
|
|
|
1874
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1735
1875
|
def publish_rows_from_csv_with_http_info(self, **kwargs):
|
|
1736
1876
|
"""
|
|
1737
|
-
Use CSV data to update/add rows to an existing table
|
|
1877
|
+
Use CSV data to update/add rows to an existing table. This endpoint is experimental and may change in future releases.
|
|
1738
1878
|
This method makes a synchronous HTTP request by default. To make an
|
|
1739
1879
|
asynchronous HTTP request, please define a `callback` function
|
|
1740
1880
|
to be invoked when receiving the response.
|
|
@@ -1824,19 +1964,21 @@ class TableDefinitionsApi(object):
|
|
|
1824
1964
|
_request_timeout=params.get('_request_timeout'),
|
|
1825
1965
|
collection_formats=collection_formats)
|
|
1826
1966
|
|
|
1967
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1827
1968
|
def recompute_column_in_table_definition(self, **kwargs):
|
|
1828
1969
|
"""
|
|
1829
|
-
Recompute a column and its dependents in a table definition, and provides debug information from the rules evaluated
|
|
1970
|
+
Recompute a column and its dependents in a table definition, and provides debug information from the rules evaluated. This endpoint is experimental and may change in future releases.
|
|
1830
1971
|
This method makes a synchronous HTTP request by default. To make an
|
|
1831
1972
|
asynchronous HTTP request, please define a `callback` function
|
|
1832
1973
|
to be invoked when receiving the response.
|
|
1833
1974
|
>>> def callback_function(response):
|
|
1834
1975
|
>>> pprint(response)
|
|
1835
1976
|
>>>
|
|
1836
|
-
>>> thread = api.recompute_column_in_table_definition(id=id_value, column_id=column_id_value, callback=callback_function)
|
|
1977
|
+
>>> thread = api.recompute_column_in_table_definition(body=body_value, id=id_value, column_id=column_id_value, callback=callback_function)
|
|
1837
1978
|
|
|
1838
1979
|
:param callback function: The callback function
|
|
1839
1980
|
for asynchronous request. (optional)
|
|
1981
|
+
:param RowIdInputListV1 body: The list of row identifiers to recompute. If not provided, all rows will be recomputed (required)
|
|
1840
1982
|
:param str id: The Seeq ID for the table definition (required)
|
|
1841
1983
|
:param str column_id: The column ID to be recomputed (required)
|
|
1842
1984
|
:param bool include_detailed_results: True if the detailed rule evaluation results should be included in the response. Default is false.
|
|
@@ -1852,19 +1994,21 @@ class TableDefinitionsApi(object):
|
|
|
1852
1994
|
(data) = self.recompute_column_in_table_definition_with_http_info(**kwargs)
|
|
1853
1995
|
return data
|
|
1854
1996
|
|
|
1997
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1855
1998
|
def recompute_column_in_table_definition_with_http_info(self, **kwargs):
|
|
1856
1999
|
"""
|
|
1857
|
-
Recompute a column and its dependents in a table definition, and provides debug information from the rules evaluated
|
|
2000
|
+
Recompute a column and its dependents in a table definition, and provides debug information from the rules evaluated. This endpoint is experimental and may change in future releases.
|
|
1858
2001
|
This method makes a synchronous HTTP request by default. To make an
|
|
1859
2002
|
asynchronous HTTP request, please define a `callback` function
|
|
1860
2003
|
to be invoked when receiving the response.
|
|
1861
2004
|
>>> def callback_function(response):
|
|
1862
2005
|
>>> pprint(response)
|
|
1863
2006
|
>>>
|
|
1864
|
-
>>> thread = api.recompute_column_in_table_definition_with_http_info(id=id_value, column_id=column_id_value, callback=callback_function)
|
|
2007
|
+
>>> thread = api.recompute_column_in_table_definition_with_http_info(body=body_value, id=id_value, column_id=column_id_value, callback=callback_function)
|
|
1865
2008
|
|
|
1866
2009
|
:param callback function: The callback function
|
|
1867
2010
|
for asynchronous request. (optional)
|
|
2011
|
+
:param RowIdInputListV1 body: The list of row identifiers to recompute. If not provided, all rows will be recomputed (required)
|
|
1868
2012
|
:param str id: The Seeq ID for the table definition (required)
|
|
1869
2013
|
:param str column_id: The column ID to be recomputed (required)
|
|
1870
2014
|
:param bool include_detailed_results: True if the detailed rule evaluation results should be included in the response. Default is false.
|
|
@@ -1874,7 +2018,7 @@ class TableDefinitionsApi(object):
|
|
|
1874
2018
|
:rtype: TableComputeOutputV1
|
|
1875
2019
|
"""
|
|
1876
2020
|
|
|
1877
|
-
all_params = ['id', 'column_id', 'include_detailed_results']
|
|
2021
|
+
all_params = ['body', 'id', 'column_id', 'include_detailed_results']
|
|
1878
2022
|
all_params.append('callback')
|
|
1879
2023
|
all_params.append('_return_http_data_only')
|
|
1880
2024
|
all_params.append('_preload_content')
|
|
@@ -1891,6 +2035,9 @@ class TableDefinitionsApi(object):
|
|
|
1891
2035
|
)
|
|
1892
2036
|
params[key] = val
|
|
1893
2037
|
del params['kwargs']
|
|
2038
|
+
# verify the required parameter 'body' is set
|
|
2039
|
+
if ('body' not in params) or (params['body'] is None):
|
|
2040
|
+
raise ValueError("Missing the required parameter `body` when calling `recompute_column_in_table_definition`")
|
|
1894
2041
|
# verify the required parameter 'id' is set
|
|
1895
2042
|
if ('id' not in params) or (params['id'] is None):
|
|
1896
2043
|
raise ValueError("Missing the required parameter `id` when calling `recompute_column_in_table_definition`")
|
|
@@ -1921,6 +2068,8 @@ class TableDefinitionsApi(object):
|
|
|
1921
2068
|
local_var_files = {}
|
|
1922
2069
|
|
|
1923
2070
|
body_params = None
|
|
2071
|
+
if 'body' in params:
|
|
2072
|
+
body_params = params['body']
|
|
1924
2073
|
# HTTP header `Accept`
|
|
1925
2074
|
header_params['Accept'] = self.api_client.\
|
|
1926
2075
|
select_header_accept(['application/vnd.seeq.v1+json'])
|
|
@@ -1947,9 +2096,10 @@ class TableDefinitionsApi(object):
|
|
|
1947
2096
|
_request_timeout=params.get('_request_timeout'),
|
|
1948
2097
|
collection_formats=collection_formats)
|
|
1949
2098
|
|
|
2099
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1950
2100
|
def reorder_columns_in_table_definition(self, **kwargs):
|
|
1951
2101
|
"""
|
|
1952
|
-
Change the order of the columns in a table definition
|
|
2102
|
+
Change the order of the columns in a table definition. This endpoint is experimental and may change in future releases.
|
|
1953
2103
|
This method makes a synchronous HTTP request by default. To make an
|
|
1954
2104
|
asynchronous HTTP request, please define a `callback` function
|
|
1955
2105
|
to be invoked when receiving the response.
|
|
@@ -1974,9 +2124,10 @@ class TableDefinitionsApi(object):
|
|
|
1974
2124
|
(data) = self.reorder_columns_in_table_definition_with_http_info(**kwargs)
|
|
1975
2125
|
return data
|
|
1976
2126
|
|
|
2127
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1977
2128
|
def reorder_columns_in_table_definition_with_http_info(self, **kwargs):
|
|
1978
2129
|
"""
|
|
1979
|
-
Change the order of the columns in a table definition
|
|
2130
|
+
Change the order of the columns in a table definition. This endpoint is experimental and may change in future releases.
|
|
1980
2131
|
This method makes a synchronous HTTP request by default. To make an
|
|
1981
2132
|
asynchronous HTTP request, please define a `callback` function
|
|
1982
2133
|
to be invoked when receiving the response.
|
|
@@ -2066,9 +2217,10 @@ class TableDefinitionsApi(object):
|
|
|
2066
2217
|
_request_timeout=params.get('_request_timeout'),
|
|
2067
2218
|
collection_formats=collection_formats)
|
|
2068
2219
|
|
|
2220
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
2069
2221
|
def update_table_definition(self, **kwargs):
|
|
2070
2222
|
"""
|
|
2071
|
-
Update a table definition's name and optionally its description and subscription
|
|
2223
|
+
Update a table definition's name and optionally its description and subscription. This endpoint is experimental and may change in future releases.
|
|
2072
2224
|
This method makes a synchronous HTTP request by default. To make an
|
|
2073
2225
|
asynchronous HTTP request, please define a `callback` function
|
|
2074
2226
|
to be invoked when receiving the response.
|
|
@@ -2093,9 +2245,10 @@ class TableDefinitionsApi(object):
|
|
|
2093
2245
|
(data) = self.update_table_definition_with_http_info(**kwargs)
|
|
2094
2246
|
return data
|
|
2095
2247
|
|
|
2248
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
2096
2249
|
def update_table_definition_with_http_info(self, **kwargs):
|
|
2097
2250
|
"""
|
|
2098
|
-
Update a table definition's name and optionally its description and subscription
|
|
2251
|
+
Update a table definition's name and optionally its description and subscription. This endpoint is experimental and may change in future releases.
|
|
2099
2252
|
This method makes a synchronous HTTP request by default. To make an
|
|
2100
2253
|
asynchronous HTTP request, please define a `callback` function
|
|
2101
2254
|
to be invoked when receiving the response.
|
|
@@ -2185,9 +2338,10 @@ class TableDefinitionsApi(object):
|
|
|
2185
2338
|
_request_timeout=params.get('_request_timeout'),
|
|
2186
2339
|
collection_formats=collection_formats)
|
|
2187
2340
|
|
|
2341
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
2188
2342
|
def update_table_definition_from_csv(self, **kwargs):
|
|
2189
2343
|
"""
|
|
2190
|
-
Update an existing table definition from a CSV
|
|
2344
|
+
Update an existing table definition from a CSV. This endpoint is experimental and may change in future releases.
|
|
2191
2345
|
This method makes a synchronous HTTP request by default. To make an
|
|
2192
2346
|
asynchronous HTTP request, please define a `callback` function
|
|
2193
2347
|
to be invoked when receiving the response.
|
|
@@ -2212,9 +2366,10 @@ class TableDefinitionsApi(object):
|
|
|
2212
2366
|
(data) = self.update_table_definition_from_csv_with_http_info(**kwargs)
|
|
2213
2367
|
return data
|
|
2214
2368
|
|
|
2369
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
2215
2370
|
def update_table_definition_from_csv_with_http_info(self, **kwargs):
|
|
2216
2371
|
"""
|
|
2217
|
-
Update an existing table definition from a CSV
|
|
2372
|
+
Update an existing table definition from a CSV. This endpoint is experimental and may change in future releases.
|
|
2218
2373
|
This method makes a synchronous HTTP request by default. To make an
|
|
2219
2374
|
asynchronous HTTP request, please define a `callback` function
|
|
2220
2375
|
to be invoked when receiving the response.
|
seeq/sdk/api/trees_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
|
"""
|
|
@@ -862,7 +862,7 @@ class TreesApi(object):
|
|
|
862
862
|
_request_timeout=params.get('_request_timeout'),
|
|
863
863
|
collection_formats=collection_formats)
|
|
864
864
|
|
|
865
|
-
@deprecated(reason="")
|
|
865
|
+
@deprecated(reason="Instead of using this endpoint, please run an index for the root asset's associated connector.")
|
|
866
866
|
def rebuild_search_index(self, **kwargs):
|
|
867
867
|
"""
|
|
868
868
|
Trigger a rebuild of an asset tree search index in the background, starting at the specified root asset. This can be a time consuming and resource intensive operation, especially on large trees. The reindexing is performed in the background, and the API call will return as soon as the rebuild has been triggered.
|
|
@@ -889,7 +889,7 @@ class TreesApi(object):
|
|
|
889
889
|
(data) = self.rebuild_search_index_with_http_info(**kwargs)
|
|
890
890
|
return data
|
|
891
891
|
|
|
892
|
-
@deprecated(reason="")
|
|
892
|
+
@deprecated(reason="Instead of using this endpoint, please run an index for the root asset's associated connector.")
|
|
893
893
|
def rebuild_search_index_with_http_info(self, **kwargs):
|
|
894
894
|
"""
|
|
895
895
|
Trigger a rebuild of an asset tree search index in the background, starting at the specified root asset. This can be a time consuming and resource intensive operation, especially on large trees. The reindexing is performed in the background, and the API call will return as soon as the rebuild has been triggered.
|
seeq/sdk/api/usage_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
|
"""
|
seeq/sdk/api/user_groups_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
|
"""
|