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/users_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
|
"""
|
|
@@ -392,6 +392,252 @@ class UsersApi(object):
|
|
|
392
392
|
_request_timeout=params.get('_request_timeout'),
|
|
393
393
|
collection_formats=collection_formats)
|
|
394
394
|
|
|
395
|
+
def get_items_shared_with_identity(self, **kwargs):
|
|
396
|
+
"""
|
|
397
|
+
Search for items shared with an identity. Items shared with groups the identity is a member of are also included. This endpoint will only return items explicitly shared with the identity and their groups. It does not return items an administrator has access to, by virtue of their administrator role, items an identity owns, or items that inherit their permissions
|
|
398
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
399
|
+
asynchronous HTTP request, please define a `callback` function
|
|
400
|
+
to be invoked when receiving the response.
|
|
401
|
+
>>> def callback_function(response):
|
|
402
|
+
>>> pprint(response)
|
|
403
|
+
>>>
|
|
404
|
+
>>> thread = api.get_items_shared_with_identity(id=id_value, callback=callback_function)
|
|
405
|
+
|
|
406
|
+
:param callback function: The callback function
|
|
407
|
+
for asynchronous request. (optional)
|
|
408
|
+
:param str id: A list of one or more case-sensitive item types which will restrict results to only those items that exactly match, or are children of, one of the specified types (required)
|
|
409
|
+
:param list[str] types:
|
|
410
|
+
:param int offset: The pagination offset, the index of the first collection item that will be returned in this page of results
|
|
411
|
+
:param int limit: The pagination limit, the total number of collection items that will be returned in this page of results
|
|
412
|
+
:return: ItemPreviewListV1
|
|
413
|
+
If the method is called asynchronously,
|
|
414
|
+
returns the request thread.
|
|
415
|
+
:rtype: ItemPreviewListV1
|
|
416
|
+
"""
|
|
417
|
+
kwargs['_return_http_data_only'] = True
|
|
418
|
+
if kwargs.get('callback'):
|
|
419
|
+
return self.get_items_shared_with_identity_with_http_info(**kwargs)
|
|
420
|
+
else:
|
|
421
|
+
(data) = self.get_items_shared_with_identity_with_http_info(**kwargs)
|
|
422
|
+
return data
|
|
423
|
+
|
|
424
|
+
def get_items_shared_with_identity_with_http_info(self, **kwargs):
|
|
425
|
+
"""
|
|
426
|
+
Search for items shared with an identity. Items shared with groups the identity is a member of are also included. This endpoint will only return items explicitly shared with the identity and their groups. It does not return items an administrator has access to, by virtue of their administrator role, items an identity owns, or items that inherit their permissions
|
|
427
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
428
|
+
asynchronous HTTP request, please define a `callback` function
|
|
429
|
+
to be invoked when receiving the response.
|
|
430
|
+
>>> def callback_function(response):
|
|
431
|
+
>>> pprint(response)
|
|
432
|
+
>>>
|
|
433
|
+
>>> thread = api.get_items_shared_with_identity_with_http_info(id=id_value, callback=callback_function)
|
|
434
|
+
|
|
435
|
+
:param callback function: The callback function
|
|
436
|
+
for asynchronous request. (optional)
|
|
437
|
+
:param str id: A list of one or more case-sensitive item types which will restrict results to only those items that exactly match, or are children of, one of the specified types (required)
|
|
438
|
+
:param list[str] types:
|
|
439
|
+
:param int offset: The pagination offset, the index of the first collection item that will be returned in this page of results
|
|
440
|
+
:param int limit: The pagination limit, the total number of collection items that will be returned in this page of results
|
|
441
|
+
:return: ItemPreviewListV1
|
|
442
|
+
If the method is called asynchronously,
|
|
443
|
+
returns the request thread.
|
|
444
|
+
:rtype: ItemPreviewListV1
|
|
445
|
+
"""
|
|
446
|
+
|
|
447
|
+
all_params = ['id', 'types', 'offset', 'limit']
|
|
448
|
+
all_params.append('callback')
|
|
449
|
+
all_params.append('_return_http_data_only')
|
|
450
|
+
all_params.append('_preload_content')
|
|
451
|
+
all_params.append('_request_timeout')
|
|
452
|
+
all_params.append('_response_type')
|
|
453
|
+
all_params.append('_custom_headers')
|
|
454
|
+
|
|
455
|
+
params = locals()
|
|
456
|
+
for key, val in iteritems(params['kwargs']):
|
|
457
|
+
if key not in all_params:
|
|
458
|
+
raise TypeError(
|
|
459
|
+
"Got an unexpected keyword argument '%s'"
|
|
460
|
+
" to method get_items_shared_with_identity" % key
|
|
461
|
+
)
|
|
462
|
+
params[key] = val
|
|
463
|
+
del params['kwargs']
|
|
464
|
+
# verify the required parameter 'id' is set
|
|
465
|
+
if ('id' not in params) or (params['id'] is None):
|
|
466
|
+
raise ValueError("Missing the required parameter `id` when calling `get_items_shared_with_identity`")
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
collection_formats = {}
|
|
470
|
+
|
|
471
|
+
path_params = {}
|
|
472
|
+
if 'id' in params:
|
|
473
|
+
path_params['id'] = params['id']
|
|
474
|
+
|
|
475
|
+
query_params = []
|
|
476
|
+
if 'types' in params:
|
|
477
|
+
query_params.append(('types', params['types']))
|
|
478
|
+
collection_formats['types'] = 'multi'
|
|
479
|
+
if 'offset' in params:
|
|
480
|
+
query_params.append(('offset', params['offset']))
|
|
481
|
+
if 'limit' in params:
|
|
482
|
+
query_params.append(('limit', params['limit']))
|
|
483
|
+
|
|
484
|
+
header_params = {}
|
|
485
|
+
|
|
486
|
+
for key, value in params.get('_custom_headers', {}).items():
|
|
487
|
+
header_params[key] = value
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
form_params = []
|
|
491
|
+
local_var_files = {}
|
|
492
|
+
|
|
493
|
+
body_params = None
|
|
494
|
+
# HTTP header `Accept`
|
|
495
|
+
header_params['Accept'] = self.api_client.\
|
|
496
|
+
select_header_accept(['application/vnd.seeq.v1+json'])
|
|
497
|
+
|
|
498
|
+
# HTTP header `Content-Type`
|
|
499
|
+
header_params['Content-Type'] = self.api_client.\
|
|
500
|
+
select_header_content_type(['application/vnd.seeq.v1+json', ])
|
|
501
|
+
|
|
502
|
+
# Authentication setting
|
|
503
|
+
auth_settings = ['api_key']
|
|
504
|
+
|
|
505
|
+
return self.api_client.call_api('/users/items/{id}/sharedWithIdentity', 'GET',
|
|
506
|
+
path_params,
|
|
507
|
+
query_params,
|
|
508
|
+
header_params,
|
|
509
|
+
body=body_params,
|
|
510
|
+
post_params=form_params,
|
|
511
|
+
files=local_var_files,
|
|
512
|
+
response_type=params.get('_response_type', 'ItemPreviewListV1'),
|
|
513
|
+
auth_settings=auth_settings,
|
|
514
|
+
callback=params.get('callback'),
|
|
515
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
516
|
+
_preload_content=params.get('_preload_content', True),
|
|
517
|
+
_request_timeout=params.get('_request_timeout'),
|
|
518
|
+
collection_formats=collection_formats)
|
|
519
|
+
|
|
520
|
+
def get_items_shared_with_me(self, **kwargs):
|
|
521
|
+
"""
|
|
522
|
+
Search for items shared with the current user. Items shared with groups the user is a member of are also included. This endpoint will only return items explicitly shared with the user and their groups. It does not return items an administrator has access to, by virtue of their administrator role, items a user owns, or items that inherit their permissions
|
|
523
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
524
|
+
asynchronous HTTP request, please define a `callback` function
|
|
525
|
+
to be invoked when receiving the response.
|
|
526
|
+
>>> def callback_function(response):
|
|
527
|
+
>>> pprint(response)
|
|
528
|
+
>>>
|
|
529
|
+
>>> thread = api.get_items_shared_with_me(types=types_value, callback=callback_function)
|
|
530
|
+
|
|
531
|
+
:param callback function: The callback function
|
|
532
|
+
for asynchronous request. (optional)
|
|
533
|
+
:param list[str] types: A list of one or more case-sensitive item types which will restrict results to only those items that exactly match, or are children of, one of the specified types (required)
|
|
534
|
+
:param int offset: The pagination offset, the index of the first collection item that will be returned in this page of results
|
|
535
|
+
:param int limit: The pagination limit, the total number of collection items that will be returned in this page of results
|
|
536
|
+
:return: ItemPreviewListV1
|
|
537
|
+
If the method is called asynchronously,
|
|
538
|
+
returns the request thread.
|
|
539
|
+
:rtype: ItemPreviewListV1
|
|
540
|
+
"""
|
|
541
|
+
kwargs['_return_http_data_only'] = True
|
|
542
|
+
if kwargs.get('callback'):
|
|
543
|
+
return self.get_items_shared_with_me_with_http_info(**kwargs)
|
|
544
|
+
else:
|
|
545
|
+
(data) = self.get_items_shared_with_me_with_http_info(**kwargs)
|
|
546
|
+
return data
|
|
547
|
+
|
|
548
|
+
def get_items_shared_with_me_with_http_info(self, **kwargs):
|
|
549
|
+
"""
|
|
550
|
+
Search for items shared with the current user. Items shared with groups the user is a member of are also included. This endpoint will only return items explicitly shared with the user and their groups. It does not return items an administrator has access to, by virtue of their administrator role, items a user owns, or items that inherit their permissions
|
|
551
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
552
|
+
asynchronous HTTP request, please define a `callback` function
|
|
553
|
+
to be invoked when receiving the response.
|
|
554
|
+
>>> def callback_function(response):
|
|
555
|
+
>>> pprint(response)
|
|
556
|
+
>>>
|
|
557
|
+
>>> thread = api.get_items_shared_with_me_with_http_info(types=types_value, callback=callback_function)
|
|
558
|
+
|
|
559
|
+
:param callback function: The callback function
|
|
560
|
+
for asynchronous request. (optional)
|
|
561
|
+
:param list[str] types: A list of one or more case-sensitive item types which will restrict results to only those items that exactly match, or are children of, one of the specified types (required)
|
|
562
|
+
:param int offset: The pagination offset, the index of the first collection item that will be returned in this page of results
|
|
563
|
+
:param int limit: The pagination limit, the total number of collection items that will be returned in this page of results
|
|
564
|
+
:return: ItemPreviewListV1
|
|
565
|
+
If the method is called asynchronously,
|
|
566
|
+
returns the request thread.
|
|
567
|
+
:rtype: ItemPreviewListV1
|
|
568
|
+
"""
|
|
569
|
+
|
|
570
|
+
all_params = ['types', 'offset', 'limit']
|
|
571
|
+
all_params.append('callback')
|
|
572
|
+
all_params.append('_return_http_data_only')
|
|
573
|
+
all_params.append('_preload_content')
|
|
574
|
+
all_params.append('_request_timeout')
|
|
575
|
+
all_params.append('_response_type')
|
|
576
|
+
all_params.append('_custom_headers')
|
|
577
|
+
|
|
578
|
+
params = locals()
|
|
579
|
+
for key, val in iteritems(params['kwargs']):
|
|
580
|
+
if key not in all_params:
|
|
581
|
+
raise TypeError(
|
|
582
|
+
"Got an unexpected keyword argument '%s'"
|
|
583
|
+
" to method get_items_shared_with_me" % key
|
|
584
|
+
)
|
|
585
|
+
params[key] = val
|
|
586
|
+
del params['kwargs']
|
|
587
|
+
# verify the required parameter 'types' is set
|
|
588
|
+
if ('types' not in params) or (params['types'] is None):
|
|
589
|
+
raise ValueError("Missing the required parameter `types` when calling `get_items_shared_with_me`")
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
collection_formats = {}
|
|
593
|
+
|
|
594
|
+
path_params = {}
|
|
595
|
+
|
|
596
|
+
query_params = []
|
|
597
|
+
if 'types' in params:
|
|
598
|
+
query_params.append(('types', params['types']))
|
|
599
|
+
collection_formats['types'] = 'multi'
|
|
600
|
+
if 'offset' in params:
|
|
601
|
+
query_params.append(('offset', params['offset']))
|
|
602
|
+
if 'limit' in params:
|
|
603
|
+
query_params.append(('limit', params['limit']))
|
|
604
|
+
|
|
605
|
+
header_params = {}
|
|
606
|
+
|
|
607
|
+
for key, value in params.get('_custom_headers', {}).items():
|
|
608
|
+
header_params[key] = value
|
|
609
|
+
|
|
610
|
+
|
|
611
|
+
form_params = []
|
|
612
|
+
local_var_files = {}
|
|
613
|
+
|
|
614
|
+
body_params = None
|
|
615
|
+
# HTTP header `Accept`
|
|
616
|
+
header_params['Accept'] = self.api_client.\
|
|
617
|
+
select_header_accept(['application/vnd.seeq.v1+json'])
|
|
618
|
+
|
|
619
|
+
# HTTP header `Content-Type`
|
|
620
|
+
header_params['Content-Type'] = self.api_client.\
|
|
621
|
+
select_header_content_type(['application/vnd.seeq.v1+json', ])
|
|
622
|
+
|
|
623
|
+
# Authentication setting
|
|
624
|
+
auth_settings = ['api_key']
|
|
625
|
+
|
|
626
|
+
return self.api_client.call_api('/users/items/sharedWithMe', 'GET',
|
|
627
|
+
path_params,
|
|
628
|
+
query_params,
|
|
629
|
+
header_params,
|
|
630
|
+
body=body_params,
|
|
631
|
+
post_params=form_params,
|
|
632
|
+
files=local_var_files,
|
|
633
|
+
response_type=params.get('_response_type', 'ItemPreviewListV1'),
|
|
634
|
+
auth_settings=auth_settings,
|
|
635
|
+
callback=params.get('callback'),
|
|
636
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
637
|
+
_preload_content=params.get('_preload_content', True),
|
|
638
|
+
_request_timeout=params.get('_request_timeout'),
|
|
639
|
+
collection_formats=collection_formats)
|
|
640
|
+
|
|
395
641
|
def get_me(self, **kwargs):
|
|
396
642
|
"""
|
|
397
643
|
Get the user that belongs to this authentication session
|
|
@@ -777,7 +1023,7 @@ class UsersApi(object):
|
|
|
777
1023
|
:param bool is_enabled: Whether to filter users to only users who are enabled.
|
|
778
1024
|
:param bool is_logged_in: Whether to filter users to only users who are logged in.
|
|
779
1025
|
:param bool is_created: Whether to filter users to only users who are not system managed.
|
|
780
|
-
:param str sort_order: A field by which to order the users followed by a space and 'asc' or 'desc'. Field name can be one of: username, email, firstName, lastName,
|
|
1026
|
+
:param str sort_order: A field by which to order the users followed by a space and 'asc' or 'desc'. Field name can be one of: username, email, firstName, lastName, datasourceName
|
|
781
1027
|
:param int offset: The pagination offset, the index of the first collection item that will be returned in this page of results
|
|
782
1028
|
:param int limit: The pagination limit, the total number of collection items that will be returned in this page of results
|
|
783
1029
|
:param bool is_password_reset_requested: Whether to filter users to only users who are required to change their password on next login.
|
|
@@ -818,7 +1064,7 @@ class UsersApi(object):
|
|
|
818
1064
|
:param bool is_enabled: Whether to filter users to only users who are enabled.
|
|
819
1065
|
:param bool is_logged_in: Whether to filter users to only users who are logged in.
|
|
820
1066
|
:param bool is_created: Whether to filter users to only users who are not system managed.
|
|
821
|
-
:param str sort_order: A field by which to order the users followed by a space and 'asc' or 'desc'. Field name can be one of: username, email, firstName, lastName,
|
|
1067
|
+
:param str sort_order: A field by which to order the users followed by a space and 'asc' or 'desc'. Field name can be one of: username, email, firstName, lastName, datasourceName
|
|
822
1068
|
:param int offset: The pagination offset, the index of the first collection item that will be returned in this page of results
|
|
823
1069
|
:param int limit: The pagination limit, the total number of collection items that will be returned in this page of results
|
|
824
1070
|
:param bool is_password_reset_requested: Whether to filter users to only users who are required to change their password on next login.
|
|
@@ -924,6 +1170,127 @@ class UsersApi(object):
|
|
|
924
1170
|
_request_timeout=params.get('_request_timeout'),
|
|
925
1171
|
collection_formats=collection_formats)
|
|
926
1172
|
|
|
1173
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1174
|
+
def set_trust(self, **kwargs):
|
|
1175
|
+
"""
|
|
1176
|
+
Make a user trusted or untrusted. This endpoint is experimental and may change in future releases.
|
|
1177
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1178
|
+
asynchronous HTTP request, please define a `callback` function
|
|
1179
|
+
to be invoked when receiving the response.
|
|
1180
|
+
>>> def callback_function(response):
|
|
1181
|
+
>>> pprint(response)
|
|
1182
|
+
>>>
|
|
1183
|
+
>>> thread = api.set_trust(body=body_value, id=id_value, callback=callback_function)
|
|
1184
|
+
|
|
1185
|
+
:param callback function: The callback function
|
|
1186
|
+
for asynchronous request. (optional)
|
|
1187
|
+
:param SetTrustInputV1 body: User Update information (required)
|
|
1188
|
+
:param str id: ID of the user (required)
|
|
1189
|
+
:return: UserOutputV1
|
|
1190
|
+
If the method is called asynchronously,
|
|
1191
|
+
returns the request thread.
|
|
1192
|
+
:rtype: UserOutputV1
|
|
1193
|
+
"""
|
|
1194
|
+
kwargs['_return_http_data_only'] = True
|
|
1195
|
+
if kwargs.get('callback'):
|
|
1196
|
+
return self.set_trust_with_http_info(**kwargs)
|
|
1197
|
+
else:
|
|
1198
|
+
(data) = self.set_trust_with_http_info(**kwargs)
|
|
1199
|
+
return data
|
|
1200
|
+
|
|
1201
|
+
@deprecated(reason="This API is experimental and may change or be removed in future releases without prior notice.")
|
|
1202
|
+
def set_trust_with_http_info(self, **kwargs):
|
|
1203
|
+
"""
|
|
1204
|
+
Make a user trusted or untrusted. This endpoint is experimental and may change in future releases.
|
|
1205
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
1206
|
+
asynchronous HTTP request, please define a `callback` function
|
|
1207
|
+
to be invoked when receiving the response.
|
|
1208
|
+
>>> def callback_function(response):
|
|
1209
|
+
>>> pprint(response)
|
|
1210
|
+
>>>
|
|
1211
|
+
>>> thread = api.set_trust_with_http_info(body=body_value, id=id_value, callback=callback_function)
|
|
1212
|
+
|
|
1213
|
+
:param callback function: The callback function
|
|
1214
|
+
for asynchronous request. (optional)
|
|
1215
|
+
:param SetTrustInputV1 body: User Update information (required)
|
|
1216
|
+
:param str id: ID of the user (required)
|
|
1217
|
+
:return: UserOutputV1
|
|
1218
|
+
If the method is called asynchronously,
|
|
1219
|
+
returns the request thread.
|
|
1220
|
+
:rtype: UserOutputV1
|
|
1221
|
+
"""
|
|
1222
|
+
|
|
1223
|
+
all_params = ['body', 'id']
|
|
1224
|
+
all_params.append('callback')
|
|
1225
|
+
all_params.append('_return_http_data_only')
|
|
1226
|
+
all_params.append('_preload_content')
|
|
1227
|
+
all_params.append('_request_timeout')
|
|
1228
|
+
all_params.append('_response_type')
|
|
1229
|
+
all_params.append('_custom_headers')
|
|
1230
|
+
|
|
1231
|
+
params = locals()
|
|
1232
|
+
for key, val in iteritems(params['kwargs']):
|
|
1233
|
+
if key not in all_params:
|
|
1234
|
+
raise TypeError(
|
|
1235
|
+
"Got an unexpected keyword argument '%s'"
|
|
1236
|
+
" to method set_trust" % key
|
|
1237
|
+
)
|
|
1238
|
+
params[key] = val
|
|
1239
|
+
del params['kwargs']
|
|
1240
|
+
# verify the required parameter 'body' is set
|
|
1241
|
+
if ('body' not in params) or (params['body'] is None):
|
|
1242
|
+
raise ValueError("Missing the required parameter `body` when calling `set_trust`")
|
|
1243
|
+
# verify the required parameter 'id' is set
|
|
1244
|
+
if ('id' not in params) or (params['id'] is None):
|
|
1245
|
+
raise ValueError("Missing the required parameter `id` when calling `set_trust`")
|
|
1246
|
+
|
|
1247
|
+
|
|
1248
|
+
collection_formats = {}
|
|
1249
|
+
|
|
1250
|
+
path_params = {}
|
|
1251
|
+
if 'id' in params:
|
|
1252
|
+
path_params['id'] = params['id']
|
|
1253
|
+
|
|
1254
|
+
query_params = []
|
|
1255
|
+
|
|
1256
|
+
header_params = {}
|
|
1257
|
+
|
|
1258
|
+
for key, value in params.get('_custom_headers', {}).items():
|
|
1259
|
+
header_params[key] = value
|
|
1260
|
+
|
|
1261
|
+
|
|
1262
|
+
form_params = []
|
|
1263
|
+
local_var_files = {}
|
|
1264
|
+
|
|
1265
|
+
body_params = None
|
|
1266
|
+
if 'body' in params:
|
|
1267
|
+
body_params = params['body']
|
|
1268
|
+
# HTTP header `Accept`
|
|
1269
|
+
header_params['Accept'] = self.api_client.\
|
|
1270
|
+
select_header_accept(['application/vnd.seeq.v1+json'])
|
|
1271
|
+
|
|
1272
|
+
# HTTP header `Content-Type`
|
|
1273
|
+
header_params['Content-Type'] = self.api_client.\
|
|
1274
|
+
select_header_content_type(['application/vnd.seeq.v1+json', ])
|
|
1275
|
+
|
|
1276
|
+
# Authentication setting
|
|
1277
|
+
auth_settings = ['api_key']
|
|
1278
|
+
|
|
1279
|
+
return self.api_client.call_api('/users/{id}/setTrust', 'POST',
|
|
1280
|
+
path_params,
|
|
1281
|
+
query_params,
|
|
1282
|
+
header_params,
|
|
1283
|
+
body=body_params,
|
|
1284
|
+
post_params=form_params,
|
|
1285
|
+
files=local_var_files,
|
|
1286
|
+
response_type=params.get('_response_type', 'UserOutputV1'),
|
|
1287
|
+
auth_settings=auth_settings,
|
|
1288
|
+
callback=params.get('callback'),
|
|
1289
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
1290
|
+
_preload_content=params.get('_preload_content', True),
|
|
1291
|
+
_request_timeout=params.get('_request_timeout'),
|
|
1292
|
+
collection_formats=collection_formats)
|
|
1293
|
+
|
|
927
1294
|
def update_password(self, **kwargs):
|
|
928
1295
|
"""
|
|
929
1296
|
Update password for a user authenticating through Seeq
|
seeq/sdk/api/workbooks_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
|
"""
|
|
@@ -390,6 +390,132 @@ class WorkbooksApi(object):
|
|
|
390
390
|
_request_timeout=params.get('_request_timeout'),
|
|
391
391
|
collection_formats=collection_formats)
|
|
392
392
|
|
|
393
|
+
def create_sandbox(self, **kwargs):
|
|
394
|
+
"""
|
|
395
|
+
Create a sandboxed copy of a Topic document. The new document will be placed in a new Topic in the personal folder of the user making the request. The Topic will be automatically archived and will not be visible in the user's list of Topics.
|
|
396
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
397
|
+
asynchronous HTTP request, please define a `callback` function
|
|
398
|
+
to be invoked when receiving the response.
|
|
399
|
+
>>> def callback_function(response):
|
|
400
|
+
>>> pprint(response)
|
|
401
|
+
>>>
|
|
402
|
+
>>> thread = api.create_sandbox(body=body_value, workbook_id=workbook_id_value, worksheet_id=worksheet_id_value, callback=callback_function)
|
|
403
|
+
|
|
404
|
+
:param callback function: The callback function
|
|
405
|
+
for asynchronous request. (optional)
|
|
406
|
+
:param TopicSandboxInputV1 body: Sandbox information (required)
|
|
407
|
+
:param str workbook_id: The ID of the original workbook (required)
|
|
408
|
+
:param str worksheet_id: The ID of the original worksheet (required)
|
|
409
|
+
:return: WorksheetOutputV1
|
|
410
|
+
If the method is called asynchronously,
|
|
411
|
+
returns the request thread.
|
|
412
|
+
:rtype: WorksheetOutputV1
|
|
413
|
+
"""
|
|
414
|
+
kwargs['_return_http_data_only'] = True
|
|
415
|
+
if kwargs.get('callback'):
|
|
416
|
+
return self.create_sandbox_with_http_info(**kwargs)
|
|
417
|
+
else:
|
|
418
|
+
(data) = self.create_sandbox_with_http_info(**kwargs)
|
|
419
|
+
return data
|
|
420
|
+
|
|
421
|
+
def create_sandbox_with_http_info(self, **kwargs):
|
|
422
|
+
"""
|
|
423
|
+
Create a sandboxed copy of a Topic document. The new document will be placed in a new Topic in the personal folder of the user making the request. The Topic will be automatically archived and will not be visible in the user's list of Topics.
|
|
424
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
425
|
+
asynchronous HTTP request, please define a `callback` function
|
|
426
|
+
to be invoked when receiving the response.
|
|
427
|
+
>>> def callback_function(response):
|
|
428
|
+
>>> pprint(response)
|
|
429
|
+
>>>
|
|
430
|
+
>>> thread = api.create_sandbox_with_http_info(body=body_value, workbook_id=workbook_id_value, worksheet_id=worksheet_id_value, callback=callback_function)
|
|
431
|
+
|
|
432
|
+
:param callback function: The callback function
|
|
433
|
+
for asynchronous request. (optional)
|
|
434
|
+
:param TopicSandboxInputV1 body: Sandbox information (required)
|
|
435
|
+
:param str workbook_id: The ID of the original workbook (required)
|
|
436
|
+
:param str worksheet_id: The ID of the original worksheet (required)
|
|
437
|
+
:return: WorksheetOutputV1
|
|
438
|
+
If the method is called asynchronously,
|
|
439
|
+
returns the request thread.
|
|
440
|
+
:rtype: WorksheetOutputV1
|
|
441
|
+
"""
|
|
442
|
+
|
|
443
|
+
all_params = ['body', 'workbook_id', 'worksheet_id']
|
|
444
|
+
all_params.append('callback')
|
|
445
|
+
all_params.append('_return_http_data_only')
|
|
446
|
+
all_params.append('_preload_content')
|
|
447
|
+
all_params.append('_request_timeout')
|
|
448
|
+
all_params.append('_response_type')
|
|
449
|
+
all_params.append('_custom_headers')
|
|
450
|
+
|
|
451
|
+
params = locals()
|
|
452
|
+
for key, val in iteritems(params['kwargs']):
|
|
453
|
+
if key not in all_params:
|
|
454
|
+
raise TypeError(
|
|
455
|
+
"Got an unexpected keyword argument '%s'"
|
|
456
|
+
" to method create_sandbox" % key
|
|
457
|
+
)
|
|
458
|
+
params[key] = val
|
|
459
|
+
del params['kwargs']
|
|
460
|
+
# verify the required parameter 'body' is set
|
|
461
|
+
if ('body' not in params) or (params['body'] is None):
|
|
462
|
+
raise ValueError("Missing the required parameter `body` when calling `create_sandbox`")
|
|
463
|
+
# verify the required parameter 'workbook_id' is set
|
|
464
|
+
if ('workbook_id' not in params) or (params['workbook_id'] is None):
|
|
465
|
+
raise ValueError("Missing the required parameter `workbook_id` when calling `create_sandbox`")
|
|
466
|
+
# verify the required parameter 'worksheet_id' is set
|
|
467
|
+
if ('worksheet_id' not in params) or (params['worksheet_id'] is None):
|
|
468
|
+
raise ValueError("Missing the required parameter `worksheet_id` when calling `create_sandbox`")
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
collection_formats = {}
|
|
472
|
+
|
|
473
|
+
path_params = {}
|
|
474
|
+
if 'workbook_id' in params:
|
|
475
|
+
path_params['workbookId'] = params['workbook_id']
|
|
476
|
+
if 'worksheet_id' in params:
|
|
477
|
+
path_params['worksheetId'] = params['worksheet_id']
|
|
478
|
+
|
|
479
|
+
query_params = []
|
|
480
|
+
|
|
481
|
+
header_params = {}
|
|
482
|
+
|
|
483
|
+
for key, value in params.get('_custom_headers', {}).items():
|
|
484
|
+
header_params[key] = value
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
form_params = []
|
|
488
|
+
local_var_files = {}
|
|
489
|
+
|
|
490
|
+
body_params = None
|
|
491
|
+
if 'body' in params:
|
|
492
|
+
body_params = params['body']
|
|
493
|
+
# HTTP header `Accept`
|
|
494
|
+
header_params['Accept'] = self.api_client.\
|
|
495
|
+
select_header_accept(['application/vnd.seeq.v1+json'])
|
|
496
|
+
|
|
497
|
+
# HTTP header `Content-Type`
|
|
498
|
+
header_params['Content-Type'] = self.api_client.\
|
|
499
|
+
select_header_content_type(['application/vnd.seeq.v1+json', ])
|
|
500
|
+
|
|
501
|
+
# Authentication setting
|
|
502
|
+
auth_settings = ['api_key']
|
|
503
|
+
|
|
504
|
+
return self.api_client.call_api('/workbooks/{workbookId}/worksheets/{worksheetId}/sandbox', 'POST',
|
|
505
|
+
path_params,
|
|
506
|
+
query_params,
|
|
507
|
+
header_params,
|
|
508
|
+
body=body_params,
|
|
509
|
+
post_params=form_params,
|
|
510
|
+
files=local_var_files,
|
|
511
|
+
response_type=params.get('_response_type', 'WorksheetOutputV1'),
|
|
512
|
+
auth_settings=auth_settings,
|
|
513
|
+
callback=params.get('callback'),
|
|
514
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
515
|
+
_preload_content=params.get('_preload_content', True),
|
|
516
|
+
_request_timeout=params.get('_request_timeout'),
|
|
517
|
+
collection_formats=collection_formats)
|
|
518
|
+
|
|
393
519
|
def create_workbook(self, **kwargs):
|
|
394
520
|
"""
|
|
395
521
|
Create a workbook
|
|
@@ -2069,6 +2195,118 @@ class WorkbooksApi(object):
|
|
|
2069
2195
|
_request_timeout=params.get('_request_timeout'),
|
|
2070
2196
|
collection_formats=collection_formats)
|
|
2071
2197
|
|
|
2198
|
+
def get_workstep_by_id(self, **kwargs):
|
|
2199
|
+
"""
|
|
2200
|
+
Get a workstep by its ID
|
|
2201
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
2202
|
+
asynchronous HTTP request, please define a `callback` function
|
|
2203
|
+
to be invoked when receiving the response.
|
|
2204
|
+
>>> def callback_function(response):
|
|
2205
|
+
>>> pprint(response)
|
|
2206
|
+
>>>
|
|
2207
|
+
>>> thread = api.get_workstep_by_id(workstep_id=workstep_id_value, callback=callback_function)
|
|
2208
|
+
|
|
2209
|
+
:param callback function: The callback function
|
|
2210
|
+
for asynchronous request. (optional)
|
|
2211
|
+
:param str workstep_id: ID of the workstep to retrieve (required)
|
|
2212
|
+
:return: WorkstepOutputV1
|
|
2213
|
+
If the method is called asynchronously,
|
|
2214
|
+
returns the request thread.
|
|
2215
|
+
:rtype: WorkstepOutputV1
|
|
2216
|
+
"""
|
|
2217
|
+
kwargs['_return_http_data_only'] = True
|
|
2218
|
+
if kwargs.get('callback'):
|
|
2219
|
+
return self.get_workstep_by_id_with_http_info(**kwargs)
|
|
2220
|
+
else:
|
|
2221
|
+
(data) = self.get_workstep_by_id_with_http_info(**kwargs)
|
|
2222
|
+
return data
|
|
2223
|
+
|
|
2224
|
+
def get_workstep_by_id_with_http_info(self, **kwargs):
|
|
2225
|
+
"""
|
|
2226
|
+
Get a workstep by its ID
|
|
2227
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
2228
|
+
asynchronous HTTP request, please define a `callback` function
|
|
2229
|
+
to be invoked when receiving the response.
|
|
2230
|
+
>>> def callback_function(response):
|
|
2231
|
+
>>> pprint(response)
|
|
2232
|
+
>>>
|
|
2233
|
+
>>> thread = api.get_workstep_by_id_with_http_info(workstep_id=workstep_id_value, callback=callback_function)
|
|
2234
|
+
|
|
2235
|
+
:param callback function: The callback function
|
|
2236
|
+
for asynchronous request. (optional)
|
|
2237
|
+
:param str workstep_id: ID of the workstep to retrieve (required)
|
|
2238
|
+
:return: WorkstepOutputV1
|
|
2239
|
+
If the method is called asynchronously,
|
|
2240
|
+
returns the request thread.
|
|
2241
|
+
:rtype: WorkstepOutputV1
|
|
2242
|
+
"""
|
|
2243
|
+
|
|
2244
|
+
all_params = ['workstep_id']
|
|
2245
|
+
all_params.append('callback')
|
|
2246
|
+
all_params.append('_return_http_data_only')
|
|
2247
|
+
all_params.append('_preload_content')
|
|
2248
|
+
all_params.append('_request_timeout')
|
|
2249
|
+
all_params.append('_response_type')
|
|
2250
|
+
all_params.append('_custom_headers')
|
|
2251
|
+
|
|
2252
|
+
params = locals()
|
|
2253
|
+
for key, val in iteritems(params['kwargs']):
|
|
2254
|
+
if key not in all_params:
|
|
2255
|
+
raise TypeError(
|
|
2256
|
+
"Got an unexpected keyword argument '%s'"
|
|
2257
|
+
" to method get_workstep_by_id" % key
|
|
2258
|
+
)
|
|
2259
|
+
params[key] = val
|
|
2260
|
+
del params['kwargs']
|
|
2261
|
+
# verify the required parameter 'workstep_id' is set
|
|
2262
|
+
if ('workstep_id' not in params) or (params['workstep_id'] is None):
|
|
2263
|
+
raise ValueError("Missing the required parameter `workstep_id` when calling `get_workstep_by_id`")
|
|
2264
|
+
|
|
2265
|
+
|
|
2266
|
+
collection_formats = {}
|
|
2267
|
+
|
|
2268
|
+
path_params = {}
|
|
2269
|
+
if 'workstep_id' in params:
|
|
2270
|
+
path_params['workstepId'] = params['workstep_id']
|
|
2271
|
+
|
|
2272
|
+
query_params = []
|
|
2273
|
+
|
|
2274
|
+
header_params = {}
|
|
2275
|
+
|
|
2276
|
+
for key, value in params.get('_custom_headers', {}).items():
|
|
2277
|
+
header_params[key] = value
|
|
2278
|
+
|
|
2279
|
+
|
|
2280
|
+
form_params = []
|
|
2281
|
+
local_var_files = {}
|
|
2282
|
+
|
|
2283
|
+
body_params = None
|
|
2284
|
+
# HTTP header `Accept`
|
|
2285
|
+
header_params['Accept'] = self.api_client.\
|
|
2286
|
+
select_header_accept(['application/vnd.seeq.v1+json'])
|
|
2287
|
+
|
|
2288
|
+
# HTTP header `Content-Type`
|
|
2289
|
+
header_params['Content-Type'] = self.api_client.\
|
|
2290
|
+
select_header_content_type(['application/vnd.seeq.v1+json', ])
|
|
2291
|
+
|
|
2292
|
+
# Authentication setting
|
|
2293
|
+
auth_settings = ['api_key']
|
|
2294
|
+
|
|
2295
|
+
return self.api_client.call_api('/workbooks/worksteps/{workstepId}', 'GET',
|
|
2296
|
+
path_params,
|
|
2297
|
+
query_params,
|
|
2298
|
+
header_params,
|
|
2299
|
+
body=body_params,
|
|
2300
|
+
post_params=form_params,
|
|
2301
|
+
files=local_var_files,
|
|
2302
|
+
response_type=params.get('_response_type', 'WorkstepOutputV1'),
|
|
2303
|
+
auth_settings=auth_settings,
|
|
2304
|
+
callback=params.get('callback'),
|
|
2305
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
2306
|
+
_preload_content=params.get('_preload_content', True),
|
|
2307
|
+
_request_timeout=params.get('_request_timeout'),
|
|
2308
|
+
collection_formats=collection_formats)
|
|
2309
|
+
|
|
2072
2310
|
def get_worksteps(self, **kwargs):
|
|
2073
2311
|
"""
|
|
2074
2312
|
Get a list of worksteps starting from the given workstep, searching in the given direction.
|