seeq 66.83.0.20251209__py3-none-any.whl → 66.86.0.20251211__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 +8 -3
- seeq/sdk/api/__init__.py +2 -2
- seeq/sdk/api/access_keys_api.py +1 -1
- 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 +1 -1
- seeq/sdk/api/auth_api.py +1 -1
- seeq/sdk/api/cache_api.py +1 -1
- seeq/sdk/api/condition_monitors_api.py +1 -1
- seeq/sdk/api/conditions_api.py +1 -1
- seeq/sdk/api/content_api.py +1 -1
- seeq/sdk/api/context_api.py +1 -1
- 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 +214 -1
- seeq/sdk/api/formulas_api.py +1 -1
- seeq/sdk/api/graph_ql_api.py +1 -1
- seeq/sdk/api/hierarchies_api.py +1 -1
- seeq/sdk/api/items_api.py +1 -1
- seeq/sdk/api/jobs_api.py +1 -1
- seeq/sdk/api/logs_api.py +1 -1
- seeq/sdk/api/markdown_items_api.py +1 -1
- seeq/sdk/api/markdown_links_api.py +1 -1
- seeq/sdk/api/materialized_tables_api.py +1 -1
- seeq/sdk/api/metrics_api.py +1 -1
- seeq/sdk/api/models_api.py +1 -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/sharing_api.py +1 -1
- seeq/sdk/api/signal_monitors_api.py +1 -1
- seeq/sdk/api/signals_api.py +1 -1
- seeq/sdk/api/stored_tables_api.py +1 -1
- seeq/sdk/api/subscriptions_api.py +1 -1
- seeq/sdk/api/system_api.py +1 -1
- seeq/sdk/api/table_definitions_api.py +1 -1
- seeq/sdk/api/trees_api.py +1 -1
- seeq/sdk/api/usage_api.py +1 -1
- seeq/sdk/api/user_groups_api.py +1 -1
- seeq/sdk/api/users_api.py +1 -1
- seeq/sdk/api/workbooks_api.py +1 -1
- seeq/sdk/api_client.py +2 -2
- seeq/sdk/configuration.py +3 -3
- seeq/sdk/models/__init__.py +8 -3
- seeq/sdk/models/access_key_input_v1.py +1 -1
- seeq/sdk/models/access_key_output_list_v1.py +1 -1
- seeq/sdk/models/access_key_output_v1.py +1 -1
- 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 -1
- 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 +1 -1
- seeq/sdk/models/all_context_output_v1.py +1 -1
- 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 -1
- 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 +1 -1
- 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 -1
- 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 +1 -1
- 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 -1
- seeq/sdk/models/column_definition_input_list_v1.py +1 -1
- seeq/sdk/models/column_definition_input_v1.py +1 -1
- seeq/sdk/models/column_definition_order_input_v1.py +1 -1
- seeq/sdk/models/column_definition_output_v1.py +1 -1
- seeq/sdk/models/column_header_output_v1.py +1 -1
- 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 -1
- seeq/sdk/models/column_rule_descendant_search_input_v1.py +1 -1
- seeq/sdk/models/column_rule_event_asset_creator_input_v1.py +1 -1
- seeq/sdk/models/column_rule_event_property_input_v1.py +1 -1
- seeq/sdk/models/column_rule_find_descendant_input_v1.py +1 -1
- 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 +1 -1
- seeq/sdk/models/comment_category_output_list_v1.py +1 -1
- seeq/sdk/models/comment_category_output_v1.py +1 -1
- seeq/sdk/models/complex_object_config_field_v1.py +96 -0
- seeq/sdk/models/composite_filter.py +1 -1
- 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 +1 -1
- 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 -1
- seeq/sdk/models/condition_monitor_output_v1.py +1 -1
- seeq/sdk/models/condition_monitor_workbook_output_v1.py +1 -1
- seeq/sdk/models/condition_output_v1.py +1 -1
- seeq/sdk/models/condition_source_v1.py +148 -0
- seeq/sdk/models/condition_table_input_v1.py +22 -110
- seeq/sdk/models/condition_table_stat_input_for_direct_items_v1.py +156 -0
- seeq/sdk/models/{condition_table_stat_input_v1.py → condition_table_stat_input_for_table_v1.py} +16 -16
- seeq/sdk/models/condition_update_input_v1.py +1 -1
- seeq/sdk/models/config_field_v1.py +32 -2
- seeq/sdk/models/configuration_input_v1.py +1 -1
- seeq/sdk/models/configuration_option_input_v1.py +1 -1
- seeq/sdk/models/configuration_option_output_simple_v1.py +1 -1
- seeq/sdk/models/configuration_option_output_v1.py +1 -1
- 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 -1
- 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 +1 -1
- seeq/sdk/models/content_output_v1.py +1 -1
- seeq/sdk/models/content_with_metadata_list_output_v1.py +1 -1
- seeq/sdk/models/content_with_metadata_output_v1.py +1 -1
- seeq/sdk/models/context_comment_input_v1.py +1 -1
- seeq/sdk/models/context_comment_list_output_v1.py +1 -1
- seeq/sdk/models/context_comment_output_v1.py +1 -1
- seeq/sdk/models/context_condition_output_list_v1.py +1 -1
- seeq/sdk/models/context_condition_output_v1.py +1 -1
- seeq/sdk/models/context_id_input_v1.py +1 -1
- seeq/sdk/models/context_item.py +1 -1
- seeq/sdk/models/context_label_input_v1.py +1 -1
- seeq/sdk/models/context_label_list_output_v1.py +1 -1
- seeq/sdk/models/context_label_output_v1.py +1 -1
- 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 +1 -1
- seeq/sdk/models/context_numeric_output_v1.py +1 -1
- seeq/sdk/models/context_opaque_input_v1.py +1 -1
- seeq/sdk/models/context_opaque_list_output_v1.py +1 -1
- seeq/sdk/models/context_opaque_output_v1.py +1 -1
- seeq/sdk/models/context_user.py +1 -1
- seeq/sdk/models/csv_datafile_output_v1.py +1 -1
- seeq/sdk/models/datafile_input_v1.py +1 -1
- seeq/sdk/models/datafile_output_v1.py +1 -1
- seeq/sdk/models/datafiles_csv_body.py +1 -1
- seeq/sdk/models/datasource_access_stats_v1.py +1 -1
- 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 -1
- seeq/sdk/models/datasource_output_list_v1.py +1 -1
- seeq/sdk/models/datasource_output_v1.py +1 -1
- 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 -1
- 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 -1
- seeq/sdk/models/delete_column_error_output_v1.py +1 -1
- seeq/sdk/models/delete_rows_input_v1.py +1 -1
- seeq/sdk/models/delete_rows_output_v1.py +1 -1
- seeq/sdk/models/derived_feature_v1.py +1 -1
- 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 +1 -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 -1
- seeq/sdk/models/feature_output_v1.py +1 -1
- seeq/sdk/models/feature_rule_v1.py +1 -1
- seeq/sdk/models/feature_value_output_v1.py +1 -1
- seeq/sdk/models/filter.py +1 -1
- seeq/sdk/models/fixed_list_search_v1.py +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 -1
- 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 -1
- 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 +1 -1
- 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 +1 -1
- seeq/sdk/models/get_context_input_v1.py +1 -1
- 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 +1 -1
- 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 +1 -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 +1 -1
- seeq/sdk/models/hierarchy_output_list_v1.py +1 -1
- seeq/sdk/models/hierarchy_output_v1.py +1 -1
- seeq/sdk/models/hierarchy_search_v1.py +1 -1
- 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 +1 -1
- seeq/sdk/models/indexing_parameters_input_v1.py +1 -1
- seeq/sdk/models/input_feature_v1.py +1 -1
- seeq/sdk/models/installer_output_v1.py +1 -1
- seeq/sdk/models/instance_output_mapping_v1.py +1 -1
- seeq/sdk/models/instance_output_paginated_list_v1.py +1 -1
- seeq/sdk/models/instance_output_v1.py +1 -1
- seeq/sdk/models/instance_retired_output_v1.py +1 -1
- 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 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -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 -1
- seeq/sdk/models/job_output_v1.py +1 -1
- seeq/sdk/models/json_backup_output_v1.py +1 -1
- seeq/sdk/models/label_category_input_v1.py +1 -1
- seeq/sdk/models/label_category_output_list_v1.py +1 -1
- seeq/sdk/models/label_category_output_v1.py +1 -1
- seeq/sdk/models/label_hierarchy_input_v1.py +1 -1
- seeq/sdk/models/label_hierarchy_output_list_v1.py +1 -1
- seeq/sdk/models/label_hierarchy_output_v1.py +1 -1
- seeq/sdk/models/label_input_v1.py +1 -1
- seeq/sdk/models/label_output_list_v1.py +1 -1
- seeq/sdk/models/label_output_v1.py +1 -1
- seeq/sdk/models/last_run_state_output_v1.py +1 -1
- seeq/sdk/models/license_importer_output_v1.py +1 -1
- seeq/sdk/models/license_status_output_v1.py +1 -1
- seeq/sdk/models/licensed_feature_status_output_v1.py +1 -1
- seeq/sdk/models/list_config_field_v1.py +28 -2
- seeq/sdk/models/lock_error_output_v1.py +1 -1
- seeq/sdk/models/lock_error_path_output_v1.py +1 -1
- 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 +1 -1
- seeq/sdk/models/log_message_input_v1.py +1 -1
- seeq/sdk/models/log_message_output_v1.py +1 -1
- seeq/sdk/models/long_config_field_v1.py +1 -1
- seeq/sdk/models/manual_run_input_v1.py +1 -1
- 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 +1 -1
- seeq/sdk/models/markdown_links_body.py +1 -1
- 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/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 +1 -1
- seeq/sdk/models/model_application_input_v1.py +1 -1
- seeq/sdk/models/model_application_mapping_v1.py +1 -1
- seeq/sdk/models/model_boolean_constant_rule_v1.py +1 -1
- seeq/sdk/models/model_derived_column_names_input_v1.py +1 -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 +1 -1
- seeq/sdk/models/model_rule_input_v1_list_string.py +1 -1
- seeq/sdk/models/model_rule_input_v1_object.py +1 -1
- seeq/sdk/models/model_rule_input_v1_string.py +1 -1
- seeq/sdk/models/model_rule_input_v1_uuid.py +1 -1
- 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 +1 -1
- seeq/sdk/models/model_table_applications_output_v1.py +1 -1
- 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 +1 -1
- seeq/sdk/models/monitored_condition_output_v1.py +1 -1
- seeq/sdk/models/monitored_signal_last_run_state_output_v1.py +1 -1
- seeq/sdk/models/monitored_signal_output_list_v1.py +1 -1
- seeq/sdk/models/monitored_signal_output_v1.py +1 -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 -1
- seeq/sdk/models/numeric_description_input_v1.py +1 -1
- seeq/sdk/models/numeric_description_output_list_v1.py +1 -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 +1 -1
- seeq/sdk/models/organization_output_v1.py +1 -1
- 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 +1 -1
- 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 -1
- seeq/sdk/models/project_output_v1.py +1 -1
- seeq/sdk/models/properties_for_item_uuid_column_input_v1.py +1 -1
- seeq/sdk/models/property_filter_input_v1.py +1 -1
- 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 +1 -1
- 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 +1 -1
- seeq/sdk/models/recompute_table_output_v1.py +1 -1
- 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 -1
- seeq/sdk/models/remote_agent_status_output_v1.py +1 -1
- 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 -1
- 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 +1 -1
- seeq/sdk/models/row_id_input_v1.py +1 -1
- 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 +1 -1
- seeq/sdk/models/schedulable_admin_list_output_v1.py +1 -1
- seeq/sdk/models/schedulable_admin_output_v1.py +1 -1
- seeq/sdk/models/schedulable_summary_day_output_v1.py +1 -1
- seeq/sdk/models/schedulable_summary_week_output_v1.py +1 -1
- seeq/sdk/models/schedulable_workbook_output_v1.py +1 -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 +1 -1
- 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 +1 -1
- seeq/sdk/models/shared_item_information.py +1 -1
- seeq/sdk/models/signal_input_v1.py +1 -1
- seeq/sdk/models/signal_monitor_input_v1.py +1 -1
- 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 -1
- seeq/sdk/models/signal_monitor_workbook_output_v1.py +1 -1
- seeq/sdk/models/signal_output_v1.py +1 -1
- seeq/sdk/models/signal_with_id_input_v1.py +1 -1
- seeq/sdk/models/simple_filter.py +1 -1
- seeq/sdk/models/status_message.py +1 -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 +1 -1
- seeq/sdk/models/stored_table_column_output_v1.py +1 -1
- seeq/sdk/models/stored_table_csv_input_v1.py +1 -1
- seeq/sdk/models/stored_table_output_v1.py +1 -1
- seeq/sdk/models/stored_table_search_v1.py +1 -1
- seeq/sdk/models/storedtables_csv_body.py +1 -1
- 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 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- seeq/sdk/models/table_definition_csv_publish_rows_input_v1.py +1 -1
- seeq/sdk/models/table_definition_csv_publish_rows_output_v1.py +1 -1
- seeq/sdk/models/table_definition_csv_update_input_v1.py +1 -1
- seeq/sdk/models/table_definition_input_v1.py +1 -1
- seeq/sdk/models/table_definition_output_list_v1.py +1 -1
- seeq/sdk/models/table_definition_output_v1.py +1 -1
- 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 +1 -1
- seeq/sdk/models/table_model_application_input_v1.py +1 -1
- seeq/sdk/models/table_property_filter_input_v1.py +1 -1
- seeq/sdk/models/table_result_output_v1.py +1 -1
- 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 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- seeq/sdk/models/value_filter.py +1 -1
- 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 -1
- seeq/sdk/models/view_column_filter_output_v1.py +1 -1
- 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 +1 -1
- 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 +1 -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 -1
- seeq/sdk/models/workstep_input_v1.py +1 -1
- seeq/sdk/models/workstep_output_v1.py +1 -1
- seeq/sdk/rest.py +1 -1
- {seeq-66.83.0.20251209.dist-info → seeq-66.86.0.20251211.dist-info}/METADATA +1 -1
- seeq-66.86.0.20251211.dist-info/RECORD +657 -0
- seeq-66.83.0.20251209.dist-info/RECORD +0 -652
- {seeq-66.83.0.20251209.dist-info → seeq-66.86.0.20251211.dist-info}/WHEEL +0 -0
- {seeq-66.83.0.20251209.dist-info → seeq-66.86.0.20251211.dist-info}/top_level.txt +0 -0
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 66.
|
|
8
|
+
OpenAPI spec version: 66.86.0-v202512110755-CD
|
|
9
9
|
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -30,57 +30,44 @@ class ConditionTableInputV1(object):
|
|
|
30
30
|
and the value is json key in definition.
|
|
31
31
|
"""
|
|
32
32
|
swagger_types = {
|
|
33
|
-
'additional_column_properties': 'list[PropertiesForItemUUIDColumnInputV1]',
|
|
34
33
|
'capsule_properties': 'list[str]',
|
|
35
|
-
'condition_and_metric_column': 'str',
|
|
36
34
|
'condition_properties': 'list[str]',
|
|
37
|
-
'
|
|
35
|
+
'condition_source': 'ConditionSourceV1',
|
|
38
36
|
'end': 'Value',
|
|
39
37
|
'filter': 'Filter',
|
|
40
38
|
'limit': 'int',
|
|
41
|
-
'start': 'Value'
|
|
42
|
-
'table_id': 'str'
|
|
39
|
+
'start': 'Value'
|
|
43
40
|
}
|
|
44
41
|
|
|
45
42
|
attribute_map = {
|
|
46
|
-
'additional_column_properties': 'additionalColumnProperties',
|
|
47
43
|
'capsule_properties': 'capsuleProperties',
|
|
48
|
-
'condition_and_metric_column': 'conditionAndMetricColumn',
|
|
49
44
|
'condition_properties': 'conditionProperties',
|
|
50
|
-
'
|
|
45
|
+
'condition_source': 'conditionSource',
|
|
51
46
|
'end': 'end',
|
|
52
47
|
'filter': 'filter',
|
|
53
48
|
'limit': 'limit',
|
|
54
|
-
'start': 'start'
|
|
55
|
-
'table_id': 'tableId'
|
|
49
|
+
'start': 'start'
|
|
56
50
|
}
|
|
57
51
|
|
|
58
|
-
def __init__(self,
|
|
52
|
+
def __init__(self, capsule_properties=None, condition_properties=None, condition_source=None, end=None, filter=None, limit=40, start=None):
|
|
59
53
|
"""
|
|
60
54
|
ConditionTableInputV1 - a model defined in Swagger
|
|
61
55
|
"""
|
|
62
56
|
|
|
63
|
-
self._additional_column_properties = None
|
|
64
57
|
self._capsule_properties = None
|
|
65
|
-
self._condition_and_metric_column = None
|
|
66
58
|
self._condition_properties = None
|
|
67
|
-
self.
|
|
59
|
+
self._condition_source = None
|
|
68
60
|
self._end = None
|
|
69
61
|
self._filter = None
|
|
70
62
|
self._limit = None
|
|
71
63
|
self._start = None
|
|
72
|
-
self._table_id = None
|
|
73
64
|
|
|
74
|
-
if additional_column_properties is not None:
|
|
75
|
-
self.additional_column_properties = additional_column_properties
|
|
76
65
|
if capsule_properties is not None:
|
|
77
66
|
self.capsule_properties = capsule_properties
|
|
78
|
-
if condition_and_metric_column is not None:
|
|
79
|
-
self.condition_and_metric_column = condition_and_metric_column
|
|
80
67
|
if condition_properties is not None:
|
|
81
68
|
self.condition_properties = condition_properties
|
|
82
|
-
if
|
|
83
|
-
self.
|
|
69
|
+
if condition_source is not None:
|
|
70
|
+
self.condition_source = condition_source
|
|
84
71
|
if end is not None:
|
|
85
72
|
self.end = end
|
|
86
73
|
if filter is not None:
|
|
@@ -89,31 +76,6 @@ class ConditionTableInputV1(object):
|
|
|
89
76
|
self.limit = limit
|
|
90
77
|
if start is not None:
|
|
91
78
|
self.start = start
|
|
92
|
-
if table_id is not None:
|
|
93
|
-
self.table_id = table_id
|
|
94
|
-
|
|
95
|
-
@property
|
|
96
|
-
def additional_column_properties(self):
|
|
97
|
-
"""
|
|
98
|
-
Gets the additional_column_properties of this ConditionTableInputV1.
|
|
99
|
-
Additional column properties to fetch per row that will be concatenated onto each resulting capsule row
|
|
100
|
-
|
|
101
|
-
:return: The additional_column_properties of this ConditionTableInputV1.
|
|
102
|
-
:rtype: list[PropertiesForItemUUIDColumnInputV1]
|
|
103
|
-
"""
|
|
104
|
-
return self._additional_column_properties
|
|
105
|
-
|
|
106
|
-
@additional_column_properties.setter
|
|
107
|
-
def additional_column_properties(self, additional_column_properties):
|
|
108
|
-
"""
|
|
109
|
-
Sets the additional_column_properties of this ConditionTableInputV1.
|
|
110
|
-
Additional column properties to fetch per row that will be concatenated onto each resulting capsule row
|
|
111
|
-
|
|
112
|
-
:param additional_column_properties: The additional_column_properties of this ConditionTableInputV1.
|
|
113
|
-
:type: list[PropertiesForItemUUIDColumnInputV1]
|
|
114
|
-
"""
|
|
115
|
-
|
|
116
|
-
self._additional_column_properties = additional_column_properties
|
|
117
79
|
|
|
118
80
|
@property
|
|
119
81
|
def capsule_properties(self):
|
|
@@ -138,31 +100,6 @@ class ConditionTableInputV1(object):
|
|
|
138
100
|
|
|
139
101
|
self._capsule_properties = capsule_properties
|
|
140
102
|
|
|
141
|
-
@property
|
|
142
|
-
def condition_and_metric_column(self):
|
|
143
|
-
"""
|
|
144
|
-
Gets the condition_and_metric_column of this ConditionTableInputV1.
|
|
145
|
-
The condition/condition metric column to run the table across
|
|
146
|
-
|
|
147
|
-
:return: The condition_and_metric_column of this ConditionTableInputV1.
|
|
148
|
-
:rtype: str
|
|
149
|
-
"""
|
|
150
|
-
return self._condition_and_metric_column
|
|
151
|
-
|
|
152
|
-
@condition_and_metric_column.setter
|
|
153
|
-
def condition_and_metric_column(self, condition_and_metric_column):
|
|
154
|
-
"""
|
|
155
|
-
Sets the condition_and_metric_column of this ConditionTableInputV1.
|
|
156
|
-
The condition/condition metric column to run the table across
|
|
157
|
-
|
|
158
|
-
:param condition_and_metric_column: The condition_and_metric_column of this ConditionTableInputV1.
|
|
159
|
-
:type: str
|
|
160
|
-
"""
|
|
161
|
-
if condition_and_metric_column is None:
|
|
162
|
-
raise ValueError("Invalid value for `condition_and_metric_column`, must not be `None`")
|
|
163
|
-
|
|
164
|
-
self._condition_and_metric_column = condition_and_metric_column
|
|
165
|
-
|
|
166
103
|
@property
|
|
167
104
|
def condition_properties(self):
|
|
168
105
|
"""
|
|
@@ -187,27 +124,27 @@ class ConditionTableInputV1(object):
|
|
|
187
124
|
self._condition_properties = condition_properties
|
|
188
125
|
|
|
189
126
|
@property
|
|
190
|
-
def
|
|
127
|
+
def condition_source(self):
|
|
191
128
|
"""
|
|
192
|
-
Gets the
|
|
193
|
-
The list of statistics to calculate for the condition columns
|
|
129
|
+
Gets the condition_source of this ConditionTableInputV1.
|
|
194
130
|
|
|
195
|
-
:return: The
|
|
196
|
-
:rtype:
|
|
131
|
+
:return: The condition_source of this ConditionTableInputV1.
|
|
132
|
+
:rtype: ConditionSourceV1
|
|
197
133
|
"""
|
|
198
|
-
return self.
|
|
134
|
+
return self._condition_source
|
|
199
135
|
|
|
200
|
-
@
|
|
201
|
-
def
|
|
136
|
+
@condition_source.setter
|
|
137
|
+
def condition_source(self, condition_source):
|
|
202
138
|
"""
|
|
203
|
-
Sets the
|
|
204
|
-
The list of statistics to calculate for the condition columns
|
|
139
|
+
Sets the condition_source of this ConditionTableInputV1.
|
|
205
140
|
|
|
206
|
-
:param
|
|
207
|
-
:type:
|
|
141
|
+
:param condition_source: The condition_source of this ConditionTableInputV1.
|
|
142
|
+
:type: ConditionSourceV1
|
|
208
143
|
"""
|
|
144
|
+
if condition_source is None:
|
|
145
|
+
raise ValueError("Invalid value for `condition_source`, must not be `None`")
|
|
209
146
|
|
|
210
|
-
self.
|
|
147
|
+
self._condition_source = condition_source
|
|
211
148
|
|
|
212
149
|
@property
|
|
213
150
|
def end(self):
|
|
@@ -301,31 +238,6 @@ class ConditionTableInputV1(object):
|
|
|
301
238
|
|
|
302
239
|
self._start = start
|
|
303
240
|
|
|
304
|
-
@property
|
|
305
|
-
def table_id(self):
|
|
306
|
-
"""
|
|
307
|
-
Gets the table_id of this ConditionTableInputV1.
|
|
308
|
-
ID of the table to generate the condition table from
|
|
309
|
-
|
|
310
|
-
:return: The table_id of this ConditionTableInputV1.
|
|
311
|
-
:rtype: str
|
|
312
|
-
"""
|
|
313
|
-
return self._table_id
|
|
314
|
-
|
|
315
|
-
@table_id.setter
|
|
316
|
-
def table_id(self, table_id):
|
|
317
|
-
"""
|
|
318
|
-
Sets the table_id of this ConditionTableInputV1.
|
|
319
|
-
ID of the table to generate the condition table from
|
|
320
|
-
|
|
321
|
-
:param table_id: The table_id of this ConditionTableInputV1.
|
|
322
|
-
:type: str
|
|
323
|
-
"""
|
|
324
|
-
if table_id is None:
|
|
325
|
-
raise ValueError("Invalid value for `table_id`, must not be `None`")
|
|
326
|
-
|
|
327
|
-
self._table_id = table_id
|
|
328
|
-
|
|
329
241
|
def to_dict(self):
|
|
330
242
|
"""
|
|
331
243
|
Returns the model properties as a dict
|
|
@@ -0,0 +1,156 @@
|
|
|
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.86.0-v202512110755-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 ConditionTableStatInputForDirectItemsV1(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
|
+
'item_id': 'str',
|
|
34
|
+
'statistic': 'str'
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
attribute_map = {
|
|
38
|
+
'item_id': 'itemId',
|
|
39
|
+
'statistic': 'statistic'
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
def __init__(self, item_id=None, statistic=None):
|
|
43
|
+
"""
|
|
44
|
+
ConditionTableStatInputForDirectItemsV1 - a model defined in Swagger
|
|
45
|
+
"""
|
|
46
|
+
|
|
47
|
+
self._item_id = None
|
|
48
|
+
self._statistic = None
|
|
49
|
+
|
|
50
|
+
if item_id is not None:
|
|
51
|
+
self.item_id = item_id
|
|
52
|
+
if statistic is not None:
|
|
53
|
+
self.statistic = statistic
|
|
54
|
+
|
|
55
|
+
@property
|
|
56
|
+
def item_id(self):
|
|
57
|
+
"""
|
|
58
|
+
Gets the item_id of this ConditionTableStatInputForDirectItemsV1.
|
|
59
|
+
The id of the item to run the statistic on. One of this or columnName must be provided
|
|
60
|
+
|
|
61
|
+
:return: The item_id of this ConditionTableStatInputForDirectItemsV1.
|
|
62
|
+
:rtype: str
|
|
63
|
+
"""
|
|
64
|
+
return self._item_id
|
|
65
|
+
|
|
66
|
+
@item_id.setter
|
|
67
|
+
def item_id(self, item_id):
|
|
68
|
+
"""
|
|
69
|
+
Sets the item_id of this ConditionTableStatInputForDirectItemsV1.
|
|
70
|
+
The id of the item to run the statistic on. One of this or columnName must be provided
|
|
71
|
+
|
|
72
|
+
:param item_id: The item_id of this ConditionTableStatInputForDirectItemsV1.
|
|
73
|
+
:type: str
|
|
74
|
+
"""
|
|
75
|
+
if item_id is None:
|
|
76
|
+
raise ValueError("Invalid value for `item_id`, must not be `None`")
|
|
77
|
+
|
|
78
|
+
self._item_id = item_id
|
|
79
|
+
|
|
80
|
+
@property
|
|
81
|
+
def statistic(self):
|
|
82
|
+
"""
|
|
83
|
+
Gets the statistic of this ConditionTableStatInputForDirectItemsV1.
|
|
84
|
+
The statistic to run on the column
|
|
85
|
+
|
|
86
|
+
:return: The statistic of this ConditionTableStatInputForDirectItemsV1.
|
|
87
|
+
:rtype: str
|
|
88
|
+
"""
|
|
89
|
+
return self._statistic
|
|
90
|
+
|
|
91
|
+
@statistic.setter
|
|
92
|
+
def statistic(self, statistic):
|
|
93
|
+
"""
|
|
94
|
+
Sets the statistic of this ConditionTableStatInputForDirectItemsV1.
|
|
95
|
+
The statistic to run on the column
|
|
96
|
+
|
|
97
|
+
:param statistic: The statistic of this ConditionTableStatInputForDirectItemsV1.
|
|
98
|
+
:type: str
|
|
99
|
+
"""
|
|
100
|
+
if statistic is None:
|
|
101
|
+
raise ValueError("Invalid value for `statistic`, must not be `None`")
|
|
102
|
+
|
|
103
|
+
self._statistic = statistic
|
|
104
|
+
|
|
105
|
+
def to_dict(self):
|
|
106
|
+
"""
|
|
107
|
+
Returns the model properties as a dict
|
|
108
|
+
"""
|
|
109
|
+
result = {}
|
|
110
|
+
|
|
111
|
+
for attr, _ in iteritems(self.swagger_types):
|
|
112
|
+
value = getattr(self, attr)
|
|
113
|
+
if isinstance(value, list):
|
|
114
|
+
result[attr] = list(map(
|
|
115
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
116
|
+
value
|
|
117
|
+
))
|
|
118
|
+
elif hasattr(value, "to_dict"):
|
|
119
|
+
result[attr] = value.to_dict()
|
|
120
|
+
elif isinstance(value, dict):
|
|
121
|
+
result[attr] = dict(map(
|
|
122
|
+
lambda item: (item[0], item[1].to_dict())
|
|
123
|
+
if hasattr(item[1], "to_dict") else item,
|
|
124
|
+
value.items()
|
|
125
|
+
))
|
|
126
|
+
else:
|
|
127
|
+
result[attr] = value
|
|
128
|
+
|
|
129
|
+
return result
|
|
130
|
+
|
|
131
|
+
def to_str(self):
|
|
132
|
+
"""
|
|
133
|
+
Returns the string representation of the model
|
|
134
|
+
"""
|
|
135
|
+
return pformat(self.to_dict())
|
|
136
|
+
|
|
137
|
+
def __repr__(self):
|
|
138
|
+
"""
|
|
139
|
+
For `print` and `pprint`
|
|
140
|
+
"""
|
|
141
|
+
return self.to_str()
|
|
142
|
+
|
|
143
|
+
def __eq__(self, other):
|
|
144
|
+
"""
|
|
145
|
+
Returns true if both objects are equal
|
|
146
|
+
"""
|
|
147
|
+
if not isinstance(other, ConditionTableStatInputForDirectItemsV1):
|
|
148
|
+
return False
|
|
149
|
+
|
|
150
|
+
return self.__dict__ == other.__dict__
|
|
151
|
+
|
|
152
|
+
def __ne__(self, other):
|
|
153
|
+
"""
|
|
154
|
+
Returns true if both objects are not equal
|
|
155
|
+
"""
|
|
156
|
+
return not self == other
|
seeq/sdk/models/{condition_table_stat_input_v1.py → condition_table_stat_input_for_table_v1.py}
RENAMED
|
@@ -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.86.0-v202512110755-CD
|
|
9
9
|
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -15,7 +15,7 @@ from six import iteritems
|
|
|
15
15
|
import re
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
class
|
|
18
|
+
class ConditionTableStatInputForTableV1(object):
|
|
19
19
|
"""
|
|
20
20
|
NOTE: This class is auto generated by the swagger code generator program.
|
|
21
21
|
Do not edit the class manually.
|
|
@@ -43,7 +43,7 @@ class ConditionTableStatInputV1(object):
|
|
|
43
43
|
|
|
44
44
|
def __init__(self, column_name=None, item_id=None, statistic=None):
|
|
45
45
|
"""
|
|
46
|
-
|
|
46
|
+
ConditionTableStatInputForTableV1 - a model defined in Swagger
|
|
47
47
|
"""
|
|
48
48
|
|
|
49
49
|
self._column_name = None
|
|
@@ -60,10 +60,10 @@ class ConditionTableStatInputV1(object):
|
|
|
60
60
|
@property
|
|
61
61
|
def column_name(self):
|
|
62
62
|
"""
|
|
63
|
-
Gets the column_name of this
|
|
63
|
+
Gets the column_name of this ConditionTableStatInputForTableV1.
|
|
64
64
|
The name of the column to run the statistic on. One of this or itemId must be provided
|
|
65
65
|
|
|
66
|
-
:return: The column_name of this
|
|
66
|
+
:return: The column_name of this ConditionTableStatInputForTableV1.
|
|
67
67
|
:rtype: str
|
|
68
68
|
"""
|
|
69
69
|
return self._column_name
|
|
@@ -71,10 +71,10 @@ class ConditionTableStatInputV1(object):
|
|
|
71
71
|
@column_name.setter
|
|
72
72
|
def column_name(self, column_name):
|
|
73
73
|
"""
|
|
74
|
-
Sets the column_name of this
|
|
74
|
+
Sets the column_name of this ConditionTableStatInputForTableV1.
|
|
75
75
|
The name of the column to run the statistic on. One of this or itemId must be provided
|
|
76
76
|
|
|
77
|
-
:param column_name: The column_name of this
|
|
77
|
+
:param column_name: The column_name of this ConditionTableStatInputForTableV1.
|
|
78
78
|
:type: str
|
|
79
79
|
"""
|
|
80
80
|
|
|
@@ -83,10 +83,10 @@ class ConditionTableStatInputV1(object):
|
|
|
83
83
|
@property
|
|
84
84
|
def item_id(self):
|
|
85
85
|
"""
|
|
86
|
-
Gets the item_id of this
|
|
86
|
+
Gets the item_id of this ConditionTableStatInputForTableV1.
|
|
87
87
|
The id of the item to run the statistic on. One of this or columnName must be provided
|
|
88
88
|
|
|
89
|
-
:return: The item_id of this
|
|
89
|
+
:return: The item_id of this ConditionTableStatInputForTableV1.
|
|
90
90
|
:rtype: str
|
|
91
91
|
"""
|
|
92
92
|
return self._item_id
|
|
@@ -94,10 +94,10 @@ class ConditionTableStatInputV1(object):
|
|
|
94
94
|
@item_id.setter
|
|
95
95
|
def item_id(self, item_id):
|
|
96
96
|
"""
|
|
97
|
-
Sets the item_id of this
|
|
97
|
+
Sets the item_id of this ConditionTableStatInputForTableV1.
|
|
98
98
|
The id of the item to run the statistic on. One of this or columnName must be provided
|
|
99
99
|
|
|
100
|
-
:param item_id: The item_id of this
|
|
100
|
+
:param item_id: The item_id of this ConditionTableStatInputForTableV1.
|
|
101
101
|
:type: str
|
|
102
102
|
"""
|
|
103
103
|
|
|
@@ -106,10 +106,10 @@ class ConditionTableStatInputV1(object):
|
|
|
106
106
|
@property
|
|
107
107
|
def statistic(self):
|
|
108
108
|
"""
|
|
109
|
-
Gets the statistic of this
|
|
109
|
+
Gets the statistic of this ConditionTableStatInputForTableV1.
|
|
110
110
|
The statistic to run on the column
|
|
111
111
|
|
|
112
|
-
:return: The statistic of this
|
|
112
|
+
:return: The statistic of this ConditionTableStatInputForTableV1.
|
|
113
113
|
:rtype: str
|
|
114
114
|
"""
|
|
115
115
|
return self._statistic
|
|
@@ -117,10 +117,10 @@ class ConditionTableStatInputV1(object):
|
|
|
117
117
|
@statistic.setter
|
|
118
118
|
def statistic(self, statistic):
|
|
119
119
|
"""
|
|
120
|
-
Sets the statistic of this
|
|
120
|
+
Sets the statistic of this ConditionTableStatInputForTableV1.
|
|
121
121
|
The statistic to run on the column
|
|
122
122
|
|
|
123
|
-
:param statistic: The statistic of this
|
|
123
|
+
:param statistic: The statistic of this ConditionTableStatInputForTableV1.
|
|
124
124
|
:type: str
|
|
125
125
|
"""
|
|
126
126
|
if statistic is None:
|
|
@@ -170,7 +170,7 @@ class ConditionTableStatInputV1(object):
|
|
|
170
170
|
"""
|
|
171
171
|
Returns true if both objects are equal
|
|
172
172
|
"""
|
|
173
|
-
if not isinstance(other,
|
|
173
|
+
if not isinstance(other, ConditionTableStatInputForTableV1):
|
|
174
174
|
return False
|
|
175
175
|
|
|
176
176
|
return self.__dict__ == other.__dict__
|
|
@@ -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.86.0-v202512110755-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.86.0-v202512110755-CD
|
|
9
9
|
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -35,6 +35,7 @@ class ConfigFieldV1(object):
|
|
|
35
35
|
'name': 'str',
|
|
36
36
|
'path': 'str',
|
|
37
37
|
'type': 'str',
|
|
38
|
+
'unique_key': 'str',
|
|
38
39
|
'value': 'object'
|
|
39
40
|
}
|
|
40
41
|
|
|
@@ -44,10 +45,11 @@ class ConfigFieldV1(object):
|
|
|
44
45
|
'name': 'name',
|
|
45
46
|
'path': 'path',
|
|
46
47
|
'type': 'type',
|
|
48
|
+
'unique_key': 'uniqueKey',
|
|
47
49
|
'value': 'value'
|
|
48
50
|
}
|
|
49
51
|
|
|
50
|
-
def __init__(self, allow_null=None, description=None, name=None, path=None, type=None, value=None):
|
|
52
|
+
def __init__(self, allow_null=None, description=None, name=None, path=None, type=None, unique_key=None, value=None):
|
|
51
53
|
"""
|
|
52
54
|
ConfigFieldV1 - a model defined in Swagger
|
|
53
55
|
"""
|
|
@@ -57,6 +59,7 @@ class ConfigFieldV1(object):
|
|
|
57
59
|
self._name = None
|
|
58
60
|
self._path = None
|
|
59
61
|
self._type = None
|
|
62
|
+
self._unique_key = None
|
|
60
63
|
self._value = None
|
|
61
64
|
|
|
62
65
|
if allow_null is not None:
|
|
@@ -69,6 +72,8 @@ class ConfigFieldV1(object):
|
|
|
69
72
|
self.path = path
|
|
70
73
|
if type is not None:
|
|
71
74
|
self.type = type
|
|
75
|
+
if unique_key is not None:
|
|
76
|
+
self.unique_key = unique_key
|
|
72
77
|
if value is not None:
|
|
73
78
|
self.value = value
|
|
74
79
|
|
|
@@ -193,6 +198,31 @@ class ConfigFieldV1(object):
|
|
|
193
198
|
|
|
194
199
|
self._type = type
|
|
195
200
|
|
|
201
|
+
@property
|
|
202
|
+
def unique_key(self):
|
|
203
|
+
"""
|
|
204
|
+
Gets the unique_key of this ConfigFieldV1.
|
|
205
|
+
A key for this instance, unique among others in the tree. Useful for rendering.
|
|
206
|
+
|
|
207
|
+
:return: The unique_key of this ConfigFieldV1.
|
|
208
|
+
:rtype: str
|
|
209
|
+
"""
|
|
210
|
+
return self._unique_key
|
|
211
|
+
|
|
212
|
+
@unique_key.setter
|
|
213
|
+
def unique_key(self, unique_key):
|
|
214
|
+
"""
|
|
215
|
+
Sets the unique_key of this ConfigFieldV1.
|
|
216
|
+
A key for this instance, unique among others in the tree. Useful for rendering.
|
|
217
|
+
|
|
218
|
+
:param unique_key: The unique_key of this ConfigFieldV1.
|
|
219
|
+
:type: str
|
|
220
|
+
"""
|
|
221
|
+
if unique_key is None:
|
|
222
|
+
raise ValueError("Invalid value for `unique_key`, must not be `None`")
|
|
223
|
+
|
|
224
|
+
self._unique_key = unique_key
|
|
225
|
+
|
|
196
226
|
@property
|
|
197
227
|
def value(self):
|
|
198
228
|
"""
|
|
@@ -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.86.0-v202512110755-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.86.0-v202512110755-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.86.0-v202512110755-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.86.0-v202512110755-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.86.0-v202512110755-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.86.0-v202512110755-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.86.0-v202512110755-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.86.0-v202512110755-CD
|
|
9
9
|
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -255,7 +255,7 @@ class ConnectionOutputV1(object):
|
|
|
255
255
|
def configured_fields_json(self):
|
|
256
256
|
"""
|
|
257
257
|
Gets the configured_fields_json of this ConnectionOutputV1.
|
|
258
|
-
A
|
|
258
|
+
A tree of ConfigFieldV1, each with value and metadata to implement rendering and validation
|
|
259
259
|
|
|
260
260
|
:return: The configured_fields_json of this ConnectionOutputV1.
|
|
261
261
|
:rtype: str
|
|
@@ -266,7 +266,7 @@ class ConnectionOutputV1(object):
|
|
|
266
266
|
def configured_fields_json(self, configured_fields_json):
|
|
267
267
|
"""
|
|
268
268
|
Sets the configured_fields_json of this ConnectionOutputV1.
|
|
269
|
-
A
|
|
269
|
+
A tree of ConfigFieldV1, each with value and metadata to implement rendering and validation
|
|
270
270
|
|
|
271
271
|
:param configured_fields_json: The configured_fields_json of this ConnectionOutputV1.
|
|
272
272
|
: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.86.0-v202512110755-CD
|
|
9
9
|
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|