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
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Seeq REST API
|
|
5
|
+
|
|
6
|
+
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
|
+
|
|
8
|
+
OpenAPI spec version: 66.90.0-v202512190926-CD
|
|
9
|
+
|
|
10
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
"""
|
|
12
|
+
|
|
13
|
+
from pprint import pformat
|
|
14
|
+
from six import iteritems
|
|
15
|
+
import re
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
class ModelTableApplicationsOutputV1(object):
|
|
19
|
+
"""
|
|
20
|
+
NOTE: This class is auto generated by the swagger code generator program.
|
|
21
|
+
Do not edit the class manually.
|
|
22
|
+
"""
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
"""
|
|
26
|
+
Attributes:
|
|
27
|
+
swagger_types (dict): The key is attribute name
|
|
28
|
+
and the value is attribute type.
|
|
29
|
+
attribute_map (dict): The key is attribute name
|
|
30
|
+
and the value is json key in definition.
|
|
31
|
+
"""
|
|
32
|
+
swagger_types = {
|
|
33
|
+
'id': 'str',
|
|
34
|
+
'mappings': 'list[ModelApplicationMappingV1]',
|
|
35
|
+
'model_guid': 'str',
|
|
36
|
+
'model_name': 'str'
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
attribute_map = {
|
|
40
|
+
'id': 'id',
|
|
41
|
+
'mappings': 'mappings',
|
|
42
|
+
'model_guid': 'modelGuid',
|
|
43
|
+
'model_name': 'modelName'
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
def __init__(self, id=None, mappings=None, model_guid=None, model_name=None):
|
|
47
|
+
"""
|
|
48
|
+
ModelTableApplicationsOutputV1 - a model defined in Swagger
|
|
49
|
+
"""
|
|
50
|
+
|
|
51
|
+
self._id = None
|
|
52
|
+
self._mappings = None
|
|
53
|
+
self._model_guid = None
|
|
54
|
+
self._model_name = None
|
|
55
|
+
|
|
56
|
+
if id is not None:
|
|
57
|
+
self.id = id
|
|
58
|
+
if mappings is not None:
|
|
59
|
+
self.mappings = mappings
|
|
60
|
+
if model_guid is not None:
|
|
61
|
+
self.model_guid = model_guid
|
|
62
|
+
if model_name is not None:
|
|
63
|
+
self.model_name = model_name
|
|
64
|
+
|
|
65
|
+
@property
|
|
66
|
+
def id(self):
|
|
67
|
+
"""
|
|
68
|
+
Gets the id of this ModelTableApplicationsOutputV1.
|
|
69
|
+
Model Application ID
|
|
70
|
+
|
|
71
|
+
:return: The id of this ModelTableApplicationsOutputV1.
|
|
72
|
+
:rtype: str
|
|
73
|
+
"""
|
|
74
|
+
return self._id
|
|
75
|
+
|
|
76
|
+
@id.setter
|
|
77
|
+
def id(self, id):
|
|
78
|
+
"""
|
|
79
|
+
Sets the id of this ModelTableApplicationsOutputV1.
|
|
80
|
+
Model Application ID
|
|
81
|
+
|
|
82
|
+
:param id: The id of this ModelTableApplicationsOutputV1.
|
|
83
|
+
:type: str
|
|
84
|
+
"""
|
|
85
|
+
|
|
86
|
+
self._id = id
|
|
87
|
+
|
|
88
|
+
@property
|
|
89
|
+
def mappings(self):
|
|
90
|
+
"""
|
|
91
|
+
Gets the mappings of this ModelTableApplicationsOutputV1.
|
|
92
|
+
Mapping of column definition IDs or literals to a feature ID
|
|
93
|
+
|
|
94
|
+
:return: The mappings of this ModelTableApplicationsOutputV1.
|
|
95
|
+
:rtype: list[ModelApplicationMappingV1]
|
|
96
|
+
"""
|
|
97
|
+
return self._mappings
|
|
98
|
+
|
|
99
|
+
@mappings.setter
|
|
100
|
+
def mappings(self, mappings):
|
|
101
|
+
"""
|
|
102
|
+
Sets the mappings of this ModelTableApplicationsOutputV1.
|
|
103
|
+
Mapping of column definition IDs or literals to a feature ID
|
|
104
|
+
|
|
105
|
+
:param mappings: The mappings of this ModelTableApplicationsOutputV1.
|
|
106
|
+
:type: list[ModelApplicationMappingV1]
|
|
107
|
+
"""
|
|
108
|
+
|
|
109
|
+
self._mappings = mappings
|
|
110
|
+
|
|
111
|
+
@property
|
|
112
|
+
def model_guid(self):
|
|
113
|
+
"""
|
|
114
|
+
Gets the model_guid of this ModelTableApplicationsOutputV1.
|
|
115
|
+
Model GUID
|
|
116
|
+
|
|
117
|
+
:return: The model_guid of this ModelTableApplicationsOutputV1.
|
|
118
|
+
:rtype: str
|
|
119
|
+
"""
|
|
120
|
+
return self._model_guid
|
|
121
|
+
|
|
122
|
+
@model_guid.setter
|
|
123
|
+
def model_guid(self, model_guid):
|
|
124
|
+
"""
|
|
125
|
+
Sets the model_guid of this ModelTableApplicationsOutputV1.
|
|
126
|
+
Model GUID
|
|
127
|
+
|
|
128
|
+
:param model_guid: The model_guid of this ModelTableApplicationsOutputV1.
|
|
129
|
+
:type: str
|
|
130
|
+
"""
|
|
131
|
+
|
|
132
|
+
self._model_guid = model_guid
|
|
133
|
+
|
|
134
|
+
@property
|
|
135
|
+
def model_name(self):
|
|
136
|
+
"""
|
|
137
|
+
Gets the model_name of this ModelTableApplicationsOutputV1.
|
|
138
|
+
Model Name
|
|
139
|
+
|
|
140
|
+
:return: The model_name of this ModelTableApplicationsOutputV1.
|
|
141
|
+
:rtype: str
|
|
142
|
+
"""
|
|
143
|
+
return self._model_name
|
|
144
|
+
|
|
145
|
+
@model_name.setter
|
|
146
|
+
def model_name(self, model_name):
|
|
147
|
+
"""
|
|
148
|
+
Sets the model_name of this ModelTableApplicationsOutputV1.
|
|
149
|
+
Model Name
|
|
150
|
+
|
|
151
|
+
:param model_name: The model_name of this ModelTableApplicationsOutputV1.
|
|
152
|
+
:type: str
|
|
153
|
+
"""
|
|
154
|
+
|
|
155
|
+
self._model_name = model_name
|
|
156
|
+
|
|
157
|
+
def to_dict(self):
|
|
158
|
+
"""
|
|
159
|
+
Returns the model properties as a dict
|
|
160
|
+
"""
|
|
161
|
+
result = {}
|
|
162
|
+
|
|
163
|
+
for attr, _ in iteritems(self.swagger_types):
|
|
164
|
+
value = getattr(self, attr)
|
|
165
|
+
if isinstance(value, list):
|
|
166
|
+
result[attr] = list(map(
|
|
167
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
168
|
+
value
|
|
169
|
+
))
|
|
170
|
+
elif hasattr(value, "to_dict"):
|
|
171
|
+
result[attr] = value.to_dict()
|
|
172
|
+
elif isinstance(value, dict):
|
|
173
|
+
result[attr] = dict(map(
|
|
174
|
+
lambda item: (item[0], item[1].to_dict())
|
|
175
|
+
if hasattr(item[1], "to_dict") else item,
|
|
176
|
+
value.items()
|
|
177
|
+
))
|
|
178
|
+
else:
|
|
179
|
+
result[attr] = value
|
|
180
|
+
|
|
181
|
+
return result
|
|
182
|
+
|
|
183
|
+
def to_str(self):
|
|
184
|
+
"""
|
|
185
|
+
Returns the string representation of the model
|
|
186
|
+
"""
|
|
187
|
+
return pformat(self.to_dict())
|
|
188
|
+
|
|
189
|
+
def __repr__(self):
|
|
190
|
+
"""
|
|
191
|
+
For `print` and `pprint`
|
|
192
|
+
"""
|
|
193
|
+
return self.to_str()
|
|
194
|
+
|
|
195
|
+
def __eq__(self, other):
|
|
196
|
+
"""
|
|
197
|
+
Returns true if both objects are equal
|
|
198
|
+
"""
|
|
199
|
+
if not isinstance(other, ModelTableApplicationsOutputV1):
|
|
200
|
+
return False
|
|
201
|
+
|
|
202
|
+
return self.__dict__ == other.__dict__
|
|
203
|
+
|
|
204
|
+
def __ne__(self, other):
|
|
205
|
+
"""
|
|
206
|
+
Returns true if both objects are not equal
|
|
207
|
+
"""
|
|
208
|
+
return not self == other
|
seeq/sdk/models/model_v1.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
|
"""
|
|
@@ -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
|
"""
|
|
@@ -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
|
"""
|
|
@@ -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
|
"""
|
|
@@ -56,6 +56,7 @@ class MonitoredConditionOutputListV1(object):
|
|
|
56
56
|
def conditions(self):
|
|
57
57
|
"""
|
|
58
58
|
Gets the conditions of this MonitoredConditionOutputListV1.
|
|
59
|
+
List of monitored conditions
|
|
59
60
|
|
|
60
61
|
:return: The conditions of this MonitoredConditionOutputListV1.
|
|
61
62
|
:rtype: list[MonitoredConditionOutputV1]
|
|
@@ -66,10 +67,13 @@ class MonitoredConditionOutputListV1(object):
|
|
|
66
67
|
def conditions(self, conditions):
|
|
67
68
|
"""
|
|
68
69
|
Sets the conditions of this MonitoredConditionOutputListV1.
|
|
70
|
+
List of monitored conditions
|
|
69
71
|
|
|
70
72
|
:param conditions: The conditions of this MonitoredConditionOutputListV1.
|
|
71
73
|
:type: list[MonitoredConditionOutputV1]
|
|
72
74
|
"""
|
|
75
|
+
if conditions is None:
|
|
76
|
+
raise ValueError("Invalid value for `conditions`, must not be `None`")
|
|
73
77
|
|
|
74
78
|
self._conditions = conditions
|
|
75
79
|
|
|
@@ -77,6 +81,7 @@ class MonitoredConditionOutputListV1(object):
|
|
|
77
81
|
def total_results(self):
|
|
78
82
|
"""
|
|
79
83
|
Gets the total_results of this MonitoredConditionOutputListV1.
|
|
84
|
+
The number of monitored conditions in the list
|
|
80
85
|
|
|
81
86
|
:return: The total_results of this MonitoredConditionOutputListV1.
|
|
82
87
|
:rtype: int
|
|
@@ -87,10 +92,13 @@ class MonitoredConditionOutputListV1(object):
|
|
|
87
92
|
def total_results(self, total_results):
|
|
88
93
|
"""
|
|
89
94
|
Sets the total_results of this MonitoredConditionOutputListV1.
|
|
95
|
+
The number of monitored conditions in the list
|
|
90
96
|
|
|
91
97
|
:param total_results: The total_results of this MonitoredConditionOutputListV1.
|
|
92
98
|
:type: int
|
|
93
99
|
"""
|
|
100
|
+
if total_results is None:
|
|
101
|
+
raise ValueError("Invalid value for `total_results`, must not be `None`")
|
|
94
102
|
|
|
95
103
|
self._total_results = total_results
|
|
96
104
|
|
|
@@ -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
|
"""
|
|
@@ -71,6 +71,7 @@ class MonitoredConditionOutputV1(object):
|
|
|
71
71
|
def id(self):
|
|
72
72
|
"""
|
|
73
73
|
Gets the id of this MonitoredConditionOutputV1.
|
|
74
|
+
The ID of the monitored condition
|
|
74
75
|
|
|
75
76
|
:return: The id of this MonitoredConditionOutputV1.
|
|
76
77
|
:rtype: str
|
|
@@ -81,10 +82,13 @@ class MonitoredConditionOutputV1(object):
|
|
|
81
82
|
def id(self, id):
|
|
82
83
|
"""
|
|
83
84
|
Sets the id of this MonitoredConditionOutputV1.
|
|
85
|
+
The ID of the monitored condition
|
|
84
86
|
|
|
85
87
|
:param id: The id of this MonitoredConditionOutputV1.
|
|
86
88
|
:type: str
|
|
87
89
|
"""
|
|
90
|
+
if id is None:
|
|
91
|
+
raise ValueError("Invalid value for `id`, must not be `None`")
|
|
88
92
|
|
|
89
93
|
self._id = id
|
|
90
94
|
|
|
@@ -106,6 +110,8 @@ class MonitoredConditionOutputV1(object):
|
|
|
106
110
|
:param last_run_state: The last_run_state of this MonitoredConditionOutputV1.
|
|
107
111
|
:type: LastRunStateOutputV1
|
|
108
112
|
"""
|
|
113
|
+
if last_run_state is None:
|
|
114
|
+
raise ValueError("Invalid value for `last_run_state`, must not be `None`")
|
|
109
115
|
|
|
110
116
|
self._last_run_state = last_run_state
|
|
111
117
|
|
|
@@ -113,6 +119,7 @@ class MonitoredConditionOutputV1(object):
|
|
|
113
119
|
def suppression_end_condition_guid(self):
|
|
114
120
|
"""
|
|
115
121
|
Gets the suppression_end_condition_guid of this MonitoredConditionOutputV1.
|
|
122
|
+
Condition ID to end the suppression
|
|
116
123
|
|
|
117
124
|
:return: The suppression_end_condition_guid of this MonitoredConditionOutputV1.
|
|
118
125
|
:rtype: str
|
|
@@ -123,6 +130,7 @@ class MonitoredConditionOutputV1(object):
|
|
|
123
130
|
def suppression_end_condition_guid(self, suppression_end_condition_guid):
|
|
124
131
|
"""
|
|
125
132
|
Sets the suppression_end_condition_guid of this MonitoredConditionOutputV1.
|
|
133
|
+
Condition ID to end the suppression
|
|
126
134
|
|
|
127
135
|
:param suppression_end_condition_guid: The suppression_end_condition_guid of this MonitoredConditionOutputV1.
|
|
128
136
|
:type: str
|
|
@@ -134,6 +142,7 @@ class MonitoredConditionOutputV1(object):
|
|
|
134
142
|
def suppression_end_time(self):
|
|
135
143
|
"""
|
|
136
144
|
Gets the suppression_end_time of this MonitoredConditionOutputV1.
|
|
145
|
+
End time of the suppression as an ISO-8601 timestamp
|
|
137
146
|
|
|
138
147
|
:return: The suppression_end_time of this MonitoredConditionOutputV1.
|
|
139
148
|
:rtype: str
|
|
@@ -144,6 +153,7 @@ class MonitoredConditionOutputV1(object):
|
|
|
144
153
|
def suppression_end_time(self, suppression_end_time):
|
|
145
154
|
"""
|
|
146
155
|
Sets the suppression_end_time of this MonitoredConditionOutputV1.
|
|
156
|
+
End time of the suppression as an ISO-8601 timestamp
|
|
147
157
|
|
|
148
158
|
:param suppression_end_time: The suppression_end_time of this MonitoredConditionOutputV1.
|
|
149
159
|
:type: str
|
|
@@ -155,6 +165,7 @@ class MonitoredConditionOutputV1(object):
|
|
|
155
165
|
def suppression_start_time(self):
|
|
156
166
|
"""
|
|
157
167
|
Gets the suppression_start_time of this MonitoredConditionOutputV1.
|
|
168
|
+
Start time of the suppression as an ISO-8601 timestamp
|
|
158
169
|
|
|
159
170
|
:return: The suppression_start_time of this MonitoredConditionOutputV1.
|
|
160
171
|
:rtype: str
|
|
@@ -165,6 +176,7 @@ class MonitoredConditionOutputV1(object):
|
|
|
165
176
|
def suppression_start_time(self, suppression_start_time):
|
|
166
177
|
"""
|
|
167
178
|
Sets the suppression_start_time of this MonitoredConditionOutputV1.
|
|
179
|
+
Start time of the suppression as an ISO-8601 timestamp
|
|
168
180
|
|
|
169
181
|
:param suppression_start_time: The suppression_start_time of this MonitoredConditionOutputV1.
|
|
170
182
|
:type: str
|
|
@@ -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
|
"""
|
|
@@ -81,6 +81,7 @@ class MonitoredSignalLastRunStateOutputV1(object):
|
|
|
81
81
|
def cursor_key(self):
|
|
82
82
|
"""
|
|
83
83
|
Gets the cursor_key of this MonitoredSignalLastRunStateOutputV1.
|
|
84
|
+
The cursor key for the last run
|
|
84
85
|
|
|
85
86
|
:return: The cursor_key of this MonitoredSignalLastRunStateOutputV1.
|
|
86
87
|
:rtype: int
|
|
@@ -91,6 +92,7 @@ class MonitoredSignalLastRunStateOutputV1(object):
|
|
|
91
92
|
def cursor_key(self, cursor_key):
|
|
92
93
|
"""
|
|
93
94
|
Sets the cursor_key of this MonitoredSignalLastRunStateOutputV1.
|
|
95
|
+
The cursor key for the last run
|
|
94
96
|
|
|
95
97
|
:param cursor_key: The cursor_key of this MonitoredSignalLastRunStateOutputV1.
|
|
96
98
|
:type: int
|
|
@@ -102,6 +104,7 @@ class MonitoredSignalLastRunStateOutputV1(object):
|
|
|
102
104
|
def error_count(self):
|
|
103
105
|
"""
|
|
104
106
|
Gets the error_count of this MonitoredSignalLastRunStateOutputV1.
|
|
107
|
+
The number of errors that have occurred since the last successful run
|
|
105
108
|
|
|
106
109
|
:return: The error_count of this MonitoredSignalLastRunStateOutputV1.
|
|
107
110
|
:rtype: int
|
|
@@ -112,6 +115,7 @@ class MonitoredSignalLastRunStateOutputV1(object):
|
|
|
112
115
|
def error_count(self, error_count):
|
|
113
116
|
"""
|
|
114
117
|
Sets the error_count of this MonitoredSignalLastRunStateOutputV1.
|
|
118
|
+
The number of errors that have occurred since the last successful run
|
|
115
119
|
|
|
116
120
|
:param error_count: The error_count of this MonitoredSignalLastRunStateOutputV1.
|
|
117
121
|
:type: int
|
|
@@ -144,6 +148,7 @@ class MonitoredSignalLastRunStateOutputV1(object):
|
|
|
144
148
|
def last_error(self):
|
|
145
149
|
"""
|
|
146
150
|
Gets the last_error of this MonitoredSignalLastRunStateOutputV1.
|
|
151
|
+
The last error message, if any error occurred during the last run
|
|
147
152
|
|
|
148
153
|
:return: The last_error of this MonitoredSignalLastRunStateOutputV1.
|
|
149
154
|
:rtype: str
|
|
@@ -154,6 +159,7 @@ class MonitoredSignalLastRunStateOutputV1(object):
|
|
|
154
159
|
def last_error(self, last_error):
|
|
155
160
|
"""
|
|
156
161
|
Sets the last_error of this MonitoredSignalLastRunStateOutputV1.
|
|
162
|
+
The last error message, if any error occurred during the last run
|
|
157
163
|
|
|
158
164
|
:param last_error: The last_error of this MonitoredSignalLastRunStateOutputV1.
|
|
159
165
|
:type: str
|
|
@@ -165,6 +171,7 @@ class MonitoredSignalLastRunStateOutputV1(object):
|
|
|
165
171
|
def last_error_time_created(self):
|
|
166
172
|
"""
|
|
167
173
|
Gets the last_error_time_created of this MonitoredSignalLastRunStateOutputV1.
|
|
174
|
+
The time the last error occurred, if any
|
|
168
175
|
|
|
169
176
|
:return: The last_error_time_created of this MonitoredSignalLastRunStateOutputV1.
|
|
170
177
|
:rtype: int
|
|
@@ -175,6 +182,7 @@ class MonitoredSignalLastRunStateOutputV1(object):
|
|
|
175
182
|
def last_error_time_created(self, last_error_time_created):
|
|
176
183
|
"""
|
|
177
184
|
Sets the last_error_time_created of this MonitoredSignalLastRunStateOutputV1.
|
|
185
|
+
The time the last error occurred, if any
|
|
178
186
|
|
|
179
187
|
:param last_error_time_created: The last_error_time_created of this MonitoredSignalLastRunStateOutputV1.
|
|
180
188
|
:type: int
|
|
@@ -186,6 +194,7 @@ class MonitoredSignalLastRunStateOutputV1(object):
|
|
|
186
194
|
def signal_guid(self):
|
|
187
195
|
"""
|
|
188
196
|
Gets the signal_guid of this MonitoredSignalLastRunStateOutputV1.
|
|
197
|
+
The ID of the monitored signal
|
|
189
198
|
|
|
190
199
|
:return: The signal_guid of this MonitoredSignalLastRunStateOutputV1.
|
|
191
200
|
:rtype: str
|
|
@@ -196,10 +205,13 @@ class MonitoredSignalLastRunStateOutputV1(object):
|
|
|
196
205
|
def signal_guid(self, signal_guid):
|
|
197
206
|
"""
|
|
198
207
|
Sets the signal_guid of this MonitoredSignalLastRunStateOutputV1.
|
|
208
|
+
The ID of the monitored signal
|
|
199
209
|
|
|
200
210
|
:param signal_guid: The signal_guid of this MonitoredSignalLastRunStateOutputV1.
|
|
201
211
|
:type: str
|
|
202
212
|
"""
|
|
213
|
+
if signal_guid is None:
|
|
214
|
+
raise ValueError("Invalid value for `signal_guid`, must not be `None`")
|
|
203
215
|
|
|
204
216
|
self._signal_guid = signal_guid
|
|
205
217
|
|
|
@@ -207,6 +219,7 @@ class MonitoredSignalLastRunStateOutputV1(object):
|
|
|
207
219
|
def uncertain_samples(self):
|
|
208
220
|
"""
|
|
209
221
|
Gets the uncertain_samples of this MonitoredSignalLastRunStateOutputV1.
|
|
222
|
+
The uncertain samples that were found in the last run
|
|
210
223
|
|
|
211
224
|
:return: The uncertain_samples of this MonitoredSignalLastRunStateOutputV1.
|
|
212
225
|
:rtype: list[SampleOutputV1]
|
|
@@ -217,6 +230,7 @@ class MonitoredSignalLastRunStateOutputV1(object):
|
|
|
217
230
|
def uncertain_samples(self, uncertain_samples):
|
|
218
231
|
"""
|
|
219
232
|
Sets the uncertain_samples of this MonitoredSignalLastRunStateOutputV1.
|
|
233
|
+
The uncertain samples that were found in the last run
|
|
220
234
|
|
|
221
235
|
:param uncertain_samples: The uncertain_samples of this MonitoredSignalLastRunStateOutputV1.
|
|
222
236
|
:type: list[SampleOutputV1]
|
|
@@ -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
|
"""
|
|
@@ -56,6 +56,7 @@ class MonitoredSignalOutputV1(object):
|
|
|
56
56
|
def id(self):
|
|
57
57
|
"""
|
|
58
58
|
Gets the id of this MonitoredSignalOutputV1.
|
|
59
|
+
The ID of the monitored signal
|
|
59
60
|
|
|
60
61
|
:return: The id of this MonitoredSignalOutputV1.
|
|
61
62
|
:rtype: str
|
|
@@ -66,10 +67,13 @@ class MonitoredSignalOutputV1(object):
|
|
|
66
67
|
def id(self, id):
|
|
67
68
|
"""
|
|
68
69
|
Sets the id of this MonitoredSignalOutputV1.
|
|
70
|
+
The ID of the monitored signal
|
|
69
71
|
|
|
70
72
|
:param id: The id of this MonitoredSignalOutputV1.
|
|
71
73
|
:type: str
|
|
72
74
|
"""
|
|
75
|
+
if id is None:
|
|
76
|
+
raise ValueError("Invalid value for `id`, must not be `None`")
|
|
73
77
|
|
|
74
78
|
self._id = id
|
|
75
79
|
|
|
@@ -91,6 +95,8 @@ class MonitoredSignalOutputV1(object):
|
|
|
91
95
|
:param last_run_state: The last_run_state of this MonitoredSignalOutputV1.
|
|
92
96
|
:type: MonitoredSignalLastRunStateOutputV1
|
|
93
97
|
"""
|
|
98
|
+
if last_run_state is None:
|
|
99
|
+
raise ValueError("Invalid value for `last_run_state`, must not be `None`")
|
|
94
100
|
|
|
95
101
|
self._last_run_state = last_run_state
|
|
96
102
|
|
|
@@ -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
|
"""
|
|
@@ -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
|
"""
|
|
@@ -132,12 +132,6 @@ class NotificationConfigurationOutputV1(object):
|
|
|
132
132
|
:param capsule_grouping: The capsule_grouping of this NotificationConfigurationOutputV1.
|
|
133
133
|
:type: str
|
|
134
134
|
"""
|
|
135
|
-
allowed_values = ["CONDITION", "CAPSULE", "ALL"]
|
|
136
|
-
if capsule_grouping not in allowed_values:
|
|
137
|
-
raise ValueError(
|
|
138
|
-
"Invalid value for `capsule_grouping` ({0}), must be one of {1}"
|
|
139
|
-
.format(capsule_grouping, allowed_values)
|
|
140
|
-
)
|
|
141
135
|
|
|
142
136
|
self._capsule_grouping = capsule_grouping
|
|
143
137
|
|
|
@@ -259,12 +253,6 @@ class NotificationConfigurationOutputV1(object):
|
|
|
259
253
|
:param report_format: The report_format of this NotificationConfigurationOutputV1.
|
|
260
254
|
:type: str
|
|
261
255
|
"""
|
|
262
|
-
allowed_values = ["TEXT", "PDF"]
|
|
263
|
-
if report_format not in allowed_values:
|
|
264
|
-
raise ValueError(
|
|
265
|
-
"Invalid value for `report_format` ({0}), must be one of {1}"
|
|
266
|
-
.format(report_format, allowed_values)
|
|
267
|
-
)
|
|
268
256
|
|
|
269
257
|
self._report_format = report_format
|
|
270
258
|
|
|
@@ -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
|
"""
|
|
@@ -51,6 +51,7 @@ class NumericDescriptionOutputListV1(object):
|
|
|
51
51
|
def numeric_descriptions(self):
|
|
52
52
|
"""
|
|
53
53
|
Gets the numeric_descriptions of this NumericDescriptionOutputListV1.
|
|
54
|
+
List of numeric descriptions
|
|
54
55
|
|
|
55
56
|
:return: The numeric_descriptions of this NumericDescriptionOutputListV1.
|
|
56
57
|
:rtype: list[NumericDescriptionOutputV1]
|
|
@@ -61,6 +62,7 @@ class NumericDescriptionOutputListV1(object):
|
|
|
61
62
|
def numeric_descriptions(self, numeric_descriptions):
|
|
62
63
|
"""
|
|
63
64
|
Sets the numeric_descriptions of this NumericDescriptionOutputListV1.
|
|
65
|
+
List of numeric descriptions
|
|
64
66
|
|
|
65
67
|
:param numeric_descriptions: The numeric_descriptions of this NumericDescriptionOutputListV1.
|
|
66
68
|
:type: list[NumericDescriptionOutputV1]
|
|
@@ -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
|
"""
|