diff --git a/.buildkite/ftr_base_serverless_configs.yml b/.buildkite/ftr_base_serverless_configs.yml new file mode 100644 index 0000000000000..5e7baeb3c3aea --- /dev/null +++ b/.buildkite/ftr_base_serverless_configs.yml @@ -0,0 +1,7 @@ +disabled: + # Base config files, only necessary to inform config finding script + + # Serverless base config files + - x-pack/test_serverless/api_integration/config.base.ts + - x-pack/test_serverless/functional/config.base.ts + - x-pack/test_serverless/shared/config.base.ts diff --git a/.buildkite/ftr_configs.yml b/.buildkite/ftr_configs.yml deleted file mode 100644 index 1d1ee79deee4a..0000000000000 --- a/.buildkite/ftr_configs.yml +++ /dev/null @@ -1,597 +0,0 @@ -disabled: - # Base config files, only necessary to inform config finding script - - test/functional/config.base.js - - test/functional/firefox/config.base.ts - - x-pack/test/functional/config.base.js - - x-pack/test/functional_enterprise_search/base_config.ts - - x-pack/test/localization/config.base.ts - - test/server_integration/config.base.js - - x-pack/test/functional_with_es_ssl/config.base.ts - - x-pack/test/api_integration/config.ts - - x-pack/test/fleet_api_integration/config.base.ts - - x-pack/test/security_solution_api_integration/config/ess/config.base.ts - - x-pack/test/security_solution_api_integration/config/ess/config.base.basic.ts - - x-pack/test/security_solution_api_integration/config/ess/config.base.edr_workflows.trial.ts - - x-pack/test/security_solution_api_integration/config/ess/config.base.edr_workflows.ts - - x-pack/test/security_solution_api_integration/config/ess/config.base.basic.ts - - x-pack/test/security_solution_api_integration/config/serverless/config.base.ts - - x-pack/test/security_solution_api_integration/config/serverless/config.base.edr_workflows.ts - - x-pack/test/security_solution_api_integration/config/serverless/config.base.essentials.ts - - x-pack/test/security_solution_endpoint/configs/config.base.ts - - # QA suites that are run out-of-band - - x-pack/test/stack_functional_integration/configs/config.stack_functional_integration_base.js - - x-pack/test/upgrade/config.ts - - test/functional/config.edge.js - - x-pack/test/functional/config.edge.js - - x-pack/test/cloud_security_posture_functional/config.cloud.ts - - # Cypress configs, for now these are still run manually - - x-pack/test/fleet_cypress/cli_config.ts - - x-pack/test/fleet_cypress/config.ts - - x-pack/test/fleet_cypress/visual_config.ts - - x-pack/test/functional_enterprise_search/cypress.config.ts - - x-pack/test/defend_workflows_cypress/cli_config.ts - - x-pack/test/defend_workflows_cypress/config.ts - - x-pack/test/defend_workflows_cypress/serverless_config.ts - - x-pack/plugins/observability_solution/observability_onboarding/e2e/ftr_config_open.ts - - x-pack/plugins/observability_solution/observability_onboarding/e2e/ftr_config_runner.ts - - x-pack/plugins/observability_solution/observability_onboarding/e2e/ftr_config.ts - - x-pack/test/osquery_cypress/cli_config.ts - - x-pack/test/osquery_cypress/serverless_cli_config.ts - - x-pack/test/osquery_cypress/config.ts - - x-pack/test/osquery_cypress/visual_config.ts - - x-pack/test/security_solution_cypress/cli_config.ts - - x-pack/test/security_solution_cypress/config.ts - - x-pack/test/threat_intelligence_cypress/cli_config_parallel.ts - - x-pack/test/threat_intelligence_cypress/config.ts - - x-pack/test/functional_enterprise_search/visual_config.ts - - x-pack/test/functional_enterprise_search/cli_config.ts - - x-pack/test_serverless/functional/test_suites/security/cypress/security_config.ts - - x-pack/plugins/observability_solution/apm/ftr_e2e/ftr_config_open.ts - - x-pack/plugins/observability_solution/apm/ftr_e2e/ftr_config_run.ts - - x-pack/plugins/observability_solution/apm/ftr_e2e/ftr_config.ts - - x-pack/test_serverless/functional/test_suites/observability/cypress/config_headless.ts - - x-pack/test_serverless/functional/test_suites/observability/cypress/config_runner.ts - - x-pack/test/security_solution_cypress/serverless_config.ts - - x-pack/plugins/observability_solution/profiling/e2e/ftr_config_open.ts - - x-pack/plugins/observability_solution/profiling/e2e/ftr_config_runner.ts - - x-pack/plugins/observability_solution/profiling/e2e/ftr_config.ts - - # Elastic Synthetics configs - - x-pack/plugins/observability_solution/uptime/e2e/uptime/synthetics_run.ts - - x-pack/plugins/observability_solution/synthetics/e2e/config.ts - - x-pack/plugins/observability_solution/synthetics/e2e/synthetics/synthetics_run.ts - - x-pack/plugins/observability_solution/exploratory_view/e2e/synthetics_run.ts - - x-pack/plugins/observability_solution/ux/e2e/synthetics_run.ts - - x-pack/plugins/observability_solution/slo/e2e/synthetics_run.ts - - # Configs that exist but weren't running in CI when this file was introduced - - x-pack/test/alerting_api_integration/security_and_spaces/group2/tests/actions/config.ts - - x-pack/test/alerting_api_integration/security_and_spaces/group2/tests/telemetry/config.ts - - x-pack/test/alerting_api_integration/spaces_only_legacy/config.ts - - x-pack/test/cloud_integration/config.ts - - x-pack/test/performance/config.playwright.ts - - x-pack/test/load/config.ts - - x-pack/test/plugin_api_perf/config.js - - x-pack/test/screenshot_creation/config.ts - - x-pack/test/fleet_packages/config.ts - - # Scalability testing config that we run in its own pipeline - - x-pack/test/scalability/config.ts - - # Serverless base config files - - x-pack/test_serverless/api_integration/config.base.ts - - x-pack/test_serverless/functional/config.base.ts - - x-pack/test_serverless/shared/config.base.ts - - # Serverless feature flag config files (move to enabled after tests are added) - - x-pack/test_serverless/functional/test_suites/observability/config.feature_flags.ts - - x-pack/test_serverless/api_integration/test_suites/search/config.feature_flags.ts - - x-pack/test_serverless/functional/test_suites/search/config.feature_flags.ts - - x-pack/test_serverless/api_integration/test_suites/security/config.feature_flags.ts - - x-pack/test_serverless/functional/test_suites/security/config.feature_flags.ts - - # http/2 security muted tests - - x-pack/test/security_functional/saml.http2.config.ts - - x-pack/test/security_functional/oidc.http2.config.ts - -defaultQueue: 'n2-4-spot' -enabled: - - test/accessibility/config.ts - - test/analytics/config.ts - - test/api_integration/config.js - - test/examples/config.js - - test/functional/apps/bundles/config.ts - - test/functional/apps/console/monaco/config.ts - - test/functional/apps/console/ace/config.ts - - test/functional/apps/context/config.ts - - test/functional/apps/dashboard_elements/controls/common/config.ts - - test/functional/apps/dashboard_elements/controls/options_list/config.ts - - test/functional/apps/dashboard_elements/image_embeddable/config.ts - - test/functional/apps/dashboard_elements/input_control_vis/config.ts - - test/functional/apps/dashboard_elements/links/config.ts - - test/functional/apps/dashboard_elements/markdown/config.ts - - test/functional/apps/dashboard/group1/config.ts - - test/functional/apps/dashboard/group2/config.ts - - test/functional/apps/dashboard/group3/config.ts - - test/functional/apps/dashboard/group4/config.ts - - test/functional/apps/dashboard/group5/config.ts - - test/functional/apps/dashboard/group6/config.ts - - test/functional/apps/discover/ccs_compatibility/config.ts - - test/functional/apps/discover/classic/config.ts - - test/functional/apps/discover/embeddable/config.ts - - test/functional/apps/discover/esql/config.ts - - test/functional/apps/discover/group1/config.ts - - test/functional/apps/discover/group2_data_grid1/config.ts - - test/functional/apps/discover/group2_data_grid2/config.ts - - test/functional/apps/discover/group2_data_grid3/config.ts - - test/functional/apps/discover/group3/config.ts - - test/functional/apps/discover/group4/config.ts - - test/functional/apps/discover/group5/config.ts - - test/functional/apps/discover/group6/config.ts - - test/functional/apps/discover/group7/config.ts - - test/functional/apps/discover/group8/config.ts - - test/functional/apps/discover/context_awareness/config.ts - - test/functional/apps/getting_started/config.ts - - test/functional/apps/home/config.ts - - test/functional/apps/kibana_overview/config.ts - - test/functional/apps/management/config.ts - - test/functional/apps/saved_objects_management/config.ts - - test/functional/apps/sharing/config.ts - - test/functional/apps/status_page/config.ts - - test/functional/apps/visualize/group1/config.ts - - test/functional/apps/visualize/group2/config.ts - - test/functional/apps/visualize/group3/config.ts - - test/functional/apps/visualize/group4/config.ts - - test/functional/apps/visualize/group5/config.ts - - test/functional/apps/visualize/group6/config.ts - - test/functional/apps/visualize/replaced_vislib_chart_types/config.ts - - test/functional/config.ccs.ts - - test/functional/firefox/console.config.ts - - test/functional/firefox/dashboard.config.ts - - test/functional/firefox/discover.config.ts - - test/functional/firefox/home.config.ts - - test/functional/firefox/visualize.config.ts - - test/health_gateway/config.ts - - test/interactive_setup_api_integration/enrollment_flow.config.ts - - test/interactive_setup_api_integration/manual_configuration_flow_without_tls.config.ts - - test/interactive_setup_api_integration/manual_configuration_flow.config.ts - - test/interactive_setup_functional/enrollment_token.config.ts - - test/interactive_setup_functional/manual_configuration_without_security.config.ts - - test/interactive_setup_functional/manual_configuration_without_tls.config.ts - - test/interactive_setup_functional/manual_configuration.config.ts - - test/interpreter_functional/config.ts - - test/node_roles_functional/all.config.ts - - test/node_roles_functional/background_tasks.config.ts - - test/node_roles_functional/ui.config.ts - - test/plugin_functional/config.ts - - test/server_integration/http/platform/config.status.ts - - test/server_integration/http/platform/config.ts - - test/server_integration/http/ssl_redirect/config.ts - - test/server_integration/http/ssl_with_p12_intermediate/config.js - - test/server_integration/http/ssl_with_p12/config.js - - test/server_integration/http/ssl/config.js - - test/ui_capabilities/newsfeed_err/config.ts - - x-pack/test/accessibility/apps/group1/config.ts - - x-pack/test/accessibility/apps/group2/config.ts - - x-pack/test/accessibility/apps/group3/config.ts - - x-pack/test/localization/config.ja_jp.ts - - x-pack/test/localization/config.fr_fr.ts - - x-pack/test/localization/config.zh_cn.ts - - x-pack/test/alerting_api_integration/basic/config.ts - - x-pack/test/alerting_api_integration/security_and_spaces/group1/config.ts - - x-pack/test/alerting_api_integration/security_and_spaces/group2/config.ts - - x-pack/test/alerting_api_integration/security_and_spaces/group3/config.ts - - x-pack/test/alerting_api_integration/security_and_spaces/group4/config.ts - - x-pack/test/alerting_api_integration/security_and_spaces/group3/config_with_schedule_circuit_breaker.ts - - x-pack/test/alerting_api_integration/security_and_spaces/group2/config_non_dedicated_task_runner.ts - - x-pack/test/alerting_api_integration/security_and_spaces/group4/config_non_dedicated_task_runner.ts - - x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group1/config.ts - - x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group2/config.ts - - x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group3/config.ts - - x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group4/config.ts - - x-pack/test/alerting_api_integration/spaces_only/tests/actions/config.ts - - x-pack/test/alerting_api_integration/spaces_only/tests/action_task_params/config.ts - - x-pack/test/alerting_api_integration/observability/config.ts - - x-pack/test/api_integration_basic/config.ts - - x-pack/test/api_integration/config_security_basic.ts - - x-pack/test/api_integration/config_security_trial.ts - - x-pack/test/api_integration/apis/aiops/config.ts - - x-pack/test/api_integration/apis/cases/config.ts - - x-pack/test/api_integration/apis/content_management/config.ts - - x-pack/test/api_integration/apis/cloud_security_posture/config.ts - - x-pack/test/api_integration/apis/console/config.ts - - x-pack/test/api_integration/apis/es/config.ts - - x-pack/test/api_integration/apis/features/config.ts - - x-pack/test/api_integration/apis/file_upload/config.ts - - x-pack/test/api_integration/apis/grok_debugger/config.ts - - x-pack/test/api_integration/apis/kibana/config.ts - - x-pack/test/api_integration/apis/lists/config.ts - - x-pack/test/api_integration/apis/logs_ui/config.ts - - x-pack/test/api_integration/apis/logstash/config.ts - - x-pack/test/api_integration/apis/management/config.ts - - x-pack/test/api_integration/apis/management/index_management/disabled_data_enrichers/config.ts - - x-pack/test/api_integration/apis/maps/config.ts - - x-pack/test/api_integration/apis/metrics_ui/config.ts - - x-pack/test/api_integration/apis/ml/config.ts - - x-pack/test/api_integration/apis/monitoring/config.ts - - x-pack/test/api_integration/apis/monitoring_collection/config.ts - - x-pack/test/api_integration/apis/osquery/config.ts - - x-pack/test/api_integration/apis/painless_lab/config.ts - - x-pack/test/api_integration/apis/search/config.ts - - x-pack/test/api_integration/apis/searchprofiler/config.ts - - x-pack/test/api_integration/apis/security/config.ts - - x-pack/test/api_integration/apis/spaces/config.ts - - x-pack/test/api_integration/apis/stats/config.ts - - x-pack/test/api_integration/apis/status/config.ts - - x-pack/test/api_integration/apis/synthetics/config.ts - - x-pack/test/api_integration/apis/slos/config.ts - - x-pack/test/api_integration/apis/telemetry/config.ts - - x-pack/test/api_integration/apis/transform/config.ts - - x-pack/test/api_integration/apis/upgrade_assistant/config.ts - - x-pack/test/api_integration/apis/uptime/config.ts - - x-pack/test/api_integration/apis/watcher/config.ts - - x-pack/test/apm_api_integration/basic/config.ts - - x-pack/test/apm_api_integration/cloud/config.ts - - x-pack/test/apm_api_integration/rules/config.ts - - x-pack/test/apm_api_integration/trial/config.ts - - x-pack/test/banners_functional/config.ts - - x-pack/test/cases_api_integration/security_and_spaces/config_basic.ts - - x-pack/test/cases_api_integration/security_and_spaces/config_trial.ts - - x-pack/test/cases_api_integration/security_and_spaces/config_no_public_base_url.ts - - x-pack/test/cases_api_integration/spaces_only/config.ts - - x-pack/test/cloud_security_posture_functional/config.ts - - x-pack/test/cloud_security_posture_api/config.ts - - x-pack/test/dataset_quality_api_integration/basic/config.ts - - x-pack/test/disable_ems/config.ts - - x-pack/test/encrypted_saved_objects_api_integration/config.ts - - x-pack/test/examples/config.ts - - x-pack/test/fleet_api_integration/config.agent.ts - - x-pack/test/fleet_api_integration/config.agent_policy.ts - - x-pack/test/fleet_api_integration/config.epm.ts - - x-pack/test/fleet_api_integration/config.fleet.ts - - x-pack/test/fleet_api_integration/config.package_policy.ts - - x-pack/test/fleet_api_integration/config.space_awareness.ts - - x-pack/test/fleet_functional/config.ts - - x-pack/test/ftr_apis/security_and_spaces/config.ts - - x-pack/test/functional_basic/apps/ml/permissions/config.ts - - x-pack/test/functional_basic/apps/ml/data_visualizer/group1/config.ts - - x-pack/test/functional_basic/apps/ml/data_visualizer/group2/config.ts - - x-pack/test/functional_basic/apps/ml/data_visualizer/group3/config.ts - - x-pack/test/functional_basic/apps/transform/creation/index_pattern/config.ts - - x-pack/test/functional_basic/apps/transform/actions/config.ts - - x-pack/test/functional_basic/apps/transform/edit_clone/config.ts - - x-pack/test/functional_basic/apps/transform/creation/runtime_mappings_saved_search/config.ts - - x-pack/test/functional_basic/apps/transform/permissions/config.ts - - x-pack/test/functional_basic/apps/transform/feature_controls/config.ts - - x-pack/test/functional_cors/config.ts - - x-pack/test/functional_embedded/config.ts - - x-pack/test/functional_execution_context/config.ts - - x-pack/test/functional_with_es_ssl/apps/cases/group1/config.ts - - x-pack/test/functional_with_es_ssl/apps/cases/group2/config.ts - - x-pack/test/functional_with_es_ssl/apps/discover_ml_uptime/config.ts - - x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/config.ts - - x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/shared/config.ts - - x-pack/test/functional/apps/advanced_settings/config.ts - - x-pack/test/functional/apps/aiops/config.ts - - x-pack/test/functional/apps/api_keys/config.ts - - x-pack/test/functional/apps/apm/config.ts - - x-pack/test/functional/apps/canvas/config.ts - - x-pack/test/functional/apps/cross_cluster_replication/config.ts - - x-pack/test/functional/apps/dashboard/group1/config.ts - - x-pack/test/functional/apps/dashboard/group2/config.ts - - x-pack/test/functional/apps/dashboard/group3/config.ts - - x-pack/test/functional/apps/data_views/config.ts - - x-pack/test/functional/apps/dev_tools/config.ts - - x-pack/test/functional/apps/discover/config.ts - - x-pack/test/functional/apps/graph/config.ts - - x-pack/test/functional/apps/grok_debugger/config.ts - - x-pack/test/functional/apps/home/config.ts - - x-pack/test/functional/apps/index_lifecycle_management/config.ts - - x-pack/test/functional/apps/index_management/config.ts - - x-pack/test/functional/apps/infra/config.ts - - x-pack/test/functional/apps/ingest_pipelines/config.ts - - x-pack/test/functional/apps/lens/group1/config.ts - - x-pack/test/functional/apps/lens/group2/config.ts - - x-pack/test/functional/apps/lens/group3/config.ts - - x-pack/test/functional/apps/lens/group4/config.ts - - x-pack/test/functional/apps/lens/group5/config.ts - - x-pack/test/functional/apps/lens/group6/config.ts - - x-pack/test/functional/apps/lens/open_in_lens/tsvb/config.ts - - x-pack/test/functional/apps/lens/open_in_lens/agg_based/config.ts - - x-pack/test/functional/apps/lens/open_in_lens/dashboard/config.ts - - x-pack/test/functional/apps/license_management/config.ts - - x-pack/test/functional/apps/logstash/config.ts - - x-pack/test/functional/apps/managed_content/config.ts - - x-pack/test/functional/apps/management/config.ts - - x-pack/test/functional/apps/maps/group1/config.ts - - x-pack/test/functional/apps/maps/group2/config.ts - - x-pack/test/functional/apps/maps/group3/config.ts - - x-pack/test/functional/apps/maps/group4/config.ts - - x-pack/test/functional/apps/ml/anomaly_detection_jobs/config.ts - - x-pack/test/functional/apps/ml/anomaly_detection_integrations/config.ts - - x-pack/test/functional/apps/ml/anomaly_detection_result_views/config.ts - - x-pack/test/functional/apps/ml/data_frame_analytics/config.ts - - x-pack/test/functional/apps/ml/data_visualizer/config.ts - - x-pack/test/functional/apps/ml/permissions/config.ts - - x-pack/test/functional/apps/ml/short_tests/config.ts - - x-pack/test/functional/apps/ml/stack_management_jobs/config.ts - - x-pack/test/functional/apps/monitoring/config.ts - - x-pack/test/functional/apps/observability_logs_explorer/config.ts - - x-pack/test/functional/apps/dataset_quality/config.ts - - x-pack/test/functional/apps/painless_lab/config.ts - - x-pack/test/functional/apps/remote_clusters/config.ts - - x-pack/test/functional/apps/reporting_management/config.ts - - x-pack/test/functional/apps/rollup_job/config.ts - - x-pack/test/functional/apps/saved_objects_management/config.ts - - x-pack/test/functional/apps/saved_query_management/config.ts - - x-pack/test/functional/apps/security/config.ts - - x-pack/test/functional/apps/slo/embeddables/config.ts - - x-pack/test/functional/apps/search_playground/config.ts - - x-pack/test/functional/apps/snapshot_restore/config.ts - - x-pack/test/functional/apps/spaces/config.ts - - x-pack/test/functional/apps/spaces/solution_view_flag_enabled/config.ts - - x-pack/test/functional/apps/status_page/config.ts - - x-pack/test/functional/apps/transform/creation/index_pattern/config.ts - - x-pack/test/functional/apps/transform/creation/runtime_mappings_saved_search/config.ts - - x-pack/test/functional/apps/transform/actions/config.ts - - x-pack/test/functional/apps/transform/edit_clone/config.ts - - x-pack/test/functional/apps/transform/permissions/config.ts - - x-pack/test/functional/apps/transform/feature_controls/config.ts - - x-pack/test/functional/apps/upgrade_assistant/config.ts - - x-pack/test/functional/apps/uptime/config.ts - - x-pack/test/functional/apps/user_profiles/config.ts - - x-pack/test/functional/apps/visualize/config.ts - - x-pack/test/functional/apps/watcher/config.ts - - x-pack/test/functional/config_security_basic.ts - - x-pack/test/functional/config.ccs.ts - - x-pack/test/functional/config.firefox.js - - x-pack/test/functional/config.upgrade_assistant.ts - - x-pack/test/functional_cloud/config.ts - - x-pack/test/kubernetes_security/basic/config.ts - - x-pack/test/licensing_plugin/config.public.ts - - x-pack/test/licensing_plugin/config.ts - - x-pack/test/monitoring_api_integration/config.ts - - x-pack/test/observability_api_integration/basic/config.ts - - x-pack/test/observability_api_integration/trial/config.ts - - x-pack/test/observability_functional/with_rac_write.config.ts - - x-pack/test/observability_onboarding_api_integration/basic/config.ts - - x-pack/test/observability_onboarding_api_integration/cloud/config.ts - - x-pack/test/observability_ai_assistant_api_integration/enterprise/config.ts - - x-pack/test/observability_ai_assistant_functional/enterprise/config.ts - - x-pack/test/plugin_api_integration/config.ts - - x-pack/test/plugin_functional/config.ts - - x-pack/test/reporting_api_integration/reporting_and_security.config.ts - - x-pack/test/reporting_api_integration/reporting_without_security.config.ts - - x-pack/test/reporting_functional/reporting_and_deprecated_security.config.ts - - x-pack/test/reporting_functional/reporting_and_security.config.ts - - x-pack/test/reporting_functional/reporting_without_security.config.ts - - x-pack/test/rule_registry/security_and_spaces/config_basic.ts - - x-pack/test/rule_registry/security_and_spaces/config_trial.ts - - x-pack/test/rule_registry/spaces_only/config_basic.ts - - x-pack/test/rule_registry/spaces_only/config_trial.ts - - x-pack/test/saved_object_api_integration/security_and_spaces/config_basic.ts - - x-pack/test/saved_object_api_integration/security_and_spaces/config_trial.ts - - x-pack/test/saved_object_api_integration/spaces_only/config.ts - - x-pack/test/saved_object_api_integration/user_profiles/config.ts - - x-pack/test/saved_object_tagging/api_integration/security_and_spaces/config.ts - - x-pack/test/saved_object_tagging/api_integration/tagging_api/config.ts - - x-pack/test/saved_object_tagging/api_integration/tagging_usage_collection/config.ts - - x-pack/test/saved_object_tagging/functional/config.ts - - x-pack/test/saved_objects_field_count/config.ts - - x-pack/test/search_sessions_integration/config.ts - - x-pack/test/security_api_integration/anonymous_es_anonymous.config.ts - - x-pack/test/security_api_integration/anonymous.config.ts - - x-pack/test/security_api_integration/api_keys.config.ts - - x-pack/test/security_api_integration/audit.config.ts - - x-pack/test/security_api_integration/http_bearer.config.ts - - x-pack/test/security_api_integration/http_no_auth_providers.config.ts - - x-pack/test/security_api_integration/kerberos_anonymous_access.config.ts - - x-pack/test/security_api_integration/kerberos.config.ts - - x-pack/test/security_api_integration/login_selector.config.ts - - x-pack/test/security_api_integration/oidc_implicit_flow.config.ts - - x-pack/test/security_api_integration/oidc.config.ts - - x-pack/test/security_api_integration/oidc.http2.config.ts - - x-pack/test/security_api_integration/pki.config.ts - - x-pack/test/security_api_integration/saml.config.ts - - x-pack/test/security_api_integration/saml.http2.config.ts - - x-pack/test/security_api_integration/saml_cloud.config.ts - - x-pack/test/security_api_integration/session_idle.config.ts - - x-pack/test/security_api_integration/session_invalidate.config.ts - - x-pack/test/security_api_integration/session_lifespan.config.ts - - x-pack/test/security_api_integration/session_concurrent_limit.config.ts - - x-pack/test/security_api_integration/token.config.ts - - x-pack/test/security_api_integration/user_profiles.config.ts - - x-pack/test/security_functional/login_selector.config.ts - - x-pack/test/security_functional/oidc.config.ts - - x-pack/test/security_functional/saml.config.ts - - x-pack/test/security_functional/insecure_cluster_warning.config.ts - - x-pack/test/security_functional/user_profiles.config.ts - - x-pack/test/security_functional/expired_session.config.ts - - x-pack/test/security_solution_endpoint/configs/endpoint.config.ts - - x-pack/test/security_solution_endpoint/configs/serverless.endpoint.config.ts - - x-pack/test/security_solution_endpoint/configs/integrations.config.ts - - x-pack/test/security_solution_endpoint/configs/serverless.integrations.config.ts - - x-pack/test/session_view/basic/config.ts - - x-pack/test/spaces_api_integration/security_and_spaces/config_basic.ts - - x-pack/test/spaces_api_integration/security_and_spaces/copy_to_space_config_basic.ts - - x-pack/test/spaces_api_integration/security_and_spaces/config_trial.ts - - x-pack/test/spaces_api_integration/security_and_spaces/copy_to_space_config_trial.ts - - x-pack/test/spaces_api_integration/spaces_only/config.ts - - x-pack/test/task_manager_claimer_mget/config.ts - - x-pack/test/ui_capabilities/security_and_spaces/config.ts - - x-pack/test/ui_capabilities/spaces_only/config.ts - - x-pack/test/upgrade_assistant_integration/config.js - - x-pack/test/usage_collection/config.ts - - x-pack/test_serverless/api_integration/test_suites/observability/config.ts - - x-pack/test_serverless/api_integration/test_suites/observability/config.feature_flags.ts - - x-pack/test_serverless/api_integration/test_suites/observability/common_configs/config.group1.ts - - x-pack/test_serverless/api_integration/test_suites/observability/fleet/config.ts - - x-pack/test_serverless/api_integration/test_suites/search/config.ts - - x-pack/test_serverless/api_integration/test_suites/search/common_configs/config.group1.ts - - x-pack/test_serverless/api_integration/test_suites/security/config.ts - - x-pack/test_serverless/api_integration/test_suites/security/common_configs/config.group1.ts - - x-pack/test_serverless/api_integration/test_suites/security/fleet/config.ts - - x-pack/test_serverless/functional/test_suites/observability/config.ts - - x-pack/test_serverless/functional/test_suites/observability/config.examples.ts - - x-pack/test_serverless/functional/test_suites/observability/config.saved_objects_management.ts - - x-pack/test_serverless/functional/test_suites/observability/config.context_awareness.ts - - x-pack/test_serverless/functional/test_suites/observability/common_configs/config.group1.ts - - x-pack/test_serverless/functional/test_suites/observability/common_configs/config.group2.ts - - x-pack/test_serverless/functional/test_suites/observability/common_configs/config.group3.ts - - x-pack/test_serverless/functional/test_suites/observability/common_configs/config.group4.ts - - x-pack/test_serverless/functional/test_suites/observability/common_configs/config.group5.ts - - x-pack/test_serverless/functional/test_suites/observability/common_configs/config.group6.ts - - x-pack/test_serverless/functional/test_suites/observability/config.screenshots.ts - - x-pack/test_serverless/functional/test_suites/security/config.screenshots.ts - - x-pack/test_serverless/functional/test_suites/search/config.ts - - x-pack/test_serverless/functional/test_suites/search/config.examples.ts - - x-pack/test_serverless/functional/test_suites/search/config.screenshots.ts - - x-pack/test_serverless/functional/test_suites/search/config.saved_objects_management.ts - - x-pack/test_serverless/functional/test_suites/search/config.context_awareness.ts - - x-pack/test_serverless/functional/test_suites/search/common_configs/config.group1.ts - - x-pack/test_serverless/functional/test_suites/search/common_configs/config.group2.ts - - x-pack/test_serverless/functional/test_suites/search/common_configs/config.group3.ts - - x-pack/test_serverless/functional/test_suites/search/common_configs/config.group4.ts - - x-pack/test_serverless/functional/test_suites/search/common_configs/config.group5.ts - - x-pack/test_serverless/functional/test_suites/search/common_configs/config.group6.ts - - x-pack/test_serverless/functional/test_suites/security/config.ts - - x-pack/test_serverless/functional/test_suites/security/config.examples.ts - - x-pack/test_serverless/functional/test_suites/security/config.cloud_security_posture.basic.ts - - x-pack/test_serverless/functional/test_suites/security/config.cloud_security_posture.essentials.ts - - x-pack/test_serverless/functional/test_suites/security/config.cloud_security_posture.agentless.ts - - x-pack/test_serverless/functional/test_suites/security/config.saved_objects_management.ts - - x-pack/test_serverless/functional/test_suites/security/config.context_awareness.ts - - x-pack/test_serverless/functional/test_suites/security/common_configs/config.group1.ts - - x-pack/test_serverless/functional/test_suites/security/common_configs/config.group2.ts - - x-pack/test_serverless/functional/test_suites/security/common_configs/config.group3.ts - - x-pack/test_serverless/functional/test_suites/security/common_configs/config.group4.ts - - x-pack/test_serverless/functional/test_suites/security/common_configs/config.group5.ts - - x-pack/test_serverless/functional/test_suites/security/common_configs/config.group6.ts - - x-pack/performance/journeys_e2e/aiops_log_rate_analysis.ts - - x-pack/performance/journeys_e2e/ecommerce_dashboard.ts - - x-pack/performance/journeys_e2e/ecommerce_dashboard_map_only.ts - - x-pack/performance/journeys_e2e/flight_dashboard.ts - - x-pack/performance/journeys_e2e/login.ts - - x-pack/performance/journeys_e2e/many_fields_discover.ts - - x-pack/performance/journeys_e2e/many_fields_discover_esql.ts - - x-pack/performance/journeys_e2e/many_fields_lens_editor.ts - - x-pack/performance/journeys_e2e/many_fields_transform.ts - - x-pack/performance/journeys_e2e/tsdb_logs_data_visualizer.ts - - x-pack/performance/journeys_e2e/promotion_tracking_dashboard.ts - - x-pack/performance/journeys_e2e/web_logs_dashboard.ts - - x-pack/performance/journeys_e2e/data_stress_test_lens.ts - - x-pack/performance/journeys_e2e/ecommerce_dashboard_saved_search_only.ts - - x-pack/performance/journeys_e2e/ecommerce_dashboard_tsvb_gauge_only.ts - - x-pack/performance/journeys_e2e/dashboard_listing_page.ts - - x-pack/performance/journeys_e2e/tags_listing_page.ts - - x-pack/performance/journeys_e2e/cloud_security_dashboard.ts - - x-pack/performance/journeys_e2e/apm_service_inventory.ts - - x-pack/performance/journeys_e2e/infra_hosts_view.ts - - x-pack/test/custom_branding/config.ts - - x-pack/test/profiling_api_integration/cloud/config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/actions/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/actions/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/alerts/basic_license_essentials_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/alerts/basic_license_essentials_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/alerts/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/alerts/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/exceptions/operators_data_types/date_numeric_types/basic_license_essentials_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/exceptions/operators_data_types/date_numeric_types/basic_license_essentials_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/exceptions/operators_data_types/ips/basic_license_essentials_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/exceptions/operators_data_types/ips/basic_license_essentials_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/exceptions/operators_data_types/keyword/basic_license_essentials_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/exceptions/operators_data_types/keyword/basic_license_essentials_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/exceptions/operators_data_types/long/basic_license_essentials_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/exceptions/operators_data_types/long/basic_license_essentials_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/exceptions/operators_data_types/text/basic_license_essentials_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/exceptions/operators_data_types/text/basic_license_essentials_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/exceptions/workflows/basic_license_essentials_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/exceptions/workflows/basic_license_essentials_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/rule_execution_logic/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/rule_execution_logic/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/rule_gaps/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/rule_gaps/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_creation/basic_license_essentials_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_creation/basic_license_essentials_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_creation/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_creation/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_patch/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_patch/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_patch/basic_license_essentials_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_patch/basic_license_essentials_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_update/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_update/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_update/basic_license_essentials_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_update/basic_license_essentials_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/prebuilt_rules/bundled_prebuilt_rules_package/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/prebuilt_rules/bundled_prebuilt_rules_package/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/prebuilt_rules/large_prebuilt_rules_package/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/prebuilt_rules/large_prebuilt_rules_package/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/prebuilt_rules/management/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/prebuilt_rules/management/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/prebuilt_rules/update_prebuilt_rules_package/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/prebuilt_rules/update_prebuilt_rules_package/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_bulk_actions/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_bulk_actions/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_delete/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_delete/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_delete/basic_license_essentials_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_delete/basic_license_essentials_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_import_export/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_import_export/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_import_export/basic_license_essentials_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_import_export/basic_license_essentials_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_management/basic_license_essentials_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_management/basic_license_essentials_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_management/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_management/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_read/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_read/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_read/basic_license_essentials_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_read/basic_license_essentials_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/user_roles/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/detections_response/user_roles/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/genai/nlp_cleanup_task/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/genai/nlp_cleanup_task/basic_license_essentials_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/entity_analytics/risk_engine/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/entity_analytics/risk_engine/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/entity_analytics/risk_engine/basic_license_essentials_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/entity_analytics/risk_engine/basic_license_essentials_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/lists_and_exception_lists/exception_lists_items/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/lists_and_exception_lists/exception_lists_items/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/lists_and_exception_lists/lists_items/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/lists_and_exception_lists/lists_items/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/explore/hosts/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/explore/hosts/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/explore/network/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/explore/network/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/explore/users/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/explore/users/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/explore/overview/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/explore/overview/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/investigation/saved_objects/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/investigation/saved_objects/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/investigation/timeline/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/investigation/timeline/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/investigation/timeline/security_and_spaces/configs/ess.basic.config.ts - - x-pack/test/security_solution_api_integration/test_suites/investigation/timeline/security_and_spaces/configs/ess.trial.config.ts - - x-pack/test/security_solution_api_integration/test_suites/sources/indices/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/sources/indices/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/edr_workflows/artifacts/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/edr_workflows/artifacts/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/edr_workflows/authentication/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/edr_workflows/authentication/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/edr_workflows/metadata/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/edr_workflows/metadata/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/edr_workflows/package/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/edr_workflows/package/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/edr_workflows/policy_response/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/edr_workflows/policy_response/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/edr_workflows/resolver/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/edr_workflows/resolver/trial_license_complete_tier/configs/serverless.config.ts - - x-pack/test/security_solution_api_integration/test_suites/edr_workflows/response_actions/trial_license_complete_tier/configs/ess.config.ts - - x-pack/test/security_solution_api_integration/test_suites/edr_workflows/response_actions/trial_license_complete_tier/configs/serverless.config.ts diff --git a/.buildkite/ftr_configs_manifests.json b/.buildkite/ftr_configs_manifests.json new file mode 100644 index 0000000000000..fae4ee580b48d --- /dev/null +++ b/.buildkite/ftr_configs_manifests.json @@ -0,0 +1,14 @@ +{ + "stateful": [ + ".buildkite/ftr_platform_stateful_configs.yml", + ".buildkite/ftr_oblt_stateful_configs.yml", + ".buildkite/ftr_security_stateful_configs.yml", + ".buildkite/ftr_search_stateful_configs.yml" + ], + "serverless" : [ + ".buildkite/ftr_base_serverless_configs.yml", + ".buildkite/ftr_oblt_serverless_configs.yml", + ".buildkite/ftr_security_serverless_configs.yml", + ".buildkite/ftr_search_serverless_configs.yml" + ] +} \ No newline at end of file diff --git a/.buildkite/ftr_oblt_serverless_configs.yml b/.buildkite/ftr_oblt_serverless_configs.yml new file mode 100644 index 0000000000000..085c25f2d80a6 --- /dev/null +++ b/.buildkite/ftr_oblt_serverless_configs.yml @@ -0,0 +1,28 @@ +disabled: + # Base config files, only necessary to inform config finding script + - x-pack/test_serverless/functional/test_suites/observability/cypress/oblt_config.base.ts + + # Cypress configs, for now these are still run manually + - x-pack/test_serverless/functional/test_suites/observability/cypress/config_headless.ts + - x-pack/test_serverless/functional/test_suites/observability/cypress/config_runner.ts + + # Serverless feature flag config files (move to enabled after tests are added) + - x-pack/test_serverless/functional/test_suites/observability/config.feature_flags.ts + +defaultQueue: 'n2-4-spot' +enabled: + - x-pack/test_serverless/api_integration/test_suites/observability/config.ts + - x-pack/test_serverless/api_integration/test_suites/observability/config.feature_flags.ts + - x-pack/test_serverless/api_integration/test_suites/observability/common_configs/config.group1.ts + - x-pack/test_serverless/api_integration/test_suites/observability/fleet/config.ts + - x-pack/test_serverless/functional/test_suites/observability/config.ts + - x-pack/test_serverless/functional/test_suites/observability/config.examples.ts + - x-pack/test_serverless/functional/test_suites/observability/config.saved_objects_management.ts + - x-pack/test_serverless/functional/test_suites/observability/config.context_awareness.ts + - x-pack/test_serverless/functional/test_suites/observability/common_configs/config.group1.ts + - x-pack/test_serverless/functional/test_suites/observability/common_configs/config.group2.ts + - x-pack/test_serverless/functional/test_suites/observability/common_configs/config.group3.ts + - x-pack/test_serverless/functional/test_suites/observability/common_configs/config.group4.ts + - x-pack/test_serverless/functional/test_suites/observability/common_configs/config.group5.ts + - x-pack/test_serverless/functional/test_suites/observability/common_configs/config.group6.ts + - x-pack/test_serverless/functional/test_suites/observability/config.screenshots.ts diff --git a/.buildkite/ftr_oblt_stateful_configs.yml b/.buildkite/ftr_oblt_stateful_configs.yml new file mode 100644 index 0000000000000..4edf75f385816 --- /dev/null +++ b/.buildkite/ftr_oblt_stateful_configs.yml @@ -0,0 +1,51 @@ +disabled: + # Cypress configs, for now these are still run manually + - x-pack/plugins/observability_solution/observability_onboarding/e2e/ftr_config_open.ts + - x-pack/plugins/observability_solution/observability_onboarding/e2e/ftr_config_runner.ts + - x-pack/plugins/observability_solution/observability_onboarding/e2e/ftr_config.ts + - x-pack/plugins/observability_solution/apm/ftr_e2e/ftr_config_open.ts + - x-pack/plugins/observability_solution/apm/ftr_e2e/ftr_config_run.ts + - x-pack/plugins/observability_solution/apm/ftr_e2e/ftr_config.ts + - x-pack/plugins/observability_solution/profiling/e2e/ftr_config_open.ts + - x-pack/plugins/observability_solution/profiling/e2e/ftr_config_runner.ts + - x-pack/plugins/observability_solution/profiling/e2e/ftr_config.ts + + #FTR configs + - x-pack/plugins/observability_solution/uptime/e2e/config.ts + + # Elastic Synthetics configs + - x-pack/plugins/observability_solution/uptime/e2e/uptime/synthetics_run.ts + - x-pack/plugins/observability_solution/synthetics/e2e/config.ts + - x-pack/plugins/observability_solution/synthetics/e2e/synthetics/synthetics_run.ts + - x-pack/plugins/observability_solution/exploratory_view/e2e/synthetics_run.ts + - x-pack/plugins/observability_solution/ux/e2e/synthetics_run.ts + - x-pack/plugins/observability_solution/slo/e2e/synthetics_run.ts + +defaultQueue: 'n2-4-spot' +enabled: + - x-pack/test/alerting_api_integration/observability/config.ts + - x-pack/test/api_integration/apis/logs_ui/config.ts + - x-pack/test/api_integration/apis/metrics_ui/config.ts + - x-pack/test/api_integration/apis/osquery/config.ts + - x-pack/test/api_integration/apis/synthetics/config.ts + - x-pack/test/api_integration/apis/slos/config.ts + - x-pack/test/api_integration/apis/uptime/config.ts + - x-pack/test/apm_api_integration/basic/config.ts + - x-pack/test/apm_api_integration/cloud/config.ts + - x-pack/test/apm_api_integration/rules/config.ts + - x-pack/test/apm_api_integration/trial/config.ts + - x-pack/test/dataset_quality_api_integration/basic/config.ts + - x-pack/test/functional/apps/observability_logs_explorer/config.ts + - x-pack/test/functional/apps/dataset_quality/config.ts + - x-pack/test/functional/apps/slo/embeddables/config.ts + - x-pack/test/functional/apps/uptime/config.ts + - x-pack/test/observability_api_integration/basic/config.ts + - x-pack/test/observability_api_integration/trial/config.ts + - x-pack/test/observability_functional/with_rac_write.config.ts + - x-pack/test/observability_onboarding_api_integration/basic/config.ts + - x-pack/test/observability_onboarding_api_integration/cloud/config.ts + - x-pack/test/observability_ai_assistant_api_integration/enterprise/config.ts + - x-pack/test/observability_ai_assistant_functional/enterprise/config.ts + - x-pack/test/profiling_api_integration/cloud/config.ts + - x-pack/test/functional/apps/apm/config.ts + \ No newline at end of file diff --git a/.buildkite/ftr_platform_stateful_configs.yml b/.buildkite/ftr_platform_stateful_configs.yml new file mode 100644 index 0000000000000..96c15cce513c6 --- /dev/null +++ b/.buildkite/ftr_platform_stateful_configs.yml @@ -0,0 +1,363 @@ +disabled: + # Base config files, only necessary to inform config finding script + - test/functional/config.base.js + - test/functional/firefox/config.base.ts + - x-pack/test/functional/config.base.js + - x-pack/test/localization/config.base.ts + - test/server_integration/config.base.js + - x-pack/test/functional_with_es_ssl/config.base.ts + - x-pack/test/api_integration/config.ts + - x-pack/test/fleet_api_integration/config.base.ts + - x-pack/test/functional_basic/apps/ml/config.base.ts + - x-pack/test/functional_basic/apps/transform/config.base.ts + + # QA suites that are run out-of-band + - x-pack/test/stack_functional_integration/configs/config.stack_functional_integration_base.js + - x-pack/test/upgrade/config.ts + - test/functional/config.edge.js + - x-pack/test/functional/config.edge.js + + # Configs that exist but weren't running in CI when this file was introduced + - x-pack/test/alerting_api_integration/security_and_spaces/group2/tests/actions/config.ts + - x-pack/test/alerting_api_integration/security_and_spaces/group2/tests/telemetry/config.ts + - x-pack/test/alerting_api_integration/spaces_only_legacy/config.ts + - x-pack/test/cloud_integration/config.ts + - x-pack/test/load/config.ts + - x-pack/test/plugin_api_perf/config.js + - x-pack/test/screenshot_creation/config.ts + - x-pack/test/fleet_packages/config.ts + + # Scalability testing config that we run in its own pipeline + - x-pack/test/scalability/config.ts + + # Cypress configs, for now these are still run manually + - x-pack/test/fleet_cypress/cli_config.ts + - x-pack/test/fleet_cypress/config.ts + - x-pack/test/fleet_cypress/visual_config.ts + + # http/2 security muted tests + - x-pack/test/security_functional/saml.http2.config.ts + - x-pack/test/security_functional/oidc.http2.config.ts + +defaultQueue: 'n2-4-spot' +enabled: + - test/accessibility/config.ts + - test/analytics/config.ts + - test/api_integration/config.js + - test/examples/config.js + - test/functional/apps/bundles/config.ts + - test/functional/apps/console/monaco/config.ts + - test/functional/apps/console/ace/config.ts + - test/functional/apps/context/config.ts + - test/functional/apps/dashboard_elements/controls/common/config.ts + - test/functional/apps/dashboard_elements/controls/options_list/config.ts + - test/functional/apps/dashboard_elements/image_embeddable/config.ts + - test/functional/apps/dashboard_elements/input_control_vis/config.ts + - test/functional/apps/dashboard_elements/links/config.ts + - test/functional/apps/dashboard_elements/markdown/config.ts + - test/functional/apps/dashboard/group1/config.ts + - test/functional/apps/dashboard/group2/config.ts + - test/functional/apps/dashboard/group3/config.ts + - test/functional/apps/dashboard/group4/config.ts + - test/functional/apps/dashboard/group5/config.ts + - test/functional/apps/dashboard/group6/config.ts + - test/functional/apps/discover/ccs_compatibility/config.ts + - test/functional/apps/discover/classic/config.ts + - test/functional/apps/discover/embeddable/config.ts + - test/functional/apps/discover/esql/config.ts + - test/functional/apps/discover/group1/config.ts + - test/functional/apps/discover/group2_data_grid1/config.ts + - test/functional/apps/discover/group2_data_grid2/config.ts + - test/functional/apps/discover/group2_data_grid3/config.ts + - test/functional/apps/discover/group3/config.ts + - test/functional/apps/discover/group4/config.ts + - test/functional/apps/discover/group5/config.ts + - test/functional/apps/discover/group6/config.ts + - test/functional/apps/discover/group7/config.ts + - test/functional/apps/discover/group8/config.ts + - test/functional/apps/discover/context_awareness/config.ts + - test/functional/apps/getting_started/config.ts + - test/functional/apps/home/config.ts + - test/functional/apps/kibana_overview/config.ts + - test/functional/apps/management/config.ts + - test/functional/apps/saved_objects_management/config.ts + - test/functional/apps/sharing/config.ts + - test/functional/apps/status_page/config.ts + - test/functional/apps/visualize/group1/config.ts + - test/functional/apps/visualize/group2/config.ts + - test/functional/apps/visualize/group3/config.ts + - test/functional/apps/visualize/group4/config.ts + - test/functional/apps/visualize/group5/config.ts + - test/functional/apps/visualize/group6/config.ts + - test/functional/apps/visualize/replaced_vislib_chart_types/config.ts + - test/functional/config.ccs.ts + - test/functional/firefox/console.config.ts + - test/functional/firefox/dashboard.config.ts + - test/functional/firefox/discover.config.ts + - test/functional/firefox/home.config.ts + - test/functional/firefox/visualize.config.ts + - test/health_gateway/config.ts + - test/interactive_setup_api_integration/enrollment_flow.config.ts + - test/interactive_setup_api_integration/manual_configuration_flow_without_tls.config.ts + - test/interactive_setup_api_integration/manual_configuration_flow.config.ts + - test/interactive_setup_functional/enrollment_token.config.ts + - test/interactive_setup_functional/manual_configuration_without_security.config.ts + - test/interactive_setup_functional/manual_configuration_without_tls.config.ts + - test/interactive_setup_functional/manual_configuration.config.ts + - test/interpreter_functional/config.ts + - test/node_roles_functional/all.config.ts + - test/node_roles_functional/background_tasks.config.ts + - test/node_roles_functional/ui.config.ts + - test/plugin_functional/config.ts + - test/server_integration/http/platform/config.status.ts + - test/server_integration/http/platform/config.ts + - test/server_integration/http/ssl_redirect/config.ts + - test/server_integration/http/ssl_with_p12_intermediate/config.js + - test/server_integration/http/ssl_with_p12/config.js + - test/server_integration/http/ssl/config.js + - test/ui_capabilities/newsfeed_err/config.ts + - x-pack/test/accessibility/apps/group1/config.ts + - x-pack/test/accessibility/apps/group2/config.ts + - x-pack/test/accessibility/apps/group3/config.ts + - x-pack/test/localization/config.ja_jp.ts + - x-pack/test/localization/config.fr_fr.ts + - x-pack/test/localization/config.zh_cn.ts + - x-pack/test/alerting_api_integration/basic/config.ts + - x-pack/test/alerting_api_integration/security_and_spaces/group1/config.ts + - x-pack/test/alerting_api_integration/security_and_spaces/group2/config.ts + - x-pack/test/alerting_api_integration/security_and_spaces/group3/config.ts + - x-pack/test/alerting_api_integration/security_and_spaces/group4/config.ts + - x-pack/test/alerting_api_integration/security_and_spaces/group3/config_with_schedule_circuit_breaker.ts + - x-pack/test/alerting_api_integration/security_and_spaces/group2/config_non_dedicated_task_runner.ts + - x-pack/test/alerting_api_integration/security_and_spaces/group4/config_non_dedicated_task_runner.ts + - x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group1/config.ts + - x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group2/config.ts + - x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group3/config.ts + - x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group4/config.ts + - x-pack/test/alerting_api_integration/spaces_only/tests/actions/config.ts + - x-pack/test/alerting_api_integration/spaces_only/tests/action_task_params/config.ts + - x-pack/test/api_integration_basic/config.ts + - x-pack/test/api_integration/config_security_basic.ts + - x-pack/test/api_integration/config_security_trial.ts + - x-pack/test/api_integration/apis/aiops/config.ts + - x-pack/test/api_integration/apis/cases/config.ts + - x-pack/test/api_integration/apis/content_management/config.ts + - x-pack/test/api_integration/apis/console/config.ts + - x-pack/test/api_integration/apis/es/config.ts + - x-pack/test/api_integration/apis/features/config.ts + - x-pack/test/api_integration/apis/file_upload/config.ts + - x-pack/test/api_integration/apis/grok_debugger/config.ts + - x-pack/test/api_integration/apis/kibana/config.ts + - x-pack/test/api_integration/apis/lists/config.ts + - x-pack/test/api_integration/apis/logs_ui/config.ts + - x-pack/test/api_integration/apis/logstash/config.ts + - x-pack/test/api_integration/apis/management/config.ts + - x-pack/test/api_integration/apis/management/index_management/disabled_data_enrichers/config.ts + - x-pack/test/api_integration/apis/maps/config.ts + - x-pack/test/api_integration/apis/metrics_ui/config.ts + - x-pack/test/api_integration/apis/ml/config.ts + - x-pack/test/api_integration/apis/monitoring/config.ts + - x-pack/test/api_integration/apis/monitoring_collection/config.ts + - x-pack/test/api_integration/apis/osquery/config.ts + - x-pack/test/api_integration/apis/painless_lab/config.ts + - x-pack/test/api_integration/apis/search/config.ts + - x-pack/test/api_integration/apis/searchprofiler/config.ts + - x-pack/test/api_integration/apis/security/config.ts + - x-pack/test/api_integration/apis/spaces/config.ts + - x-pack/test/api_integration/apis/stats/config.ts + - x-pack/test/api_integration/apis/status/config.ts + - x-pack/test/api_integration/apis/synthetics/config.ts + - x-pack/test/api_integration/apis/telemetry/config.ts + - x-pack/test/api_integration/apis/transform/config.ts + - x-pack/test/api_integration/apis/upgrade_assistant/config.ts + - x-pack/test/api_integration/apis/watcher/config.ts + - x-pack/test/banners_functional/config.ts + - x-pack/test/cases_api_integration/security_and_spaces/config_basic.ts + - x-pack/test/cases_api_integration/security_and_spaces/config_trial.ts + - x-pack/test/cases_api_integration/security_and_spaces/config_no_public_base_url.ts + - x-pack/test/cases_api_integration/spaces_only/config.ts + - x-pack/test/disable_ems/config.ts + - x-pack/test/encrypted_saved_objects_api_integration/config.ts + - x-pack/test/examples/config.ts + - x-pack/test/fleet_api_integration/config.agent.ts + - x-pack/test/fleet_api_integration/config.agent_policy.ts + - x-pack/test/fleet_api_integration/config.epm.ts + - x-pack/test/fleet_api_integration/config.fleet.ts + - x-pack/test/fleet_api_integration/config.package_policy.ts + - x-pack/test/fleet_api_integration/config.space_awareness.ts + - x-pack/test/fleet_functional/config.ts + - x-pack/test/ftr_apis/security_and_spaces/config.ts + - x-pack/test/functional_basic/apps/ml/permissions/config.ts + - x-pack/test/functional_basic/apps/ml/data_visualizer/group1/config.ts + - x-pack/test/functional_basic/apps/ml/data_visualizer/group2/config.ts + - x-pack/test/functional_basic/apps/ml/data_visualizer/group3/config.ts + - x-pack/test/functional_basic/apps/transform/creation/index_pattern/config.ts + - x-pack/test/functional_basic/apps/transform/actions/config.ts + - x-pack/test/functional_basic/apps/transform/edit_clone/config.ts + - x-pack/test/functional_basic/apps/transform/creation/runtime_mappings_saved_search/config.ts + - x-pack/test/functional_basic/apps/transform/permissions/config.ts + - x-pack/test/functional_basic/apps/transform/feature_controls/config.ts + - x-pack/test/functional_cors/config.ts + - x-pack/test/functional_embedded/config.ts + - x-pack/test/functional_execution_context/config.ts + - x-pack/test/functional_with_es_ssl/apps/cases/group1/config.ts + - x-pack/test/functional_with_es_ssl/apps/cases/group2/config.ts + - x-pack/test/functional_with_es_ssl/apps/discover_ml_uptime/config.ts + - x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/config.ts + - x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/shared/config.ts + - x-pack/test/functional/apps/advanced_settings/config.ts + - x-pack/test/functional/apps/aiops/config.ts + - x-pack/test/functional/apps/api_keys/config.ts + - x-pack/test/functional/apps/canvas/config.ts + - x-pack/test/functional/apps/cross_cluster_replication/config.ts + - x-pack/test/functional/apps/dashboard/group1/config.ts + - x-pack/test/functional/apps/dashboard/group2/config.ts + - x-pack/test/functional/apps/dashboard/group3/config.ts + - x-pack/test/functional/apps/data_views/config.ts + - x-pack/test/functional/apps/dev_tools/config.ts + - x-pack/test/functional/apps/discover/config.ts + - x-pack/test/functional/apps/graph/config.ts + - x-pack/test/functional/apps/grok_debugger/config.ts + - x-pack/test/functional/apps/home/config.ts + - x-pack/test/functional/apps/index_lifecycle_management/config.ts + - x-pack/test/functional/apps/index_management/config.ts + - x-pack/test/functional/apps/infra/config.ts + - x-pack/test/functional/apps/ingest_pipelines/config.ts + - x-pack/test/functional/apps/lens/group1/config.ts + - x-pack/test/functional/apps/lens/group2/config.ts + - x-pack/test/functional/apps/lens/group3/config.ts + - x-pack/test/functional/apps/lens/group4/config.ts + - x-pack/test/functional/apps/lens/group5/config.ts + - x-pack/test/functional/apps/lens/group6/config.ts + - x-pack/test/functional/apps/lens/open_in_lens/tsvb/config.ts + - x-pack/test/functional/apps/lens/open_in_lens/agg_based/config.ts + - x-pack/test/functional/apps/lens/open_in_lens/dashboard/config.ts + - x-pack/test/functional/apps/license_management/config.ts + - x-pack/test/functional/apps/logstash/config.ts + - x-pack/test/functional/apps/managed_content/config.ts + - x-pack/test/functional/apps/management/config.ts + - x-pack/test/functional/apps/maps/group1/config.ts + - x-pack/test/functional/apps/maps/group2/config.ts + - x-pack/test/functional/apps/maps/group3/config.ts + - x-pack/test/functional/apps/maps/group4/config.ts + - x-pack/test/functional/apps/ml/anomaly_detection_jobs/config.ts + - x-pack/test/functional/apps/ml/anomaly_detection_integrations/config.ts + - x-pack/test/functional/apps/ml/anomaly_detection_result_views/config.ts + - x-pack/test/functional/apps/ml/data_frame_analytics/config.ts + - x-pack/test/functional/apps/ml/data_visualizer/config.ts + - x-pack/test/functional/apps/ml/permissions/config.ts + - x-pack/test/functional/apps/ml/short_tests/config.ts + - x-pack/test/functional/apps/ml/stack_management_jobs/config.ts + - x-pack/test/functional/apps/monitoring/config.ts + - x-pack/test/functional/apps/painless_lab/config.ts + - x-pack/test/functional/apps/remote_clusters/config.ts + - x-pack/test/functional/apps/reporting_management/config.ts + - x-pack/test/functional/apps/rollup_job/config.ts + - x-pack/test/functional/apps/saved_objects_management/config.ts + - x-pack/test/functional/apps/saved_query_management/config.ts + - x-pack/test/functional/apps/security/config.ts + - x-pack/test/functional/apps/snapshot_restore/config.ts + - x-pack/test/functional/apps/spaces/config.ts + - x-pack/test/functional/apps/spaces/solution_view_flag_enabled/config.ts + - x-pack/test/functional/apps/status_page/config.ts + - x-pack/test/functional/apps/transform/creation/index_pattern/config.ts + - x-pack/test/functional/apps/transform/creation/runtime_mappings_saved_search/config.ts + - x-pack/test/functional/apps/transform/actions/config.ts + - x-pack/test/functional/apps/transform/edit_clone/config.ts + - x-pack/test/functional/apps/transform/permissions/config.ts + - x-pack/test/functional/apps/transform/feature_controls/config.ts + - x-pack/test/functional/apps/upgrade_assistant/config.ts + - x-pack/test/functional/apps/user_profiles/config.ts + - x-pack/test/functional/apps/visualize/config.ts + - x-pack/test/functional/apps/watcher/config.ts + - x-pack/test/functional/config_security_basic.ts + - x-pack/test/functional/config.ccs.ts + - x-pack/test/functional/config.firefox.js + - x-pack/test/functional/config.upgrade_assistant.ts + - x-pack/test/functional_cloud/config.ts + - x-pack/test/kubernetes_security/basic/config.ts + - x-pack/test/licensing_plugin/config.public.ts + - x-pack/test/licensing_plugin/config.ts + - x-pack/test/monitoring_api_integration/config.ts + - x-pack/test/plugin_api_integration/config.ts + - x-pack/test/plugin_functional/config.ts + - x-pack/test/reporting_api_integration/reporting_and_security.config.ts + - x-pack/test/reporting_api_integration/reporting_without_security.config.ts + - x-pack/test/reporting_functional/reporting_and_deprecated_security.config.ts + - x-pack/test/reporting_functional/reporting_and_security.config.ts + - x-pack/test/reporting_functional/reporting_without_security.config.ts + - x-pack/test/rule_registry/security_and_spaces/config_basic.ts + - x-pack/test/rule_registry/security_and_spaces/config_trial.ts + - x-pack/test/rule_registry/spaces_only/config_basic.ts + - x-pack/test/rule_registry/spaces_only/config_trial.ts + - x-pack/test/saved_object_api_integration/security_and_spaces/config_basic.ts + - x-pack/test/saved_object_api_integration/security_and_spaces/config_trial.ts + - x-pack/test/saved_object_api_integration/spaces_only/config.ts + - x-pack/test/saved_object_api_integration/user_profiles/config.ts + - x-pack/test/saved_object_tagging/api_integration/security_and_spaces/config.ts + - x-pack/test/saved_object_tagging/api_integration/tagging_api/config.ts + - x-pack/test/saved_object_tagging/api_integration/tagging_usage_collection/config.ts + - x-pack/test/saved_object_tagging/functional/config.ts + - x-pack/test/saved_objects_field_count/config.ts + - x-pack/test/search_sessions_integration/config.ts + - x-pack/test/security_api_integration/anonymous_es_anonymous.config.ts + - x-pack/test/security_api_integration/anonymous.config.ts + - x-pack/test/security_api_integration/api_keys.config.ts + - x-pack/test/security_api_integration/audit.config.ts + - x-pack/test/security_api_integration/http_bearer.config.ts + - x-pack/test/security_api_integration/http_no_auth_providers.config.ts + - x-pack/test/security_api_integration/kerberos_anonymous_access.config.ts + - x-pack/test/security_api_integration/kerberos.config.ts + - x-pack/test/security_api_integration/login_selector.config.ts + - x-pack/test/security_api_integration/oidc_implicit_flow.config.ts + - x-pack/test/security_api_integration/oidc.config.ts + - x-pack/test/security_api_integration/oidc.http2.config.ts + - x-pack/test/security_api_integration/pki.config.ts + - x-pack/test/security_api_integration/saml.config.ts + - x-pack/test/security_api_integration/saml.http2.config.ts + - x-pack/test/security_api_integration/saml_cloud.config.ts + - x-pack/test/security_api_integration/chips.config.ts + - x-pack/test/security_api_integration/session_idle.config.ts + - x-pack/test/security_api_integration/session_invalidate.config.ts + - x-pack/test/security_api_integration/session_lifespan.config.ts + - x-pack/test/security_api_integration/session_concurrent_limit.config.ts + - x-pack/test/security_api_integration/token.config.ts + - x-pack/test/security_api_integration/user_profiles.config.ts + - x-pack/test/security_functional/login_selector.config.ts + - x-pack/test/security_functional/oidc.config.ts + - x-pack/test/security_functional/saml.config.ts + - x-pack/test/security_functional/insecure_cluster_warning.config.ts + - x-pack/test/security_functional/user_profiles.config.ts + - x-pack/test/security_functional/expired_session.config.ts + - x-pack/test/session_view/basic/config.ts + - x-pack/test/spaces_api_integration/security_and_spaces/config_basic.ts + - x-pack/test/spaces_api_integration/security_and_spaces/copy_to_space_config_basic.ts + - x-pack/test/spaces_api_integration/security_and_spaces/config_trial.ts + - x-pack/test/spaces_api_integration/security_and_spaces/copy_to_space_config_trial.ts + - x-pack/test/spaces_api_integration/spaces_only/config.ts + - x-pack/test/task_manager_claimer_mget/config.ts + - x-pack/test/ui_capabilities/security_and_spaces/config.ts + - x-pack/test/ui_capabilities/spaces_only/config.ts + - x-pack/test/upgrade_assistant_integration/config.js + - x-pack/test/usage_collection/config.ts + - x-pack/performance/journeys_e2e/aiops_log_rate_analysis.ts + - x-pack/performance/journeys_e2e/ecommerce_dashboard.ts + - x-pack/performance/journeys_e2e/ecommerce_dashboard_map_only.ts + - x-pack/performance/journeys_e2e/flight_dashboard.ts + - x-pack/performance/journeys_e2e/login.ts + - x-pack/performance/journeys_e2e/many_fields_discover.ts + - x-pack/performance/journeys_e2e/many_fields_discover_esql.ts + - x-pack/performance/journeys_e2e/many_fields_lens_editor.ts + - x-pack/performance/journeys_e2e/many_fields_transform.ts + - x-pack/performance/journeys_e2e/tsdb_logs_data_visualizer.ts + - x-pack/performance/journeys_e2e/promotion_tracking_dashboard.ts + - x-pack/performance/journeys_e2e/web_logs_dashboard.ts + - x-pack/performance/journeys_e2e/data_stress_test_lens.ts + - x-pack/performance/journeys_e2e/ecommerce_dashboard_saved_search_only.ts + - x-pack/performance/journeys_e2e/ecommerce_dashboard_tsvb_gauge_only.ts + - x-pack/performance/journeys_e2e/dashboard_listing_page.ts + - x-pack/performance/journeys_e2e/tags_listing_page.ts + - x-pack/performance/journeys_e2e/cloud_security_dashboard.ts + - x-pack/performance/journeys_e2e/apm_service_inventory.ts + - x-pack/performance/journeys_e2e/infra_hosts_view.ts + - x-pack/test/custom_branding/config.ts diff --git a/.buildkite/ftr_search_serverless_configs.yml b/.buildkite/ftr_search_serverless_configs.yml new file mode 100644 index 0000000000000..73b6238027bce --- /dev/null +++ b/.buildkite/ftr_search_serverless_configs.yml @@ -0,0 +1,18 @@ +disabled: + # Base config files, only necessary to inform config finding script + +defaultQueue: 'n2-4-spot' +enabled: + - x-pack/test_serverless/api_integration/test_suites/search/config.ts + - x-pack/test_serverless/api_integration/test_suites/search/common_configs/config.group1.ts + - x-pack/test_serverless/functional/test_suites/search/config.ts + - x-pack/test_serverless/functional/test_suites/search/config.examples.ts + - x-pack/test_serverless/functional/test_suites/search/config.screenshots.ts + - x-pack/test_serverless/functional/test_suites/search/config.saved_objects_management.ts + - x-pack/test_serverless/functional/test_suites/search/config.context_awareness.ts + - x-pack/test_serverless/functional/test_suites/search/common_configs/config.group1.ts + - x-pack/test_serverless/functional/test_suites/search/common_configs/config.group2.ts + - x-pack/test_serverless/functional/test_suites/search/common_configs/config.group3.ts + - x-pack/test_serverless/functional/test_suites/search/common_configs/config.group4.ts + - x-pack/test_serverless/functional/test_suites/search/common_configs/config.group5.ts + - x-pack/test_serverless/functional/test_suites/search/common_configs/config.group6.ts diff --git a/.buildkite/ftr_search_stateful_configs.yml b/.buildkite/ftr_search_stateful_configs.yml new file mode 100644 index 0000000000000..f86df553cdfc3 --- /dev/null +++ b/.buildkite/ftr_search_stateful_configs.yml @@ -0,0 +1,9 @@ +disabled: + # Base config files, only necessary to inform config finding script + - x-pack/test/functional_enterprise_search/base_config.ts + + # Cypress configs, for now these are still run manually + - x-pack/test/functional_enterprise_search/cypress.config.ts + - x-pack/test/functional_enterprise_search/visual_config.ts + - x-pack/test/functional_enterprise_search/cli_config.ts + - x-pack/test/functional/apps/search_playground/config.ts diff --git a/.buildkite/ftr_security_serverless_configs.yml b/.buildkite/ftr_security_serverless_configs.yml new file mode 100644 index 0000000000000..3880175623fdd --- /dev/null +++ b/.buildkite/ftr_security_serverless_configs.yml @@ -0,0 +1,99 @@ +disabled: + # Base config files, only necessary to inform config finding script + - x-pack/test_serverless/functional/test_suites/security/cypress/security_config.base.ts + - x-pack/test_serverless/functional/test_suites/security/cypress/cypress.config.ts + - x-pack/test/security_solution_api_integration/config/serverless/config.base.ts + - x-pack/test/security_solution_api_integration/config/serverless/config.base.essentials.ts + - x-pack/test/security_solution_api_integration/config/serverless/config.base.edr_workflows.ts + + # Cypress configs, for now these are still run manually + - x-pack/test/defend_workflows_cypress/serverless_config.ts + - x-pack/test/osquery_cypress/serverless_cli_config.ts + - x-pack/test_serverless/functional/test_suites/security/cypress/security_config.ts + - x-pack/test/security_solution_cypress/serverless_config.ts + + # Serverless base config files + - x-pack/test_serverless/api_integration/config.base.ts + - x-pack/test_serverless/functional/config.base.ts + - x-pack/test_serverless/shared/config.base.ts + + # Serverless feature flag config files (move to enabled after tests are added) + - x-pack/test_serverless/functional/test_suites/observability/config.feature_flags.ts + - x-pack/test_serverless/api_integration/test_suites/search/config.feature_flags.ts + - x-pack/test_serverless/functional/test_suites/search/config.feature_flags.ts + - x-pack/test_serverless/api_integration/test_suites/security/config.feature_flags.ts + - x-pack/test_serverless/functional/test_suites/security/config.feature_flags.ts + +defaultQueue: 'n2-4-spot' +enabled: + - x-pack/test_serverless/api_integration/test_suites/security/config.ts + - x-pack/test_serverless/api_integration/test_suites/security/common_configs/config.group1.ts + - x-pack/test_serverless/api_integration/test_suites/security/fleet/config.ts + - x-pack/test_serverless/functional/test_suites/security/config.screenshots.ts + - x-pack/test_serverless/functional/test_suites/security/config.ts + - x-pack/test_serverless/functional/test_suites/security/config.examples.ts + - x-pack/test_serverless/functional/test_suites/security/config.cloud_security_posture.basic.ts + - x-pack/test_serverless/functional/test_suites/security/config.cloud_security_posture.essentials.ts + - x-pack/test_serverless/functional/test_suites/security/config.cloud_security_posture.agentless.ts + - x-pack/test_serverless/functional/test_suites/security/config.saved_objects_management.ts + - x-pack/test_serverless/functional/test_suites/security/config.context_awareness.ts + - x-pack/test_serverless/functional/test_suites/security/common_configs/config.group1.ts + - x-pack/test_serverless/functional/test_suites/security/common_configs/config.group2.ts + - x-pack/test_serverless/functional/test_suites/security/common_configs/config.group3.ts + - x-pack/test_serverless/functional/test_suites/security/common_configs/config.group4.ts + - x-pack/test_serverless/functional/test_suites/security/common_configs/config.group5.ts + - x-pack/test_serverless/functional/test_suites/security/common_configs/config.group6.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/actions/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/alerts/basic_license_essentials_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/alerts/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/exceptions/operators_data_types/date_numeric_types/basic_license_essentials_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/exceptions/operators_data_types/ips/basic_license_essentials_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/exceptions/operators_data_types/keyword/basic_license_essentials_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/exceptions/operators_data_types/long/basic_license_essentials_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/exceptions/operators_data_types/text/basic_license_essentials_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/exceptions/workflows/basic_license_essentials_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/rule_execution_logic/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/rule_gaps/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_creation/basic_license_essentials_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_creation/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_patch/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_patch/basic_license_essentials_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_update/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_update/basic_license_essentials_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/prebuilt_rules/bundled_prebuilt_rules_package/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/prebuilt_rules/large_prebuilt_rules_package/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/prebuilt_rules/management/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/prebuilt_rules/update_prebuilt_rules_package/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_bulk_actions/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_delete/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_delete/basic_license_essentials_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_import_export/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_import_export/basic_license_essentials_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_management/basic_license_essentials_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_management/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_read/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_read/basic_license_essentials_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/user_roles/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/genai/nlp_cleanup_task/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/genai/nlp_cleanup_task/basic_license_essentials_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/entity_analytics/risk_engine/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/entity_analytics/risk_engine/basic_license_essentials_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/lists_and_exception_lists/exception_lists_items/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/lists_and_exception_lists/lists_items/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/explore/hosts/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/explore/network/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/explore/users/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/explore/overview/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/investigation/saved_objects/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/investigation/timeline/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/sources/indices/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/edr_workflows/artifacts/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/edr_workflows/authentication/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/edr_workflows/metadata/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/edr_workflows/package/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/edr_workflows/policy_response/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/edr_workflows/resolver/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_api_integration/test_suites/edr_workflows/response_actions/trial_license_complete_tier/configs/serverless.config.ts + - x-pack/test/security_solution_endpoint/configs/serverless.endpoint.config.ts + - x-pack/test/security_solution_endpoint/configs/serverless.integrations.config.ts diff --git a/.buildkite/ftr_security_stateful_configs.yml b/.buildkite/ftr_security_stateful_configs.yml new file mode 100644 index 0000000000000..a7931bab0a68d --- /dev/null +++ b/.buildkite/ftr_security_stateful_configs.yml @@ -0,0 +1,85 @@ +disabled: + # Base config files, only necessary to inform config finding script + - x-pack/test/security_solution_api_integration/config/ess/config.base.ts + - x-pack/test/security_solution_api_integration/config/ess/config.base.basic.ts + - x-pack/test/security_solution_api_integration/config/ess/config.base.edr_workflows.trial.ts + - x-pack/test/security_solution_api_integration/config/ess/config.base.edr_workflows.ts + - x-pack/test/security_solution_api_integration/config/ess/config.base.basic.ts + - x-pack/test/security_solution_api_integration/config/ess/config.base.trial.ts + - x-pack/test/security_solution_endpoint/configs/config.base.ts + - x-pack/test/security_solution_endpoint/config.base.ts + - x-pack/test/security_solution_endpoint_api_int/config.base.ts + + # QA suites that are run out-of-band + - x-pack/test/cloud_security_posture_functional/config.cloud.ts + + # Cypress configs, for now these are still run manually + - x-pack/test/defend_workflows_cypress/cli_config.ts + - x-pack/test/defend_workflows_cypress/config.ts + - x-pack/test/osquery_cypress/cli_config.ts + - x-pack/test/osquery_cypress/config.ts + - x-pack/test/osquery_cypress/visual_config.ts + - x-pack/test/security_solution_cypress/cli_config.ts + - x-pack/test/security_solution_cypress/config.ts + - x-pack/test/threat_intelligence_cypress/cli_config_parallel.ts + - x-pack/test/threat_intelligence_cypress/config.ts + +defaultQueue: 'n2-4-spot' +enabled: + - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/actions/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/alerts/basic_license_essentials_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/alerts/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/exceptions/operators_data_types/date_numeric_types/basic_license_essentials_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/exceptions/operators_data_types/ips/basic_license_essentials_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/exceptions/operators_data_types/keyword/basic_license_essentials_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/exceptions/operators_data_types/long/basic_license_essentials_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/exceptions/operators_data_types/text/basic_license_essentials_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/exceptions/workflows/basic_license_essentials_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/rule_execution_logic/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/rule_gaps/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_creation/basic_license_essentials_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_creation/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_patch/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_patch/basic_license_essentials_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_update/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_update/basic_license_essentials_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/prebuilt_rules/bundled_prebuilt_rules_package/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/prebuilt_rules/large_prebuilt_rules_package/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/prebuilt_rules/management/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/prebuilt_rules/update_prebuilt_rules_package/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_bulk_actions/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_delete/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_delete/basic_license_essentials_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_import_export/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_import_export/basic_license_essentials_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_management/basic_license_essentials_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_management/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_read/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/rule_read/basic_license_essentials_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/detections_response/user_roles/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/entity_analytics/risk_engine/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/entity_analytics/risk_engine/basic_license_essentials_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/lists_and_exception_lists/exception_lists_items/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/lists_and_exception_lists/lists_items/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/explore/hosts/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/explore/network/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/explore/users/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/explore/overview/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/investigation/saved_objects/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/investigation/timeline/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/investigation/timeline/security_and_spaces/configs/ess.basic.config.ts + - x-pack/test/security_solution_api_integration/test_suites/investigation/timeline/security_and_spaces/configs/ess.trial.config.ts + - x-pack/test/security_solution_api_integration/test_suites/sources/indices/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/edr_workflows/artifacts/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/edr_workflows/authentication/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/edr_workflows/metadata/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/edr_workflows/package/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/edr_workflows/policy_response/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/edr_workflows/resolver/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_api_integration/test_suites/edr_workflows/response_actions/trial_license_complete_tier/configs/ess.config.ts + - x-pack/test/security_solution_endpoint/configs/endpoint.config.ts + - x-pack/test/security_solution_endpoint/configs/integrations.config.ts + - x-pack/test/api_integration/apis/cloud_security_posture/config.ts + - x-pack/test/cloud_security_posture_api/config.ts + - x-pack/test/cloud_security_posture_functional/config.ts \ No newline at end of file diff --git a/.buildkite/pipeline-resource-definitions/kibana-on-merge.yml b/.buildkite/pipeline-resource-definitions/kibana-on-merge.yml index 98d9f1d143e43..3240625fc16f9 100644 --- a/.buildkite/pipeline-resource-definitions/kibana-on-merge.yml +++ b/.buildkite/pipeline-resource-definitions/kibana-on-merge.yml @@ -20,7 +20,7 @@ spec: spec: env: SLACK_NOTIFICATIONS_CHANNEL: '#kibana-operations-alerts' - ELASTIC_GITHUB_BUILD_COMMIT_STATUS_ENABLED: 'true' + GITHUB_BUILD_COMMIT_STATUS_ENABLED: 'true' GITHUB_COMMIT_STATUS_CONTEXT: buildkite/on-merge REPORT_FAILED_TESTS_TO_GITHUB: 'true' ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true' diff --git a/.buildkite/pipeline-resource-definitions/kibana-pr.yml b/.buildkite/pipeline-resource-definitions/kibana-pr.yml index 4d6275843327e..8d2a6c8bf9e99 100644 --- a/.buildkite/pipeline-resource-definitions/kibana-pr.yml +++ b/.buildkite/pipeline-resource-definitions/kibana-pr.yml @@ -19,10 +19,10 @@ spec: description: Runs manually for pull requests spec: env: - ELASTIC_PR_COMMENTS_ENABLED: 'true' - ELASTIC_GITHUB_BUILD_COMMIT_STATUS_ENABLED: 'true' - ELASTIC_GITHUB_STEP_COMMIT_STATUS_ENABLED: 'true' + PR_COMMENTS_ENABLED: 'true' + GITHUB_BUILD_COMMIT_STATUS_ENABLED: 'true' GITHUB_BUILD_COMMIT_STATUS_CONTEXT: kibana-ci + GITHUB_STEP_COMMIT_STATUS_ENABLED: 'true' allow_rebuilds: true branch_configuration: '' cancel_intermediate_builds: true diff --git a/.buildkite/pipeline-utils/ci-stats/pick_test_group_run_order.ts b/.buildkite/pipeline-utils/ci-stats/pick_test_group_run_order.ts index a24214b1e62b0..af77cd3138c46 100644 --- a/.buildkite/pipeline-utils/ci-stats/pick_test_group_run_order.ts +++ b/.buildkite/pipeline-utils/ci-stats/pick_test_group_run_order.ts @@ -16,8 +16,11 @@ import { BuildkiteClient, BuildkiteStep } from '../buildkite'; import { CiStatsClient, TestGroupRunOrderResponse } from './client'; import DISABLED_JEST_CONFIGS from '../../disabled_jest_configs.json'; +import { serverless, stateful } from '../../ftr_configs_manifests.json'; import { expandAgentQueue } from '#pipeline-utils'; +const ALL_FTR_MANIFEST_REL_PATHS = serverless.concat(stateful); + type RunGroup = TestGroupRunOrderResponse['types'][0]; const getRequiredEnv = (name: string) => { @@ -107,15 +110,50 @@ function isObj(x: unknown): x is Record { return typeof x === 'object' && x !== null; } +interface FtrConfigsManifest { + defaultQueue?: string; + disabled?: string[]; + enabled?: Array; +} + function getEnabledFtrConfigs(patterns?: string[]) { + const configs: { + enabled: Array; + defaultQueue: string | undefined; + } = { enabled: [], defaultQueue: undefined }; + const uniqueQueues = new Set(); + + for (const manifestRelPath of ALL_FTR_MANIFEST_REL_PATHS) { + try { + const ymlData = loadYaml(Fs.readFileSync(manifestRelPath, 'utf8')); + if (!isObj(ymlData)) { + throw new Error('expected yaml file to parse to an object'); + } + const manifest = ymlData as FtrConfigsManifest; + + configs.enabled.push(...(manifest?.enabled ?? [])); + if (manifest.defaultQueue) { + uniqueQueues.add(manifest.defaultQueue); + } + } catch (_) { + const error = _ instanceof Error ? _ : new Error(`${_} thrown`); + throw new Error(`unable to parse ${manifestRelPath} file: ${error.message}`); + } + } + try { - const configs = loadYaml(Fs.readFileSync('.buildkite/ftr_configs.yml', 'utf8')); - if (!isObj(configs)) { - throw new Error('expected yaml file to parse to an object'); + if (configs.enabled.length === 0) { + throw new Error('expected yaml files to have at least 1 "enabled" key'); } - if (!configs.enabled) { - throw new Error('expected yaml file to have an "enabled" key'); + if (uniqueQueues.size !== 1) { + throw Error( + `FTR manifest yml files should define the same 'defaultQueue', but found different ones: ${[ + ...uniqueQueues, + ].join(' ')}` + ); } + configs.defaultQueue = uniqueQueues.values().next().value; + if ( !Array.isArray(configs.enabled) || !configs.enabled.every( @@ -149,11 +187,10 @@ function getEnabledFtrConfigs(patterns?: string[]) { ftrConfigsByQueue.set(queue, [path]); } } - return { defaultQueue, ftrConfigsByQueue }; } catch (_) { const error = _ instanceof Error ? _ : new Error(`${_} thrown`); - throw new Error(`unable to parse ftr_configs.yml file: ${error.message}`); + throw new Error(`unable to collect enabled FTR configs: ${error.message}`); } } diff --git a/.buildkite/pipeline-utils/test-failures/annotate.ts b/.buildkite/pipeline-utils/test-failures/annotate.ts index 89f651f6d9855..39aa2d36b9ddb 100644 --- a/.buildkite/pipeline-utils/test-failures/annotate.ts +++ b/.buildkite/pipeline-utils/test-failures/annotate.ts @@ -170,7 +170,7 @@ export const annotateTestFailures = async () => { buildkite.setAnnotation('test_failures', 'error', getAnnotation(failures, failureHtmlArtifacts)); - if (process.env.ELASTIC_PR_COMMENTS_ENABLED === 'true') { + if (process.env.PR_COMMENTS_ENABLED === 'true') { buildkite.setMetadata( 'pr_comment:test_failures:body', getPrComment(failures, failureHtmlArtifacts) diff --git a/.buildkite/pipelines/pull_request/base.yml b/.buildkite/pipelines/pull_request/base.yml index 8b57562c7a329..e5da8ce788e5b 100644 --- a/.buildkite/pipelines/pull_request/base.yml +++ b/.buildkite/pipelines/pull_request/base.yml @@ -14,7 +14,7 @@ steps: preemptible: true key: build if: "build.env('KIBANA_BUILD_ID') == null || build.env('KIBANA_BUILD_ID') == ''" - timeout_in_minutes: 60 + timeout_in_minutes: 90 retry: automatic: - exit_status: '-1' diff --git a/.buildkite/scripts/lifecycle/post_build.sh b/.buildkite/scripts/lifecycle/post_build.sh index c0fb7edde1b0a..3ca36e9d04b78 100755 --- a/.buildkite/scripts/lifecycle/post_build.sh +++ b/.buildkite/scripts/lifecycle/post_build.sh @@ -5,7 +5,7 @@ set -euo pipefail BUILD_SUCCESSFUL=$(ts-node "$(dirname "${0}")/build_status.ts") export BUILD_SUCCESSFUL -if [[ "${ELASTIC_GITHUB_BUILD_COMMIT_STATUS_ENABLED:-}" != "true" ]]; then +if [[ "${GITHUB_BUILD_COMMIT_STATUS_ENABLED:-}" != "true" ]]; then "$(dirname "${0}")/commit_status_complete.sh" fi diff --git a/.buildkite/scripts/lifecycle/pre_build.sh b/.buildkite/scripts/lifecycle/pre_build.sh index 91d8adda85eb1..b8ccaf04f9bb9 100755 --- a/.buildkite/scripts/lifecycle/pre_build.sh +++ b/.buildkite/scripts/lifecycle/pre_build.sh @@ -4,7 +4,7 @@ set -euo pipefail source .buildkite/scripts/common/util.sh -if [[ "${ELASTIC_GITHUB_BUILD_COMMIT_STATUS_ENABLED:-}" != "true" ]]; then +if [[ "${GITHUB_BUILD_COMMIT_STATUS_ENABLED:-}" != "true" ]]; then "$(dirname "${0}")/commit_status_start.sh" fi diff --git a/.buildkite/scripts/pipelines/pull_request/pipeline.ts b/.buildkite/scripts/pipelines/pull_request/pipeline.ts index cd5d9aa470b3c..db6be6c6e83f7 100644 --- a/.buildkite/scripts/pipelines/pull_request/pipeline.ts +++ b/.buildkite/scripts/pipelines/pull_request/pipeline.ts @@ -6,12 +6,12 @@ * Side Public License, v 1. */ -import { execSync } from 'child_process'; import fs from 'fs'; import prConfigs from '../../../pull_requests.json'; import { areChangesSkippable, doAnyChangesMatch, getAgentImageConfig } from '#pipeline-utils'; const prConfig = prConfigs.jobs.find((job) => job.pipelineSlug === 'kibana-pull-request'); +const emptyStep = `steps: []`; if (!prConfig) { console.error(`'kibana-pull-request' pipeline not found in .buildkite/pull_requests.json`); @@ -28,21 +28,16 @@ const getPipeline = (filename: string, removeSteps = true) => { }; (async () => { + const pipeline: string[] = []; + try { const skippable = await areChangesSkippable(SKIPPABLE_PR_MATCHERS, REQUIRED_PATHS); if (skippable) { - console.log('All changes in PR are skippable. Skipping CI.'); - - // Since we skip everything, including post-build, we need to at least make sure the commit status gets set - execSync('BUILD_SUCCESSFUL=true .buildkite/scripts/lifecycle/commit_status_complete.sh', { - stdio: 'inherit', - }); - process.exit(0); + console.log(emptyStep); + return; } - const pipeline = []; - pipeline.push(getAgentImageConfig({ returnYaml: true })); pipeline.push(getPipeline('.buildkite/pipelines/pull_request/base.yml', false)); diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index aa6530abd6f12..e08bcbeff8ef6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -50,6 +50,7 @@ test/plugin_functional/plugins/app_link_test @elastic/kibana-core x-pack/test/usage_collection/plugins/application_usage_test @elastic/kibana-core x-pack/plugins/observability_solution/assets_data_access @elastic/obs-knowledge-team x-pack/test/security_api_integration/plugins/audit_log @elastic/kibana-security +packages/kbn-avc-banner @elastic/security-defend-workflows packages/kbn-axe-config @elastic/kibana-qa packages/kbn-babel-preset @elastic/kibana-operations packages/kbn-babel-register @elastic/kibana-operations @@ -737,6 +738,7 @@ x-pack/plugins/security @elastic/kibana-security x-pack/packages/security/plugin_types_common @elastic/kibana-security x-pack/packages/security/plugin_types_public @elastic/kibana-security x-pack/packages/security/plugin_types_server @elastic/kibana-security +x-pack/packages/security-solution/distribution_bar @elastic/kibana-cloud-security-posture x-pack/plugins/security_solution_ess @elastic/security-solution x-pack/packages/security-solution/features @elastic/security-threat-hunting-explore x-pack/test/cases_api_integration/common/plugins/security_solution @elastic/response-ops @@ -942,6 +944,7 @@ packages/kbn-web-worker-stub @elastic/kibana-operations packages/kbn-whereis-pkg-cli @elastic/kibana-operations packages/kbn-xstate-utils @elastic/obs-ux-logs-team packages/kbn-yarn-lock-validator @elastic/kibana-operations +packages/kbn-zod @elastic/kibana-core packages/kbn-zod-helpers @elastic/security-detection-rule-management #### ## Everything below this line overrides the default assignments for each package. @@ -1600,6 +1603,7 @@ x-pack/test/security_solution_cypress/cypress/tasks/expandable_flyout @elastic/ /x-pack/test/security_solution_cypress/cypress/e2e/detection_response/detection_engine @elastic/security-detection-engine /x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine @elastic/security-detection-engine +/x-pack/test/security_solution_api_integration/test_suites/detections_response/utils/rules/rule_gaps.ts @elastic/security-detection-engine /x-pack/test/security_solution_api_integration/test_suites/lists_and_exception_lists @elastic/security-detection-engine ## Security Threat Intelligence - Under Security Platform diff --git a/.i18nrc.json b/.i18nrc.json index bab7cdc68d81d..59e33320eeea1 100644 --- a/.i18nrc.json +++ b/.i18nrc.json @@ -7,6 +7,7 @@ "alertingTypes": "packages/kbn-alerting-types", "apmOss": "src/plugins/apm_oss", "autocomplete": "packages/kbn-securitysolution-autocomplete/src", + "avcBanner": "packages/kbn-avc-banner/src", "bfetch": "src/plugins/bfetch", "bfetchError": "packages/kbn-bfetch-error", "cases": ["packages/kbn-cases-components"], diff --git a/api_docs/actions.mdx b/api_docs/actions.mdx index 6d722231b4bdb..ea7876cfb674e 100644 --- a/api_docs/actions.mdx +++ b/api_docs/actions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/actions title: "actions" image: https://source.unsplash.com/400x175/?github description: API docs for the actions plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions'] --- import actionsObj from './actions.devdocs.json'; diff --git a/api_docs/advanced_settings.mdx b/api_docs/advanced_settings.mdx index 5edd19f7edec7..9876649e80035 100644 --- a/api_docs/advanced_settings.mdx +++ b/api_docs/advanced_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/advancedSettings title: "advancedSettings" image: https://source.unsplash.com/400x175/?github description: API docs for the advancedSettings plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings'] --- import advancedSettingsObj from './advanced_settings.devdocs.json'; diff --git a/api_docs/ai_assistant_management_selection.mdx b/api_docs/ai_assistant_management_selection.mdx index 1499bf3cff9b2..3a3706054b1ea 100644 --- a/api_docs/ai_assistant_management_selection.mdx +++ b/api_docs/ai_assistant_management_selection.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiAssistantManagementSelection title: "aiAssistantManagementSelection" image: https://source.unsplash.com/400x175/?github description: API docs for the aiAssistantManagementSelection plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiAssistantManagementSelection'] --- import aiAssistantManagementSelectionObj from './ai_assistant_management_selection.devdocs.json'; diff --git a/api_docs/aiops.mdx b/api_docs/aiops.mdx index 78e60ac8dc849..307070ad51458 100644 --- a/api_docs/aiops.mdx +++ b/api_docs/aiops.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiops title: "aiops" image: https://source.unsplash.com/400x175/?github description: API docs for the aiops plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops'] --- import aiopsObj from './aiops.devdocs.json'; diff --git a/api_docs/alerting.mdx b/api_docs/alerting.mdx index 28ffc64aca45f..7b0c44dff383a 100644 --- a/api_docs/alerting.mdx +++ b/api_docs/alerting.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/alerting title: "alerting" image: https://source.unsplash.com/400x175/?github description: API docs for the alerting plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting'] --- import alertingObj from './alerting.devdocs.json'; diff --git a/api_docs/apm.mdx b/api_docs/apm.mdx index e3c5d53a64b84..81bcd8f22cb5a 100644 --- a/api_docs/apm.mdx +++ b/api_docs/apm.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apm title: "apm" image: https://source.unsplash.com/400x175/?github description: API docs for the apm plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm'] --- import apmObj from './apm.devdocs.json'; diff --git a/api_docs/apm_data_access.mdx b/api_docs/apm_data_access.mdx index b31c99c325b06..3166040dfede3 100644 --- a/api_docs/apm_data_access.mdx +++ b/api_docs/apm_data_access.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apmDataAccess title: "apmDataAccess" image: https://source.unsplash.com/400x175/?github description: API docs for the apmDataAccess plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apmDataAccess'] --- import apmDataAccessObj from './apm_data_access.devdocs.json'; diff --git a/api_docs/assets_data_access.mdx b/api_docs/assets_data_access.mdx index d9c289d5f22fb..689a1b28e93a8 100644 --- a/api_docs/assets_data_access.mdx +++ b/api_docs/assets_data_access.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/assetsDataAccess title: "assetsDataAccess" image: https://source.unsplash.com/400x175/?github description: API docs for the assetsDataAccess plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'assetsDataAccess'] --- import assetsDataAccessObj from './assets_data_access.devdocs.json'; diff --git a/api_docs/banners.mdx b/api_docs/banners.mdx index dac74251350e6..d5a6291712ad0 100644 --- a/api_docs/banners.mdx +++ b/api_docs/banners.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/banners title: "banners" image: https://source.unsplash.com/400x175/?github description: API docs for the banners plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'banners'] --- import bannersObj from './banners.devdocs.json'; diff --git a/api_docs/bfetch.mdx b/api_docs/bfetch.mdx index d136e964d75e2..ba97e8e9484cf 100644 --- a/api_docs/bfetch.mdx +++ b/api_docs/bfetch.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/bfetch title: "bfetch" image: https://source.unsplash.com/400x175/?github description: API docs for the bfetch plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'bfetch'] --- import bfetchObj from './bfetch.devdocs.json'; diff --git a/api_docs/canvas.mdx b/api_docs/canvas.mdx index 8f340f953d9b0..19a4884182446 100644 --- a/api_docs/canvas.mdx +++ b/api_docs/canvas.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/canvas title: "canvas" image: https://source.unsplash.com/400x175/?github description: API docs for the canvas plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'canvas'] --- import canvasObj from './canvas.devdocs.json'; diff --git a/api_docs/cases.mdx b/api_docs/cases.mdx index 9a66927e10cc5..e26e119d4c2da 100644 --- a/api_docs/cases.mdx +++ b/api_docs/cases.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cases title: "cases" image: https://source.unsplash.com/400x175/?github description: API docs for the cases plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cases'] --- import casesObj from './cases.devdocs.json'; diff --git a/api_docs/charts.mdx b/api_docs/charts.mdx index ba1d66e49fc3b..9eba4619ef4a2 100644 --- a/api_docs/charts.mdx +++ b/api_docs/charts.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/charts title: "charts" image: https://source.unsplash.com/400x175/?github description: API docs for the charts plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'charts'] --- import chartsObj from './charts.devdocs.json'; diff --git a/api_docs/cloud.mdx b/api_docs/cloud.mdx index 01b15957f173b..682c15125ad03 100644 --- a/api_docs/cloud.mdx +++ b/api_docs/cloud.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloud title: "cloud" image: https://source.unsplash.com/400x175/?github description: API docs for the cloud plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloud'] --- import cloudObj from './cloud.devdocs.json'; diff --git a/api_docs/cloud_data_migration.mdx b/api_docs/cloud_data_migration.mdx index 63d208d7d674d..0fb7d810dcfeb 100644 --- a/api_docs/cloud_data_migration.mdx +++ b/api_docs/cloud_data_migration.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudDataMigration title: "cloudDataMigration" image: https://source.unsplash.com/400x175/?github description: API docs for the cloudDataMigration plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudDataMigration'] --- import cloudDataMigrationObj from './cloud_data_migration.devdocs.json'; diff --git a/api_docs/cloud_defend.mdx b/api_docs/cloud_defend.mdx index 58e9c31185a31..a100497218957 100644 --- a/api_docs/cloud_defend.mdx +++ b/api_docs/cloud_defend.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudDefend title: "cloudDefend" image: https://source.unsplash.com/400x175/?github description: API docs for the cloudDefend plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudDefend'] --- import cloudDefendObj from './cloud_defend.devdocs.json'; diff --git a/api_docs/cloud_experiments.devdocs.json b/api_docs/cloud_experiments.devdocs.json index 76d3f7adecb5c..55907b5ad929d 100644 --- a/api_docs/cloud_experiments.devdocs.json +++ b/api_docs/cloud_experiments.devdocs.json @@ -133,26 +133,6 @@ "plugin": "navigation", "path": "src/plugins/navigation/public/types.ts" }, - { - "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/public/common/components/utils.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/public/common/components/utils.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/public/common/components/utils.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/server/plugin_contract.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/server/plugin_contract.ts" - }, { "plugin": "securitySolution", "path": "x-pack/plugins/security_solution/public/types.ts" @@ -161,14 +141,6 @@ "plugin": "securitySolution", "path": "x-pack/plugins/security_solution/public/types.ts" }, - { - "plugin": "securitySolutionEss", - "path": "x-pack/plugins/security_solution_ess/public/types.ts" - }, - { - "plugin": "securitySolutionEss", - "path": "x-pack/plugins/security_solution_ess/public/types.ts" - }, { "plugin": "cloudChat", "path": "x-pack/plugins/cloud_integrations/cloud_chat/server/plugin.ts" @@ -185,18 +157,6 @@ "plugin": "observabilityOnboarding", "path": "x-pack/plugins/observability_solution/observability_onboarding/public/plugin.ts" }, - { - "plugin": "securitySolutionEss", - "path": "x-pack/plugins/security_solution_ess/public/common/hooks/use_variation.ts" - }, - { - "plugin": "securitySolutionEss", - "path": "x-pack/plugins/security_solution_ess/public/common/hooks/use_variation.ts" - }, - { - "plugin": "securitySolutionEss", - "path": "x-pack/plugins/security_solution_ess/public/common/hooks/use_variation.ts" - }, { "plugin": "navigation", "path": "src/plugins/navigation/server/types.ts" @@ -219,7 +179,7 @@ "\nFetch the configuration assigned to variation `configKey`. If nothing is found, fallback to `defaultValue`." ], "signature": [ - "(featureFlagName: \"security-solutions.add-integrations-url\" | \"security-solutions.guided-onboarding-content\" | \"cloud-chat.enabled\" | \"cloud-chat.chat-variant\" | \"observability_onboarding.experimental_onboarding_flow_enabled\" | \"solutionNavEnabled\", defaultValue: Data) => Promise" + "(featureFlagName: \"security-solutions.add-integrations-url\" | \"cloud-chat.enabled\" | \"cloud-chat.chat-variant\" | \"observability_onboarding.experimental_onboarding_flow_enabled\" | \"solutionNavEnabled\", defaultValue: Data) => Promise" ], "path": "x-pack/plugins/cloud_integrations/cloud_experiments/common/types.ts", "deprecated": true, @@ -233,14 +193,6 @@ "plugin": "navigation", "path": "src/plugins/navigation/public/plugin.tsx" }, - { - "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/public/common/components/utils.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/server/plugin.ts" - }, { "plugin": "cloudChat", "path": "x-pack/plugins/cloud_integrations/cloud_chat/server/plugin.ts" @@ -249,18 +201,6 @@ "plugin": "cloudChat", "path": "x-pack/plugins/cloud_integrations/cloud_chat/server/plugin.ts" }, - { - "plugin": "securitySolutionEss", - "path": "x-pack/plugins/security_solution_ess/public/common/hooks/use_variation.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/public/common/components/utils.test.ts" - }, - { - "plugin": "securitySolutionEss", - "path": "x-pack/plugins/security_solution_ess/public/common/hooks/use_variation.test.ts" - }, { "plugin": "navigation", "path": "src/plugins/navigation/public/plugin.test.ts" @@ -285,7 +225,7 @@ "The name of the key to find the config variation. {@link CloudExperimentsFeatureFlagNames }." ], "signature": [ - "\"security-solutions.add-integrations-url\" | \"security-solutions.guided-onboarding-content\" | \"cloud-chat.enabled\" | \"cloud-chat.chat-variant\" | \"observability_onboarding.experimental_onboarding_flow_enabled\" | \"solutionNavEnabled\"" + "\"security-solutions.add-integrations-url\" | \"cloud-chat.enabled\" | \"cloud-chat.chat-variant\" | \"observability_onboarding.experimental_onboarding_flow_enabled\" | \"solutionNavEnabled\"" ], "path": "x-pack/plugins/cloud_integrations/cloud_experiments/common/types.ts", "deprecated": false, @@ -382,7 +322,7 @@ "\nThe names of the feature flags declared in Kibana.\nValid keys are defined in {@link FEATURE_FLAG_NAMES}. When using a new feature flag, add the name to the list.\n" ], "signature": [ - "\"security-solutions.add-integrations-url\" | \"security-solutions.guided-onboarding-content\" | \"cloud-chat.enabled\" | \"cloud-chat.chat-variant\" | \"observability_onboarding.experimental_onboarding_flow_enabled\" | \"solutionNavEnabled\"" + "\"security-solutions.add-integrations-url\" | \"cloud-chat.enabled\" | \"cloud-chat.chat-variant\" | \"observability_onboarding.experimental_onboarding_flow_enabled\" | \"solutionNavEnabled\"" ], "path": "x-pack/plugins/cloud_integrations/cloud_experiments/common/types.ts", "deprecated": false, diff --git a/api_docs/cloud_experiments.mdx b/api_docs/cloud_experiments.mdx index bda3e4b2e8af8..a8bd88b369b4b 100644 --- a/api_docs/cloud_experiments.mdx +++ b/api_docs/cloud_experiments.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudExperiments title: "cloudExperiments" image: https://source.unsplash.com/400x175/?github description: API docs for the cloudExperiments plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudExperiments'] --- import cloudExperimentsObj from './cloud_experiments.devdocs.json'; diff --git a/api_docs/cloud_security_posture.mdx b/api_docs/cloud_security_posture.mdx index ad0ce01ca0ea1..b4af9a8f594a9 100644 --- a/api_docs/cloud_security_posture.mdx +++ b/api_docs/cloud_security_posture.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudSecurityPosture title: "cloudSecurityPosture" image: https://source.unsplash.com/400x175/?github description: API docs for the cloudSecurityPosture plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudSecurityPosture'] --- import cloudSecurityPostureObj from './cloud_security_posture.devdocs.json'; diff --git a/api_docs/console.mdx b/api_docs/console.mdx index 28d96fb171667..8ace545873676 100644 --- a/api_docs/console.mdx +++ b/api_docs/console.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/console title: "console" image: https://source.unsplash.com/400x175/?github description: API docs for the console plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'console'] --- import consoleObj from './console.devdocs.json'; diff --git a/api_docs/content_management.mdx b/api_docs/content_management.mdx index 094ce063d6cc7..848c59312bbb0 100644 --- a/api_docs/content_management.mdx +++ b/api_docs/content_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/contentManagement title: "contentManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the contentManagement plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'contentManagement'] --- import contentManagementObj from './content_management.devdocs.json'; diff --git a/api_docs/controls.mdx b/api_docs/controls.mdx index f0a825d7530ee..b5f640db5c780 100644 --- a/api_docs/controls.mdx +++ b/api_docs/controls.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/controls title: "controls" image: https://source.unsplash.com/400x175/?github description: API docs for the controls plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'controls'] --- import controlsObj from './controls.devdocs.json'; diff --git a/api_docs/custom_integrations.mdx b/api_docs/custom_integrations.mdx index 2a939de85e64b..59edad9cc7deb 100644 --- a/api_docs/custom_integrations.mdx +++ b/api_docs/custom_integrations.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/customIntegrations title: "customIntegrations" image: https://source.unsplash.com/400x175/?github description: API docs for the customIntegrations plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'customIntegrations'] --- import customIntegrationsObj from './custom_integrations.devdocs.json'; diff --git a/api_docs/dashboard.mdx b/api_docs/dashboard.mdx index 6a6f8fa0daf08..76d91da4acb92 100644 --- a/api_docs/dashboard.mdx +++ b/api_docs/dashboard.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dashboard title: "dashboard" image: https://source.unsplash.com/400x175/?github description: API docs for the dashboard plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboard'] --- import dashboardObj from './dashboard.devdocs.json'; diff --git a/api_docs/dashboard_enhanced.mdx b/api_docs/dashboard_enhanced.mdx index 90ad77dd94fee..1576e334c0fc5 100644 --- a/api_docs/dashboard_enhanced.mdx +++ b/api_docs/dashboard_enhanced.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dashboardEnhanced title: "dashboardEnhanced" image: https://source.unsplash.com/400x175/?github description: API docs for the dashboardEnhanced plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboardEnhanced'] --- import dashboardEnhancedObj from './dashboard_enhanced.devdocs.json'; diff --git a/api_docs/data.mdx b/api_docs/data.mdx index 891e1742a51a9..6613aab134896 100644 --- a/api_docs/data.mdx +++ b/api_docs/data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data title: "data" image: https://source.unsplash.com/400x175/?github description: API docs for the data plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data'] --- import dataObj from './data.devdocs.json'; diff --git a/api_docs/data_quality.mdx b/api_docs/data_quality.mdx index b487ddccc13b5..b295d06b89843 100644 --- a/api_docs/data_quality.mdx +++ b/api_docs/data_quality.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataQuality title: "dataQuality" image: https://source.unsplash.com/400x175/?github description: API docs for the dataQuality plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataQuality'] --- import dataQualityObj from './data_quality.devdocs.json'; diff --git a/api_docs/data_query.mdx b/api_docs/data_query.mdx index f64182ebd4aa6..50fcb39b79c13 100644 --- a/api_docs/data_query.mdx +++ b/api_docs/data_query.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data-query title: "data.query" image: https://source.unsplash.com/400x175/?github description: API docs for the data.query plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.query'] --- import dataQueryObj from './data_query.devdocs.json'; diff --git a/api_docs/data_search.mdx b/api_docs/data_search.mdx index 27ea3bf8197f3..8f494bf6a1ae5 100644 --- a/api_docs/data_search.mdx +++ b/api_docs/data_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data-search title: "data.search" image: https://source.unsplash.com/400x175/?github description: API docs for the data.search plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.search'] --- import dataSearchObj from './data_search.devdocs.json'; diff --git a/api_docs/data_view_editor.mdx b/api_docs/data_view_editor.mdx index a9dff1024a07c..380b57bc095c4 100644 --- a/api_docs/data_view_editor.mdx +++ b/api_docs/data_view_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewEditor title: "dataViewEditor" image: https://source.unsplash.com/400x175/?github description: API docs for the dataViewEditor plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewEditor'] --- import dataViewEditorObj from './data_view_editor.devdocs.json'; diff --git a/api_docs/data_view_field_editor.mdx b/api_docs/data_view_field_editor.mdx index 80dc62129a0bc..6714a63e26da6 100644 --- a/api_docs/data_view_field_editor.mdx +++ b/api_docs/data_view_field_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewFieldEditor title: "dataViewFieldEditor" image: https://source.unsplash.com/400x175/?github description: API docs for the dataViewFieldEditor plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewFieldEditor'] --- import dataViewFieldEditorObj from './data_view_field_editor.devdocs.json'; diff --git a/api_docs/data_view_management.mdx b/api_docs/data_view_management.mdx index bfb692501d5ee..4bf4e5608e615 100644 --- a/api_docs/data_view_management.mdx +++ b/api_docs/data_view_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewManagement title: "dataViewManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the dataViewManagement plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewManagement'] --- import dataViewManagementObj from './data_view_management.devdocs.json'; diff --git a/api_docs/data_views.mdx b/api_docs/data_views.mdx index 629825e37a214..7ec718a8b38a0 100644 --- a/api_docs/data_views.mdx +++ b/api_docs/data_views.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViews title: "dataViews" image: https://source.unsplash.com/400x175/?github description: API docs for the dataViews plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViews'] --- import dataViewsObj from './data_views.devdocs.json'; diff --git a/api_docs/data_visualizer.mdx b/api_docs/data_visualizer.mdx index d38eaf06838ef..727cc5aa99ce5 100644 --- a/api_docs/data_visualizer.mdx +++ b/api_docs/data_visualizer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataVisualizer title: "dataVisualizer" image: https://source.unsplash.com/400x175/?github description: API docs for the dataVisualizer plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataVisualizer'] --- import dataVisualizerObj from './data_visualizer.devdocs.json'; diff --git a/api_docs/dataset_quality.mdx b/api_docs/dataset_quality.mdx index f11d576a3fc2e..3c9790e2538be 100644 --- a/api_docs/dataset_quality.mdx +++ b/api_docs/dataset_quality.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/datasetQuality title: "datasetQuality" image: https://source.unsplash.com/400x175/?github description: API docs for the datasetQuality plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'datasetQuality'] --- import datasetQualityObj from './dataset_quality.devdocs.json'; diff --git a/api_docs/deprecations_by_api.mdx b/api_docs/deprecations_by_api.mdx index d280f05a787b0..7fd5f310e0c32 100644 --- a/api_docs/deprecations_by_api.mdx +++ b/api_docs/deprecations_by_api.mdx @@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsByApi slug: /kibana-dev-docs/api-meta/deprecated-api-list-by-api title: Deprecated API usage by API description: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by. -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -32,8 +32,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | @kbn/core, visualizations, triggersActionsUi | - | | | ruleRegistry, securitySolution, synthetics, slo | - | | | security, actions, alerting, ruleRegistry, files, cases, fleet, securitySolution | - | -| | spaces, navigation, securitySolution, securitySolutionEss, cloudChat, observabilityOnboarding | - | -| | spaces, navigation, securitySolution, cloudChat, securitySolutionEss | - | +| | spaces, navigation, securitySolution, cloudChat, observabilityOnboarding | - | | | alerting, discover, securitySolution | - | | | @kbn/core-saved-objects-api-browser, @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-api-server-internal, @kbn/core-saved-objects-import-export-server-internal, @kbn/core-saved-objects-server-internal, fleet, graph, lists, osquery, securitySolution, alerting | - | | | @kbn/core-saved-objects-api-browser, @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-api-server-internal, @kbn/core-saved-objects-import-export-server-internal, @kbn/core-saved-objects-server-internal, fleet, graph, lists, osquery, securitySolution, alerting | - | @@ -68,6 +67,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | @kbn/monaco, securitySolution | - | | | fleet, cloudSecurityPosture, exploratoryView, osquery, synthetics | - | | | alerting, observabilityAIAssistant, fleet, cloudSecurityPosture, enterpriseSearch, serverlessSearch, transform, upgradeAssistant, apm, entityManager, observabilityOnboarding, synthetics, security | - | +| | spaces, navigation, cloudChat | - | | | @kbn/core-saved-objects-browser-internal, @kbn/core, spaces, savedSearch, visualizations, lens, cases, maps, canvas, graph | - | | | spaces, savedObjectsManagement | - | | | @kbn/core-saved-objects-api-server-internal, @kbn/core-saved-objects-migration-server-internal, spaces, data, savedSearch, cloudSecurityPosture, visualizations, dashboard, @kbn/core-test-helpers-so-type-serializer | - | @@ -243,4 +243,8 @@ Safe to remove. | | @kbn/core-saved-objects-api-browser | | | @kbn/storybook | | | @kbn/ui-theme | -| | @kbn/ui-theme | \ No newline at end of file +| | @kbn/ui-theme | +| | @kbn/zod | +| | @kbn/zod | +| | @kbn/zod | +| | @kbn/zod | \ No newline at end of file diff --git a/api_docs/deprecations_by_plugin.mdx b/api_docs/deprecations_by_plugin.mdx index aacf22e31e003..b7195826b3794 100644 --- a/api_docs/deprecations_by_plugin.mdx +++ b/api_docs/deprecations_by_plugin.mdx @@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsByPlugin slug: /kibana-dev-docs/api-meta/deprecated-api-list-by-plugin title: Deprecated API usage by plugin description: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by. -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -1333,8 +1333,7 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| | | [route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/route.ts#:~:text=alertFactory) | - | -| | [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/utils.ts#:~:text=CloudExperimentsPluginStart), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/utils.ts#:~:text=CloudExperimentsPluginStart), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/utils.ts#:~:text=CloudExperimentsPluginStart), [plugin_contract.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/plugin_contract.ts#:~:text=CloudExperimentsPluginStart), [plugin_contract.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/plugin_contract.ts#:~:text=CloudExperimentsPluginStart), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/types.ts#:~:text=CloudExperimentsPluginStart), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/types.ts#:~:text=CloudExperimentsPluginStart) | - | -| | [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/utils.ts#:~:text=getVariation), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/plugin.ts#:~:text=getVariation), [utils.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/utils.test.ts#:~:text=getVariation) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/types.ts#:~:text=CloudExperimentsPluginStart), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/types.ts#:~:text=CloudExperimentsPluginStart) | - | | | [wrap_search_source_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.ts#:~:text=create) | - | | | [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch) | - | | | [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion)+ 12 more | - | @@ -1382,15 +1381,6 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ -## securitySolutionEss - -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution_ess/public/types.ts#:~:text=CloudExperimentsPluginStart), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution_ess/public/types.ts#:~:text=CloudExperimentsPluginStart), [use_variation.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution_ess/public/common/hooks/use_variation.ts#:~:text=CloudExperimentsPluginStart), [use_variation.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution_ess/public/common/hooks/use_variation.ts#:~:text=CloudExperimentsPluginStart), [use_variation.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution_ess/public/common/hooks/use_variation.ts#:~:text=CloudExperimentsPluginStart) | - | -| | [use_variation.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution_ess/public/common/hooks/use_variation.ts#:~:text=getVariation), [use_variation.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution_ess/public/common/hooks/use_variation.test.ts#:~:text=getVariation) | - | - - - ## serverlessSearch | Deprecated API | Reference location(s) | Remove By | diff --git a/api_docs/deprecations_by_team.mdx b/api_docs/deprecations_by_team.mdx index a7bfcb93fabfc..f6aa3a752563f 100644 --- a/api_docs/deprecations_by_team.mdx +++ b/api_docs/deprecations_by_team.mdx @@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsDueByTeam slug: /kibana-dev-docs/api-meta/deprecations-due-by-team title: Deprecated APIs due to be removed, by team description: Lists the teams that are referencing deprecated APIs with a remove by date. -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- diff --git a/api_docs/dev_tools.mdx b/api_docs/dev_tools.mdx index 4c21fe8e801e5..4a259b6d91906 100644 --- a/api_docs/dev_tools.mdx +++ b/api_docs/dev_tools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/devTools title: "devTools" image: https://source.unsplash.com/400x175/?github description: API docs for the devTools plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'devTools'] --- import devToolsObj from './dev_tools.devdocs.json'; diff --git a/api_docs/discover.mdx b/api_docs/discover.mdx index 17bf22fcbb463..24548f094bdfb 100644 --- a/api_docs/discover.mdx +++ b/api_docs/discover.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/discover title: "discover" image: https://source.unsplash.com/400x175/?github description: API docs for the discover plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discover'] --- import discoverObj from './discover.devdocs.json'; diff --git a/api_docs/discover_enhanced.mdx b/api_docs/discover_enhanced.mdx index 76ce33cbea574..8705114ecadc3 100644 --- a/api_docs/discover_enhanced.mdx +++ b/api_docs/discover_enhanced.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/discoverEnhanced title: "discoverEnhanced" image: https://source.unsplash.com/400x175/?github description: API docs for the discoverEnhanced plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discoverEnhanced'] --- import discoverEnhancedObj from './discover_enhanced.devdocs.json'; diff --git a/api_docs/discover_shared.mdx b/api_docs/discover_shared.mdx index 1bc1aaed3d9d8..b6149dd55c4bb 100644 --- a/api_docs/discover_shared.mdx +++ b/api_docs/discover_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/discoverShared title: "discoverShared" image: https://source.unsplash.com/400x175/?github description: API docs for the discoverShared plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discoverShared'] --- import discoverSharedObj from './discover_shared.devdocs.json'; diff --git a/api_docs/ecs_data_quality_dashboard.mdx b/api_docs/ecs_data_quality_dashboard.mdx index 03aa3d60e7a59..6ade9c2eefa5f 100644 --- a/api_docs/ecs_data_quality_dashboard.mdx +++ b/api_docs/ecs_data_quality_dashboard.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ecsDataQualityDashboard title: "ecsDataQualityDashboard" image: https://source.unsplash.com/400x175/?github description: API docs for the ecsDataQualityDashboard plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ecsDataQualityDashboard'] --- import ecsDataQualityDashboardObj from './ecs_data_quality_dashboard.devdocs.json'; diff --git a/api_docs/elastic_assistant.mdx b/api_docs/elastic_assistant.mdx index f41a36d2ce834..a296dc96604d4 100644 --- a/api_docs/elastic_assistant.mdx +++ b/api_docs/elastic_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/elasticAssistant title: "elasticAssistant" image: https://source.unsplash.com/400x175/?github description: API docs for the elasticAssistant plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'elasticAssistant'] --- import elasticAssistantObj from './elastic_assistant.devdocs.json'; diff --git a/api_docs/embeddable.mdx b/api_docs/embeddable.mdx index b4f5900988d9d..51c0c75c1197f 100644 --- a/api_docs/embeddable.mdx +++ b/api_docs/embeddable.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/embeddable title: "embeddable" image: https://source.unsplash.com/400x175/?github description: API docs for the embeddable plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddable'] --- import embeddableObj from './embeddable.devdocs.json'; diff --git a/api_docs/embeddable_enhanced.mdx b/api_docs/embeddable_enhanced.mdx index f992081a9c4de..5fb8230291693 100644 --- a/api_docs/embeddable_enhanced.mdx +++ b/api_docs/embeddable_enhanced.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/embeddableEnhanced title: "embeddableEnhanced" image: https://source.unsplash.com/400x175/?github description: API docs for the embeddableEnhanced plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddableEnhanced'] --- import embeddableEnhancedObj from './embeddable_enhanced.devdocs.json'; diff --git a/api_docs/encrypted_saved_objects.mdx b/api_docs/encrypted_saved_objects.mdx index 30b81a55b69e5..664e188f5e928 100644 --- a/api_docs/encrypted_saved_objects.mdx +++ b/api_docs/encrypted_saved_objects.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/encryptedSavedObjects title: "encryptedSavedObjects" image: https://source.unsplash.com/400x175/?github description: API docs for the encryptedSavedObjects plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'encryptedSavedObjects'] --- import encryptedSavedObjectsObj from './encrypted_saved_objects.devdocs.json'; diff --git a/api_docs/enterprise_search.mdx b/api_docs/enterprise_search.mdx index 92fe9cfcc8c34..fbe184dc062e3 100644 --- a/api_docs/enterprise_search.mdx +++ b/api_docs/enterprise_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/enterpriseSearch title: "enterpriseSearch" image: https://source.unsplash.com/400x175/?github description: API docs for the enterpriseSearch plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'enterpriseSearch'] --- import enterpriseSearchObj from './enterprise_search.devdocs.json'; diff --git a/api_docs/entity_manager.mdx b/api_docs/entity_manager.mdx index 0876b5c9c27bb..501ad0bee13dd 100644 --- a/api_docs/entity_manager.mdx +++ b/api_docs/entity_manager.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/entityManager title: "entityManager" image: https://source.unsplash.com/400x175/?github description: API docs for the entityManager plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'entityManager'] --- import entityManagerObj from './entity_manager.devdocs.json'; diff --git a/api_docs/es_ui_shared.mdx b/api_docs/es_ui_shared.mdx index 7242621b854b0..119ec3a3011af 100644 --- a/api_docs/es_ui_shared.mdx +++ b/api_docs/es_ui_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/esUiShared title: "esUiShared" image: https://source.unsplash.com/400x175/?github description: API docs for the esUiShared plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esUiShared'] --- import esUiSharedObj from './es_ui_shared.devdocs.json'; diff --git a/api_docs/esql.mdx b/api_docs/esql.mdx index ccbcbec39df9b..bfd579ce4bf79 100644 --- a/api_docs/esql.mdx +++ b/api_docs/esql.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/esql title: "esql" image: https://source.unsplash.com/400x175/?github description: API docs for the esql plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esql'] --- import esqlObj from './esql.devdocs.json'; diff --git a/api_docs/esql_data_grid.mdx b/api_docs/esql_data_grid.mdx index 477d5c1f91628..c29cc63666eec 100644 --- a/api_docs/esql_data_grid.mdx +++ b/api_docs/esql_data_grid.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/esqlDataGrid title: "esqlDataGrid" image: https://source.unsplash.com/400x175/?github description: API docs for the esqlDataGrid plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esqlDataGrid'] --- import esqlDataGridObj from './esql_data_grid.devdocs.json'; diff --git a/api_docs/event_annotation.mdx b/api_docs/event_annotation.mdx index f511221b16613..fc2327b919fb4 100644 --- a/api_docs/event_annotation.mdx +++ b/api_docs/event_annotation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/eventAnnotation title: "eventAnnotation" image: https://source.unsplash.com/400x175/?github description: API docs for the eventAnnotation plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventAnnotation'] --- import eventAnnotationObj from './event_annotation.devdocs.json'; diff --git a/api_docs/event_annotation_listing.mdx b/api_docs/event_annotation_listing.mdx index a62fa750b480c..121fdbae185e4 100644 --- a/api_docs/event_annotation_listing.mdx +++ b/api_docs/event_annotation_listing.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/eventAnnotationListing title: "eventAnnotationListing" image: https://source.unsplash.com/400x175/?github description: API docs for the eventAnnotationListing plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventAnnotationListing'] --- import eventAnnotationListingObj from './event_annotation_listing.devdocs.json'; diff --git a/api_docs/event_log.mdx b/api_docs/event_log.mdx index bb8af33806606..7e05296fe9305 100644 --- a/api_docs/event_log.mdx +++ b/api_docs/event_log.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/eventLog title: "eventLog" image: https://source.unsplash.com/400x175/?github description: API docs for the eventLog plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventLog'] --- import eventLogObj from './event_log.devdocs.json'; diff --git a/api_docs/exploratory_view.mdx b/api_docs/exploratory_view.mdx index eb8db467092fb..bbbc230999e59 100644 --- a/api_docs/exploratory_view.mdx +++ b/api_docs/exploratory_view.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/exploratoryView title: "exploratoryView" image: https://source.unsplash.com/400x175/?github description: API docs for the exploratoryView plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'exploratoryView'] --- import exploratoryViewObj from './exploratory_view.devdocs.json'; diff --git a/api_docs/expression_error.mdx b/api_docs/expression_error.mdx index e1330ebb02ada..16a490e7f8eb9 100644 --- a/api_docs/expression_error.mdx +++ b/api_docs/expression_error.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionError title: "expressionError" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionError plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionError'] --- import expressionErrorObj from './expression_error.devdocs.json'; diff --git a/api_docs/expression_gauge.mdx b/api_docs/expression_gauge.mdx index dfea9e03e42e5..3df5e7bc10cc3 100644 --- a/api_docs/expression_gauge.mdx +++ b/api_docs/expression_gauge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionGauge title: "expressionGauge" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionGauge plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionGauge'] --- import expressionGaugeObj from './expression_gauge.devdocs.json'; diff --git a/api_docs/expression_heatmap.mdx b/api_docs/expression_heatmap.mdx index 2d0cc3dc96d95..bb4793a81a2fb 100644 --- a/api_docs/expression_heatmap.mdx +++ b/api_docs/expression_heatmap.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionHeatmap title: "expressionHeatmap" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionHeatmap plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionHeatmap'] --- import expressionHeatmapObj from './expression_heatmap.devdocs.json'; diff --git a/api_docs/expression_image.mdx b/api_docs/expression_image.mdx index ecfef177cdf11..a943fe880a88d 100644 --- a/api_docs/expression_image.mdx +++ b/api_docs/expression_image.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionImage title: "expressionImage" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionImage plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionImage'] --- import expressionImageObj from './expression_image.devdocs.json'; diff --git a/api_docs/expression_legacy_metric_vis.mdx b/api_docs/expression_legacy_metric_vis.mdx index 6e4d3ab01d309..ca928ca878b5e 100644 --- a/api_docs/expression_legacy_metric_vis.mdx +++ b/api_docs/expression_legacy_metric_vis.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionLegacyMetricVis title: "expressionLegacyMetricVis" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionLegacyMetricVis plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionLegacyMetricVis'] --- import expressionLegacyMetricVisObj from './expression_legacy_metric_vis.devdocs.json'; diff --git a/api_docs/expression_metric.mdx b/api_docs/expression_metric.mdx index f7bac0711c898..183dae1f7fa2b 100644 --- a/api_docs/expression_metric.mdx +++ b/api_docs/expression_metric.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionMetric title: "expressionMetric" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionMetric plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetric'] --- import expressionMetricObj from './expression_metric.devdocs.json'; diff --git a/api_docs/expression_metric_vis.mdx b/api_docs/expression_metric_vis.mdx index c18de8dd294a6..c869529ed4afc 100644 --- a/api_docs/expression_metric_vis.mdx +++ b/api_docs/expression_metric_vis.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionMetricVis title: "expressionMetricVis" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionMetricVis plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetricVis'] --- import expressionMetricVisObj from './expression_metric_vis.devdocs.json'; diff --git a/api_docs/expression_partition_vis.mdx b/api_docs/expression_partition_vis.mdx index b48d78e9f6c3d..e42e19cba655e 100644 --- a/api_docs/expression_partition_vis.mdx +++ b/api_docs/expression_partition_vis.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionPartitionVis title: "expressionPartitionVis" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionPartitionVis plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionPartitionVis'] --- import expressionPartitionVisObj from './expression_partition_vis.devdocs.json'; diff --git a/api_docs/expression_repeat_image.mdx b/api_docs/expression_repeat_image.mdx index 8c9d59997132b..9ccac384617af 100644 --- a/api_docs/expression_repeat_image.mdx +++ b/api_docs/expression_repeat_image.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionRepeatImage title: "expressionRepeatImage" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionRepeatImage plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRepeatImage'] --- import expressionRepeatImageObj from './expression_repeat_image.devdocs.json'; diff --git a/api_docs/expression_reveal_image.mdx b/api_docs/expression_reveal_image.mdx index 52308e628dfef..3100213e35901 100644 --- a/api_docs/expression_reveal_image.mdx +++ b/api_docs/expression_reveal_image.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionRevealImage title: "expressionRevealImage" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionRevealImage plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRevealImage'] --- import expressionRevealImageObj from './expression_reveal_image.devdocs.json'; diff --git a/api_docs/expression_shape.mdx b/api_docs/expression_shape.mdx index 84759d1c5741b..6f61f58c5aaee 100644 --- a/api_docs/expression_shape.mdx +++ b/api_docs/expression_shape.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionShape title: "expressionShape" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionShape plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionShape'] --- import expressionShapeObj from './expression_shape.devdocs.json'; diff --git a/api_docs/expression_tagcloud.mdx b/api_docs/expression_tagcloud.mdx index f2f69c8bf8865..87311639d1789 100644 --- a/api_docs/expression_tagcloud.mdx +++ b/api_docs/expression_tagcloud.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionTagcloud title: "expressionTagcloud" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionTagcloud plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionTagcloud'] --- import expressionTagcloudObj from './expression_tagcloud.devdocs.json'; diff --git a/api_docs/expression_x_y.mdx b/api_docs/expression_x_y.mdx index a80766a0360c3..d28479a636e82 100644 --- a/api_docs/expression_x_y.mdx +++ b/api_docs/expression_x_y.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionXY title: "expressionXY" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionXY plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionXY'] --- import expressionXYObj from './expression_x_y.devdocs.json'; diff --git a/api_docs/expressions.mdx b/api_docs/expressions.mdx index f244de808b257..5721d64c094b4 100644 --- a/api_docs/expressions.mdx +++ b/api_docs/expressions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressions title: "expressions" image: https://source.unsplash.com/400x175/?github description: API docs for the expressions plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressions'] --- import expressionsObj from './expressions.devdocs.json'; diff --git a/api_docs/features.mdx b/api_docs/features.mdx index 6adae2d6b259d..dca229a8869b4 100644 --- a/api_docs/features.mdx +++ b/api_docs/features.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/features title: "features" image: https://source.unsplash.com/400x175/?github description: API docs for the features plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'features'] --- import featuresObj from './features.devdocs.json'; diff --git a/api_docs/field_formats.mdx b/api_docs/field_formats.mdx index d787264de0cb8..fda09992c5071 100644 --- a/api_docs/field_formats.mdx +++ b/api_docs/field_formats.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fieldFormats title: "fieldFormats" image: https://source.unsplash.com/400x175/?github description: API docs for the fieldFormats plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fieldFormats'] --- import fieldFormatsObj from './field_formats.devdocs.json'; diff --git a/api_docs/fields_metadata.mdx b/api_docs/fields_metadata.mdx index 8324992653445..ec249e7ad16c1 100644 --- a/api_docs/fields_metadata.mdx +++ b/api_docs/fields_metadata.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fieldsMetadata title: "fieldsMetadata" image: https://source.unsplash.com/400x175/?github description: API docs for the fieldsMetadata plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fieldsMetadata'] --- import fieldsMetadataObj from './fields_metadata.devdocs.json'; diff --git a/api_docs/file_upload.mdx b/api_docs/file_upload.mdx index f06cb1e5298b9..10f9c317f3227 100644 --- a/api_docs/file_upload.mdx +++ b/api_docs/file_upload.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fileUpload title: "fileUpload" image: https://source.unsplash.com/400x175/?github description: API docs for the fileUpload plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fileUpload'] --- import fileUploadObj from './file_upload.devdocs.json'; diff --git a/api_docs/files.mdx b/api_docs/files.mdx index 952ed5c463c77..079f9e1c2a4bc 100644 --- a/api_docs/files.mdx +++ b/api_docs/files.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/files title: "files" image: https://source.unsplash.com/400x175/?github description: API docs for the files plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'files'] --- import filesObj from './files.devdocs.json'; diff --git a/api_docs/files_management.mdx b/api_docs/files_management.mdx index a50e6d4b40112..7f6f19bd37c53 100644 --- a/api_docs/files_management.mdx +++ b/api_docs/files_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/filesManagement title: "filesManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the filesManagement plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'filesManagement'] --- import filesManagementObj from './files_management.devdocs.json'; diff --git a/api_docs/fleet.devdocs.json b/api_docs/fleet.devdocs.json index bf5d2f4124c0e..511c54ed38939 100644 --- a/api_docs/fleet.devdocs.json +++ b/api_docs/fleet.devdocs.json @@ -4935,7 +4935,7 @@ "label": "agent_list", "description": [], "signature": [ - "({ kuery }: ", + "({ kuery, showInactive }: ", { "pluginId": "fleet", "scope": "public", @@ -4954,7 +4954,7 @@ "id": "def-public.pagePathGetters.agent_list.$1", "type": "Object", "tags": [], - "label": "{ kuery }", + "label": "{ kuery, showInactive }", "description": [], "signature": [ { @@ -19455,7 +19455,7 @@ "label": "isValidNamespace", "description": [], "signature": [ - "(namespace: string, allowBlankNamespace: boolean | undefined) => { valid: boolean; error?: string | undefined; }" + "(namespace: string, allowBlankNamespace: boolean | undefined, allowedNamespacePrefixes: string[] | undefined) => { valid: boolean; error?: string | undefined; }" ], "path": "x-pack/plugins/fleet/common/services/is_valid_namespace.ts", "deprecated": false, @@ -19490,6 +19490,21 @@ "deprecated": false, "trackAdoption": false, "isRequired": false + }, + { + "parentPluginId": "fleet", + "id": "def-common.isValidNamespace.$3", + "type": "Array", + "tags": [], + "label": "allowedNamespacePrefixes", + "description": [], + "signature": [ + "string[] | undefined" + ], + "path": "x-pack/plugins/fleet/common/services/is_valid_namespace.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false } ], "returnComment": [], diff --git a/api_docs/fleet.mdx b/api_docs/fleet.mdx index 9c8af0ad32af0..a3918095c247e 100644 --- a/api_docs/fleet.mdx +++ b/api_docs/fleet.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fleet title: "fleet" image: https://source.unsplash.com/400x175/?github description: API docs for the fleet plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fleet'] --- import fleetObj from './fleet.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/fleet](https://github.com/orgs/elastic/teams/fleet) for questi | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 1349 | 5 | 1227 | 72 | +| 1350 | 5 | 1228 | 72 | ## Client diff --git a/api_docs/global_search.mdx b/api_docs/global_search.mdx index 550f10b4b0495..ed95d96861ce5 100644 --- a/api_docs/global_search.mdx +++ b/api_docs/global_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/globalSearch title: "globalSearch" image: https://source.unsplash.com/400x175/?github description: API docs for the globalSearch plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'globalSearch'] --- import globalSearchObj from './global_search.devdocs.json'; diff --git a/api_docs/guided_onboarding.mdx b/api_docs/guided_onboarding.mdx index 597210c4a1fbf..9bf52ab7bef9f 100644 --- a/api_docs/guided_onboarding.mdx +++ b/api_docs/guided_onboarding.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/guidedOnboarding title: "guidedOnboarding" image: https://source.unsplash.com/400x175/?github description: API docs for the guidedOnboarding plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'guidedOnboarding'] --- import guidedOnboardingObj from './guided_onboarding.devdocs.json'; diff --git a/api_docs/home.mdx b/api_docs/home.mdx index c9ecac607c50a..3ca2ecb638abe 100644 --- a/api_docs/home.mdx +++ b/api_docs/home.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/home title: "home" image: https://source.unsplash.com/400x175/?github description: API docs for the home plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'home'] --- import homeObj from './home.devdocs.json'; diff --git a/api_docs/image_embeddable.mdx b/api_docs/image_embeddable.mdx index d5c5c8662a49a..1e421ce556a43 100644 --- a/api_docs/image_embeddable.mdx +++ b/api_docs/image_embeddable.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/imageEmbeddable title: "imageEmbeddable" image: https://source.unsplash.com/400x175/?github description: API docs for the imageEmbeddable plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'imageEmbeddable'] --- import imageEmbeddableObj from './image_embeddable.devdocs.json'; diff --git a/api_docs/index_lifecycle_management.mdx b/api_docs/index_lifecycle_management.mdx index ead53806c9c79..62d5ba4775fbf 100644 --- a/api_docs/index_lifecycle_management.mdx +++ b/api_docs/index_lifecycle_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/indexLifecycleManagement title: "indexLifecycleManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the indexLifecycleManagement plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexLifecycleManagement'] --- import indexLifecycleManagementObj from './index_lifecycle_management.devdocs.json'; diff --git a/api_docs/index_management.mdx b/api_docs/index_management.mdx index f2595ff190730..746215b6305b0 100644 --- a/api_docs/index_management.mdx +++ b/api_docs/index_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/indexManagement title: "indexManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the indexManagement plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexManagement'] --- import indexManagementObj from './index_management.devdocs.json'; diff --git a/api_docs/infra.mdx b/api_docs/infra.mdx index daa32d13c7665..fd305dbf14a1c 100644 --- a/api_docs/infra.mdx +++ b/api_docs/infra.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/infra title: "infra" image: https://source.unsplash.com/400x175/?github description: API docs for the infra plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'infra'] --- import infraObj from './infra.devdocs.json'; diff --git a/api_docs/ingest_pipelines.mdx b/api_docs/ingest_pipelines.mdx index 0e86f16b8ddb7..db773d20945e0 100644 --- a/api_docs/ingest_pipelines.mdx +++ b/api_docs/ingest_pipelines.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ingestPipelines title: "ingestPipelines" image: https://source.unsplash.com/400x175/?github description: API docs for the ingestPipelines plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ingestPipelines'] --- import ingestPipelinesObj from './ingest_pipelines.devdocs.json'; diff --git a/api_docs/inspector.mdx b/api_docs/inspector.mdx index c4e530c563aea..66410c5057608 100644 --- a/api_docs/inspector.mdx +++ b/api_docs/inspector.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/inspector title: "inspector" image: https://source.unsplash.com/400x175/?github description: API docs for the inspector plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inspector'] --- import inspectorObj from './inspector.devdocs.json'; diff --git a/api_docs/integration_assistant.devdocs.json b/api_docs/integration_assistant.devdocs.json index fb01a65e33531..abf09f8e1b3c4 100644 --- a/api_docs/integration_assistant.devdocs.json +++ b/api_docs/integration_assistant.devdocs.json @@ -172,7 +172,7 @@ "label": "BuildIntegrationRequestBody", "description": [], "signature": [ - "{ integration: { name: string; title: string; description: string; dataStreams: { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws_cloudwatch\" | \"aws_s3\" | \"azure_blob_storage\" | \"azure_eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp_pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", + "{ integration: { name: string; title: string; description: string; dataStreams: { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http-endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", { "pluginId": "integrationAssistant", "scope": "common", @@ -337,7 +337,7 @@ "\nThe dataStream object." ], "signature": [ - "{ name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws_cloudwatch\" | \"aws_s3\" | \"azure_blob_storage\" | \"azure_eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp_pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", + "{ name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http-endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", { "pluginId": "integrationAssistant", "scope": "common", @@ -464,7 +464,7 @@ "\nThe input type for the dataStream to pull logs from." ], "signature": [ - "\"kafka\" | \"aws_cloudwatch\" | \"aws_s3\" | \"azure_blob_storage\" | \"azure_eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp_pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\"" + "\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http-endpoint\" | \"journald\" | \"tcp\" | \"udp\"" ], "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.ts", "deprecated": false, @@ -481,7 +481,7 @@ "\nThe integration object." ], "signature": [ - "{ name: string; title: string; description: string; dataStreams: { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws_cloudwatch\" | \"aws_s3\" | \"azure_blob_storage\" | \"azure_eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp_pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", + "{ name: string; title: string; description: string; dataStreams: { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http-endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", { "pluginId": "integrationAssistant", "scope": "common", @@ -678,7 +678,7 @@ "label": "BuildIntegrationRequestBody", "description": [], "signature": [ - "Zod.ZodObject<{ integration: Zod.ZodObject<{ name: Zod.ZodString; title: Zod.ZodString; description: Zod.ZodString; dataStreams: Zod.ZodArray, \"many\">; rawSamples: Zod.ZodArray; pipeline: Zod.ZodObject<{ name: Zod.ZodOptional; description: Zod.ZodOptional; version: Zod.ZodOptional; processors: Zod.ZodArray, \"many\">; rawSamples: Zod.ZodArray; pipeline: Zod.ZodObject<{ name: Zod.ZodOptional; description: Zod.ZodOptional; version: Zod.ZodOptional; processors: Zod.ZodArray; docs: Zod.ZodArray, Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws_cloudwatch\" | \"aws_s3\" | \"azure_blob_storage\" | \"azure_eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp_pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", + "[] | undefined; }>; docs: Zod.ZodArray, Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http-endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", { "pluginId": "integrationAssistant", "scope": "common", @@ -758,7 +758,7 @@ "section": "def-common.ESProcessorItem", "text": "ESProcessorItem" }, - "[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }, { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws_cloudwatch\" | \"aws_s3\" | \"azure_blob_storage\" | \"azure_eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp_pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", + "[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }, { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http-endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", { "pluginId": "integrationAssistant", "scope": "common", @@ -774,7 +774,7 @@ "section": "def-common.ESProcessorItem", "text": "ESProcessorItem" }, - "[] | undefined; }; docs: Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }>, \"many\">; logo: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { name: string; title: string; description: string; dataStreams: { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws_cloudwatch\" | \"aws_s3\" | \"azure_blob_storage\" | \"azure_eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp_pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", + "[] | undefined; }; docs: Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }>, \"many\">; logo: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { name: string; title: string; description: string; dataStreams: { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http-endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", { "pluginId": "integrationAssistant", "scope": "common", @@ -790,7 +790,7 @@ "section": "def-common.ESProcessorItem", "text": "ESProcessorItem" }, - "[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }[]; logo?: string | undefined; }, { name: string; title: string; description: string; dataStreams: { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws_cloudwatch\" | \"aws_s3\" | \"azure_blob_storage\" | \"azure_eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp_pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", + "[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }[]; logo?: string | undefined; }, { name: string; title: string; description: string; dataStreams: { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http-endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", { "pluginId": "integrationAssistant", "scope": "common", @@ -806,7 +806,7 @@ "section": "def-common.ESProcessorItem", "text": "ESProcessorItem" }, - "[] | undefined; }; docs: Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }[]; logo?: string | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { integration: { name: string; title: string; description: string; dataStreams: { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws_cloudwatch\" | \"aws_s3\" | \"azure_blob_storage\" | \"azure_eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp_pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", + "[] | undefined; }; docs: Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }[]; logo?: string | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { integration: { name: string; title: string; description: string; dataStreams: { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http-endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", { "pluginId": "integrationAssistant", "scope": "common", @@ -822,7 +822,7 @@ "section": "def-common.ESProcessorItem", "text": "ESProcessorItem" }, - "[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }[]; logo?: string | undefined; }; }, { integration: { name: string; title: string; description: string; dataStreams: { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws_cloudwatch\" | \"aws_s3\" | \"azure_blob_storage\" | \"azure_eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp_pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", + "[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }[]; logo?: string | undefined; }; }, { integration: { name: string; title: string; description: string; dataStreams: { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http-endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", { "pluginId": "integrationAssistant", "scope": "common", @@ -1233,7 +1233,7 @@ "label": "DataStream", "description": [], "signature": [ - "Zod.ZodObject<{ name: Zod.ZodString; title: Zod.ZodString; description: Zod.ZodString; inputTypes: Zod.ZodArray, \"many\">; rawSamples: Zod.ZodArray; pipeline: Zod.ZodObject<{ name: Zod.ZodOptional; description: Zod.ZodOptional; version: Zod.ZodOptional; processors: Zod.ZodArray, \"many\">; rawSamples: Zod.ZodArray; pipeline: Zod.ZodObject<{ name: Zod.ZodOptional; description: Zod.ZodOptional; version: Zod.ZodOptional; processors: Zod.ZodArray; docs: Zod.ZodArray, Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws_cloudwatch\" | \"aws_s3\" | \"azure_blob_storage\" | \"azure_eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp_pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", + "[] | undefined; }>; docs: Zod.ZodArray, Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http-endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", { "pluginId": "integrationAssistant", "scope": "common", @@ -1313,7 +1313,7 @@ "section": "def-common.ESProcessorItem", "text": "ESProcessorItem" }, - "[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }, { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws_cloudwatch\" | \"aws_s3\" | \"azure_blob_storage\" | \"azure_eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp_pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", + "[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }, { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http-endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", { "pluginId": "integrationAssistant", "scope": "common", @@ -1548,7 +1548,7 @@ "label": "InputType", "description": [], "signature": [ - "Zod.ZodEnum<[\"aws_cloudwatch\", \"aws_s3\", \"azure_blob_storage\", \"azure_eventhub\", \"cel\", \"cloudfoundry\", \"filestream\", \"gcp_pubsub\", \"gcs\", \"http_endpoint\", \"journald\", \"kafka\", \"tcp\", \"udp\"]>" + "Zod.ZodEnum<[\"aws-cloudwatch\", \"aws-s3\", \"azure-blob-storage\", \"azure-eventhub\", \"cel\", \"cloudfoundry\", \"filestream\", \"gcp-pubsub\", \"gcs\", \"http-endpoint\", \"journald\", \"kafka\", \"tcp\", \"udp\"]>" ], "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.ts", "deprecated": false, @@ -1563,7 +1563,7 @@ "label": "Integration", "description": [], "signature": [ - "Zod.ZodObject<{ name: Zod.ZodString; title: Zod.ZodString; description: Zod.ZodString; dataStreams: Zod.ZodArray, \"many\">; rawSamples: Zod.ZodArray; pipeline: Zod.ZodObject<{ name: Zod.ZodOptional; description: Zod.ZodOptional; version: Zod.ZodOptional; processors: Zod.ZodArray, \"many\">; rawSamples: Zod.ZodArray; pipeline: Zod.ZodObject<{ name: Zod.ZodOptional; description: Zod.ZodOptional; version: Zod.ZodOptional; processors: Zod.ZodArray; docs: Zod.ZodArray, Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws_cloudwatch\" | \"aws_s3\" | \"azure_blob_storage\" | \"azure_eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp_pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", + "[] | undefined; }>; docs: Zod.ZodArray, Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http-endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", { "pluginId": "integrationAssistant", "scope": "common", @@ -1643,7 +1643,7 @@ "section": "def-common.ESProcessorItem", "text": "ESProcessorItem" }, - "[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }, { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws_cloudwatch\" | \"aws_s3\" | \"azure_blob_storage\" | \"azure_eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp_pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", + "[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }, { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http-endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", { "pluginId": "integrationAssistant", "scope": "common", @@ -1659,7 +1659,7 @@ "section": "def-common.ESProcessorItem", "text": "ESProcessorItem" }, - "[] | undefined; }; docs: Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }>, \"many\">; logo: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { name: string; title: string; description: string; dataStreams: { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws_cloudwatch\" | \"aws_s3\" | \"azure_blob_storage\" | \"azure_eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp_pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", + "[] | undefined; }; docs: Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }>, \"many\">; logo: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { name: string; title: string; description: string; dataStreams: { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http-endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", { "pluginId": "integrationAssistant", "scope": "common", @@ -1675,7 +1675,7 @@ "section": "def-common.ESProcessorItem", "text": "ESProcessorItem" }, - "[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }[]; logo?: string | undefined; }, { name: string; title: string; description: string; dataStreams: { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws_cloudwatch\" | \"aws_s3\" | \"azure_blob_storage\" | \"azure_eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp_pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", + "[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }[]; logo?: string | undefined; }, { name: string; title: string; description: string; dataStreams: { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http-endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ", { "pluginId": "integrationAssistant", "scope": "common", diff --git a/api_docs/integration_assistant.mdx b/api_docs/integration_assistant.mdx index 5f7a64ccb2e2d..4e5b079cd4f99 100644 --- a/api_docs/integration_assistant.mdx +++ b/api_docs/integration_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/integrationAssistant title: "integrationAssistant" image: https://source.unsplash.com/400x175/?github description: API docs for the integrationAssistant plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'integrationAssistant'] --- import integrationAssistantObj from './integration_assistant.devdocs.json'; diff --git a/api_docs/interactive_setup.mdx b/api_docs/interactive_setup.mdx index 2a87d8abf6cac..7c068208e255b 100644 --- a/api_docs/interactive_setup.mdx +++ b/api_docs/interactive_setup.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/interactiveSetup title: "interactiveSetup" image: https://source.unsplash.com/400x175/?github description: API docs for the interactiveSetup plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'interactiveSetup'] --- import interactiveSetupObj from './interactive_setup.devdocs.json'; diff --git a/api_docs/investigate.mdx b/api_docs/investigate.mdx index 406ea2d11e5c3..65397fa4edb09 100644 --- a/api_docs/investigate.mdx +++ b/api_docs/investigate.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/investigate title: "investigate" image: https://source.unsplash.com/400x175/?github description: API docs for the investigate plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'investigate'] --- import investigateObj from './investigate.devdocs.json'; diff --git a/api_docs/kbn_ace.mdx b/api_docs/kbn_ace.mdx index f8bec2651383f..f40187c7af53f 100644 --- a/api_docs/kbn_ace.mdx +++ b/api_docs/kbn_ace.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ace title: "@kbn/ace" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ace plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ace'] --- import kbnAceObj from './kbn_ace.devdocs.json'; diff --git a/api_docs/kbn_actions_types.devdocs.json b/api_docs/kbn_actions_types.devdocs.json index 13318e7a43109..c039945f326fa 100644 --- a/api_docs/kbn_actions_types.devdocs.json +++ b/api_docs/kbn_actions_types.devdocs.json @@ -19,7 +19,116 @@ "common": { "classes": [], "functions": [], - "interfaces": [], + "interfaces": [ + { + "parentPluginId": "@kbn/actions-types", + "id": "def-common.ActionType", + "type": "Interface", + "tags": [], + "label": "ActionType", + "description": [], + "path": "packages/kbn-actions-types/action_types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/actions-types", + "id": "def-common.ActionType.id", + "type": "string", + "tags": [], + "label": "id", + "description": [], + "path": "packages/kbn-actions-types/action_types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/actions-types", + "id": "def-common.ActionType.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "path": "packages/kbn-actions-types/action_types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/actions-types", + "id": "def-common.ActionType.enabled", + "type": "boolean", + "tags": [], + "label": "enabled", + "description": [], + "path": "packages/kbn-actions-types/action_types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/actions-types", + "id": "def-common.ActionType.enabledInConfig", + "type": "boolean", + "tags": [], + "label": "enabledInConfig", + "description": [], + "path": "packages/kbn-actions-types/action_types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/actions-types", + "id": "def-common.ActionType.enabledInLicense", + "type": "boolean", + "tags": [], + "label": "enabledInLicense", + "description": [], + "path": "packages/kbn-actions-types/action_types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/actions-types", + "id": "def-common.ActionType.minimumLicenseRequired", + "type": "CompoundType", + "tags": [], + "label": "minimumLicenseRequired", + "description": [], + "signature": [ + "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"" + ], + "path": "packages/kbn-actions-types/action_types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/actions-types", + "id": "def-common.ActionType.supportedFeatureIds", + "type": "Array", + "tags": [], + "label": "supportedFeatureIds", + "description": [], + "signature": [ + "string[]" + ], + "path": "packages/kbn-actions-types/action_types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/actions-types", + "id": "def-common.ActionType.isSystemActionType", + "type": "boolean", + "tags": [], + "label": "isSystemActionType", + "description": [], + "path": "packages/kbn-actions-types/action_types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + } + ], "enums": [], "misc": [ { diff --git a/api_docs/kbn_actions_types.mdx b/api_docs/kbn_actions_types.mdx index 945ca38d88178..2e8fb31bb9af9 100644 --- a/api_docs/kbn_actions_types.mdx +++ b/api_docs/kbn_actions_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-actions-types title: "@kbn/actions-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/actions-types plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/actions-types'] --- import kbnActionsTypesObj from './kbn_actions_types.devdocs.json'; @@ -21,10 +21,13 @@ Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-o | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 5 | 0 | 5 | 0 | +| 14 | 0 | 14 | 0 | ## Common +### Interfaces + + ### Consts, variables and types diff --git a/api_docs/kbn_aiops_components.mdx b/api_docs/kbn_aiops_components.mdx index ba29936dbde11..4d4b123a988aa 100644 --- a/api_docs/kbn_aiops_components.mdx +++ b/api_docs/kbn_aiops_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-components title: "@kbn/aiops-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/aiops-components plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-components'] --- import kbnAiopsComponentsObj from './kbn_aiops_components.devdocs.json'; diff --git a/api_docs/kbn_aiops_log_pattern_analysis.mdx b/api_docs/kbn_aiops_log_pattern_analysis.mdx index 3c153c887686a..7e2499ece5ffd 100644 --- a/api_docs/kbn_aiops_log_pattern_analysis.mdx +++ b/api_docs/kbn_aiops_log_pattern_analysis.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-log-pattern-analysis title: "@kbn/aiops-log-pattern-analysis" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/aiops-log-pattern-analysis plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-log-pattern-analysis'] --- import kbnAiopsLogPatternAnalysisObj from './kbn_aiops_log_pattern_analysis.devdocs.json'; diff --git a/api_docs/kbn_aiops_log_rate_analysis.mdx b/api_docs/kbn_aiops_log_rate_analysis.mdx index fa545a0c03ed6..71b9a3bf425e4 100644 --- a/api_docs/kbn_aiops_log_rate_analysis.mdx +++ b/api_docs/kbn_aiops_log_rate_analysis.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-log-rate-analysis title: "@kbn/aiops-log-rate-analysis" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/aiops-log-rate-analysis plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-log-rate-analysis'] --- import kbnAiopsLogRateAnalysisObj from './kbn_aiops_log_rate_analysis.devdocs.json'; diff --git a/api_docs/kbn_alerting_api_integration_helpers.mdx b/api_docs/kbn_alerting_api_integration_helpers.mdx index 3116d095c6076..24173fe25d66b 100644 --- a/api_docs/kbn_alerting_api_integration_helpers.mdx +++ b/api_docs/kbn_alerting_api_integration_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-api-integration-helpers title: "@kbn/alerting-api-integration-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerting-api-integration-helpers plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-api-integration-helpers'] --- import kbnAlertingApiIntegrationHelpersObj from './kbn_alerting_api_integration_helpers.devdocs.json'; diff --git a/api_docs/kbn_alerting_comparators.mdx b/api_docs/kbn_alerting_comparators.mdx index 719cbe5b37ca3..992b95b745f4e 100644 --- a/api_docs/kbn_alerting_comparators.mdx +++ b/api_docs/kbn_alerting_comparators.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-comparators title: "@kbn/alerting-comparators" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerting-comparators plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-comparators'] --- import kbnAlertingComparatorsObj from './kbn_alerting_comparators.devdocs.json'; diff --git a/api_docs/kbn_alerting_state_types.mdx b/api_docs/kbn_alerting_state_types.mdx index aa844990daab6..7c08a5ccdfb0f 100644 --- a/api_docs/kbn_alerting_state_types.mdx +++ b/api_docs/kbn_alerting_state_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-state-types title: "@kbn/alerting-state-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerting-state-types plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-state-types'] --- import kbnAlertingStateTypesObj from './kbn_alerting_state_types.devdocs.json'; diff --git a/api_docs/kbn_alerting_types.mdx b/api_docs/kbn_alerting_types.mdx index 0f4026effa59e..78873f29fd7bb 100644 --- a/api_docs/kbn_alerting_types.mdx +++ b/api_docs/kbn_alerting_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-types title: "@kbn/alerting-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerting-types plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-types'] --- import kbnAlertingTypesObj from './kbn_alerting_types.devdocs.json'; diff --git a/api_docs/kbn_alerts_as_data_utils.mdx b/api_docs/kbn_alerts_as_data_utils.mdx index 3b75e683cdb53..129cbe2d5ce60 100644 --- a/api_docs/kbn_alerts_as_data_utils.mdx +++ b/api_docs/kbn_alerts_as_data_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerts-as-data-utils title: "@kbn/alerts-as-data-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerts-as-data-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts-as-data-utils'] --- import kbnAlertsAsDataUtilsObj from './kbn_alerts_as_data_utils.devdocs.json'; diff --git a/api_docs/kbn_alerts_grouping.mdx b/api_docs/kbn_alerts_grouping.mdx index 5918f763dda6b..c7ea7c5874ecb 100644 --- a/api_docs/kbn_alerts_grouping.mdx +++ b/api_docs/kbn_alerts_grouping.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerts-grouping title: "@kbn/alerts-grouping" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerts-grouping plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts-grouping'] --- import kbnAlertsGroupingObj from './kbn_alerts_grouping.devdocs.json'; diff --git a/api_docs/kbn_alerts_ui_shared.devdocs.json b/api_docs/kbn_alerts_ui_shared.devdocs.json index 404c573dafc06..11b22945db422 100644 --- a/api_docs/kbn_alerts_ui_shared.devdocs.json +++ b/api_docs/kbn_alerts_ui_shared.devdocs.json @@ -6130,6 +6130,37 @@ "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "@kbn/alerts-ui-shared", + "id": "def-common.SanitizedRuleAction", + "type": "Type", + "tags": [], + "label": "SanitizedRuleAction", + "description": [], + "signature": [ + "Omit<", + { + "pluginId": "@kbn/alerting-types", + "scope": "common", + "docId": "kibKbnAlertingTypesPluginApi", + "section": "def-common.RuleAction", + "text": "RuleAction" + }, + ", \"alertsFilter\"> & { alertsFilter?: ", + { + "pluginId": "@kbn/alerting-types", + "scope": "common", + "docId": "kibKbnAlertingTypesPluginApi", + "section": "def-common.SanitizedAlertsFilter", + "text": "SanitizedAlertsFilter" + }, + " | undefined; }" + ], + "path": "packages/kbn-alerting-types/rule_types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/alerts-ui-shared", "id": "def-common.SystemAction", diff --git a/api_docs/kbn_alerts_ui_shared.mdx b/api_docs/kbn_alerts_ui_shared.mdx index 183a01faa53c9..71d04a3997e13 100644 --- a/api_docs/kbn_alerts_ui_shared.mdx +++ b/api_docs/kbn_alerts_ui_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerts-ui-shared title: "@kbn/alerts-ui-shared" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerts-ui-shared plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts-ui-shared'] --- import kbnAlertsUiSharedObj from './kbn_alerts_ui_shared.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-o | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 299 | 0 | 283 | 8 | +| 300 | 0 | 284 | 8 | ## Common diff --git a/api_docs/kbn_analytics.mdx b/api_docs/kbn_analytics.mdx index c198bf613bd50..3f06796d171c0 100644 --- a/api_docs/kbn_analytics.mdx +++ b/api_docs/kbn_analytics.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics title: "@kbn/analytics" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/analytics plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics'] --- import kbnAnalyticsObj from './kbn_analytics.devdocs.json'; diff --git a/api_docs/kbn_analytics_collection_utils.mdx b/api_docs/kbn_analytics_collection_utils.mdx index 2a75a8c0f7de3..393c751ef21cd 100644 --- a/api_docs/kbn_analytics_collection_utils.mdx +++ b/api_docs/kbn_analytics_collection_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-collection-utils title: "@kbn/analytics-collection-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/analytics-collection-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-collection-utils'] --- import kbnAnalyticsCollectionUtilsObj from './kbn_analytics_collection_utils.devdocs.json'; diff --git a/api_docs/kbn_apm_config_loader.mdx b/api_docs/kbn_apm_config_loader.mdx index 98e7aeea04b27..7b9b9c420fbf6 100644 --- a/api_docs/kbn_apm_config_loader.mdx +++ b/api_docs/kbn_apm_config_loader.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-config-loader title: "@kbn/apm-config-loader" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-config-loader plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-config-loader'] --- import kbnApmConfigLoaderObj from './kbn_apm_config_loader.devdocs.json'; diff --git a/api_docs/kbn_apm_data_view.mdx b/api_docs/kbn_apm_data_view.mdx index cc0ad44952f09..8d3dee29a1c17 100644 --- a/api_docs/kbn_apm_data_view.mdx +++ b/api_docs/kbn_apm_data_view.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-data-view title: "@kbn/apm-data-view" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-data-view plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-data-view'] --- import kbnApmDataViewObj from './kbn_apm_data_view.devdocs.json'; diff --git a/api_docs/kbn_apm_synthtrace.mdx b/api_docs/kbn_apm_synthtrace.mdx index e1676d5788765..6d6a39062a397 100644 --- a/api_docs/kbn_apm_synthtrace.mdx +++ b/api_docs/kbn_apm_synthtrace.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-synthtrace title: "@kbn/apm-synthtrace" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-synthtrace plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-synthtrace'] --- import kbnApmSynthtraceObj from './kbn_apm_synthtrace.devdocs.json'; diff --git a/api_docs/kbn_apm_synthtrace_client.mdx b/api_docs/kbn_apm_synthtrace_client.mdx index 77c32de539858..abae88d827db4 100644 --- a/api_docs/kbn_apm_synthtrace_client.mdx +++ b/api_docs/kbn_apm_synthtrace_client.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-synthtrace-client title: "@kbn/apm-synthtrace-client" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-synthtrace-client plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-synthtrace-client'] --- import kbnApmSynthtraceClientObj from './kbn_apm_synthtrace_client.devdocs.json'; diff --git a/api_docs/kbn_apm_utils.mdx b/api_docs/kbn_apm_utils.mdx index 276c99ff5c904..ff80a5e2f1758 100644 --- a/api_docs/kbn_apm_utils.mdx +++ b/api_docs/kbn_apm_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-utils title: "@kbn/apm-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-utils'] --- import kbnApmUtilsObj from './kbn_apm_utils.devdocs.json'; diff --git a/api_docs/kbn_avc_banner.devdocs.json b/api_docs/kbn_avc_banner.devdocs.json new file mode 100644 index 0000000000000..e86dac6904afb --- /dev/null +++ b/api_docs/kbn_avc_banner.devdocs.json @@ -0,0 +1,61 @@ +{ + "id": "@kbn/avc-banner", + "client": { + "classes": [], + "functions": [ + { + "parentPluginId": "@kbn/avc-banner", + "id": "def-public.AVCResultsBanner2024", + "type": "Function", + "tags": [], + "label": "AVCResultsBanner2024", + "description": [], + "signature": [ + "({ onDismiss }: React.PropsWithChildren<{ onDismiss: () => void; }>) => JSX.Element" + ], + "path": "packages/kbn-avc-banner/src/index.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/avc-banner", + "id": "def-public.AVCResultsBanner2024.$1", + "type": "CompoundType", + "tags": [], + "label": "{ onDismiss }", + "description": [], + "signature": [ + "React.PropsWithChildren<{ onDismiss: () => void; }>" + ], + "path": "packages/kbn-avc-banner/src/index.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + } +} \ No newline at end of file diff --git a/api_docs/kbn_avc_banner.mdx b/api_docs/kbn_avc_banner.mdx new file mode 100644 index 0000000000000..cab21e8105ac4 --- /dev/null +++ b/api_docs/kbn_avc_banner.mdx @@ -0,0 +1,30 @@ +--- +#### +#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system. +#### Reach out in #docs-engineering for more info. +#### +id: kibKbnAvcBannerPluginApi +slug: /kibana-dev-docs/api/kbn-avc-banner +title: "@kbn/avc-banner" +image: https://source.unsplash.com/400x175/?github +description: API docs for the @kbn/avc-banner plugin +date: 2024-07-22 +tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/avc-banner'] +--- +import kbnAvcBannerObj from './kbn_avc_banner.devdocs.json'; + + + +Contact [@elastic/security-defend-workflows](https://github.com/orgs/elastic/teams/security-defend-workflows) for questions regarding this plugin. + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 2 | 0 | 2 | 0 | + +## Client + +### Functions + + diff --git a/api_docs/kbn_axe_config.mdx b/api_docs/kbn_axe_config.mdx index 2b77bc86ad2c1..442e5e7457b2e 100644 --- a/api_docs/kbn_axe_config.mdx +++ b/api_docs/kbn_axe_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-axe-config title: "@kbn/axe-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/axe-config plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/axe-config'] --- import kbnAxeConfigObj from './kbn_axe_config.devdocs.json'; diff --git a/api_docs/kbn_bfetch_error.mdx b/api_docs/kbn_bfetch_error.mdx index b82cfb8df5cf0..6211cb53d5f5d 100644 --- a/api_docs/kbn_bfetch_error.mdx +++ b/api_docs/kbn_bfetch_error.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-bfetch-error title: "@kbn/bfetch-error" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/bfetch-error plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/bfetch-error'] --- import kbnBfetchErrorObj from './kbn_bfetch_error.devdocs.json'; diff --git a/api_docs/kbn_calculate_auto.mdx b/api_docs/kbn_calculate_auto.mdx index 68f3381ad802d..e61c1b20b8454 100644 --- a/api_docs/kbn_calculate_auto.mdx +++ b/api_docs/kbn_calculate_auto.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-calculate-auto title: "@kbn/calculate-auto" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/calculate-auto plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/calculate-auto'] --- import kbnCalculateAutoObj from './kbn_calculate_auto.devdocs.json'; diff --git a/api_docs/kbn_calculate_width_from_char_count.mdx b/api_docs/kbn_calculate_width_from_char_count.mdx index 933eb80d70df5..5b50c6e7acf33 100644 --- a/api_docs/kbn_calculate_width_from_char_count.mdx +++ b/api_docs/kbn_calculate_width_from_char_count.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-calculate-width-from-char-count title: "@kbn/calculate-width-from-char-count" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/calculate-width-from-char-count plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/calculate-width-from-char-count'] --- import kbnCalculateWidthFromCharCountObj from './kbn_calculate_width_from_char_count.devdocs.json'; diff --git a/api_docs/kbn_cases_components.mdx b/api_docs/kbn_cases_components.mdx index dcd3827a2c2bd..a77d372b9b102 100644 --- a/api_docs/kbn_cases_components.mdx +++ b/api_docs/kbn_cases_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cases-components title: "@kbn/cases-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cases-components plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cases-components'] --- import kbnCasesComponentsObj from './kbn_cases_components.devdocs.json'; diff --git a/api_docs/kbn_cell_actions.mdx b/api_docs/kbn_cell_actions.mdx index 423e685611dc6..8da0659ced462 100644 --- a/api_docs/kbn_cell_actions.mdx +++ b/api_docs/kbn_cell_actions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cell-actions title: "@kbn/cell-actions" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cell-actions plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cell-actions'] --- import kbnCellActionsObj from './kbn_cell_actions.devdocs.json'; diff --git a/api_docs/kbn_chart_expressions_common.mdx b/api_docs/kbn_chart_expressions_common.mdx index 088f6667c49bd..e1fc0428741ac 100644 --- a/api_docs/kbn_chart_expressions_common.mdx +++ b/api_docs/kbn_chart_expressions_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-chart-expressions-common title: "@kbn/chart-expressions-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/chart-expressions-common plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/chart-expressions-common'] --- import kbnChartExpressionsCommonObj from './kbn_chart_expressions_common.devdocs.json'; diff --git a/api_docs/kbn_chart_icons.mdx b/api_docs/kbn_chart_icons.mdx index b9cc384f0b6f8..23fd650653107 100644 --- a/api_docs/kbn_chart_icons.mdx +++ b/api_docs/kbn_chart_icons.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-chart-icons title: "@kbn/chart-icons" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/chart-icons plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/chart-icons'] --- import kbnChartIconsObj from './kbn_chart_icons.devdocs.json'; diff --git a/api_docs/kbn_ci_stats_core.mdx b/api_docs/kbn_ci_stats_core.mdx index 91fa922538d28..5e27582c65a62 100644 --- a/api_docs/kbn_ci_stats_core.mdx +++ b/api_docs/kbn_ci_stats_core.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ci-stats-core title: "@kbn/ci-stats-core" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ci-stats-core plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ci-stats-core'] --- import kbnCiStatsCoreObj from './kbn_ci_stats_core.devdocs.json'; diff --git a/api_docs/kbn_ci_stats_performance_metrics.mdx b/api_docs/kbn_ci_stats_performance_metrics.mdx index 7c2a639223d32..5117bc1a4e53f 100644 --- a/api_docs/kbn_ci_stats_performance_metrics.mdx +++ b/api_docs/kbn_ci_stats_performance_metrics.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ci-stats-performance-metrics title: "@kbn/ci-stats-performance-metrics" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ci-stats-performance-metrics plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ci-stats-performance-metrics'] --- import kbnCiStatsPerformanceMetricsObj from './kbn_ci_stats_performance_metrics.devdocs.json'; diff --git a/api_docs/kbn_ci_stats_reporter.mdx b/api_docs/kbn_ci_stats_reporter.mdx index 41b32624b20af..55fcb3c1b0e52 100644 --- a/api_docs/kbn_ci_stats_reporter.mdx +++ b/api_docs/kbn_ci_stats_reporter.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ci-stats-reporter title: "@kbn/ci-stats-reporter" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ci-stats-reporter plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ci-stats-reporter'] --- import kbnCiStatsReporterObj from './kbn_ci_stats_reporter.devdocs.json'; diff --git a/api_docs/kbn_cli_dev_mode.mdx b/api_docs/kbn_cli_dev_mode.mdx index 57892a93a0765..8b21c81de7e8b 100644 --- a/api_docs/kbn_cli_dev_mode.mdx +++ b/api_docs/kbn_cli_dev_mode.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cli-dev-mode title: "@kbn/cli-dev-mode" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cli-dev-mode plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cli-dev-mode'] --- import kbnCliDevModeObj from './kbn_cli_dev_mode.devdocs.json'; diff --git a/api_docs/kbn_code_editor.mdx b/api_docs/kbn_code_editor.mdx index b01e3e21803bf..b5f6386441dac 100644 --- a/api_docs/kbn_code_editor.mdx +++ b/api_docs/kbn_code_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-code-editor title: "@kbn/code-editor" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/code-editor plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/code-editor'] --- import kbnCodeEditorObj from './kbn_code_editor.devdocs.json'; diff --git a/api_docs/kbn_code_editor_mock.mdx b/api_docs/kbn_code_editor_mock.mdx index 51700c02a628b..48de9a2ea191c 100644 --- a/api_docs/kbn_code_editor_mock.mdx +++ b/api_docs/kbn_code_editor_mock.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-code-editor-mock title: "@kbn/code-editor-mock" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/code-editor-mock plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/code-editor-mock'] --- import kbnCodeEditorMockObj from './kbn_code_editor_mock.devdocs.json'; diff --git a/api_docs/kbn_code_owners.mdx b/api_docs/kbn_code_owners.mdx index c197044683fbb..b2b5a30eb6668 100644 --- a/api_docs/kbn_code_owners.mdx +++ b/api_docs/kbn_code_owners.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-code-owners title: "@kbn/code-owners" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/code-owners plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/code-owners'] --- import kbnCodeOwnersObj from './kbn_code_owners.devdocs.json'; diff --git a/api_docs/kbn_coloring.mdx b/api_docs/kbn_coloring.mdx index 4d921958e6112..b0bc6d7addc04 100644 --- a/api_docs/kbn_coloring.mdx +++ b/api_docs/kbn_coloring.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-coloring title: "@kbn/coloring" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/coloring plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/coloring'] --- import kbnColoringObj from './kbn_coloring.devdocs.json'; diff --git a/api_docs/kbn_config.mdx b/api_docs/kbn_config.mdx index fc1d322c0f9cd..9d38f00c54e4c 100644 --- a/api_docs/kbn_config.mdx +++ b/api_docs/kbn_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-config title: "@kbn/config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/config plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config'] --- import kbnConfigObj from './kbn_config.devdocs.json'; diff --git a/api_docs/kbn_config_mocks.mdx b/api_docs/kbn_config_mocks.mdx index 831b090eb15f8..d5ebf2769de7a 100644 --- a/api_docs/kbn_config_mocks.mdx +++ b/api_docs/kbn_config_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-config-mocks title: "@kbn/config-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/config-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config-mocks'] --- import kbnConfigMocksObj from './kbn_config_mocks.devdocs.json'; diff --git a/api_docs/kbn_config_schema.mdx b/api_docs/kbn_config_schema.mdx index 530237ed6f9f0..00a4c8427ef88 100644 --- a/api_docs/kbn_config_schema.mdx +++ b/api_docs/kbn_config_schema.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-config-schema title: "@kbn/config-schema" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/config-schema plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config-schema'] --- import kbnConfigSchemaObj from './kbn_config_schema.devdocs.json'; diff --git a/api_docs/kbn_content_management_content_editor.mdx b/api_docs/kbn_content_management_content_editor.mdx index 1b70fa39fe393..5957caaa5f608 100644 --- a/api_docs/kbn_content_management_content_editor.mdx +++ b/api_docs/kbn_content_management_content_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-content-editor title: "@kbn/content-management-content-editor" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-content-editor plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-content-editor'] --- import kbnContentManagementContentEditorObj from './kbn_content_management_content_editor.devdocs.json'; diff --git a/api_docs/kbn_content_management_tabbed_table_list_view.mdx b/api_docs/kbn_content_management_tabbed_table_list_view.mdx index 24500c8951470..ac4f4fc1acdbd 100644 --- a/api_docs/kbn_content_management_tabbed_table_list_view.mdx +++ b/api_docs/kbn_content_management_tabbed_table_list_view.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-tabbed-table-list-view title: "@kbn/content-management-tabbed-table-list-view" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-tabbed-table-list-view plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-tabbed-table-list-view'] --- import kbnContentManagementTabbedTableListViewObj from './kbn_content_management_tabbed_table_list_view.devdocs.json'; diff --git a/api_docs/kbn_content_management_table_list_view.mdx b/api_docs/kbn_content_management_table_list_view.mdx index e1a804b807d65..411bf3c901a02 100644 --- a/api_docs/kbn_content_management_table_list_view.mdx +++ b/api_docs/kbn_content_management_table_list_view.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-table-list-view title: "@kbn/content-management-table-list-view" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-table-list-view plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-table-list-view'] --- import kbnContentManagementTableListViewObj from './kbn_content_management_table_list_view.devdocs.json'; diff --git a/api_docs/kbn_content_management_table_list_view_common.mdx b/api_docs/kbn_content_management_table_list_view_common.mdx index 93e6868e27ccf..ea5e600d48274 100644 --- a/api_docs/kbn_content_management_table_list_view_common.mdx +++ b/api_docs/kbn_content_management_table_list_view_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-table-list-view-common title: "@kbn/content-management-table-list-view-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-table-list-view-common plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-table-list-view-common'] --- import kbnContentManagementTableListViewCommonObj from './kbn_content_management_table_list_view_common.devdocs.json'; diff --git a/api_docs/kbn_content_management_table_list_view_table.mdx b/api_docs/kbn_content_management_table_list_view_table.mdx index bed8a16c91faf..12735c75af993 100644 --- a/api_docs/kbn_content_management_table_list_view_table.mdx +++ b/api_docs/kbn_content_management_table_list_view_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-table-list-view-table title: "@kbn/content-management-table-list-view-table" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-table-list-view-table plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-table-list-view-table'] --- import kbnContentManagementTableListViewTableObj from './kbn_content_management_table_list_view_table.devdocs.json'; diff --git a/api_docs/kbn_content_management_user_profiles.mdx b/api_docs/kbn_content_management_user_profiles.mdx index 4e876fba64415..5f637c774a33d 100644 --- a/api_docs/kbn_content_management_user_profiles.mdx +++ b/api_docs/kbn_content_management_user_profiles.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-user-profiles title: "@kbn/content-management-user-profiles" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-user-profiles plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-user-profiles'] --- import kbnContentManagementUserProfilesObj from './kbn_content_management_user_profiles.devdocs.json'; diff --git a/api_docs/kbn_content_management_utils.mdx b/api_docs/kbn_content_management_utils.mdx index acde79e343ced..ed1777e90dadb 100644 --- a/api_docs/kbn_content_management_utils.mdx +++ b/api_docs/kbn_content_management_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-utils title: "@kbn/content-management-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-utils'] --- import kbnContentManagementUtilsObj from './kbn_content_management_utils.devdocs.json'; diff --git a/api_docs/kbn_core_analytics_browser.devdocs.json b/api_docs/kbn_core_analytics_browser.devdocs.json index 6b84149338f13..e07512d4fa1a2 100644 --- a/api_docs/kbn_core_analytics_browser.devdocs.json +++ b/api_docs/kbn_core_analytics_browser.devdocs.json @@ -731,6 +731,14 @@ "plugin": "fleet", "path": "x-pack/plugins/fleet/server/services/telemetry/fleet_usage_sender.ts" }, + { + "plugin": "fleet", + "path": "x-pack/plugins/fleet/server/services/telemetry/fleet_usage_sender.ts" + }, + { + "plugin": "datasetQuality", + "path": "x-pack/plugins/observability_solution/dataset_quality/public/services/telemetry/telemetry_client.ts" + }, { "plugin": "datasetQuality", "path": "x-pack/plugins/observability_solution/dataset_quality/public/services/telemetry/telemetry_client.ts" @@ -1323,6 +1331,14 @@ "plugin": "datasetQuality", "path": "x-pack/plugins/observability_solution/dataset_quality/public/services/telemetry/telemetry_service.test.ts" }, + { + "plugin": "datasetQuality", + "path": "x-pack/plugins/observability_solution/dataset_quality/public/services/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "datasetQuality", + "path": "x-pack/plugins/observability_solution/dataset_quality/public/services/telemetry/telemetry_service.test.ts" + }, { "plugin": "infra", "path": "x-pack/plugins/observability_solution/infra/public/services/telemetry/telemetry_service.test.ts" diff --git a/api_docs/kbn_core_analytics_browser.mdx b/api_docs/kbn_core_analytics_browser.mdx index cfa7a05420cb4..adc2bf0503928 100644 --- a/api_docs/kbn_core_analytics_browser.mdx +++ b/api_docs/kbn_core_analytics_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-browser title: "@kbn/core-analytics-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-browser plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-browser'] --- import kbnCoreAnalyticsBrowserObj from './kbn_core_analytics_browser.devdocs.json'; diff --git a/api_docs/kbn_core_analytics_browser_internal.mdx b/api_docs/kbn_core_analytics_browser_internal.mdx index b8bbd5c64af7f..c64c3693c53d8 100644 --- a/api_docs/kbn_core_analytics_browser_internal.mdx +++ b/api_docs/kbn_core_analytics_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-browser-internal title: "@kbn/core-analytics-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-browser-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-browser-internal'] --- import kbnCoreAnalyticsBrowserInternalObj from './kbn_core_analytics_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_analytics_browser_mocks.mdx b/api_docs/kbn_core_analytics_browser_mocks.mdx index 0921109ba462c..3ed023b66891d 100644 --- a/api_docs/kbn_core_analytics_browser_mocks.mdx +++ b/api_docs/kbn_core_analytics_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-browser-mocks title: "@kbn/core-analytics-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-browser-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-browser-mocks'] --- import kbnCoreAnalyticsBrowserMocksObj from './kbn_core_analytics_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_analytics_server.devdocs.json b/api_docs/kbn_core_analytics_server.devdocs.json index 214c7021b46fd..359427f56df29 100644 --- a/api_docs/kbn_core_analytics_server.devdocs.json +++ b/api_docs/kbn_core_analytics_server.devdocs.json @@ -731,6 +731,14 @@ "plugin": "fleet", "path": "x-pack/plugins/fleet/server/services/telemetry/fleet_usage_sender.ts" }, + { + "plugin": "fleet", + "path": "x-pack/plugins/fleet/server/services/telemetry/fleet_usage_sender.ts" + }, + { + "plugin": "datasetQuality", + "path": "x-pack/plugins/observability_solution/dataset_quality/public/services/telemetry/telemetry_client.ts" + }, { "plugin": "datasetQuality", "path": "x-pack/plugins/observability_solution/dataset_quality/public/services/telemetry/telemetry_client.ts" @@ -1323,6 +1331,14 @@ "plugin": "datasetQuality", "path": "x-pack/plugins/observability_solution/dataset_quality/public/services/telemetry/telemetry_service.test.ts" }, + { + "plugin": "datasetQuality", + "path": "x-pack/plugins/observability_solution/dataset_quality/public/services/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "datasetQuality", + "path": "x-pack/plugins/observability_solution/dataset_quality/public/services/telemetry/telemetry_service.test.ts" + }, { "plugin": "infra", "path": "x-pack/plugins/observability_solution/infra/public/services/telemetry/telemetry_service.test.ts" diff --git a/api_docs/kbn_core_analytics_server.mdx b/api_docs/kbn_core_analytics_server.mdx index 8d31312d0c69e..c9fc1517e1390 100644 --- a/api_docs/kbn_core_analytics_server.mdx +++ b/api_docs/kbn_core_analytics_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-server title: "@kbn/core-analytics-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-server'] --- import kbnCoreAnalyticsServerObj from './kbn_core_analytics_server.devdocs.json'; diff --git a/api_docs/kbn_core_analytics_server_internal.mdx b/api_docs/kbn_core_analytics_server_internal.mdx index 7f83e7b115f62..738bb49cbd84f 100644 --- a/api_docs/kbn_core_analytics_server_internal.mdx +++ b/api_docs/kbn_core_analytics_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-server-internal title: "@kbn/core-analytics-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-server-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-server-internal'] --- import kbnCoreAnalyticsServerInternalObj from './kbn_core_analytics_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_analytics_server_mocks.mdx b/api_docs/kbn_core_analytics_server_mocks.mdx index 379e3847eaf53..3e7b0badb582b 100644 --- a/api_docs/kbn_core_analytics_server_mocks.mdx +++ b/api_docs/kbn_core_analytics_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-server-mocks title: "@kbn/core-analytics-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-server-mocks'] --- import kbnCoreAnalyticsServerMocksObj from './kbn_core_analytics_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_application_browser.mdx b/api_docs/kbn_core_application_browser.mdx index 6df1d0e0dbe56..497a7fc9b4ce2 100644 --- a/api_docs/kbn_core_application_browser.mdx +++ b/api_docs/kbn_core_application_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-application-browser title: "@kbn/core-application-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-application-browser plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-browser'] --- import kbnCoreApplicationBrowserObj from './kbn_core_application_browser.devdocs.json'; diff --git a/api_docs/kbn_core_application_browser_internal.mdx b/api_docs/kbn_core_application_browser_internal.mdx index e1ca54bdc1b48..e329d25c26951 100644 --- a/api_docs/kbn_core_application_browser_internal.mdx +++ b/api_docs/kbn_core_application_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-application-browser-internal title: "@kbn/core-application-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-application-browser-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-browser-internal'] --- import kbnCoreApplicationBrowserInternalObj from './kbn_core_application_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_application_browser_mocks.mdx b/api_docs/kbn_core_application_browser_mocks.mdx index dee87386e8f12..f638df7aaadd1 100644 --- a/api_docs/kbn_core_application_browser_mocks.mdx +++ b/api_docs/kbn_core_application_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-application-browser-mocks title: "@kbn/core-application-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-application-browser-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-browser-mocks'] --- import kbnCoreApplicationBrowserMocksObj from './kbn_core_application_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_application_common.mdx b/api_docs/kbn_core_application_common.mdx index f707cc7e5c148..91ffed1e9a72e 100644 --- a/api_docs/kbn_core_application_common.mdx +++ b/api_docs/kbn_core_application_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-application-common title: "@kbn/core-application-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-application-common plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-common'] --- import kbnCoreApplicationCommonObj from './kbn_core_application_common.devdocs.json'; diff --git a/api_docs/kbn_core_apps_browser_internal.mdx b/api_docs/kbn_core_apps_browser_internal.mdx index 33d9d7cac111e..5e6761fd08506 100644 --- a/api_docs/kbn_core_apps_browser_internal.mdx +++ b/api_docs/kbn_core_apps_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-apps-browser-internal title: "@kbn/core-apps-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-apps-browser-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-apps-browser-internal'] --- import kbnCoreAppsBrowserInternalObj from './kbn_core_apps_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_apps_browser_mocks.mdx b/api_docs/kbn_core_apps_browser_mocks.mdx index 74890485df5bd..8708712731b90 100644 --- a/api_docs/kbn_core_apps_browser_mocks.mdx +++ b/api_docs/kbn_core_apps_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-apps-browser-mocks title: "@kbn/core-apps-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-apps-browser-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-apps-browser-mocks'] --- import kbnCoreAppsBrowserMocksObj from './kbn_core_apps_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_apps_server_internal.mdx b/api_docs/kbn_core_apps_server_internal.mdx index da8782988d2db..2efa62f430b54 100644 --- a/api_docs/kbn_core_apps_server_internal.mdx +++ b/api_docs/kbn_core_apps_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-apps-server-internal title: "@kbn/core-apps-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-apps-server-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-apps-server-internal'] --- import kbnCoreAppsServerInternalObj from './kbn_core_apps_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_base_browser_mocks.mdx b/api_docs/kbn_core_base_browser_mocks.mdx index 7e730bb4b1fc9..1fb4aee2cf035 100644 --- a/api_docs/kbn_core_base_browser_mocks.mdx +++ b/api_docs/kbn_core_base_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-base-browser-mocks title: "@kbn/core-base-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-base-browser-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-browser-mocks'] --- import kbnCoreBaseBrowserMocksObj from './kbn_core_base_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_base_common.mdx b/api_docs/kbn_core_base_common.mdx index fd8a11daaea42..94e292818e8df 100644 --- a/api_docs/kbn_core_base_common.mdx +++ b/api_docs/kbn_core_base_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-base-common title: "@kbn/core-base-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-base-common plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-common'] --- import kbnCoreBaseCommonObj from './kbn_core_base_common.devdocs.json'; diff --git a/api_docs/kbn_core_base_server_internal.mdx b/api_docs/kbn_core_base_server_internal.mdx index 1c855e5aefcf1..04af887f6be28 100644 --- a/api_docs/kbn_core_base_server_internal.mdx +++ b/api_docs/kbn_core_base_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-base-server-internal title: "@kbn/core-base-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-base-server-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-server-internal'] --- import kbnCoreBaseServerInternalObj from './kbn_core_base_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_base_server_mocks.mdx b/api_docs/kbn_core_base_server_mocks.mdx index 60ccd27dfecb2..729ab2ea3af65 100644 --- a/api_docs/kbn_core_base_server_mocks.mdx +++ b/api_docs/kbn_core_base_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-base-server-mocks title: "@kbn/core-base-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-base-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-server-mocks'] --- import kbnCoreBaseServerMocksObj from './kbn_core_base_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_capabilities_browser_mocks.mdx b/api_docs/kbn_core_capabilities_browser_mocks.mdx index f439c83b16b5b..8a4296185b4cf 100644 --- a/api_docs/kbn_core_capabilities_browser_mocks.mdx +++ b/api_docs/kbn_core_capabilities_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-capabilities-browser-mocks title: "@kbn/core-capabilities-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-capabilities-browser-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-browser-mocks'] --- import kbnCoreCapabilitiesBrowserMocksObj from './kbn_core_capabilities_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_capabilities_common.mdx b/api_docs/kbn_core_capabilities_common.mdx index 6d0a105282603..a0478e0d4d2f3 100644 --- a/api_docs/kbn_core_capabilities_common.mdx +++ b/api_docs/kbn_core_capabilities_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-capabilities-common title: "@kbn/core-capabilities-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-capabilities-common plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-common'] --- import kbnCoreCapabilitiesCommonObj from './kbn_core_capabilities_common.devdocs.json'; diff --git a/api_docs/kbn_core_capabilities_server.mdx b/api_docs/kbn_core_capabilities_server.mdx index 3ac477a98b62e..da46cf1dde122 100644 --- a/api_docs/kbn_core_capabilities_server.mdx +++ b/api_docs/kbn_core_capabilities_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-capabilities-server title: "@kbn/core-capabilities-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-capabilities-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-server'] --- import kbnCoreCapabilitiesServerObj from './kbn_core_capabilities_server.devdocs.json'; diff --git a/api_docs/kbn_core_capabilities_server_mocks.mdx b/api_docs/kbn_core_capabilities_server_mocks.mdx index bec28b51c5211..257c5fa5db0e6 100644 --- a/api_docs/kbn_core_capabilities_server_mocks.mdx +++ b/api_docs/kbn_core_capabilities_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-capabilities-server-mocks title: "@kbn/core-capabilities-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-capabilities-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-server-mocks'] --- import kbnCoreCapabilitiesServerMocksObj from './kbn_core_capabilities_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_chrome_browser.mdx b/api_docs/kbn_core_chrome_browser.mdx index b315d945238ba..0e6d0ebf1233d 100644 --- a/api_docs/kbn_core_chrome_browser.mdx +++ b/api_docs/kbn_core_chrome_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-chrome-browser title: "@kbn/core-chrome-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-chrome-browser plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-chrome-browser'] --- import kbnCoreChromeBrowserObj from './kbn_core_chrome_browser.devdocs.json'; diff --git a/api_docs/kbn_core_chrome_browser_mocks.mdx b/api_docs/kbn_core_chrome_browser_mocks.mdx index fefd3be690053..1486fd53c4c99 100644 --- a/api_docs/kbn_core_chrome_browser_mocks.mdx +++ b/api_docs/kbn_core_chrome_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-chrome-browser-mocks title: "@kbn/core-chrome-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-chrome-browser-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-chrome-browser-mocks'] --- import kbnCoreChromeBrowserMocksObj from './kbn_core_chrome_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_config_server_internal.mdx b/api_docs/kbn_core_config_server_internal.mdx index c7c3830293b92..b1847f177acae 100644 --- a/api_docs/kbn_core_config_server_internal.mdx +++ b/api_docs/kbn_core_config_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-config-server-internal title: "@kbn/core-config-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-config-server-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-config-server-internal'] --- import kbnCoreConfigServerInternalObj from './kbn_core_config_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_custom_branding_browser.mdx b/api_docs/kbn_core_custom_branding_browser.mdx index f22bdcee6bc61..4df8609f87884 100644 --- a/api_docs/kbn_core_custom_branding_browser.mdx +++ b/api_docs/kbn_core_custom_branding_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-browser title: "@kbn/core-custom-branding-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-browser plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-browser'] --- import kbnCoreCustomBrandingBrowserObj from './kbn_core_custom_branding_browser.devdocs.json'; diff --git a/api_docs/kbn_core_custom_branding_browser_internal.mdx b/api_docs/kbn_core_custom_branding_browser_internal.mdx index ff15ab46736ae..61d36709c2085 100644 --- a/api_docs/kbn_core_custom_branding_browser_internal.mdx +++ b/api_docs/kbn_core_custom_branding_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-browser-internal title: "@kbn/core-custom-branding-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-browser-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-browser-internal'] --- import kbnCoreCustomBrandingBrowserInternalObj from './kbn_core_custom_branding_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_custom_branding_browser_mocks.mdx b/api_docs/kbn_core_custom_branding_browser_mocks.mdx index 0c2c244afdcea..3553f8b859304 100644 --- a/api_docs/kbn_core_custom_branding_browser_mocks.mdx +++ b/api_docs/kbn_core_custom_branding_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-browser-mocks title: "@kbn/core-custom-branding-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-browser-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-browser-mocks'] --- import kbnCoreCustomBrandingBrowserMocksObj from './kbn_core_custom_branding_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_custom_branding_common.mdx b/api_docs/kbn_core_custom_branding_common.mdx index 576d934ae9941..9fbaeb23e4e77 100644 --- a/api_docs/kbn_core_custom_branding_common.mdx +++ b/api_docs/kbn_core_custom_branding_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-common title: "@kbn/core-custom-branding-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-common plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-common'] --- import kbnCoreCustomBrandingCommonObj from './kbn_core_custom_branding_common.devdocs.json'; diff --git a/api_docs/kbn_core_custom_branding_server.mdx b/api_docs/kbn_core_custom_branding_server.mdx index ef417f66f7541..eeb2911139f30 100644 --- a/api_docs/kbn_core_custom_branding_server.mdx +++ b/api_docs/kbn_core_custom_branding_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-server title: "@kbn/core-custom-branding-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-server'] --- import kbnCoreCustomBrandingServerObj from './kbn_core_custom_branding_server.devdocs.json'; diff --git a/api_docs/kbn_core_custom_branding_server_internal.mdx b/api_docs/kbn_core_custom_branding_server_internal.mdx index 265c9db36c913..f3c0be3e5c071 100644 --- a/api_docs/kbn_core_custom_branding_server_internal.mdx +++ b/api_docs/kbn_core_custom_branding_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-server-internal title: "@kbn/core-custom-branding-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-server-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-server-internal'] --- import kbnCoreCustomBrandingServerInternalObj from './kbn_core_custom_branding_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_custom_branding_server_mocks.mdx b/api_docs/kbn_core_custom_branding_server_mocks.mdx index 3ef68d8be3db0..1f6be38949129 100644 --- a/api_docs/kbn_core_custom_branding_server_mocks.mdx +++ b/api_docs/kbn_core_custom_branding_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-server-mocks title: "@kbn/core-custom-branding-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-server-mocks'] --- import kbnCoreCustomBrandingServerMocksObj from './kbn_core_custom_branding_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_browser.mdx b/api_docs/kbn_core_deprecations_browser.mdx index 5d7021147b24c..11bd39b65fa26 100644 --- a/api_docs/kbn_core_deprecations_browser.mdx +++ b/api_docs/kbn_core_deprecations_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-browser title: "@kbn/core-deprecations-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-browser plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-browser'] --- import kbnCoreDeprecationsBrowserObj from './kbn_core_deprecations_browser.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_browser_internal.mdx b/api_docs/kbn_core_deprecations_browser_internal.mdx index 2b480adff71b9..3d6f4a39861f2 100644 --- a/api_docs/kbn_core_deprecations_browser_internal.mdx +++ b/api_docs/kbn_core_deprecations_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-browser-internal title: "@kbn/core-deprecations-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-browser-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-browser-internal'] --- import kbnCoreDeprecationsBrowserInternalObj from './kbn_core_deprecations_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_browser_mocks.mdx b/api_docs/kbn_core_deprecations_browser_mocks.mdx index 033bbf23d546e..6d585854902cf 100644 --- a/api_docs/kbn_core_deprecations_browser_mocks.mdx +++ b/api_docs/kbn_core_deprecations_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-browser-mocks title: "@kbn/core-deprecations-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-browser-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-browser-mocks'] --- import kbnCoreDeprecationsBrowserMocksObj from './kbn_core_deprecations_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_common.mdx b/api_docs/kbn_core_deprecations_common.mdx index acb5c699337bc..b8f7c890ca375 100644 --- a/api_docs/kbn_core_deprecations_common.mdx +++ b/api_docs/kbn_core_deprecations_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-common title: "@kbn/core-deprecations-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-common plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-common'] --- import kbnCoreDeprecationsCommonObj from './kbn_core_deprecations_common.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_server.mdx b/api_docs/kbn_core_deprecations_server.mdx index 491d0543b0ec5..02a36413ef362 100644 --- a/api_docs/kbn_core_deprecations_server.mdx +++ b/api_docs/kbn_core_deprecations_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-server title: "@kbn/core-deprecations-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-server'] --- import kbnCoreDeprecationsServerObj from './kbn_core_deprecations_server.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_server_internal.mdx b/api_docs/kbn_core_deprecations_server_internal.mdx index 1f8898759e70f..6ce9cd431033a 100644 --- a/api_docs/kbn_core_deprecations_server_internal.mdx +++ b/api_docs/kbn_core_deprecations_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-server-internal title: "@kbn/core-deprecations-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-server-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-server-internal'] --- import kbnCoreDeprecationsServerInternalObj from './kbn_core_deprecations_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_server_mocks.mdx b/api_docs/kbn_core_deprecations_server_mocks.mdx index 80073cea82623..9b67a6ec676e2 100644 --- a/api_docs/kbn_core_deprecations_server_mocks.mdx +++ b/api_docs/kbn_core_deprecations_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-server-mocks title: "@kbn/core-deprecations-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-server-mocks'] --- import kbnCoreDeprecationsServerMocksObj from './kbn_core_deprecations_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_doc_links_browser.mdx b/api_docs/kbn_core_doc_links_browser.mdx index 0982ca6e899ae..a3f13589b16ae 100644 --- a/api_docs/kbn_core_doc_links_browser.mdx +++ b/api_docs/kbn_core_doc_links_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-doc-links-browser title: "@kbn/core-doc-links-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-doc-links-browser plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-browser'] --- import kbnCoreDocLinksBrowserObj from './kbn_core_doc_links_browser.devdocs.json'; diff --git a/api_docs/kbn_core_doc_links_browser_mocks.mdx b/api_docs/kbn_core_doc_links_browser_mocks.mdx index 03bcb2f6ad074..93e07615b3c3b 100644 --- a/api_docs/kbn_core_doc_links_browser_mocks.mdx +++ b/api_docs/kbn_core_doc_links_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-doc-links-browser-mocks title: "@kbn/core-doc-links-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-doc-links-browser-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-browser-mocks'] --- import kbnCoreDocLinksBrowserMocksObj from './kbn_core_doc_links_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_doc_links_server.mdx b/api_docs/kbn_core_doc_links_server.mdx index 7463465e23f54..d004353838baf 100644 --- a/api_docs/kbn_core_doc_links_server.mdx +++ b/api_docs/kbn_core_doc_links_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-doc-links-server title: "@kbn/core-doc-links-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-doc-links-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-server'] --- import kbnCoreDocLinksServerObj from './kbn_core_doc_links_server.devdocs.json'; diff --git a/api_docs/kbn_core_doc_links_server_mocks.mdx b/api_docs/kbn_core_doc_links_server_mocks.mdx index a0c07a29de886..154fb3932a7bc 100644 --- a/api_docs/kbn_core_doc_links_server_mocks.mdx +++ b/api_docs/kbn_core_doc_links_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-doc-links-server-mocks title: "@kbn/core-doc-links-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-doc-links-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-server-mocks'] --- import kbnCoreDocLinksServerMocksObj from './kbn_core_doc_links_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_elasticsearch_client_server_internal.mdx b/api_docs/kbn_core_elasticsearch_client_server_internal.mdx index ddb5db1819d8e..cf7420ea003ba 100644 --- a/api_docs/kbn_core_elasticsearch_client_server_internal.mdx +++ b/api_docs/kbn_core_elasticsearch_client_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-client-server-internal title: "@kbn/core-elasticsearch-client-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-client-server-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-client-server-internal'] --- import kbnCoreElasticsearchClientServerInternalObj from './kbn_core_elasticsearch_client_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx b/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx index 610d9a241ec08..40d34b8e6b52e 100644 --- a/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx +++ b/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-client-server-mocks title: "@kbn/core-elasticsearch-client-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-client-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-client-server-mocks'] --- import kbnCoreElasticsearchClientServerMocksObj from './kbn_core_elasticsearch_client_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_elasticsearch_server.mdx b/api_docs/kbn_core_elasticsearch_server.mdx index 63fd338dc0a58..a1567783df1aa 100644 --- a/api_docs/kbn_core_elasticsearch_server.mdx +++ b/api_docs/kbn_core_elasticsearch_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-server title: "@kbn/core-elasticsearch-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server'] --- import kbnCoreElasticsearchServerObj from './kbn_core_elasticsearch_server.devdocs.json'; diff --git a/api_docs/kbn_core_elasticsearch_server_internal.mdx b/api_docs/kbn_core_elasticsearch_server_internal.mdx index d773d36cf4a99..8a684a19436ff 100644 --- a/api_docs/kbn_core_elasticsearch_server_internal.mdx +++ b/api_docs/kbn_core_elasticsearch_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-server-internal title: "@kbn/core-elasticsearch-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-server-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server-internal'] --- import kbnCoreElasticsearchServerInternalObj from './kbn_core_elasticsearch_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_elasticsearch_server_mocks.mdx b/api_docs/kbn_core_elasticsearch_server_mocks.mdx index 0bca1c932b915..e558970d86559 100644 --- a/api_docs/kbn_core_elasticsearch_server_mocks.mdx +++ b/api_docs/kbn_core_elasticsearch_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-server-mocks title: "@kbn/core-elasticsearch-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server-mocks'] --- import kbnCoreElasticsearchServerMocksObj from './kbn_core_elasticsearch_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_environment_server_internal.mdx b/api_docs/kbn_core_environment_server_internal.mdx index 193136b597c12..e220819b3f56b 100644 --- a/api_docs/kbn_core_environment_server_internal.mdx +++ b/api_docs/kbn_core_environment_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-environment-server-internal title: "@kbn/core-environment-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-environment-server-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-environment-server-internal'] --- import kbnCoreEnvironmentServerInternalObj from './kbn_core_environment_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_environment_server_mocks.mdx b/api_docs/kbn_core_environment_server_mocks.mdx index b1661663fcbe0..54b5b393fb354 100644 --- a/api_docs/kbn_core_environment_server_mocks.mdx +++ b/api_docs/kbn_core_environment_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-environment-server-mocks title: "@kbn/core-environment-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-environment-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-environment-server-mocks'] --- import kbnCoreEnvironmentServerMocksObj from './kbn_core_environment_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_browser.mdx b/api_docs/kbn_core_execution_context_browser.mdx index 4eeef49fcf372..af4726bc74136 100644 --- a/api_docs/kbn_core_execution_context_browser.mdx +++ b/api_docs/kbn_core_execution_context_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-browser title: "@kbn/core-execution-context-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-browser plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-browser'] --- import kbnCoreExecutionContextBrowserObj from './kbn_core_execution_context_browser.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_browser_internal.mdx b/api_docs/kbn_core_execution_context_browser_internal.mdx index a66d7e2298caf..afffa248aaf15 100644 --- a/api_docs/kbn_core_execution_context_browser_internal.mdx +++ b/api_docs/kbn_core_execution_context_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-browser-internal title: "@kbn/core-execution-context-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-browser-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-browser-internal'] --- import kbnCoreExecutionContextBrowserInternalObj from './kbn_core_execution_context_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_browser_mocks.mdx b/api_docs/kbn_core_execution_context_browser_mocks.mdx index 5ac71c8f5ca9c..b1f7ebdb73124 100644 --- a/api_docs/kbn_core_execution_context_browser_mocks.mdx +++ b/api_docs/kbn_core_execution_context_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-browser-mocks title: "@kbn/core-execution-context-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-browser-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-browser-mocks'] --- import kbnCoreExecutionContextBrowserMocksObj from './kbn_core_execution_context_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_common.mdx b/api_docs/kbn_core_execution_context_common.mdx index 3227478794da8..359577c9654e3 100644 --- a/api_docs/kbn_core_execution_context_common.mdx +++ b/api_docs/kbn_core_execution_context_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-common title: "@kbn/core-execution-context-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-common plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-common'] --- import kbnCoreExecutionContextCommonObj from './kbn_core_execution_context_common.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_server.mdx b/api_docs/kbn_core_execution_context_server.mdx index cd33d40d94c47..d9f1e133e2065 100644 --- a/api_docs/kbn_core_execution_context_server.mdx +++ b/api_docs/kbn_core_execution_context_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-server title: "@kbn/core-execution-context-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-server'] --- import kbnCoreExecutionContextServerObj from './kbn_core_execution_context_server.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_server_internal.mdx b/api_docs/kbn_core_execution_context_server_internal.mdx index e26b0d9356dcd..76b7de1b2281d 100644 --- a/api_docs/kbn_core_execution_context_server_internal.mdx +++ b/api_docs/kbn_core_execution_context_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-server-internal title: "@kbn/core-execution-context-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-server-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-server-internal'] --- import kbnCoreExecutionContextServerInternalObj from './kbn_core_execution_context_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_server_mocks.mdx b/api_docs/kbn_core_execution_context_server_mocks.mdx index 3e226ad80fa91..6b723681558d8 100644 --- a/api_docs/kbn_core_execution_context_server_mocks.mdx +++ b/api_docs/kbn_core_execution_context_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-server-mocks title: "@kbn/core-execution-context-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-server-mocks'] --- import kbnCoreExecutionContextServerMocksObj from './kbn_core_execution_context_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_fatal_errors_browser.mdx b/api_docs/kbn_core_fatal_errors_browser.mdx index 4ba3d06e129ae..b40bd4fb32e74 100644 --- a/api_docs/kbn_core_fatal_errors_browser.mdx +++ b/api_docs/kbn_core_fatal_errors_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-fatal-errors-browser title: "@kbn/core-fatal-errors-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-fatal-errors-browser plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-fatal-errors-browser'] --- import kbnCoreFatalErrorsBrowserObj from './kbn_core_fatal_errors_browser.devdocs.json'; diff --git a/api_docs/kbn_core_fatal_errors_browser_mocks.mdx b/api_docs/kbn_core_fatal_errors_browser_mocks.mdx index da00c1e90bea1..f61ed35b7b10a 100644 --- a/api_docs/kbn_core_fatal_errors_browser_mocks.mdx +++ b/api_docs/kbn_core_fatal_errors_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-fatal-errors-browser-mocks title: "@kbn/core-fatal-errors-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-fatal-errors-browser-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-fatal-errors-browser-mocks'] --- import kbnCoreFatalErrorsBrowserMocksObj from './kbn_core_fatal_errors_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_http_browser.mdx b/api_docs/kbn_core_http_browser.mdx index b072d0345be19..d933b17a445b2 100644 --- a/api_docs/kbn_core_http_browser.mdx +++ b/api_docs/kbn_core_http_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-browser title: "@kbn/core-http-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-browser plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-browser'] --- import kbnCoreHttpBrowserObj from './kbn_core_http_browser.devdocs.json'; diff --git a/api_docs/kbn_core_http_browser_internal.mdx b/api_docs/kbn_core_http_browser_internal.mdx index 8fa8ea14c5dec..53b0c32e44122 100644 --- a/api_docs/kbn_core_http_browser_internal.mdx +++ b/api_docs/kbn_core_http_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-browser-internal title: "@kbn/core-http-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-browser-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-browser-internal'] --- import kbnCoreHttpBrowserInternalObj from './kbn_core_http_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_http_browser_mocks.mdx b/api_docs/kbn_core_http_browser_mocks.mdx index f6c355751d1e4..da5099fe05e28 100644 --- a/api_docs/kbn_core_http_browser_mocks.mdx +++ b/api_docs/kbn_core_http_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-browser-mocks title: "@kbn/core-http-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-browser-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-browser-mocks'] --- import kbnCoreHttpBrowserMocksObj from './kbn_core_http_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_http_common.mdx b/api_docs/kbn_core_http_common.mdx index a0842254f58c5..505dcb4a746be 100644 --- a/api_docs/kbn_core_http_common.mdx +++ b/api_docs/kbn_core_http_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-common title: "@kbn/core-http-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-common plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-common'] --- import kbnCoreHttpCommonObj from './kbn_core_http_common.devdocs.json'; diff --git a/api_docs/kbn_core_http_context_server_mocks.mdx b/api_docs/kbn_core_http_context_server_mocks.mdx index fc0d32379f33a..4f3aba9b661c0 100644 --- a/api_docs/kbn_core_http_context_server_mocks.mdx +++ b/api_docs/kbn_core_http_context_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-context-server-mocks title: "@kbn/core-http-context-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-context-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-context-server-mocks'] --- import kbnCoreHttpContextServerMocksObj from './kbn_core_http_context_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_http_request_handler_context_server.mdx b/api_docs/kbn_core_http_request_handler_context_server.mdx index 42a74677708ae..cd8fa9c42bb93 100644 --- a/api_docs/kbn_core_http_request_handler_context_server.mdx +++ b/api_docs/kbn_core_http_request_handler_context_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-request-handler-context-server title: "@kbn/core-http-request-handler-context-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-request-handler-context-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-request-handler-context-server'] --- import kbnCoreHttpRequestHandlerContextServerObj from './kbn_core_http_request_handler_context_server.devdocs.json'; diff --git a/api_docs/kbn_core_http_resources_server.mdx b/api_docs/kbn_core_http_resources_server.mdx index 81d8ffce6611a..9bc87a7d6f931 100644 --- a/api_docs/kbn_core_http_resources_server.mdx +++ b/api_docs/kbn_core_http_resources_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-resources-server title: "@kbn/core-http-resources-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-resources-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-resources-server'] --- import kbnCoreHttpResourcesServerObj from './kbn_core_http_resources_server.devdocs.json'; diff --git a/api_docs/kbn_core_http_resources_server_internal.mdx b/api_docs/kbn_core_http_resources_server_internal.mdx index 6b4e894fc2e63..d2740537d79f8 100644 --- a/api_docs/kbn_core_http_resources_server_internal.mdx +++ b/api_docs/kbn_core_http_resources_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-resources-server-internal title: "@kbn/core-http-resources-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-resources-server-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-resources-server-internal'] --- import kbnCoreHttpResourcesServerInternalObj from './kbn_core_http_resources_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_http_resources_server_mocks.mdx b/api_docs/kbn_core_http_resources_server_mocks.mdx index b3e0e908b385e..0ce57318f9f61 100644 --- a/api_docs/kbn_core_http_resources_server_mocks.mdx +++ b/api_docs/kbn_core_http_resources_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-resources-server-mocks title: "@kbn/core-http-resources-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-resources-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-resources-server-mocks'] --- import kbnCoreHttpResourcesServerMocksObj from './kbn_core_http_resources_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_http_router_server_internal.mdx b/api_docs/kbn_core_http_router_server_internal.mdx index 5f2046d0c63f9..6f0089682d3fa 100644 --- a/api_docs/kbn_core_http_router_server_internal.mdx +++ b/api_docs/kbn_core_http_router_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-router-server-internal title: "@kbn/core-http-router-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-router-server-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-router-server-internal'] --- import kbnCoreHttpRouterServerInternalObj from './kbn_core_http_router_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_http_router_server_mocks.mdx b/api_docs/kbn_core_http_router_server_mocks.mdx index 19a06ad1434d1..87464d883b9d0 100644 --- a/api_docs/kbn_core_http_router_server_mocks.mdx +++ b/api_docs/kbn_core_http_router_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-router-server-mocks title: "@kbn/core-http-router-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-router-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-router-server-mocks'] --- import kbnCoreHttpRouterServerMocksObj from './kbn_core_http_router_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_http_server.devdocs.json b/api_docs/kbn_core_http_server.devdocs.json index 4431cda037e83..21dd40fd4694e 100644 --- a/api_docs/kbn_core_http_server.devdocs.json +++ b/api_docs/kbn_core_http_server.devdocs.json @@ -14062,7 +14062,7 @@ "tags": [], "label": "VersionedRouter", "description": [ - "\nA router, very similar to {@link IRouter} that will return an {@link VersionedRoute}\ninstead.\n" + "\nA router, very similar to {@link IRouter} that will return an {@link VersionedRoute}\ninstead\n" ], "signature": [ { @@ -17960,6 +17960,14 @@ "section": "def-common.Type", "text": "Type" }, + " | ", + { + "pluginId": "@kbn/zod", + "scope": "common", + "docId": "kibKbnZodPluginApi", + "section": "def-common.ZodEsque", + "text": "ZodEsque" + }, "" ], "path": "packages/core/http/core-http-server/src/router/route_validator.ts", @@ -19385,6 +19393,14 @@ "text": "Type" }, " | ", + { + "pluginId": "@kbn/zod", + "scope": "common", + "docId": "kibKbnZodPluginApi", + "section": "def-common.ZodEsque", + "text": "ZodEsque" + }, + " | ", { "pluginId": "@kbn/core-http-server", "scope": "common", diff --git a/api_docs/kbn_core_http_server.mdx b/api_docs/kbn_core_http_server.mdx index 93116578fdeaf..1f61e198fea6e 100644 --- a/api_docs/kbn_core_http_server.mdx +++ b/api_docs/kbn_core_http_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-server title: "@kbn/core-http-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server'] --- import kbnCoreHttpServerObj from './kbn_core_http_server.devdocs.json'; diff --git a/api_docs/kbn_core_http_server_internal.mdx b/api_docs/kbn_core_http_server_internal.mdx index 0948d2be6c6bc..531bfbca02a4d 100644 --- a/api_docs/kbn_core_http_server_internal.mdx +++ b/api_docs/kbn_core_http_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-server-internal title: "@kbn/core-http-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-server-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server-internal'] --- import kbnCoreHttpServerInternalObj from './kbn_core_http_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_http_server_mocks.mdx b/api_docs/kbn_core_http_server_mocks.mdx index 9da0a270c2b9a..162e013f86d2b 100644 --- a/api_docs/kbn_core_http_server_mocks.mdx +++ b/api_docs/kbn_core_http_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-server-mocks title: "@kbn/core-http-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server-mocks'] --- import kbnCoreHttpServerMocksObj from './kbn_core_http_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_i18n_browser.mdx b/api_docs/kbn_core_i18n_browser.mdx index 5b73f322d66d7..8f0d44b54d56f 100644 --- a/api_docs/kbn_core_i18n_browser.mdx +++ b/api_docs/kbn_core_i18n_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-browser title: "@kbn/core-i18n-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-browser plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-browser'] --- import kbnCoreI18nBrowserObj from './kbn_core_i18n_browser.devdocs.json'; diff --git a/api_docs/kbn_core_i18n_browser_mocks.mdx b/api_docs/kbn_core_i18n_browser_mocks.mdx index a64ebc7a73aa8..5483ab659d791 100644 --- a/api_docs/kbn_core_i18n_browser_mocks.mdx +++ b/api_docs/kbn_core_i18n_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-browser-mocks title: "@kbn/core-i18n-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-browser-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-browser-mocks'] --- import kbnCoreI18nBrowserMocksObj from './kbn_core_i18n_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_i18n_server.mdx b/api_docs/kbn_core_i18n_server.mdx index 5b55fc8482043..513bb980a834c 100644 --- a/api_docs/kbn_core_i18n_server.mdx +++ b/api_docs/kbn_core_i18n_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-server title: "@kbn/core-i18n-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-server'] --- import kbnCoreI18nServerObj from './kbn_core_i18n_server.devdocs.json'; diff --git a/api_docs/kbn_core_i18n_server_internal.mdx b/api_docs/kbn_core_i18n_server_internal.mdx index f4c269a725eb4..1759516d089ce 100644 --- a/api_docs/kbn_core_i18n_server_internal.mdx +++ b/api_docs/kbn_core_i18n_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-server-internal title: "@kbn/core-i18n-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-server-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-server-internal'] --- import kbnCoreI18nServerInternalObj from './kbn_core_i18n_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_i18n_server_mocks.mdx b/api_docs/kbn_core_i18n_server_mocks.mdx index f09e4bbc339bb..4f87f395d746e 100644 --- a/api_docs/kbn_core_i18n_server_mocks.mdx +++ b/api_docs/kbn_core_i18n_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-server-mocks title: "@kbn/core-i18n-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-server-mocks'] --- import kbnCoreI18nServerMocksObj from './kbn_core_i18n_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_injected_metadata_browser_mocks.mdx b/api_docs/kbn_core_injected_metadata_browser_mocks.mdx index 61357fda64417..8455bad535eb1 100644 --- a/api_docs/kbn_core_injected_metadata_browser_mocks.mdx +++ b/api_docs/kbn_core_injected_metadata_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-injected-metadata-browser-mocks title: "@kbn/core-injected-metadata-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-injected-metadata-browser-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-injected-metadata-browser-mocks'] --- import kbnCoreInjectedMetadataBrowserMocksObj from './kbn_core_injected_metadata_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_integrations_browser_internal.mdx b/api_docs/kbn_core_integrations_browser_internal.mdx index f66507ab67535..e482b18880058 100644 --- a/api_docs/kbn_core_integrations_browser_internal.mdx +++ b/api_docs/kbn_core_integrations_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-integrations-browser-internal title: "@kbn/core-integrations-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-integrations-browser-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-integrations-browser-internal'] --- import kbnCoreIntegrationsBrowserInternalObj from './kbn_core_integrations_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_integrations_browser_mocks.mdx b/api_docs/kbn_core_integrations_browser_mocks.mdx index 026baf43f4bdb..55c25c01d267f 100644 --- a/api_docs/kbn_core_integrations_browser_mocks.mdx +++ b/api_docs/kbn_core_integrations_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-integrations-browser-mocks title: "@kbn/core-integrations-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-integrations-browser-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-integrations-browser-mocks'] --- import kbnCoreIntegrationsBrowserMocksObj from './kbn_core_integrations_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_lifecycle_browser.mdx b/api_docs/kbn_core_lifecycle_browser.mdx index 65e4f10df2dd5..9107fc29dd9aa 100644 --- a/api_docs/kbn_core_lifecycle_browser.mdx +++ b/api_docs/kbn_core_lifecycle_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-lifecycle-browser title: "@kbn/core-lifecycle-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-lifecycle-browser plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-browser'] --- import kbnCoreLifecycleBrowserObj from './kbn_core_lifecycle_browser.devdocs.json'; diff --git a/api_docs/kbn_core_lifecycle_browser_mocks.mdx b/api_docs/kbn_core_lifecycle_browser_mocks.mdx index a63a0419b9335..1eee7da2365d6 100644 --- a/api_docs/kbn_core_lifecycle_browser_mocks.mdx +++ b/api_docs/kbn_core_lifecycle_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-lifecycle-browser-mocks title: "@kbn/core-lifecycle-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-lifecycle-browser-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-browser-mocks'] --- import kbnCoreLifecycleBrowserMocksObj from './kbn_core_lifecycle_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_lifecycle_server.mdx b/api_docs/kbn_core_lifecycle_server.mdx index 1d9aa3e97bdd0..8fd1acffcea8d 100644 --- a/api_docs/kbn_core_lifecycle_server.mdx +++ b/api_docs/kbn_core_lifecycle_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-lifecycle-server title: "@kbn/core-lifecycle-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-lifecycle-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-server'] --- import kbnCoreLifecycleServerObj from './kbn_core_lifecycle_server.devdocs.json'; diff --git a/api_docs/kbn_core_lifecycle_server_mocks.mdx b/api_docs/kbn_core_lifecycle_server_mocks.mdx index b019550ba9d6b..6b6cbffd25e89 100644 --- a/api_docs/kbn_core_lifecycle_server_mocks.mdx +++ b/api_docs/kbn_core_lifecycle_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-lifecycle-server-mocks title: "@kbn/core-lifecycle-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-lifecycle-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-server-mocks'] --- import kbnCoreLifecycleServerMocksObj from './kbn_core_lifecycle_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_logging_browser_mocks.mdx b/api_docs/kbn_core_logging_browser_mocks.mdx index 479cb25b61df9..af97143c43e3c 100644 --- a/api_docs/kbn_core_logging_browser_mocks.mdx +++ b/api_docs/kbn_core_logging_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-browser-mocks title: "@kbn/core-logging-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-browser-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-browser-mocks'] --- import kbnCoreLoggingBrowserMocksObj from './kbn_core_logging_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_logging_common_internal.mdx b/api_docs/kbn_core_logging_common_internal.mdx index 1cecab72bd322..cca0bd9f813a3 100644 --- a/api_docs/kbn_core_logging_common_internal.mdx +++ b/api_docs/kbn_core_logging_common_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-common-internal title: "@kbn/core-logging-common-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-common-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-common-internal'] --- import kbnCoreLoggingCommonInternalObj from './kbn_core_logging_common_internal.devdocs.json'; diff --git a/api_docs/kbn_core_logging_server.mdx b/api_docs/kbn_core_logging_server.mdx index 88c6903cc5ec5..109014f423ff1 100644 --- a/api_docs/kbn_core_logging_server.mdx +++ b/api_docs/kbn_core_logging_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-server title: "@kbn/core-logging-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-server'] --- import kbnCoreLoggingServerObj from './kbn_core_logging_server.devdocs.json'; diff --git a/api_docs/kbn_core_logging_server_internal.mdx b/api_docs/kbn_core_logging_server_internal.mdx index 2d8c3252d3608..e0e773c1fcd1b 100644 --- a/api_docs/kbn_core_logging_server_internal.mdx +++ b/api_docs/kbn_core_logging_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-server-internal title: "@kbn/core-logging-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-server-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-server-internal'] --- import kbnCoreLoggingServerInternalObj from './kbn_core_logging_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_logging_server_mocks.mdx b/api_docs/kbn_core_logging_server_mocks.mdx index c5e0afffefae7..0230a673535a9 100644 --- a/api_docs/kbn_core_logging_server_mocks.mdx +++ b/api_docs/kbn_core_logging_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-server-mocks title: "@kbn/core-logging-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-server-mocks'] --- import kbnCoreLoggingServerMocksObj from './kbn_core_logging_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_metrics_collectors_server_internal.mdx b/api_docs/kbn_core_metrics_collectors_server_internal.mdx index 48b7bcc9bff1d..e219013151ad0 100644 --- a/api_docs/kbn_core_metrics_collectors_server_internal.mdx +++ b/api_docs/kbn_core_metrics_collectors_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-collectors-server-internal title: "@kbn/core-metrics-collectors-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-collectors-server-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-collectors-server-internal'] --- import kbnCoreMetricsCollectorsServerInternalObj from './kbn_core_metrics_collectors_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_metrics_collectors_server_mocks.mdx b/api_docs/kbn_core_metrics_collectors_server_mocks.mdx index b343516812e65..2b534eaa34929 100644 --- a/api_docs/kbn_core_metrics_collectors_server_mocks.mdx +++ b/api_docs/kbn_core_metrics_collectors_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-collectors-server-mocks title: "@kbn/core-metrics-collectors-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-collectors-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-collectors-server-mocks'] --- import kbnCoreMetricsCollectorsServerMocksObj from './kbn_core_metrics_collectors_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_metrics_server.mdx b/api_docs/kbn_core_metrics_server.mdx index 2c8ca6fac1a46..200cffbf85ac8 100644 --- a/api_docs/kbn_core_metrics_server.mdx +++ b/api_docs/kbn_core_metrics_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-server title: "@kbn/core-metrics-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-server'] --- import kbnCoreMetricsServerObj from './kbn_core_metrics_server.devdocs.json'; diff --git a/api_docs/kbn_core_metrics_server_internal.mdx b/api_docs/kbn_core_metrics_server_internal.mdx index 86048305705a0..75b9a09b3ff3f 100644 --- a/api_docs/kbn_core_metrics_server_internal.mdx +++ b/api_docs/kbn_core_metrics_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-server-internal title: "@kbn/core-metrics-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-server-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-server-internal'] --- import kbnCoreMetricsServerInternalObj from './kbn_core_metrics_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_metrics_server_mocks.mdx b/api_docs/kbn_core_metrics_server_mocks.mdx index e8dd05d8eeab0..36214a019a602 100644 --- a/api_docs/kbn_core_metrics_server_mocks.mdx +++ b/api_docs/kbn_core_metrics_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-server-mocks title: "@kbn/core-metrics-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-server-mocks'] --- import kbnCoreMetricsServerMocksObj from './kbn_core_metrics_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_mount_utils_browser.mdx b/api_docs/kbn_core_mount_utils_browser.mdx index 1b708049ea926..35fca1daf3f1e 100644 --- a/api_docs/kbn_core_mount_utils_browser.mdx +++ b/api_docs/kbn_core_mount_utils_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-mount-utils-browser title: "@kbn/core-mount-utils-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-mount-utils-browser plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-mount-utils-browser'] --- import kbnCoreMountUtilsBrowserObj from './kbn_core_mount_utils_browser.devdocs.json'; diff --git a/api_docs/kbn_core_node_server.mdx b/api_docs/kbn_core_node_server.mdx index 00e1d1bb95985..073cf553ff670 100644 --- a/api_docs/kbn_core_node_server.mdx +++ b/api_docs/kbn_core_node_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-node-server title: "@kbn/core-node-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-node-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-node-server'] --- import kbnCoreNodeServerObj from './kbn_core_node_server.devdocs.json'; diff --git a/api_docs/kbn_core_node_server_internal.mdx b/api_docs/kbn_core_node_server_internal.mdx index 43888afd5601a..7d5605d74c9b0 100644 --- a/api_docs/kbn_core_node_server_internal.mdx +++ b/api_docs/kbn_core_node_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-node-server-internal title: "@kbn/core-node-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-node-server-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-node-server-internal'] --- import kbnCoreNodeServerInternalObj from './kbn_core_node_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_node_server_mocks.mdx b/api_docs/kbn_core_node_server_mocks.mdx index 0cedc17d443fe..592fe4c2fb269 100644 --- a/api_docs/kbn_core_node_server_mocks.mdx +++ b/api_docs/kbn_core_node_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-node-server-mocks title: "@kbn/core-node-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-node-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-node-server-mocks'] --- import kbnCoreNodeServerMocksObj from './kbn_core_node_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_notifications_browser.mdx b/api_docs/kbn_core_notifications_browser.mdx index afee70fc1ae04..d455d987c2474 100644 --- a/api_docs/kbn_core_notifications_browser.mdx +++ b/api_docs/kbn_core_notifications_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-notifications-browser title: "@kbn/core-notifications-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-notifications-browser plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-notifications-browser'] --- import kbnCoreNotificationsBrowserObj from './kbn_core_notifications_browser.devdocs.json'; diff --git a/api_docs/kbn_core_notifications_browser_internal.mdx b/api_docs/kbn_core_notifications_browser_internal.mdx index 3ce2b6a3ba11b..45d8e2553e6a5 100644 --- a/api_docs/kbn_core_notifications_browser_internal.mdx +++ b/api_docs/kbn_core_notifications_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-notifications-browser-internal title: "@kbn/core-notifications-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-notifications-browser-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-notifications-browser-internal'] --- import kbnCoreNotificationsBrowserInternalObj from './kbn_core_notifications_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_notifications_browser_mocks.mdx b/api_docs/kbn_core_notifications_browser_mocks.mdx index afcf36b8223e0..a15df2ff50fb4 100644 --- a/api_docs/kbn_core_notifications_browser_mocks.mdx +++ b/api_docs/kbn_core_notifications_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-notifications-browser-mocks title: "@kbn/core-notifications-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-notifications-browser-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-notifications-browser-mocks'] --- import kbnCoreNotificationsBrowserMocksObj from './kbn_core_notifications_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_overlays_browser.mdx b/api_docs/kbn_core_overlays_browser.mdx index 143babd6ea1b1..e5f22e77c9c22 100644 --- a/api_docs/kbn_core_overlays_browser.mdx +++ b/api_docs/kbn_core_overlays_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-overlays-browser title: "@kbn/core-overlays-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-overlays-browser plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-overlays-browser'] --- import kbnCoreOverlaysBrowserObj from './kbn_core_overlays_browser.devdocs.json'; diff --git a/api_docs/kbn_core_overlays_browser_internal.mdx b/api_docs/kbn_core_overlays_browser_internal.mdx index 493d5fc2085ae..86c527a140b52 100644 --- a/api_docs/kbn_core_overlays_browser_internal.mdx +++ b/api_docs/kbn_core_overlays_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-overlays-browser-internal title: "@kbn/core-overlays-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-overlays-browser-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-overlays-browser-internal'] --- import kbnCoreOverlaysBrowserInternalObj from './kbn_core_overlays_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_overlays_browser_mocks.mdx b/api_docs/kbn_core_overlays_browser_mocks.mdx index 0d0e5bf1973f0..1ca2103539fd1 100644 --- a/api_docs/kbn_core_overlays_browser_mocks.mdx +++ b/api_docs/kbn_core_overlays_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-overlays-browser-mocks title: "@kbn/core-overlays-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-overlays-browser-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-overlays-browser-mocks'] --- import kbnCoreOverlaysBrowserMocksObj from './kbn_core_overlays_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_browser.mdx b/api_docs/kbn_core_plugins_browser.mdx index ab8588a842627..4737c33af456c 100644 --- a/api_docs/kbn_core_plugins_browser.mdx +++ b/api_docs/kbn_core_plugins_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-browser title: "@kbn/core-plugins-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-browser plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-browser'] --- import kbnCorePluginsBrowserObj from './kbn_core_plugins_browser.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_browser_mocks.mdx b/api_docs/kbn_core_plugins_browser_mocks.mdx index 53bee5470352c..22fed5860144a 100644 --- a/api_docs/kbn_core_plugins_browser_mocks.mdx +++ b/api_docs/kbn_core_plugins_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-browser-mocks title: "@kbn/core-plugins-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-browser-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-browser-mocks'] --- import kbnCorePluginsBrowserMocksObj from './kbn_core_plugins_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_contracts_browser.mdx b/api_docs/kbn_core_plugins_contracts_browser.mdx index 4d36c9929e312..32df802d40eb4 100644 --- a/api_docs/kbn_core_plugins_contracts_browser.mdx +++ b/api_docs/kbn_core_plugins_contracts_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-contracts-browser title: "@kbn/core-plugins-contracts-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-contracts-browser plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-contracts-browser'] --- import kbnCorePluginsContractsBrowserObj from './kbn_core_plugins_contracts_browser.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_contracts_server.mdx b/api_docs/kbn_core_plugins_contracts_server.mdx index 371d9f827422f..4946f3c69b049 100644 --- a/api_docs/kbn_core_plugins_contracts_server.mdx +++ b/api_docs/kbn_core_plugins_contracts_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-contracts-server title: "@kbn/core-plugins-contracts-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-contracts-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-contracts-server'] --- import kbnCorePluginsContractsServerObj from './kbn_core_plugins_contracts_server.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_server.mdx b/api_docs/kbn_core_plugins_server.mdx index 9169778c6248c..2e33c096510fb 100644 --- a/api_docs/kbn_core_plugins_server.mdx +++ b/api_docs/kbn_core_plugins_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-server title: "@kbn/core-plugins-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-server'] --- import kbnCorePluginsServerObj from './kbn_core_plugins_server.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_server_mocks.mdx b/api_docs/kbn_core_plugins_server_mocks.mdx index 0ee13bbbab381..49f120f98895b 100644 --- a/api_docs/kbn_core_plugins_server_mocks.mdx +++ b/api_docs/kbn_core_plugins_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-server-mocks title: "@kbn/core-plugins-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-server-mocks'] --- import kbnCorePluginsServerMocksObj from './kbn_core_plugins_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_preboot_server.mdx b/api_docs/kbn_core_preboot_server.mdx index 1ddb4bd4610a0..b63e46754c5be 100644 --- a/api_docs/kbn_core_preboot_server.mdx +++ b/api_docs/kbn_core_preboot_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-preboot-server title: "@kbn/core-preboot-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-preboot-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-preboot-server'] --- import kbnCorePrebootServerObj from './kbn_core_preboot_server.devdocs.json'; diff --git a/api_docs/kbn_core_preboot_server_mocks.mdx b/api_docs/kbn_core_preboot_server_mocks.mdx index 83a1653941c73..087b1644bcd0b 100644 --- a/api_docs/kbn_core_preboot_server_mocks.mdx +++ b/api_docs/kbn_core_preboot_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-preboot-server-mocks title: "@kbn/core-preboot-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-preboot-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-preboot-server-mocks'] --- import kbnCorePrebootServerMocksObj from './kbn_core_preboot_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_rendering_browser_mocks.mdx b/api_docs/kbn_core_rendering_browser_mocks.mdx index 69a67eb3da7e3..47b8c4919acd4 100644 --- a/api_docs/kbn_core_rendering_browser_mocks.mdx +++ b/api_docs/kbn_core_rendering_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-rendering-browser-mocks title: "@kbn/core-rendering-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-rendering-browser-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-browser-mocks'] --- import kbnCoreRenderingBrowserMocksObj from './kbn_core_rendering_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_rendering_server_internal.mdx b/api_docs/kbn_core_rendering_server_internal.mdx index 7df97aed872f2..2961f281ce4f6 100644 --- a/api_docs/kbn_core_rendering_server_internal.mdx +++ b/api_docs/kbn_core_rendering_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-rendering-server-internal title: "@kbn/core-rendering-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-rendering-server-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-server-internal'] --- import kbnCoreRenderingServerInternalObj from './kbn_core_rendering_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_rendering_server_mocks.mdx b/api_docs/kbn_core_rendering_server_mocks.mdx index 7941a0536489a..6f7a44af6ecb5 100644 --- a/api_docs/kbn_core_rendering_server_mocks.mdx +++ b/api_docs/kbn_core_rendering_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-rendering-server-mocks title: "@kbn/core-rendering-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-rendering-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-server-mocks'] --- import kbnCoreRenderingServerMocksObj from './kbn_core_rendering_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_root_server_internal.mdx b/api_docs/kbn_core_root_server_internal.mdx index 76ffa3bc18adf..33032a31d5d1e 100644 --- a/api_docs/kbn_core_root_server_internal.mdx +++ b/api_docs/kbn_core_root_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-root-server-internal title: "@kbn/core-root-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-root-server-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-root-server-internal'] --- import kbnCoreRootServerInternalObj from './kbn_core_root_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_api_browser.mdx b/api_docs/kbn_core_saved_objects_api_browser.mdx index 3ffe602aff2a7..123cb23dd4e23 100644 --- a/api_docs/kbn_core_saved_objects_api_browser.mdx +++ b/api_docs/kbn_core_saved_objects_api_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-api-browser title: "@kbn/core-saved-objects-api-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-api-browser plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-api-browser'] --- import kbnCoreSavedObjectsApiBrowserObj from './kbn_core_saved_objects_api_browser.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_api_server.mdx b/api_docs/kbn_core_saved_objects_api_server.mdx index d787982f00512..ce9f4f2933c61 100644 --- a/api_docs/kbn_core_saved_objects_api_server.mdx +++ b/api_docs/kbn_core_saved_objects_api_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-api-server title: "@kbn/core-saved-objects-api-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-api-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-api-server'] --- import kbnCoreSavedObjectsApiServerObj from './kbn_core_saved_objects_api_server.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_api_server_mocks.mdx b/api_docs/kbn_core_saved_objects_api_server_mocks.mdx index d39fe4713f219..7249dd7f8be9e 100644 --- a/api_docs/kbn_core_saved_objects_api_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_api_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-api-server-mocks title: "@kbn/core-saved-objects-api-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-api-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-api-server-mocks'] --- import kbnCoreSavedObjectsApiServerMocksObj from './kbn_core_saved_objects_api_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_base_server_internal.mdx b/api_docs/kbn_core_saved_objects_base_server_internal.mdx index a2e08299e89d8..1505420fdbafb 100644 --- a/api_docs/kbn_core_saved_objects_base_server_internal.mdx +++ b/api_docs/kbn_core_saved_objects_base_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-base-server-internal title: "@kbn/core-saved-objects-base-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-base-server-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-base-server-internal'] --- import kbnCoreSavedObjectsBaseServerInternalObj from './kbn_core_saved_objects_base_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_base_server_mocks.mdx b/api_docs/kbn_core_saved_objects_base_server_mocks.mdx index b9f075d992cec..8685642a05140 100644 --- a/api_docs/kbn_core_saved_objects_base_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_base_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-base-server-mocks title: "@kbn/core-saved-objects-base-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-base-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-base-server-mocks'] --- import kbnCoreSavedObjectsBaseServerMocksObj from './kbn_core_saved_objects_base_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_browser.mdx b/api_docs/kbn_core_saved_objects_browser.mdx index fcff54cc007b6..c0c406374c2a6 100644 --- a/api_docs/kbn_core_saved_objects_browser.mdx +++ b/api_docs/kbn_core_saved_objects_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-browser title: "@kbn/core-saved-objects-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-browser plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-browser'] --- import kbnCoreSavedObjectsBrowserObj from './kbn_core_saved_objects_browser.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_browser_internal.mdx b/api_docs/kbn_core_saved_objects_browser_internal.mdx index 32b429c37cbe4..47f32ebf91ed0 100644 --- a/api_docs/kbn_core_saved_objects_browser_internal.mdx +++ b/api_docs/kbn_core_saved_objects_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-browser-internal title: "@kbn/core-saved-objects-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-browser-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-browser-internal'] --- import kbnCoreSavedObjectsBrowserInternalObj from './kbn_core_saved_objects_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_browser_mocks.mdx b/api_docs/kbn_core_saved_objects_browser_mocks.mdx index ea1091304a767..808e79670045f 100644 --- a/api_docs/kbn_core_saved_objects_browser_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-browser-mocks title: "@kbn/core-saved-objects-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-browser-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-browser-mocks'] --- import kbnCoreSavedObjectsBrowserMocksObj from './kbn_core_saved_objects_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_common.mdx b/api_docs/kbn_core_saved_objects_common.mdx index dbc9fd6cc995e..5d009929b73e2 100644 --- a/api_docs/kbn_core_saved_objects_common.mdx +++ b/api_docs/kbn_core_saved_objects_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-common title: "@kbn/core-saved-objects-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-common plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-common'] --- import kbnCoreSavedObjectsCommonObj from './kbn_core_saved_objects_common.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx b/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx index eb56daa162be1..ef9ed08f19c3e 100644 --- a/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx +++ b/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-import-export-server-internal title: "@kbn/core-saved-objects-import-export-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-import-export-server-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-import-export-server-internal'] --- import kbnCoreSavedObjectsImportExportServerInternalObj from './kbn_core_saved_objects_import_export_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx b/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx index 34822ee4986fa..fb0dc27f6d4a4 100644 --- a/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-import-export-server-mocks title: "@kbn/core-saved-objects-import-export-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-import-export-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-import-export-server-mocks'] --- import kbnCoreSavedObjectsImportExportServerMocksObj from './kbn_core_saved_objects_import_export_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_migration_server_internal.mdx b/api_docs/kbn_core_saved_objects_migration_server_internal.mdx index 6c9774c93b77f..396b649279830 100644 --- a/api_docs/kbn_core_saved_objects_migration_server_internal.mdx +++ b/api_docs/kbn_core_saved_objects_migration_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-migration-server-internal title: "@kbn/core-saved-objects-migration-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-migration-server-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-migration-server-internal'] --- import kbnCoreSavedObjectsMigrationServerInternalObj from './kbn_core_saved_objects_migration_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx b/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx index bf21c93ca5f68..110f22a156359 100644 --- a/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-migration-server-mocks title: "@kbn/core-saved-objects-migration-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-migration-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-migration-server-mocks'] --- import kbnCoreSavedObjectsMigrationServerMocksObj from './kbn_core_saved_objects_migration_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_server.mdx b/api_docs/kbn_core_saved_objects_server.mdx index 39de6ecfbec63..77aeb699512bc 100644 --- a/api_docs/kbn_core_saved_objects_server.mdx +++ b/api_docs/kbn_core_saved_objects_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-server title: "@kbn/core-saved-objects-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-server'] --- import kbnCoreSavedObjectsServerObj from './kbn_core_saved_objects_server.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_server_internal.mdx b/api_docs/kbn_core_saved_objects_server_internal.mdx index b24b11f98f4dc..6d90b8c7d4714 100644 --- a/api_docs/kbn_core_saved_objects_server_internal.mdx +++ b/api_docs/kbn_core_saved_objects_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-server-internal title: "@kbn/core-saved-objects-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-server-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-server-internal'] --- import kbnCoreSavedObjectsServerInternalObj from './kbn_core_saved_objects_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_server_mocks.mdx b/api_docs/kbn_core_saved_objects_server_mocks.mdx index 6c4c1abd6ff9a..1f6d98fa94c5c 100644 --- a/api_docs/kbn_core_saved_objects_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-server-mocks title: "@kbn/core-saved-objects-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-server-mocks'] --- import kbnCoreSavedObjectsServerMocksObj from './kbn_core_saved_objects_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_utils_server.mdx b/api_docs/kbn_core_saved_objects_utils_server.mdx index e3d0f429dc258..96cdcaef99754 100644 --- a/api_docs/kbn_core_saved_objects_utils_server.mdx +++ b/api_docs/kbn_core_saved_objects_utils_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-utils-server title: "@kbn/core-saved-objects-utils-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-utils-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-utils-server'] --- import kbnCoreSavedObjectsUtilsServerObj from './kbn_core_saved_objects_utils_server.devdocs.json'; diff --git a/api_docs/kbn_core_security_browser.mdx b/api_docs/kbn_core_security_browser.mdx index 9b713791aa08d..4ad6c70b52bd4 100644 --- a/api_docs/kbn_core_security_browser.mdx +++ b/api_docs/kbn_core_security_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-browser title: "@kbn/core-security-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-browser plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-browser'] --- import kbnCoreSecurityBrowserObj from './kbn_core_security_browser.devdocs.json'; diff --git a/api_docs/kbn_core_security_browser_internal.mdx b/api_docs/kbn_core_security_browser_internal.mdx index 5836a63e43379..d2ab8e38f10e3 100644 --- a/api_docs/kbn_core_security_browser_internal.mdx +++ b/api_docs/kbn_core_security_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-browser-internal title: "@kbn/core-security-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-browser-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-browser-internal'] --- import kbnCoreSecurityBrowserInternalObj from './kbn_core_security_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_security_browser_mocks.mdx b/api_docs/kbn_core_security_browser_mocks.mdx index c481a03c370a4..b9609d9c8aede 100644 --- a/api_docs/kbn_core_security_browser_mocks.mdx +++ b/api_docs/kbn_core_security_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-browser-mocks title: "@kbn/core-security-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-browser-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-browser-mocks'] --- import kbnCoreSecurityBrowserMocksObj from './kbn_core_security_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_security_common.mdx b/api_docs/kbn_core_security_common.mdx index b7ddf024a3824..0168bfec73ed9 100644 --- a/api_docs/kbn_core_security_common.mdx +++ b/api_docs/kbn_core_security_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-common title: "@kbn/core-security-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-common plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-common'] --- import kbnCoreSecurityCommonObj from './kbn_core_security_common.devdocs.json'; diff --git a/api_docs/kbn_core_security_server.mdx b/api_docs/kbn_core_security_server.mdx index 5104cc5c31947..d7ee21304df0a 100644 --- a/api_docs/kbn_core_security_server.mdx +++ b/api_docs/kbn_core_security_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-server title: "@kbn/core-security-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-server'] --- import kbnCoreSecurityServerObj from './kbn_core_security_server.devdocs.json'; diff --git a/api_docs/kbn_core_security_server_internal.mdx b/api_docs/kbn_core_security_server_internal.mdx index 3bcfde9485f9e..951dc1a88f28d 100644 --- a/api_docs/kbn_core_security_server_internal.mdx +++ b/api_docs/kbn_core_security_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-server-internal title: "@kbn/core-security-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-server-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-server-internal'] --- import kbnCoreSecurityServerInternalObj from './kbn_core_security_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_security_server_mocks.mdx b/api_docs/kbn_core_security_server_mocks.mdx index 3adbca08f7449..75e313ab70334 100644 --- a/api_docs/kbn_core_security_server_mocks.mdx +++ b/api_docs/kbn_core_security_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-server-mocks title: "@kbn/core-security-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-server-mocks'] --- import kbnCoreSecurityServerMocksObj from './kbn_core_security_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_status_common.mdx b/api_docs/kbn_core_status_common.mdx index debd4e03f6e7b..b905f3021a9bf 100644 --- a/api_docs/kbn_core_status_common.mdx +++ b/api_docs/kbn_core_status_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-common title: "@kbn/core-status-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-status-common plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-common'] --- import kbnCoreStatusCommonObj from './kbn_core_status_common.devdocs.json'; diff --git a/api_docs/kbn_core_status_common_internal.mdx b/api_docs/kbn_core_status_common_internal.mdx index 110585b9da635..018704bd47a5c 100644 --- a/api_docs/kbn_core_status_common_internal.mdx +++ b/api_docs/kbn_core_status_common_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-common-internal title: "@kbn/core-status-common-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-status-common-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-common-internal'] --- import kbnCoreStatusCommonInternalObj from './kbn_core_status_common_internal.devdocs.json'; diff --git a/api_docs/kbn_core_status_server.mdx b/api_docs/kbn_core_status_server.mdx index 861659108d43d..17ac5f457e970 100644 --- a/api_docs/kbn_core_status_server.mdx +++ b/api_docs/kbn_core_status_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-server title: "@kbn/core-status-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-status-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-server'] --- import kbnCoreStatusServerObj from './kbn_core_status_server.devdocs.json'; diff --git a/api_docs/kbn_core_status_server_internal.mdx b/api_docs/kbn_core_status_server_internal.mdx index cc866296b6ea3..8a888f820b427 100644 --- a/api_docs/kbn_core_status_server_internal.mdx +++ b/api_docs/kbn_core_status_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-server-internal title: "@kbn/core-status-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-status-server-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-server-internal'] --- import kbnCoreStatusServerInternalObj from './kbn_core_status_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_status_server_mocks.mdx b/api_docs/kbn_core_status_server_mocks.mdx index 99b1053ed81ee..f7f2b9ae3212b 100644 --- a/api_docs/kbn_core_status_server_mocks.mdx +++ b/api_docs/kbn_core_status_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-server-mocks title: "@kbn/core-status-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-status-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-server-mocks'] --- import kbnCoreStatusServerMocksObj from './kbn_core_status_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_deprecations_getters.mdx b/api_docs/kbn_core_test_helpers_deprecations_getters.mdx index 85792bb92ff8c..fde696f7c7456 100644 --- a/api_docs/kbn_core_test_helpers_deprecations_getters.mdx +++ b/api_docs/kbn_core_test_helpers_deprecations_getters.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-deprecations-getters title: "@kbn/core-test-helpers-deprecations-getters" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-deprecations-getters plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-deprecations-getters'] --- import kbnCoreTestHelpersDeprecationsGettersObj from './kbn_core_test_helpers_deprecations_getters.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_http_setup_browser.mdx b/api_docs/kbn_core_test_helpers_http_setup_browser.mdx index f93e501084a45..1f8ecb87cb3f7 100644 --- a/api_docs/kbn_core_test_helpers_http_setup_browser.mdx +++ b/api_docs/kbn_core_test_helpers_http_setup_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-http-setup-browser title: "@kbn/core-test-helpers-http-setup-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-http-setup-browser plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-http-setup-browser'] --- import kbnCoreTestHelpersHttpSetupBrowserObj from './kbn_core_test_helpers_http_setup_browser.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_kbn_server.mdx b/api_docs/kbn_core_test_helpers_kbn_server.mdx index cd79c9ea9267c..124c5dd7cdafc 100644 --- a/api_docs/kbn_core_test_helpers_kbn_server.mdx +++ b/api_docs/kbn_core_test_helpers_kbn_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-kbn-server title: "@kbn/core-test-helpers-kbn-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-kbn-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-kbn-server'] --- import kbnCoreTestHelpersKbnServerObj from './kbn_core_test_helpers_kbn_server.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_model_versions.mdx b/api_docs/kbn_core_test_helpers_model_versions.mdx index 7262d6baaf33f..f30e04f3c9c93 100644 --- a/api_docs/kbn_core_test_helpers_model_versions.mdx +++ b/api_docs/kbn_core_test_helpers_model_versions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-model-versions title: "@kbn/core-test-helpers-model-versions" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-model-versions plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-model-versions'] --- import kbnCoreTestHelpersModelVersionsObj from './kbn_core_test_helpers_model_versions.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_so_type_serializer.mdx b/api_docs/kbn_core_test_helpers_so_type_serializer.mdx index 3b8c1a85e8477..6fcca2b989bdf 100644 --- a/api_docs/kbn_core_test_helpers_so_type_serializer.mdx +++ b/api_docs/kbn_core_test_helpers_so_type_serializer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-so-type-serializer title: "@kbn/core-test-helpers-so-type-serializer" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-so-type-serializer plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-so-type-serializer'] --- import kbnCoreTestHelpersSoTypeSerializerObj from './kbn_core_test_helpers_so_type_serializer.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_test_utils.mdx b/api_docs/kbn_core_test_helpers_test_utils.mdx index f28287c5a6506..5a8a63a0ad455 100644 --- a/api_docs/kbn_core_test_helpers_test_utils.mdx +++ b/api_docs/kbn_core_test_helpers_test_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-test-utils title: "@kbn/core-test-helpers-test-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-test-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-test-utils'] --- import kbnCoreTestHelpersTestUtilsObj from './kbn_core_test_helpers_test_utils.devdocs.json'; diff --git a/api_docs/kbn_core_theme_browser.mdx b/api_docs/kbn_core_theme_browser.mdx index 2bad90d1acfb6..7d7b3fcda43be 100644 --- a/api_docs/kbn_core_theme_browser.mdx +++ b/api_docs/kbn_core_theme_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-theme-browser title: "@kbn/core-theme-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-theme-browser plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-theme-browser'] --- import kbnCoreThemeBrowserObj from './kbn_core_theme_browser.devdocs.json'; diff --git a/api_docs/kbn_core_theme_browser_mocks.mdx b/api_docs/kbn_core_theme_browser_mocks.mdx index ee1d71ecbd8f3..cbd0ccf3fa61e 100644 --- a/api_docs/kbn_core_theme_browser_mocks.mdx +++ b/api_docs/kbn_core_theme_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-theme-browser-mocks title: "@kbn/core-theme-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-theme-browser-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-theme-browser-mocks'] --- import kbnCoreThemeBrowserMocksObj from './kbn_core_theme_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_browser.mdx b/api_docs/kbn_core_ui_settings_browser.mdx index 75771e423d18b..6e5419a7e9c5b 100644 --- a/api_docs/kbn_core_ui_settings_browser.mdx +++ b/api_docs/kbn_core_ui_settings_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-browser title: "@kbn/core-ui-settings-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-browser plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-browser'] --- import kbnCoreUiSettingsBrowserObj from './kbn_core_ui_settings_browser.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_browser_internal.mdx b/api_docs/kbn_core_ui_settings_browser_internal.mdx index e4156ac56d63d..154ccdeb61904 100644 --- a/api_docs/kbn_core_ui_settings_browser_internal.mdx +++ b/api_docs/kbn_core_ui_settings_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-browser-internal title: "@kbn/core-ui-settings-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-browser-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-browser-internal'] --- import kbnCoreUiSettingsBrowserInternalObj from './kbn_core_ui_settings_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_browser_mocks.mdx b/api_docs/kbn_core_ui_settings_browser_mocks.mdx index 143228fbbfb6c..a78b3230984a5 100644 --- a/api_docs/kbn_core_ui_settings_browser_mocks.mdx +++ b/api_docs/kbn_core_ui_settings_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-browser-mocks title: "@kbn/core-ui-settings-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-browser-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-browser-mocks'] --- import kbnCoreUiSettingsBrowserMocksObj from './kbn_core_ui_settings_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_common.mdx b/api_docs/kbn_core_ui_settings_common.mdx index f2c2ae8fdccb5..6b34b31db6b35 100644 --- a/api_docs/kbn_core_ui_settings_common.mdx +++ b/api_docs/kbn_core_ui_settings_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-common title: "@kbn/core-ui-settings-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-common plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-common'] --- import kbnCoreUiSettingsCommonObj from './kbn_core_ui_settings_common.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_server.mdx b/api_docs/kbn_core_ui_settings_server.mdx index fa4ca4e6fc1cf..57137ebab6952 100644 --- a/api_docs/kbn_core_ui_settings_server.mdx +++ b/api_docs/kbn_core_ui_settings_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-server title: "@kbn/core-ui-settings-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server'] --- import kbnCoreUiSettingsServerObj from './kbn_core_ui_settings_server.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_server_internal.mdx b/api_docs/kbn_core_ui_settings_server_internal.mdx index 92517d32834b7..253a61d6d2e01 100644 --- a/api_docs/kbn_core_ui_settings_server_internal.mdx +++ b/api_docs/kbn_core_ui_settings_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-server-internal title: "@kbn/core-ui-settings-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-server-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server-internal'] --- import kbnCoreUiSettingsServerInternalObj from './kbn_core_ui_settings_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_server_mocks.mdx b/api_docs/kbn_core_ui_settings_server_mocks.mdx index 55865e832a886..15a98e676f1e6 100644 --- a/api_docs/kbn_core_ui_settings_server_mocks.mdx +++ b/api_docs/kbn_core_ui_settings_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-server-mocks title: "@kbn/core-ui-settings-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server-mocks'] --- import kbnCoreUiSettingsServerMocksObj from './kbn_core_ui_settings_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_usage_data_server.mdx b/api_docs/kbn_core_usage_data_server.mdx index c15dca3da7d3f..2a60535e44555 100644 --- a/api_docs/kbn_core_usage_data_server.mdx +++ b/api_docs/kbn_core_usage_data_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-usage-data-server title: "@kbn/core-usage-data-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-usage-data-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-usage-data-server'] --- import kbnCoreUsageDataServerObj from './kbn_core_usage_data_server.devdocs.json'; diff --git a/api_docs/kbn_core_usage_data_server_internal.mdx b/api_docs/kbn_core_usage_data_server_internal.mdx index f6806f7850bcc..75fd9cd81aef5 100644 --- a/api_docs/kbn_core_usage_data_server_internal.mdx +++ b/api_docs/kbn_core_usage_data_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-usage-data-server-internal title: "@kbn/core-usage-data-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-usage-data-server-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-usage-data-server-internal'] --- import kbnCoreUsageDataServerInternalObj from './kbn_core_usage_data_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_usage_data_server_mocks.mdx b/api_docs/kbn_core_usage_data_server_mocks.mdx index 0092802144777..66044494d9689 100644 --- a/api_docs/kbn_core_usage_data_server_mocks.mdx +++ b/api_docs/kbn_core_usage_data_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-usage-data-server-mocks title: "@kbn/core-usage-data-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-usage-data-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-usage-data-server-mocks'] --- import kbnCoreUsageDataServerMocksObj from './kbn_core_usage_data_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_browser.mdx b/api_docs/kbn_core_user_profile_browser.mdx index 8026b92d2da2b..1e97e016a07ca 100644 --- a/api_docs/kbn_core_user_profile_browser.mdx +++ b/api_docs/kbn_core_user_profile_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-browser title: "@kbn/core-user-profile-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-browser plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-browser'] --- import kbnCoreUserProfileBrowserObj from './kbn_core_user_profile_browser.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_browser_internal.mdx b/api_docs/kbn_core_user_profile_browser_internal.mdx index 8f4244cde9467..4e27800463c8d 100644 --- a/api_docs/kbn_core_user_profile_browser_internal.mdx +++ b/api_docs/kbn_core_user_profile_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-browser-internal title: "@kbn/core-user-profile-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-browser-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-browser-internal'] --- import kbnCoreUserProfileBrowserInternalObj from './kbn_core_user_profile_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_browser_mocks.mdx b/api_docs/kbn_core_user_profile_browser_mocks.mdx index 31fac54d8cd07..77a8f379af3ef 100644 --- a/api_docs/kbn_core_user_profile_browser_mocks.mdx +++ b/api_docs/kbn_core_user_profile_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-browser-mocks title: "@kbn/core-user-profile-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-browser-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-browser-mocks'] --- import kbnCoreUserProfileBrowserMocksObj from './kbn_core_user_profile_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_common.mdx b/api_docs/kbn_core_user_profile_common.mdx index 1f227aaf3b318..87acf959e6112 100644 --- a/api_docs/kbn_core_user_profile_common.mdx +++ b/api_docs/kbn_core_user_profile_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-common title: "@kbn/core-user-profile-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-common plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-common'] --- import kbnCoreUserProfileCommonObj from './kbn_core_user_profile_common.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_server.mdx b/api_docs/kbn_core_user_profile_server.mdx index e945c8fb4b59a..dadfb7957a36c 100644 --- a/api_docs/kbn_core_user_profile_server.mdx +++ b/api_docs/kbn_core_user_profile_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-server title: "@kbn/core-user-profile-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-server'] --- import kbnCoreUserProfileServerObj from './kbn_core_user_profile_server.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_server_internal.mdx b/api_docs/kbn_core_user_profile_server_internal.mdx index 2b4f9fdee78ef..20e41d104a14d 100644 --- a/api_docs/kbn_core_user_profile_server_internal.mdx +++ b/api_docs/kbn_core_user_profile_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-server-internal title: "@kbn/core-user-profile-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-server-internal plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-server-internal'] --- import kbnCoreUserProfileServerInternalObj from './kbn_core_user_profile_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_server_mocks.mdx b/api_docs/kbn_core_user_profile_server_mocks.mdx index 587e6bcc72212..d59e799fe6cec 100644 --- a/api_docs/kbn_core_user_profile_server_mocks.mdx +++ b/api_docs/kbn_core_user_profile_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-server-mocks title: "@kbn/core-user-profile-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-server-mocks'] --- import kbnCoreUserProfileServerMocksObj from './kbn_core_user_profile_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_user_settings_server.mdx b/api_docs/kbn_core_user_settings_server.mdx index 693f37b91f086..50f3297dcec6f 100644 --- a/api_docs/kbn_core_user_settings_server.mdx +++ b/api_docs/kbn_core_user_settings_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-settings-server title: "@kbn/core-user-settings-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-settings-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-settings-server'] --- import kbnCoreUserSettingsServerObj from './kbn_core_user_settings_server.devdocs.json'; diff --git a/api_docs/kbn_core_user_settings_server_mocks.mdx b/api_docs/kbn_core_user_settings_server_mocks.mdx index f40716eca675c..8217251c35a9c 100644 --- a/api_docs/kbn_core_user_settings_server_mocks.mdx +++ b/api_docs/kbn_core_user_settings_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-settings-server-mocks title: "@kbn/core-user-settings-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-settings-server-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-settings-server-mocks'] --- import kbnCoreUserSettingsServerMocksObj from './kbn_core_user_settings_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_crypto.mdx b/api_docs/kbn_crypto.mdx index 9ba8023c28e81..fc564c3e93a3e 100644 --- a/api_docs/kbn_crypto.mdx +++ b/api_docs/kbn_crypto.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-crypto title: "@kbn/crypto" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/crypto plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/crypto'] --- import kbnCryptoObj from './kbn_crypto.devdocs.json'; diff --git a/api_docs/kbn_crypto_browser.mdx b/api_docs/kbn_crypto_browser.mdx index 6007db426043c..ebd44f4d8ae31 100644 --- a/api_docs/kbn_crypto_browser.mdx +++ b/api_docs/kbn_crypto_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-crypto-browser title: "@kbn/crypto-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/crypto-browser plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/crypto-browser'] --- import kbnCryptoBrowserObj from './kbn_crypto_browser.devdocs.json'; diff --git a/api_docs/kbn_custom_icons.mdx b/api_docs/kbn_custom_icons.mdx index ac01483315d6f..3aed24e84faf0 100644 --- a/api_docs/kbn_custom_icons.mdx +++ b/api_docs/kbn_custom_icons.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-custom-icons title: "@kbn/custom-icons" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/custom-icons plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/custom-icons'] --- import kbnCustomIconsObj from './kbn_custom_icons.devdocs.json'; diff --git a/api_docs/kbn_custom_integrations.mdx b/api_docs/kbn_custom_integrations.mdx index ca3b4f884ed5c..f2a913f50092a 100644 --- a/api_docs/kbn_custom_integrations.mdx +++ b/api_docs/kbn_custom_integrations.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-custom-integrations title: "@kbn/custom-integrations" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/custom-integrations plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/custom-integrations'] --- import kbnCustomIntegrationsObj from './kbn_custom_integrations.devdocs.json'; diff --git a/api_docs/kbn_cypress_config.mdx b/api_docs/kbn_cypress_config.mdx index 873e28424b015..49fc686b109cc 100644 --- a/api_docs/kbn_cypress_config.mdx +++ b/api_docs/kbn_cypress_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cypress-config title: "@kbn/cypress-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cypress-config plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cypress-config'] --- import kbnCypressConfigObj from './kbn_cypress_config.devdocs.json'; diff --git a/api_docs/kbn_data_forge.mdx b/api_docs/kbn_data_forge.mdx index ef68fca1bce26..5fb023680eed7 100644 --- a/api_docs/kbn_data_forge.mdx +++ b/api_docs/kbn_data_forge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-forge title: "@kbn/data-forge" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-forge plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-forge'] --- import kbnDataForgeObj from './kbn_data_forge.devdocs.json'; diff --git a/api_docs/kbn_data_service.mdx b/api_docs/kbn_data_service.mdx index 6eb50f027e6cb..7208462dcc323 100644 --- a/api_docs/kbn_data_service.mdx +++ b/api_docs/kbn_data_service.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-service title: "@kbn/data-service" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-service plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-service'] --- import kbnDataServiceObj from './kbn_data_service.devdocs.json'; diff --git a/api_docs/kbn_data_stream_adapter.mdx b/api_docs/kbn_data_stream_adapter.mdx index ff25da62f20c1..4d1ab47d79ff9 100644 --- a/api_docs/kbn_data_stream_adapter.mdx +++ b/api_docs/kbn_data_stream_adapter.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-stream-adapter title: "@kbn/data-stream-adapter" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-stream-adapter plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-stream-adapter'] --- import kbnDataStreamAdapterObj from './kbn_data_stream_adapter.devdocs.json'; diff --git a/api_docs/kbn_data_view_utils.mdx b/api_docs/kbn_data_view_utils.mdx index 40d7a70476f2f..24781a27b0ca7 100644 --- a/api_docs/kbn_data_view_utils.mdx +++ b/api_docs/kbn_data_view_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-view-utils title: "@kbn/data-view-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-view-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-view-utils'] --- import kbnDataViewUtilsObj from './kbn_data_view_utils.devdocs.json'; diff --git a/api_docs/kbn_datemath.mdx b/api_docs/kbn_datemath.mdx index bafa0b1cc4bad..c3995608dec66 100644 --- a/api_docs/kbn_datemath.mdx +++ b/api_docs/kbn_datemath.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-datemath title: "@kbn/datemath" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/datemath plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/datemath'] --- import kbnDatemathObj from './kbn_datemath.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_analytics.mdx b/api_docs/kbn_deeplinks_analytics.mdx index 891d565e38229..252e18e4b9cc2 100644 --- a/api_docs/kbn_deeplinks_analytics.mdx +++ b/api_docs/kbn_deeplinks_analytics.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-analytics title: "@kbn/deeplinks-analytics" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-analytics plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-analytics'] --- import kbnDeeplinksAnalyticsObj from './kbn_deeplinks_analytics.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_devtools.mdx b/api_docs/kbn_deeplinks_devtools.mdx index 8e0838493e439..f0c113fbf83b4 100644 --- a/api_docs/kbn_deeplinks_devtools.mdx +++ b/api_docs/kbn_deeplinks_devtools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-devtools title: "@kbn/deeplinks-devtools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-devtools plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-devtools'] --- import kbnDeeplinksDevtoolsObj from './kbn_deeplinks_devtools.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_fleet.mdx b/api_docs/kbn_deeplinks_fleet.mdx index 2eaa5ba41c909..ae63b963c5e27 100644 --- a/api_docs/kbn_deeplinks_fleet.mdx +++ b/api_docs/kbn_deeplinks_fleet.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-fleet title: "@kbn/deeplinks-fleet" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-fleet plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-fleet'] --- import kbnDeeplinksFleetObj from './kbn_deeplinks_fleet.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_management.mdx b/api_docs/kbn_deeplinks_management.mdx index 230b53a95992e..cccf845a4605f 100644 --- a/api_docs/kbn_deeplinks_management.mdx +++ b/api_docs/kbn_deeplinks_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-management title: "@kbn/deeplinks-management" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-management plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-management'] --- import kbnDeeplinksManagementObj from './kbn_deeplinks_management.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_ml.mdx b/api_docs/kbn_deeplinks_ml.mdx index 649fde7672751..d53ab450a562b 100644 --- a/api_docs/kbn_deeplinks_ml.mdx +++ b/api_docs/kbn_deeplinks_ml.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-ml title: "@kbn/deeplinks-ml" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-ml plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-ml'] --- import kbnDeeplinksMlObj from './kbn_deeplinks_ml.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_observability.mdx b/api_docs/kbn_deeplinks_observability.mdx index b26f1daea09ed..32cf3273fe732 100644 --- a/api_docs/kbn_deeplinks_observability.mdx +++ b/api_docs/kbn_deeplinks_observability.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-observability title: "@kbn/deeplinks-observability" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-observability plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-observability'] --- import kbnDeeplinksObservabilityObj from './kbn_deeplinks_observability.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_search.mdx b/api_docs/kbn_deeplinks_search.mdx index 52e2c2c9f9ae2..490481f1c61f8 100644 --- a/api_docs/kbn_deeplinks_search.mdx +++ b/api_docs/kbn_deeplinks_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-search title: "@kbn/deeplinks-search" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-search plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-search'] --- import kbnDeeplinksSearchObj from './kbn_deeplinks_search.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_security.mdx b/api_docs/kbn_deeplinks_security.mdx index 480bd3c067627..ea5092d489501 100644 --- a/api_docs/kbn_deeplinks_security.mdx +++ b/api_docs/kbn_deeplinks_security.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-security title: "@kbn/deeplinks-security" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-security plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-security'] --- import kbnDeeplinksSecurityObj from './kbn_deeplinks_security.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_shared.mdx b/api_docs/kbn_deeplinks_shared.mdx index 7975247f48874..2111dea6996e1 100644 --- a/api_docs/kbn_deeplinks_shared.mdx +++ b/api_docs/kbn_deeplinks_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-shared title: "@kbn/deeplinks-shared" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-shared plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-shared'] --- import kbnDeeplinksSharedObj from './kbn_deeplinks_shared.devdocs.json'; diff --git a/api_docs/kbn_default_nav_analytics.mdx b/api_docs/kbn_default_nav_analytics.mdx index 4750d82e79d26..3583ec917531f 100644 --- a/api_docs/kbn_default_nav_analytics.mdx +++ b/api_docs/kbn_default_nav_analytics.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-analytics title: "@kbn/default-nav-analytics" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-analytics plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-analytics'] --- import kbnDefaultNavAnalyticsObj from './kbn_default_nav_analytics.devdocs.json'; diff --git a/api_docs/kbn_default_nav_devtools.mdx b/api_docs/kbn_default_nav_devtools.mdx index 6799d76c5889b..83e451134fc4d 100644 --- a/api_docs/kbn_default_nav_devtools.mdx +++ b/api_docs/kbn_default_nav_devtools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-devtools title: "@kbn/default-nav-devtools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-devtools plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-devtools'] --- import kbnDefaultNavDevtoolsObj from './kbn_default_nav_devtools.devdocs.json'; diff --git a/api_docs/kbn_default_nav_management.mdx b/api_docs/kbn_default_nav_management.mdx index ccc432f9a2ee3..3b1653eca3b80 100644 --- a/api_docs/kbn_default_nav_management.mdx +++ b/api_docs/kbn_default_nav_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-management title: "@kbn/default-nav-management" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-management plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-management'] --- import kbnDefaultNavManagementObj from './kbn_default_nav_management.devdocs.json'; diff --git a/api_docs/kbn_default_nav_ml.mdx b/api_docs/kbn_default_nav_ml.mdx index 293cb60399ed9..78926f0f0b6e3 100644 --- a/api_docs/kbn_default_nav_ml.mdx +++ b/api_docs/kbn_default_nav_ml.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-ml title: "@kbn/default-nav-ml" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-ml plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-ml'] --- import kbnDefaultNavMlObj from './kbn_default_nav_ml.devdocs.json'; diff --git a/api_docs/kbn_dev_cli_errors.mdx b/api_docs/kbn_dev_cli_errors.mdx index 60acce6417158..f17af5ff2010a 100644 --- a/api_docs/kbn_dev_cli_errors.mdx +++ b/api_docs/kbn_dev_cli_errors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dev-cli-errors title: "@kbn/dev-cli-errors" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dev-cli-errors plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dev-cli-errors'] --- import kbnDevCliErrorsObj from './kbn_dev_cli_errors.devdocs.json'; diff --git a/api_docs/kbn_dev_cli_runner.mdx b/api_docs/kbn_dev_cli_runner.mdx index f58f013004a47..02b470aaffcea 100644 --- a/api_docs/kbn_dev_cli_runner.mdx +++ b/api_docs/kbn_dev_cli_runner.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dev-cli-runner title: "@kbn/dev-cli-runner" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dev-cli-runner plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dev-cli-runner'] --- import kbnDevCliRunnerObj from './kbn_dev_cli_runner.devdocs.json'; diff --git a/api_docs/kbn_dev_proc_runner.mdx b/api_docs/kbn_dev_proc_runner.mdx index 70e1b4584814e..c8759ddf5ae62 100644 --- a/api_docs/kbn_dev_proc_runner.mdx +++ b/api_docs/kbn_dev_proc_runner.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dev-proc-runner title: "@kbn/dev-proc-runner" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dev-proc-runner plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dev-proc-runner'] --- import kbnDevProcRunnerObj from './kbn_dev_proc_runner.devdocs.json'; diff --git a/api_docs/kbn_dev_utils.mdx b/api_docs/kbn_dev_utils.mdx index f77d06bdb057e..ffcd7b4420526 100644 --- a/api_docs/kbn_dev_utils.mdx +++ b/api_docs/kbn_dev_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dev-utils title: "@kbn/dev-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dev-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dev-utils'] --- import kbnDevUtilsObj from './kbn_dev_utils.devdocs.json'; diff --git a/api_docs/kbn_discover_utils.devdocs.json b/api_docs/kbn_discover_utils.devdocs.json index 5dbccb1d08d41..5f7a98bd50a8c 100644 --- a/api_docs/kbn_discover_utils.devdocs.json +++ b/api_docs/kbn_discover_utils.devdocs.json @@ -1397,6 +1397,43 @@ "returnComment": [], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/discover-utils", + "id": "def-common.LogLevelBadge", + "type": "Function", + "tags": [], + "label": "LogLevelBadge", + "description": [], + "signature": [ + "({ logLevel, fallback, \"data-test-subj\": dataTestSubj, ...badgeProps }: Omit<", + "EuiBadgeProps", + ", \"color\" | \"children\"> & { logLevel: {}; fallback?: React.ReactElement> | undefined; }) => JSX.Element" + ], + "path": "packages/kbn-discover-utils/src/data_types/logs/components/log_level_badge.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/discover-utils", + "id": "def-common.LogLevelBadge.$1", + "type": "CompoundType", + "tags": [], + "label": "{\n logLevel,\n fallback,\n 'data-test-subj': dataTestSubj = 'logLevelBadge',\n ...badgeProps\n}", + "description": [], + "signature": [ + "Omit<", + "EuiBadgeProps", + ", \"color\" | \"children\"> & { logLevel: {}; fallback?: React.ReactElement> | undefined; }" + ], + "path": "packages/kbn-discover-utils/src/data_types/logs/components/log_level_badge.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/discover-utils", "id": "def-common.usePager", diff --git a/api_docs/kbn_discover_utils.mdx b/api_docs/kbn_discover_utils.mdx index 691498895ca95..43b583c9a2bb1 100644 --- a/api_docs/kbn_discover_utils.mdx +++ b/api_docs/kbn_discover_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-discover-utils title: "@kbn/discover-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/discover-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/discover-utils'] --- import kbnDiscoverUtilsObj from './kbn_discover_utils.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/k | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 128 | 0 | 102 | 1 | +| 130 | 0 | 104 | 1 | ## Common diff --git a/api_docs/kbn_doc_links.mdx b/api_docs/kbn_doc_links.mdx index cd36e5683fd00..9b8d33d00dfae 100644 --- a/api_docs/kbn_doc_links.mdx +++ b/api_docs/kbn_doc_links.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-doc-links title: "@kbn/doc-links" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/doc-links plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/doc-links'] --- import kbnDocLinksObj from './kbn_doc_links.devdocs.json'; diff --git a/api_docs/kbn_docs_utils.mdx b/api_docs/kbn_docs_utils.mdx index f898f42d3655e..a296ed88a1bbf 100644 --- a/api_docs/kbn_docs_utils.mdx +++ b/api_docs/kbn_docs_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-docs-utils title: "@kbn/docs-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/docs-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/docs-utils'] --- import kbnDocsUtilsObj from './kbn_docs_utils.devdocs.json'; diff --git a/api_docs/kbn_dom_drag_drop.mdx b/api_docs/kbn_dom_drag_drop.mdx index a551381f2d8a2..d3b82b633c7ed 100644 --- a/api_docs/kbn_dom_drag_drop.mdx +++ b/api_docs/kbn_dom_drag_drop.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dom-drag-drop title: "@kbn/dom-drag-drop" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dom-drag-drop plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dom-drag-drop'] --- import kbnDomDragDropObj from './kbn_dom_drag_drop.devdocs.json'; diff --git a/api_docs/kbn_ebt.devdocs.json b/api_docs/kbn_ebt.devdocs.json index 6c82d5e5fe67c..0e4798904eb27 100644 --- a/api_docs/kbn_ebt.devdocs.json +++ b/api_docs/kbn_ebt.devdocs.json @@ -1866,6 +1866,14 @@ "plugin": "fleet", "path": "x-pack/plugins/fleet/server/services/telemetry/fleet_usage_sender.ts" }, + { + "plugin": "fleet", + "path": "x-pack/plugins/fleet/server/services/telemetry/fleet_usage_sender.ts" + }, + { + "plugin": "datasetQuality", + "path": "x-pack/plugins/observability_solution/dataset_quality/public/services/telemetry/telemetry_client.ts" + }, { "plugin": "datasetQuality", "path": "x-pack/plugins/observability_solution/dataset_quality/public/services/telemetry/telemetry_client.ts" @@ -2314,6 +2322,14 @@ "plugin": "datasetQuality", "path": "x-pack/plugins/observability_solution/dataset_quality/public/services/telemetry/telemetry_service.test.ts" }, + { + "plugin": "datasetQuality", + "path": "x-pack/plugins/observability_solution/dataset_quality/public/services/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "datasetQuality", + "path": "x-pack/plugins/observability_solution/dataset_quality/public/services/telemetry/telemetry_service.test.ts" + }, { "plugin": "infra", "path": "x-pack/plugins/observability_solution/infra/public/services/telemetry/telemetry_service.test.ts" diff --git a/api_docs/kbn_ebt.mdx b/api_docs/kbn_ebt.mdx index c530159ebaa25..e77a41d546668 100644 --- a/api_docs/kbn_ebt.mdx +++ b/api_docs/kbn_ebt.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ebt title: "@kbn/ebt" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ebt plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ebt'] --- import kbnEbtObj from './kbn_ebt.devdocs.json'; diff --git a/api_docs/kbn_ebt_tools.mdx b/api_docs/kbn_ebt_tools.mdx index e5ad79deac00f..ec24d81bf9a26 100644 --- a/api_docs/kbn_ebt_tools.mdx +++ b/api_docs/kbn_ebt_tools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ebt-tools title: "@kbn/ebt-tools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ebt-tools plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ebt-tools'] --- import kbnEbtToolsObj from './kbn_ebt_tools.devdocs.json'; diff --git a/api_docs/kbn_ecs_data_quality_dashboard.mdx b/api_docs/kbn_ecs_data_quality_dashboard.mdx index 766d9d92a9d27..8b0ccc4679aba 100644 --- a/api_docs/kbn_ecs_data_quality_dashboard.mdx +++ b/api_docs/kbn_ecs_data_quality_dashboard.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ecs-data-quality-dashboard title: "@kbn/ecs-data-quality-dashboard" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ecs-data-quality-dashboard plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ecs-data-quality-dashboard'] --- import kbnEcsDataQualityDashboardObj from './kbn_ecs_data_quality_dashboard.devdocs.json'; diff --git a/api_docs/kbn_elastic_agent_utils.mdx b/api_docs/kbn_elastic_agent_utils.mdx index 93e25846aa5b3..ee4d03496f20d 100644 --- a/api_docs/kbn_elastic_agent_utils.mdx +++ b/api_docs/kbn_elastic_agent_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-elastic-agent-utils title: "@kbn/elastic-agent-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/elastic-agent-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-agent-utils'] --- import kbnElasticAgentUtilsObj from './kbn_elastic_agent_utils.devdocs.json'; diff --git a/api_docs/kbn_elastic_assistant.mdx b/api_docs/kbn_elastic_assistant.mdx index b3be09c310a47..ed69b88b24531 100644 --- a/api_docs/kbn_elastic_assistant.mdx +++ b/api_docs/kbn_elastic_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-elastic-assistant title: "@kbn/elastic-assistant" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/elastic-assistant plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-assistant'] --- import kbnElasticAssistantObj from './kbn_elastic_assistant.devdocs.json'; diff --git a/api_docs/kbn_elastic_assistant_common.mdx b/api_docs/kbn_elastic_assistant_common.mdx index ae46011c81b52..f750be54ae622 100644 --- a/api_docs/kbn_elastic_assistant_common.mdx +++ b/api_docs/kbn_elastic_assistant_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-elastic-assistant-common title: "@kbn/elastic-assistant-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/elastic-assistant-common plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-assistant-common'] --- import kbnElasticAssistantCommonObj from './kbn_elastic_assistant_common.devdocs.json'; diff --git a/api_docs/kbn_entities_schema.devdocs.json b/api_docs/kbn_entities_schema.devdocs.json index b0ee46640112d..fe419217d0e44 100644 --- a/api_docs/kbn_entities_schema.devdocs.json +++ b/api_docs/kbn_entities_schema.devdocs.json @@ -43,7 +43,7 @@ "label": "EntityDefinition", "description": [], "signature": [ - "{ id: string; type: string; version: string; name: string; history: { interval: moment.Duration; timestampField: string; settings?: { syncField?: string | undefined; syncDelay?: string | undefined; frequency?: string | undefined; } | undefined; }; managed: boolean; indexPatterns: string[]; identityFields: ({ field: string; optional: boolean; } | { field: string; optional: boolean; })[]; displayNameTemplate: string; description?: string | undefined; filter?: string | undefined; metadata?: ({ source: string; destination?: string | undefined; limit?: number | undefined; } | { source: string; destination: string; limit: number; })[] | undefined; metrics?: { name: string; metrics: ({ name: string; field: string; aggregation: ", + "{ id: string; type: string; version: string; name: string; history: { interval: moment.Duration; timestampField: string; settings?: { syncField?: string | undefined; syncDelay?: string | undefined; frequency?: string | undefined; } | undefined; }; managed: boolean; indexPatterns: string[]; identityFields: ({ field: string; optional: boolean; } | { field: string; optional: boolean; })[]; displayNameTemplate: string; description?: string | undefined; filter?: string | undefined; metadata?: ({ destination: string; limit: number; source: string; } | { source: string; destination: string; limit: number; })[] | undefined; metrics?: { name: string; metrics: ({ name: string; field: string; aggregation: ", { "pluginId": "@kbn/entities-schema", "scope": "common", @@ -221,7 +221,7 @@ "label": "entityDefinitionSchema", "description": [], "signature": [ - "Zod.ZodObject<{ id: Zod.ZodString; version: Zod.ZodEffects; name: Zod.ZodString; description: Zod.ZodOptional; type: Zod.ZodString; filter: Zod.ZodOptional; indexPatterns: Zod.ZodArray; identityFields: Zod.ZodArray, Zod.ZodEffects]>, \"many\">; displayNameTemplate: Zod.ZodString; metadata: Zod.ZodOptional; limit: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { source: string; destination?: string | undefined; limit?: number | undefined; }, { source: string; destination?: string | undefined; limit?: number | undefined; }>, Zod.ZodEffects]>, \"many\">>; metrics: Zod.ZodOptional; name: Zod.ZodString; description: Zod.ZodOptional; type: Zod.ZodString; filter: Zod.ZodOptional; indexPatterns: Zod.ZodArray; identityFields: Zod.ZodArray, Zod.ZodEffects]>, \"many\">; displayNameTemplate: Zod.ZodString; metadata: Zod.ZodOptional; limit: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { source: string; destination?: string | undefined; limit?: number | undefined; }, { source: string; destination?: string | undefined; limit?: number | undefined; }>, { destination: string; limit: number; source: string; }, { source: string; destination?: string | undefined; limit?: number | undefined; }>, Zod.ZodEffects]>, \"many\">>; metrics: Zod.ZodOptional, \"many\">>; staticFields: Zod.ZodOptional>; managed: Zod.ZodDefault>; history: Zod.ZodObject<{ timestampField: Zod.ZodString; interval: Zod.ZodEffects, moment.Duration, string>; settings: Zod.ZodOptional; syncDelay: Zod.ZodOptional; frequency: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { syncField?: string | undefined; syncDelay?: string | undefined; frequency?: string | undefined; }, { syncField?: string | undefined; syncDelay?: string | undefined; frequency?: string | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { interval: moment.Duration; timestampField: string; settings?: { syncField?: string | undefined; syncDelay?: string | undefined; frequency?: string | undefined; } | undefined; }, { interval: string; timestampField: string; settings?: { syncField?: string | undefined; syncDelay?: string | undefined; frequency?: string | undefined; } | undefined; }>; latest: Zod.ZodOptional; syncDelay: Zod.ZodOptional; frequency: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { syncField?: string | undefined; syncDelay?: string | undefined; frequency?: string | undefined; }, { syncField?: string | undefined; syncDelay?: string | undefined; frequency?: string | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { settings?: { syncField?: string | undefined; syncDelay?: string | undefined; frequency?: string | undefined; } | undefined; }, { settings?: { syncField?: string | undefined; syncDelay?: string | undefined; frequency?: string | undefined; } | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { id: string; type: string; version: string; name: string; history: { interval: moment.Duration; timestampField: string; settings?: { syncField?: string | undefined; syncDelay?: string | undefined; frequency?: string | undefined; } | undefined; }; managed: boolean; indexPatterns: string[]; identityFields: ({ field: string; optional: boolean; } | { field: string; optional: boolean; })[]; displayNameTemplate: string; description?: string | undefined; filter?: string | undefined; metadata?: ({ source: string; destination?: string | undefined; limit?: number | undefined; } | { source: string; destination: string; limit: number; })[] | undefined; metrics?: { name: string; metrics: ({ name: string; field: string; aggregation: ", + "; filter?: string | undefined; } | { name: string; aggregation: \"doc_count\"; filter?: string | undefined; } | { name: string; field: string; percentile: number; aggregation: \"percentile\"; filter?: string | undefined; })[]; equation: string; }>, \"many\">>; staticFields: Zod.ZodOptional>; managed: Zod.ZodDefault>; history: Zod.ZodObject<{ timestampField: Zod.ZodString; interval: Zod.ZodEffects, moment.Duration, string>; settings: Zod.ZodOptional; syncDelay: Zod.ZodOptional; frequency: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { syncField?: string | undefined; syncDelay?: string | undefined; frequency?: string | undefined; }, { syncField?: string | undefined; syncDelay?: string | undefined; frequency?: string | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { interval: moment.Duration; timestampField: string; settings?: { syncField?: string | undefined; syncDelay?: string | undefined; frequency?: string | undefined; } | undefined; }, { interval: string; timestampField: string; settings?: { syncField?: string | undefined; syncDelay?: string | undefined; frequency?: string | undefined; } | undefined; }>; latest: Zod.ZodOptional; syncDelay: Zod.ZodOptional; frequency: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { syncField?: string | undefined; syncDelay?: string | undefined; frequency?: string | undefined; }, { syncField?: string | undefined; syncDelay?: string | undefined; frequency?: string | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { settings?: { syncField?: string | undefined; syncDelay?: string | undefined; frequency?: string | undefined; } | undefined; }, { settings?: { syncField?: string | undefined; syncDelay?: string | undefined; frequency?: string | undefined; } | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { id: string; type: string; version: string; name: string; history: { interval: moment.Duration; timestampField: string; settings?: { syncField?: string | undefined; syncDelay?: string | undefined; frequency?: string | undefined; } | undefined; }; managed: boolean; indexPatterns: string[]; identityFields: ({ field: string; optional: boolean; } | { field: string; optional: boolean; })[]; displayNameTemplate: string; description?: string | undefined; filter?: string | undefined; metadata?: ({ destination: string; limit: number; source: string; } | { source: string; destination: string; limit: number; })[] | undefined; metrics?: { name: string; metrics: ({ name: string; field: string; aggregation: ", { "pluginId": "@kbn/entities-schema", "scope": "common", @@ -407,7 +407,7 @@ "label": "metadataSchema", "description": [], "signature": [ - "Zod.ZodUnion<[Zod.ZodObject<{ source: Zod.ZodString; destination: Zod.ZodOptional; limit: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { source: string; destination?: string | undefined; limit?: number | undefined; }, { source: string; destination?: string | undefined; limit?: number | undefined; }>, Zod.ZodEffects]>" + "Zod.ZodUnion<[Zod.ZodEffects; limit: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { source: string; destination?: string | undefined; limit?: number | undefined; }, { source: string; destination?: string | undefined; limit?: number | undefined; }>, { destination: string; limit: number; source: string; }, { source: string; destination?: string | undefined; limit?: number | undefined; }>, Zod.ZodEffects]>" ], "path": "x-pack/packages/kbn-entities-schema/src/schema/common.ts", "deprecated": false, diff --git a/api_docs/kbn_entities_schema.mdx b/api_docs/kbn_entities_schema.mdx index eea08b70624bb..bfd5d4124e6ea 100644 --- a/api_docs/kbn_entities_schema.mdx +++ b/api_docs/kbn_entities_schema.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-entities-schema title: "@kbn/entities-schema" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/entities-schema plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/entities-schema'] --- import kbnEntitiesSchemaObj from './kbn_entities_schema.devdocs.json'; diff --git a/api_docs/kbn_es.mdx b/api_docs/kbn_es.mdx index 8faaf899be43c..3f29f244352f5 100644 --- a/api_docs/kbn_es.mdx +++ b/api_docs/kbn_es.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es title: "@kbn/es" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es'] --- import kbnEsObj from './kbn_es.devdocs.json'; diff --git a/api_docs/kbn_es_archiver.mdx b/api_docs/kbn_es_archiver.mdx index 93e8351113239..b777541fb574e 100644 --- a/api_docs/kbn_es_archiver.mdx +++ b/api_docs/kbn_es_archiver.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-archiver title: "@kbn/es-archiver" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es-archiver plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-archiver'] --- import kbnEsArchiverObj from './kbn_es_archiver.devdocs.json'; diff --git a/api_docs/kbn_es_errors.mdx b/api_docs/kbn_es_errors.mdx index cdabc5365217a..4d7666957db87 100644 --- a/api_docs/kbn_es_errors.mdx +++ b/api_docs/kbn_es_errors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-errors title: "@kbn/es-errors" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es-errors plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-errors'] --- import kbnEsErrorsObj from './kbn_es_errors.devdocs.json'; diff --git a/api_docs/kbn_es_query.mdx b/api_docs/kbn_es_query.mdx index 3de60d2064268..7fff83c92082e 100644 --- a/api_docs/kbn_es_query.mdx +++ b/api_docs/kbn_es_query.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-query title: "@kbn/es-query" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es-query plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-query'] --- import kbnEsQueryObj from './kbn_es_query.devdocs.json'; diff --git a/api_docs/kbn_es_types.mdx b/api_docs/kbn_es_types.mdx index a05bd2795e7aa..595c72dd4bfd7 100644 --- a/api_docs/kbn_es_types.mdx +++ b/api_docs/kbn_es_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-types title: "@kbn/es-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es-types plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-types'] --- import kbnEsTypesObj from './kbn_es_types.devdocs.json'; diff --git a/api_docs/kbn_eslint_plugin_imports.mdx b/api_docs/kbn_eslint_plugin_imports.mdx index aadba47a7b728..155e6974cf7a0 100644 --- a/api_docs/kbn_eslint_plugin_imports.mdx +++ b/api_docs/kbn_eslint_plugin_imports.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-eslint-plugin-imports title: "@kbn/eslint-plugin-imports" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/eslint-plugin-imports plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/eslint-plugin-imports'] --- import kbnEslintPluginImportsObj from './kbn_eslint_plugin_imports.devdocs.json'; diff --git a/api_docs/kbn_esql_ast.mdx b/api_docs/kbn_esql_ast.mdx index bbb0a0bc4504e..0072cae6faf98 100644 --- a/api_docs/kbn_esql_ast.mdx +++ b/api_docs/kbn_esql_ast.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-esql-ast title: "@kbn/esql-ast" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/esql-ast plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-ast'] --- import kbnEsqlAstObj from './kbn_esql_ast.devdocs.json'; diff --git a/api_docs/kbn_esql_utils.mdx b/api_docs/kbn_esql_utils.mdx index c27b204cd1865..1c84a9f9f8658 100644 --- a/api_docs/kbn_esql_utils.mdx +++ b/api_docs/kbn_esql_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-esql-utils title: "@kbn/esql-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/esql-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-utils'] --- import kbnEsqlUtilsObj from './kbn_esql_utils.devdocs.json'; diff --git a/api_docs/kbn_esql_validation_autocomplete.mdx b/api_docs/kbn_esql_validation_autocomplete.mdx index 9306ed29e0152..670014c7f471e 100644 --- a/api_docs/kbn_esql_validation_autocomplete.mdx +++ b/api_docs/kbn_esql_validation_autocomplete.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-esql-validation-autocomplete title: "@kbn/esql-validation-autocomplete" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/esql-validation-autocomplete plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-validation-autocomplete'] --- import kbnEsqlValidationAutocompleteObj from './kbn_esql_validation_autocomplete.devdocs.json'; diff --git a/api_docs/kbn_event_annotation_common.mdx b/api_docs/kbn_event_annotation_common.mdx index e0a585d75dea5..e613e097deb41 100644 --- a/api_docs/kbn_event_annotation_common.mdx +++ b/api_docs/kbn_event_annotation_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-event-annotation-common title: "@kbn/event-annotation-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/event-annotation-common plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/event-annotation-common'] --- import kbnEventAnnotationCommonObj from './kbn_event_annotation_common.devdocs.json'; diff --git a/api_docs/kbn_event_annotation_components.mdx b/api_docs/kbn_event_annotation_components.mdx index 6fb724952caf2..09baf7050530d 100644 --- a/api_docs/kbn_event_annotation_components.mdx +++ b/api_docs/kbn_event_annotation_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-event-annotation-components title: "@kbn/event-annotation-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/event-annotation-components plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/event-annotation-components'] --- import kbnEventAnnotationComponentsObj from './kbn_event_annotation_components.devdocs.json'; diff --git a/api_docs/kbn_expandable_flyout.mdx b/api_docs/kbn_expandable_flyout.mdx index 974f3b53a0a7b..da520cd075edf 100644 --- a/api_docs/kbn_expandable_flyout.mdx +++ b/api_docs/kbn_expandable_flyout.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-expandable-flyout title: "@kbn/expandable-flyout" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/expandable-flyout plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/expandable-flyout'] --- import kbnExpandableFlyoutObj from './kbn_expandable_flyout.devdocs.json'; diff --git a/api_docs/kbn_field_types.mdx b/api_docs/kbn_field_types.mdx index 63dfbad478740..12db8b9347d8c 100644 --- a/api_docs/kbn_field_types.mdx +++ b/api_docs/kbn_field_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-field-types title: "@kbn/field-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/field-types plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/field-types'] --- import kbnFieldTypesObj from './kbn_field_types.devdocs.json'; diff --git a/api_docs/kbn_field_utils.mdx b/api_docs/kbn_field_utils.mdx index 6d347b3cb9f6e..7a03d603048ca 100644 --- a/api_docs/kbn_field_utils.mdx +++ b/api_docs/kbn_field_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-field-utils title: "@kbn/field-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/field-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/field-utils'] --- import kbnFieldUtilsObj from './kbn_field_utils.devdocs.json'; diff --git a/api_docs/kbn_find_used_node_modules.mdx b/api_docs/kbn_find_used_node_modules.mdx index 0cab9fbb57aa1..4cab1c267d650 100644 --- a/api_docs/kbn_find_used_node_modules.mdx +++ b/api_docs/kbn_find_used_node_modules.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-find-used-node-modules title: "@kbn/find-used-node-modules" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/find-used-node-modules plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/find-used-node-modules'] --- import kbnFindUsedNodeModulesObj from './kbn_find_used_node_modules.devdocs.json'; diff --git a/api_docs/kbn_formatters.mdx b/api_docs/kbn_formatters.mdx index 4400394bf230d..523af85f0a414 100644 --- a/api_docs/kbn_formatters.mdx +++ b/api_docs/kbn_formatters.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-formatters title: "@kbn/formatters" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/formatters plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/formatters'] --- import kbnFormattersObj from './kbn_formatters.devdocs.json'; diff --git a/api_docs/kbn_ftr_common_functional_services.mdx b/api_docs/kbn_ftr_common_functional_services.mdx index dd2ca198297bc..6b16e80389aea 100644 --- a/api_docs/kbn_ftr_common_functional_services.mdx +++ b/api_docs/kbn_ftr_common_functional_services.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ftr-common-functional-services title: "@kbn/ftr-common-functional-services" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ftr-common-functional-services plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ftr-common-functional-services'] --- import kbnFtrCommonFunctionalServicesObj from './kbn_ftr_common_functional_services.devdocs.json'; diff --git a/api_docs/kbn_ftr_common_functional_ui_services.mdx b/api_docs/kbn_ftr_common_functional_ui_services.mdx index 70e8d89b56cde..541749ea67b30 100644 --- a/api_docs/kbn_ftr_common_functional_ui_services.mdx +++ b/api_docs/kbn_ftr_common_functional_ui_services.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ftr-common-functional-ui-services title: "@kbn/ftr-common-functional-ui-services" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ftr-common-functional-ui-services plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ftr-common-functional-ui-services'] --- import kbnFtrCommonFunctionalUiServicesObj from './kbn_ftr_common_functional_ui_services.devdocs.json'; diff --git a/api_docs/kbn_generate.mdx b/api_docs/kbn_generate.mdx index 9fe2d44e3bb26..0376c84d669c5 100644 --- a/api_docs/kbn_generate.mdx +++ b/api_docs/kbn_generate.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-generate title: "@kbn/generate" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/generate plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate'] --- import kbnGenerateObj from './kbn_generate.devdocs.json'; diff --git a/api_docs/kbn_generate_console_definitions.mdx b/api_docs/kbn_generate_console_definitions.mdx index 133b5b4a1cdca..a812bef445ecc 100644 --- a/api_docs/kbn_generate_console_definitions.mdx +++ b/api_docs/kbn_generate_console_definitions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-generate-console-definitions title: "@kbn/generate-console-definitions" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/generate-console-definitions plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate-console-definitions'] --- import kbnGenerateConsoleDefinitionsObj from './kbn_generate_console_definitions.devdocs.json'; diff --git a/api_docs/kbn_generate_csv.mdx b/api_docs/kbn_generate_csv.mdx index 77dd0756f36d6..59070b0479d3e 100644 --- a/api_docs/kbn_generate_csv.mdx +++ b/api_docs/kbn_generate_csv.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-generate-csv title: "@kbn/generate-csv" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/generate-csv plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate-csv'] --- import kbnGenerateCsvObj from './kbn_generate_csv.devdocs.json'; diff --git a/api_docs/kbn_grouping.mdx b/api_docs/kbn_grouping.mdx index ca6e57034436d..1d7ae8d9164ed 100644 --- a/api_docs/kbn_grouping.mdx +++ b/api_docs/kbn_grouping.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-grouping title: "@kbn/grouping" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/grouping plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/grouping'] --- import kbnGroupingObj from './kbn_grouping.devdocs.json'; diff --git a/api_docs/kbn_guided_onboarding.mdx b/api_docs/kbn_guided_onboarding.mdx index b494d28c8e11b..3b90172cf0419 100644 --- a/api_docs/kbn_guided_onboarding.mdx +++ b/api_docs/kbn_guided_onboarding.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-guided-onboarding title: "@kbn/guided-onboarding" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/guided-onboarding plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/guided-onboarding'] --- import kbnGuidedOnboardingObj from './kbn_guided_onboarding.devdocs.json'; diff --git a/api_docs/kbn_handlebars.mdx b/api_docs/kbn_handlebars.mdx index 269a608413cf9..7b1be3945955d 100644 --- a/api_docs/kbn_handlebars.mdx +++ b/api_docs/kbn_handlebars.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-handlebars title: "@kbn/handlebars" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/handlebars plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/handlebars'] --- import kbnHandlebarsObj from './kbn_handlebars.devdocs.json'; diff --git a/api_docs/kbn_hapi_mocks.mdx b/api_docs/kbn_hapi_mocks.mdx index 3f641752cb270..ec1bfa94342b9 100644 --- a/api_docs/kbn_hapi_mocks.mdx +++ b/api_docs/kbn_hapi_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-hapi-mocks title: "@kbn/hapi-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/hapi-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/hapi-mocks'] --- import kbnHapiMocksObj from './kbn_hapi_mocks.devdocs.json'; diff --git a/api_docs/kbn_health_gateway_server.mdx b/api_docs/kbn_health_gateway_server.mdx index 6d74cc880a876..e4844d017eee1 100644 --- a/api_docs/kbn_health_gateway_server.mdx +++ b/api_docs/kbn_health_gateway_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-health-gateway-server title: "@kbn/health-gateway-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/health-gateway-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/health-gateway-server'] --- import kbnHealthGatewayServerObj from './kbn_health_gateway_server.devdocs.json'; diff --git a/api_docs/kbn_home_sample_data_card.mdx b/api_docs/kbn_home_sample_data_card.mdx index e0704ac4a986c..730055f9b7fd7 100644 --- a/api_docs/kbn_home_sample_data_card.mdx +++ b/api_docs/kbn_home_sample_data_card.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-home-sample-data-card title: "@kbn/home-sample-data-card" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/home-sample-data-card plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/home-sample-data-card'] --- import kbnHomeSampleDataCardObj from './kbn_home_sample_data_card.devdocs.json'; diff --git a/api_docs/kbn_home_sample_data_tab.mdx b/api_docs/kbn_home_sample_data_tab.mdx index abeea7aaaaa24..35ea76cc7b55e 100644 --- a/api_docs/kbn_home_sample_data_tab.mdx +++ b/api_docs/kbn_home_sample_data_tab.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-home-sample-data-tab title: "@kbn/home-sample-data-tab" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/home-sample-data-tab plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/home-sample-data-tab'] --- import kbnHomeSampleDataTabObj from './kbn_home_sample_data_tab.devdocs.json'; diff --git a/api_docs/kbn_i18n.mdx b/api_docs/kbn_i18n.mdx index bfb6c8448109e..aacc63931fa7e 100644 --- a/api_docs/kbn_i18n.mdx +++ b/api_docs/kbn_i18n.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-i18n title: "@kbn/i18n" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/i18n plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/i18n'] --- import kbnI18nObj from './kbn_i18n.devdocs.json'; diff --git a/api_docs/kbn_i18n_react.mdx b/api_docs/kbn_i18n_react.mdx index 015a4efe3743c..477c54d206c41 100644 --- a/api_docs/kbn_i18n_react.mdx +++ b/api_docs/kbn_i18n_react.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-i18n-react title: "@kbn/i18n-react" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/i18n-react plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/i18n-react'] --- import kbnI18nReactObj from './kbn_i18n_react.devdocs.json'; diff --git a/api_docs/kbn_import_resolver.mdx b/api_docs/kbn_import_resolver.mdx index d82f4e47a2425..b3fe5bab80bd9 100644 --- a/api_docs/kbn_import_resolver.mdx +++ b/api_docs/kbn_import_resolver.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-import-resolver title: "@kbn/import-resolver" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/import-resolver plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/import-resolver'] --- import kbnImportResolverObj from './kbn_import_resolver.devdocs.json'; diff --git a/api_docs/kbn_index_management.mdx b/api_docs/kbn_index_management.mdx index b3ef0f5d4a656..9cc59d5d54c6f 100644 --- a/api_docs/kbn_index_management.mdx +++ b/api_docs/kbn_index_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-index-management title: "@kbn/index-management" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/index-management plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/index-management'] --- import kbnIndexManagementObj from './kbn_index_management.devdocs.json'; diff --git a/api_docs/kbn_inference_integration_flyout.mdx b/api_docs/kbn_inference_integration_flyout.mdx index 92ce97cf3d980..e71e77bc22843 100644 --- a/api_docs/kbn_inference_integration_flyout.mdx +++ b/api_docs/kbn_inference_integration_flyout.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-inference_integration_flyout title: "@kbn/inference_integration_flyout" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/inference_integration_flyout plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/inference_integration_flyout'] --- import kbnInferenceIntegrationFlyoutObj from './kbn_inference_integration_flyout.devdocs.json'; diff --git a/api_docs/kbn_infra_forge.mdx b/api_docs/kbn_infra_forge.mdx index 1965b3f889af0..e8b566f160a98 100644 --- a/api_docs/kbn_infra_forge.mdx +++ b/api_docs/kbn_infra_forge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-infra-forge title: "@kbn/infra-forge" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/infra-forge plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/infra-forge'] --- import kbnInfraForgeObj from './kbn_infra_forge.devdocs.json'; diff --git a/api_docs/kbn_interpreter.mdx b/api_docs/kbn_interpreter.mdx index 80876a91cf092..5354ff8997658 100644 --- a/api_docs/kbn_interpreter.mdx +++ b/api_docs/kbn_interpreter.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-interpreter title: "@kbn/interpreter" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/interpreter plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/interpreter'] --- import kbnInterpreterObj from './kbn_interpreter.devdocs.json'; diff --git a/api_docs/kbn_io_ts_utils.mdx b/api_docs/kbn_io_ts_utils.mdx index 1119a3742193b..35e8311287e90 100644 --- a/api_docs/kbn_io_ts_utils.mdx +++ b/api_docs/kbn_io_ts_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-io-ts-utils title: "@kbn/io-ts-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/io-ts-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/io-ts-utils'] --- import kbnIoTsUtilsObj from './kbn_io_ts_utils.devdocs.json'; diff --git a/api_docs/kbn_ipynb.mdx b/api_docs/kbn_ipynb.mdx index c0f4cda64fbc0..32d7f263baeef 100644 --- a/api_docs/kbn_ipynb.mdx +++ b/api_docs/kbn_ipynb.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ipynb title: "@kbn/ipynb" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ipynb plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ipynb'] --- import kbnIpynbObj from './kbn_ipynb.devdocs.json'; diff --git a/api_docs/kbn_jest_serializers.mdx b/api_docs/kbn_jest_serializers.mdx index 881fb005a8b5c..279c7df67c419 100644 --- a/api_docs/kbn_jest_serializers.mdx +++ b/api_docs/kbn_jest_serializers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-jest-serializers title: "@kbn/jest-serializers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/jest-serializers plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/jest-serializers'] --- import kbnJestSerializersObj from './kbn_jest_serializers.devdocs.json'; diff --git a/api_docs/kbn_journeys.mdx b/api_docs/kbn_journeys.mdx index 743bba570dfb4..b7440ba9dfce5 100644 --- a/api_docs/kbn_journeys.mdx +++ b/api_docs/kbn_journeys.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-journeys title: "@kbn/journeys" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/journeys plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/journeys'] --- import kbnJourneysObj from './kbn_journeys.devdocs.json'; diff --git a/api_docs/kbn_json_ast.mdx b/api_docs/kbn_json_ast.mdx index 46e9ed343b0cd..b284811b7597f 100644 --- a/api_docs/kbn_json_ast.mdx +++ b/api_docs/kbn_json_ast.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-json-ast title: "@kbn/json-ast" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/json-ast plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/json-ast'] --- import kbnJsonAstObj from './kbn_json_ast.devdocs.json'; diff --git a/api_docs/kbn_json_schemas.mdx b/api_docs/kbn_json_schemas.mdx index 14ecefdf41d41..9d6f45aa0cabf 100644 --- a/api_docs/kbn_json_schemas.mdx +++ b/api_docs/kbn_json_schemas.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-json-schemas title: "@kbn/json-schemas" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/json-schemas plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/json-schemas'] --- import kbnJsonSchemasObj from './kbn_json_schemas.devdocs.json'; diff --git a/api_docs/kbn_kibana_manifest_schema.mdx b/api_docs/kbn_kibana_manifest_schema.mdx index 9301e6167d887..c542b86743881 100644 --- a/api_docs/kbn_kibana_manifest_schema.mdx +++ b/api_docs/kbn_kibana_manifest_schema.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-kibana-manifest-schema title: "@kbn/kibana-manifest-schema" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/kibana-manifest-schema plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/kibana-manifest-schema'] --- import kbnKibanaManifestSchemaObj from './kbn_kibana_manifest_schema.devdocs.json'; diff --git a/api_docs/kbn_language_documentation_popover.mdx b/api_docs/kbn_language_documentation_popover.mdx index 33d44049d648d..fe92a5060be6e 100644 --- a/api_docs/kbn_language_documentation_popover.mdx +++ b/api_docs/kbn_language_documentation_popover.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-language-documentation-popover title: "@kbn/language-documentation-popover" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/language-documentation-popover plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/language-documentation-popover'] --- import kbnLanguageDocumentationPopoverObj from './kbn_language_documentation_popover.devdocs.json'; diff --git a/api_docs/kbn_lens_embeddable_utils.mdx b/api_docs/kbn_lens_embeddable_utils.mdx index 6146e7be7e29b..770df0b70af70 100644 --- a/api_docs/kbn_lens_embeddable_utils.mdx +++ b/api_docs/kbn_lens_embeddable_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-lens-embeddable-utils title: "@kbn/lens-embeddable-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/lens-embeddable-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/lens-embeddable-utils'] --- import kbnLensEmbeddableUtilsObj from './kbn_lens_embeddable_utils.devdocs.json'; diff --git a/api_docs/kbn_lens_formula_docs.mdx b/api_docs/kbn_lens_formula_docs.mdx index 4923faad71ce2..4cd2021d0b842 100644 --- a/api_docs/kbn_lens_formula_docs.mdx +++ b/api_docs/kbn_lens_formula_docs.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-lens-formula-docs title: "@kbn/lens-formula-docs" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/lens-formula-docs plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/lens-formula-docs'] --- import kbnLensFormulaDocsObj from './kbn_lens_formula_docs.devdocs.json'; diff --git a/api_docs/kbn_logging.mdx b/api_docs/kbn_logging.mdx index 2c10e6bd72114..fbfb8bb05affe 100644 --- a/api_docs/kbn_logging.mdx +++ b/api_docs/kbn_logging.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-logging title: "@kbn/logging" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/logging plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/logging'] --- import kbnLoggingObj from './kbn_logging.devdocs.json'; diff --git a/api_docs/kbn_logging_mocks.mdx b/api_docs/kbn_logging_mocks.mdx index bc81b237f496e..c1ac242d80c46 100644 --- a/api_docs/kbn_logging_mocks.mdx +++ b/api_docs/kbn_logging_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-logging-mocks title: "@kbn/logging-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/logging-mocks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/logging-mocks'] --- import kbnLoggingMocksObj from './kbn_logging_mocks.devdocs.json'; diff --git a/api_docs/kbn_managed_content_badge.mdx b/api_docs/kbn_managed_content_badge.mdx index 85a4088e2e953..b297120a1a470 100644 --- a/api_docs/kbn_managed_content_badge.mdx +++ b/api_docs/kbn_managed_content_badge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-managed-content-badge title: "@kbn/managed-content-badge" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/managed-content-badge plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/managed-content-badge'] --- import kbnManagedContentBadgeObj from './kbn_managed_content_badge.devdocs.json'; diff --git a/api_docs/kbn_managed_vscode_config.mdx b/api_docs/kbn_managed_vscode_config.mdx index 5ca1a99ac0869..fbc32201203eb 100644 --- a/api_docs/kbn_managed_vscode_config.mdx +++ b/api_docs/kbn_managed_vscode_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-managed-vscode-config title: "@kbn/managed-vscode-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/managed-vscode-config plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/managed-vscode-config'] --- import kbnManagedVscodeConfigObj from './kbn_managed_vscode_config.devdocs.json'; diff --git a/api_docs/kbn_management_cards_navigation.mdx b/api_docs/kbn_management_cards_navigation.mdx index aa38dda73e302..45e56255cc247 100644 --- a/api_docs/kbn_management_cards_navigation.mdx +++ b/api_docs/kbn_management_cards_navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-cards-navigation title: "@kbn/management-cards-navigation" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-cards-navigation plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-cards-navigation'] --- import kbnManagementCardsNavigationObj from './kbn_management_cards_navigation.devdocs.json'; diff --git a/api_docs/kbn_management_settings_application.mdx b/api_docs/kbn_management_settings_application.mdx index 84cad0c6625c9..29f61fe5098c2 100644 --- a/api_docs/kbn_management_settings_application.mdx +++ b/api_docs/kbn_management_settings_application.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-application title: "@kbn/management-settings-application" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-application plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-application'] --- import kbnManagementSettingsApplicationObj from './kbn_management_settings_application.devdocs.json'; diff --git a/api_docs/kbn_management_settings_components_field_category.mdx b/api_docs/kbn_management_settings_components_field_category.mdx index cb8e0d1b11839..77288ca6ea5c7 100644 --- a/api_docs/kbn_management_settings_components_field_category.mdx +++ b/api_docs/kbn_management_settings_components_field_category.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-components-field-category title: "@kbn/management-settings-components-field-category" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-components-field-category plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-field-category'] --- import kbnManagementSettingsComponentsFieldCategoryObj from './kbn_management_settings_components_field_category.devdocs.json'; diff --git a/api_docs/kbn_management_settings_components_field_input.mdx b/api_docs/kbn_management_settings_components_field_input.mdx index 720aa4bffecae..f75f0f3feddc3 100644 --- a/api_docs/kbn_management_settings_components_field_input.mdx +++ b/api_docs/kbn_management_settings_components_field_input.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-components-field-input title: "@kbn/management-settings-components-field-input" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-components-field-input plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-field-input'] --- import kbnManagementSettingsComponentsFieldInputObj from './kbn_management_settings_components_field_input.devdocs.json'; diff --git a/api_docs/kbn_management_settings_components_field_row.mdx b/api_docs/kbn_management_settings_components_field_row.mdx index 1c0570388839d..e29602a14abb4 100644 --- a/api_docs/kbn_management_settings_components_field_row.mdx +++ b/api_docs/kbn_management_settings_components_field_row.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-components-field-row title: "@kbn/management-settings-components-field-row" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-components-field-row plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-field-row'] --- import kbnManagementSettingsComponentsFieldRowObj from './kbn_management_settings_components_field_row.devdocs.json'; diff --git a/api_docs/kbn_management_settings_components_form.mdx b/api_docs/kbn_management_settings_components_form.mdx index eb14572b5bcf1..d1f53512fcc3b 100644 --- a/api_docs/kbn_management_settings_components_form.mdx +++ b/api_docs/kbn_management_settings_components_form.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-components-form title: "@kbn/management-settings-components-form" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-components-form plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-form'] --- import kbnManagementSettingsComponentsFormObj from './kbn_management_settings_components_form.devdocs.json'; diff --git a/api_docs/kbn_management_settings_field_definition.mdx b/api_docs/kbn_management_settings_field_definition.mdx index 762c852a8e6b1..853dd7b3e117e 100644 --- a/api_docs/kbn_management_settings_field_definition.mdx +++ b/api_docs/kbn_management_settings_field_definition.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-field-definition title: "@kbn/management-settings-field-definition" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-field-definition plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-field-definition'] --- import kbnManagementSettingsFieldDefinitionObj from './kbn_management_settings_field_definition.devdocs.json'; diff --git a/api_docs/kbn_management_settings_ids.mdx b/api_docs/kbn_management_settings_ids.mdx index d0f5048ba93c6..5873d6dd48d4e 100644 --- a/api_docs/kbn_management_settings_ids.mdx +++ b/api_docs/kbn_management_settings_ids.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-ids title: "@kbn/management-settings-ids" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-ids plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-ids'] --- import kbnManagementSettingsIdsObj from './kbn_management_settings_ids.devdocs.json'; diff --git a/api_docs/kbn_management_settings_section_registry.mdx b/api_docs/kbn_management_settings_section_registry.mdx index 082d7e55233c1..30a3dfc184329 100644 --- a/api_docs/kbn_management_settings_section_registry.mdx +++ b/api_docs/kbn_management_settings_section_registry.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-section-registry title: "@kbn/management-settings-section-registry" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-section-registry plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-section-registry'] --- import kbnManagementSettingsSectionRegistryObj from './kbn_management_settings_section_registry.devdocs.json'; diff --git a/api_docs/kbn_management_settings_types.mdx b/api_docs/kbn_management_settings_types.mdx index ff4bcc0ff67fc..31651af1e0a89 100644 --- a/api_docs/kbn_management_settings_types.mdx +++ b/api_docs/kbn_management_settings_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-types title: "@kbn/management-settings-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-types plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-types'] --- import kbnManagementSettingsTypesObj from './kbn_management_settings_types.devdocs.json'; diff --git a/api_docs/kbn_management_settings_utilities.mdx b/api_docs/kbn_management_settings_utilities.mdx index 615d23df0bf09..7591df6618b19 100644 --- a/api_docs/kbn_management_settings_utilities.mdx +++ b/api_docs/kbn_management_settings_utilities.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-utilities title: "@kbn/management-settings-utilities" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-utilities plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-utilities'] --- import kbnManagementSettingsUtilitiesObj from './kbn_management_settings_utilities.devdocs.json'; diff --git a/api_docs/kbn_management_storybook_config.mdx b/api_docs/kbn_management_storybook_config.mdx index b003d31b3db0b..9ac82c6f3dea3 100644 --- a/api_docs/kbn_management_storybook_config.mdx +++ b/api_docs/kbn_management_storybook_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-storybook-config title: "@kbn/management-storybook-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-storybook-config plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-storybook-config'] --- import kbnManagementStorybookConfigObj from './kbn_management_storybook_config.devdocs.json'; diff --git a/api_docs/kbn_mapbox_gl.mdx b/api_docs/kbn_mapbox_gl.mdx index 5043c12d1a316..eaab0fe82aae7 100644 --- a/api_docs/kbn_mapbox_gl.mdx +++ b/api_docs/kbn_mapbox_gl.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-mapbox-gl title: "@kbn/mapbox-gl" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/mapbox-gl plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/mapbox-gl'] --- import kbnMapboxGlObj from './kbn_mapbox_gl.devdocs.json'; diff --git a/api_docs/kbn_maps_vector_tile_utils.mdx b/api_docs/kbn_maps_vector_tile_utils.mdx index f2df7fab61b33..9cbf3f3442e00 100644 --- a/api_docs/kbn_maps_vector_tile_utils.mdx +++ b/api_docs/kbn_maps_vector_tile_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-maps-vector-tile-utils title: "@kbn/maps-vector-tile-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/maps-vector-tile-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/maps-vector-tile-utils'] --- import kbnMapsVectorTileUtilsObj from './kbn_maps_vector_tile_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_agg_utils.mdx b/api_docs/kbn_ml_agg_utils.mdx index 67850a1f5c4fd..e332d3e96d97c 100644 --- a/api_docs/kbn_ml_agg_utils.mdx +++ b/api_docs/kbn_ml_agg_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-agg-utils title: "@kbn/ml-agg-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-agg-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-agg-utils'] --- import kbnMlAggUtilsObj from './kbn_ml_agg_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_anomaly_utils.mdx b/api_docs/kbn_ml_anomaly_utils.mdx index 39f47578b2628..4b56572e0f982 100644 --- a/api_docs/kbn_ml_anomaly_utils.mdx +++ b/api_docs/kbn_ml_anomaly_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-anomaly-utils title: "@kbn/ml-anomaly-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-anomaly-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-anomaly-utils'] --- import kbnMlAnomalyUtilsObj from './kbn_ml_anomaly_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_cancellable_search.mdx b/api_docs/kbn_ml_cancellable_search.mdx index 56cf39b826419..42939d4ec8688 100644 --- a/api_docs/kbn_ml_cancellable_search.mdx +++ b/api_docs/kbn_ml_cancellable_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-cancellable-search title: "@kbn/ml-cancellable-search" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-cancellable-search plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-cancellable-search'] --- import kbnMlCancellableSearchObj from './kbn_ml_cancellable_search.devdocs.json'; diff --git a/api_docs/kbn_ml_category_validator.mdx b/api_docs/kbn_ml_category_validator.mdx index 7643b77af64b8..ab0321bb5fa45 100644 --- a/api_docs/kbn_ml_category_validator.mdx +++ b/api_docs/kbn_ml_category_validator.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-category-validator title: "@kbn/ml-category-validator" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-category-validator plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-category-validator'] --- import kbnMlCategoryValidatorObj from './kbn_ml_category_validator.devdocs.json'; diff --git a/api_docs/kbn_ml_chi2test.mdx b/api_docs/kbn_ml_chi2test.mdx index 0d955e44a6116..8bfc606369729 100644 --- a/api_docs/kbn_ml_chi2test.mdx +++ b/api_docs/kbn_ml_chi2test.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-chi2test title: "@kbn/ml-chi2test" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-chi2test plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-chi2test'] --- import kbnMlChi2testObj from './kbn_ml_chi2test.devdocs.json'; diff --git a/api_docs/kbn_ml_data_frame_analytics_utils.mdx b/api_docs/kbn_ml_data_frame_analytics_utils.mdx index 529d1814fe68b..ec22e43306c58 100644 --- a/api_docs/kbn_ml_data_frame_analytics_utils.mdx +++ b/api_docs/kbn_ml_data_frame_analytics_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-data-frame-analytics-utils title: "@kbn/ml-data-frame-analytics-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-data-frame-analytics-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-data-frame-analytics-utils'] --- import kbnMlDataFrameAnalyticsUtilsObj from './kbn_ml_data_frame_analytics_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_data_grid.mdx b/api_docs/kbn_ml_data_grid.mdx index 74b14bff9eec3..d2c339c6676c3 100644 --- a/api_docs/kbn_ml_data_grid.mdx +++ b/api_docs/kbn_ml_data_grid.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-data-grid title: "@kbn/ml-data-grid" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-data-grid plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-data-grid'] --- import kbnMlDataGridObj from './kbn_ml_data_grid.devdocs.json'; diff --git a/api_docs/kbn_ml_date_picker.mdx b/api_docs/kbn_ml_date_picker.mdx index 7d8ef92e59c96..10fd91c8c6b15 100644 --- a/api_docs/kbn_ml_date_picker.mdx +++ b/api_docs/kbn_ml_date_picker.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-date-picker title: "@kbn/ml-date-picker" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-date-picker plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-date-picker'] --- import kbnMlDatePickerObj from './kbn_ml_date_picker.devdocs.json'; diff --git a/api_docs/kbn_ml_date_utils.mdx b/api_docs/kbn_ml_date_utils.mdx index 747a982969499..2cae44956ed4d 100644 --- a/api_docs/kbn_ml_date_utils.mdx +++ b/api_docs/kbn_ml_date_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-date-utils title: "@kbn/ml-date-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-date-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-date-utils'] --- import kbnMlDateUtilsObj from './kbn_ml_date_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_error_utils.mdx b/api_docs/kbn_ml_error_utils.mdx index a904f2621b922..578a9a2d35cc8 100644 --- a/api_docs/kbn_ml_error_utils.mdx +++ b/api_docs/kbn_ml_error_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-error-utils title: "@kbn/ml-error-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-error-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-error-utils'] --- import kbnMlErrorUtilsObj from './kbn_ml_error_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_in_memory_table.mdx b/api_docs/kbn_ml_in_memory_table.mdx index 1dd73d7de154e..738ef05b8e8b9 100644 --- a/api_docs/kbn_ml_in_memory_table.mdx +++ b/api_docs/kbn_ml_in_memory_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-in-memory-table title: "@kbn/ml-in-memory-table" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-in-memory-table plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-in-memory-table'] --- import kbnMlInMemoryTableObj from './kbn_ml_in_memory_table.devdocs.json'; diff --git a/api_docs/kbn_ml_is_defined.mdx b/api_docs/kbn_ml_is_defined.mdx index bf78041849153..3c97b9dab5b47 100644 --- a/api_docs/kbn_ml_is_defined.mdx +++ b/api_docs/kbn_ml_is_defined.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-is-defined title: "@kbn/ml-is-defined" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-is-defined plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-is-defined'] --- import kbnMlIsDefinedObj from './kbn_ml_is_defined.devdocs.json'; diff --git a/api_docs/kbn_ml_is_populated_object.mdx b/api_docs/kbn_ml_is_populated_object.mdx index 3138106accb21..743231dd82ed6 100644 --- a/api_docs/kbn_ml_is_populated_object.mdx +++ b/api_docs/kbn_ml_is_populated_object.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-is-populated-object title: "@kbn/ml-is-populated-object" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-is-populated-object plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-is-populated-object'] --- import kbnMlIsPopulatedObjectObj from './kbn_ml_is_populated_object.devdocs.json'; diff --git a/api_docs/kbn_ml_kibana_theme.mdx b/api_docs/kbn_ml_kibana_theme.mdx index dbd47469b92e7..0f3ef3befb5d9 100644 --- a/api_docs/kbn_ml_kibana_theme.mdx +++ b/api_docs/kbn_ml_kibana_theme.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-kibana-theme title: "@kbn/ml-kibana-theme" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-kibana-theme plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-kibana-theme'] --- import kbnMlKibanaThemeObj from './kbn_ml_kibana_theme.devdocs.json'; diff --git a/api_docs/kbn_ml_local_storage.mdx b/api_docs/kbn_ml_local_storage.mdx index 8b7c90cb824e3..f0ce4abd98c92 100644 --- a/api_docs/kbn_ml_local_storage.mdx +++ b/api_docs/kbn_ml_local_storage.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-local-storage title: "@kbn/ml-local-storage" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-local-storage plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-local-storage'] --- import kbnMlLocalStorageObj from './kbn_ml_local_storage.devdocs.json'; diff --git a/api_docs/kbn_ml_nested_property.mdx b/api_docs/kbn_ml_nested_property.mdx index 7749dd441bce7..d33b763a1ec09 100644 --- a/api_docs/kbn_ml_nested_property.mdx +++ b/api_docs/kbn_ml_nested_property.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-nested-property title: "@kbn/ml-nested-property" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-nested-property plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-nested-property'] --- import kbnMlNestedPropertyObj from './kbn_ml_nested_property.devdocs.json'; diff --git a/api_docs/kbn_ml_number_utils.mdx b/api_docs/kbn_ml_number_utils.mdx index d6f2bc79168ba..40427ad3321f9 100644 --- a/api_docs/kbn_ml_number_utils.mdx +++ b/api_docs/kbn_ml_number_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-number-utils title: "@kbn/ml-number-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-number-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-number-utils'] --- import kbnMlNumberUtilsObj from './kbn_ml_number_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_query_utils.mdx b/api_docs/kbn_ml_query_utils.mdx index d02e16c6bcb20..73def50bd58a2 100644 --- a/api_docs/kbn_ml_query_utils.mdx +++ b/api_docs/kbn_ml_query_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-query-utils title: "@kbn/ml-query-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-query-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-query-utils'] --- import kbnMlQueryUtilsObj from './kbn_ml_query_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_random_sampler_utils.mdx b/api_docs/kbn_ml_random_sampler_utils.mdx index ccaae5419d530..946ebffda5964 100644 --- a/api_docs/kbn_ml_random_sampler_utils.mdx +++ b/api_docs/kbn_ml_random_sampler_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-random-sampler-utils title: "@kbn/ml-random-sampler-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-random-sampler-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-random-sampler-utils'] --- import kbnMlRandomSamplerUtilsObj from './kbn_ml_random_sampler_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_route_utils.mdx b/api_docs/kbn_ml_route_utils.mdx index 3d0c14732ff83..22a75e93b462e 100644 --- a/api_docs/kbn_ml_route_utils.mdx +++ b/api_docs/kbn_ml_route_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-route-utils title: "@kbn/ml-route-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-route-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-route-utils'] --- import kbnMlRouteUtilsObj from './kbn_ml_route_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_runtime_field_utils.mdx b/api_docs/kbn_ml_runtime_field_utils.mdx index 21adac1e22271..cc15a1207d4f3 100644 --- a/api_docs/kbn_ml_runtime_field_utils.mdx +++ b/api_docs/kbn_ml_runtime_field_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-runtime-field-utils title: "@kbn/ml-runtime-field-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-runtime-field-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-runtime-field-utils'] --- import kbnMlRuntimeFieldUtilsObj from './kbn_ml_runtime_field_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_string_hash.mdx b/api_docs/kbn_ml_string_hash.mdx index 65c95bc2d0ed2..5e4b662d20344 100644 --- a/api_docs/kbn_ml_string_hash.mdx +++ b/api_docs/kbn_ml_string_hash.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-string-hash title: "@kbn/ml-string-hash" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-string-hash plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-string-hash'] --- import kbnMlStringHashObj from './kbn_ml_string_hash.devdocs.json'; diff --git a/api_docs/kbn_ml_time_buckets.mdx b/api_docs/kbn_ml_time_buckets.mdx index 18b8b9cf58312..fe8b025edb1f8 100644 --- a/api_docs/kbn_ml_time_buckets.mdx +++ b/api_docs/kbn_ml_time_buckets.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-time-buckets title: "@kbn/ml-time-buckets" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-time-buckets plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-time-buckets'] --- import kbnMlTimeBucketsObj from './kbn_ml_time_buckets.devdocs.json'; diff --git a/api_docs/kbn_ml_trained_models_utils.mdx b/api_docs/kbn_ml_trained_models_utils.mdx index 186fa3e587d31..1e6501c74e7df 100644 --- a/api_docs/kbn_ml_trained_models_utils.mdx +++ b/api_docs/kbn_ml_trained_models_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-trained-models-utils title: "@kbn/ml-trained-models-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-trained-models-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-trained-models-utils'] --- import kbnMlTrainedModelsUtilsObj from './kbn_ml_trained_models_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_ui_actions.mdx b/api_docs/kbn_ml_ui_actions.mdx index 4bd092e4775b5..9abbcee0a8ed0 100644 --- a/api_docs/kbn_ml_ui_actions.mdx +++ b/api_docs/kbn_ml_ui_actions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-ui-actions title: "@kbn/ml-ui-actions" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-ui-actions plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-ui-actions'] --- import kbnMlUiActionsObj from './kbn_ml_ui_actions.devdocs.json'; diff --git a/api_docs/kbn_ml_url_state.mdx b/api_docs/kbn_ml_url_state.mdx index b08ef4a0c91bf..c5c66c94f8520 100644 --- a/api_docs/kbn_ml_url_state.mdx +++ b/api_docs/kbn_ml_url_state.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-url-state title: "@kbn/ml-url-state" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-url-state plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-url-state'] --- import kbnMlUrlStateObj from './kbn_ml_url_state.devdocs.json'; diff --git a/api_docs/kbn_mock_idp_utils.mdx b/api_docs/kbn_mock_idp_utils.mdx index e2fdce24a6fbd..1832657fdaeec 100644 --- a/api_docs/kbn_mock_idp_utils.mdx +++ b/api_docs/kbn_mock_idp_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-mock-idp-utils title: "@kbn/mock-idp-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/mock-idp-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/mock-idp-utils'] --- import kbnMockIdpUtilsObj from './kbn_mock_idp_utils.devdocs.json'; diff --git a/api_docs/kbn_monaco.mdx b/api_docs/kbn_monaco.mdx index 6048efce92ae0..f41b163494e42 100644 --- a/api_docs/kbn_monaco.mdx +++ b/api_docs/kbn_monaco.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-monaco title: "@kbn/monaco" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/monaco plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/monaco'] --- import kbnMonacoObj from './kbn_monaco.devdocs.json'; diff --git a/api_docs/kbn_object_versioning.mdx b/api_docs/kbn_object_versioning.mdx index 6337154033b30..e9eb2563ecb36 100644 --- a/api_docs/kbn_object_versioning.mdx +++ b/api_docs/kbn_object_versioning.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-object-versioning title: "@kbn/object-versioning" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/object-versioning plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/object-versioning'] --- import kbnObjectVersioningObj from './kbn_object_versioning.devdocs.json'; diff --git a/api_docs/kbn_observability_alert_details.mdx b/api_docs/kbn_observability_alert_details.mdx index d0da954b3e4ba..ed9d46b96d846 100644 --- a/api_docs/kbn_observability_alert_details.mdx +++ b/api_docs/kbn_observability_alert_details.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-alert-details title: "@kbn/observability-alert-details" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-alert-details plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-alert-details'] --- import kbnObservabilityAlertDetailsObj from './kbn_observability_alert_details.devdocs.json'; diff --git a/api_docs/kbn_observability_alerting_test_data.mdx b/api_docs/kbn_observability_alerting_test_data.mdx index 43d0f48f7f9d8..ba004f0ce854c 100644 --- a/api_docs/kbn_observability_alerting_test_data.mdx +++ b/api_docs/kbn_observability_alerting_test_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-alerting-test-data title: "@kbn/observability-alerting-test-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-alerting-test-data plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-alerting-test-data'] --- import kbnObservabilityAlertingTestDataObj from './kbn_observability_alerting_test_data.devdocs.json'; diff --git a/api_docs/kbn_observability_get_padded_alert_time_range_util.mdx b/api_docs/kbn_observability_get_padded_alert_time_range_util.mdx index e65ba45fed35e..a45d3b75ff93a 100644 --- a/api_docs/kbn_observability_get_padded_alert_time_range_util.mdx +++ b/api_docs/kbn_observability_get_padded_alert_time_range_util.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-get-padded-alert-time-range-util title: "@kbn/observability-get-padded-alert-time-range-util" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-get-padded-alert-time-range-util plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-get-padded-alert-time-range-util'] --- import kbnObservabilityGetPaddedAlertTimeRangeUtilObj from './kbn_observability_get_padded_alert_time_range_util.devdocs.json'; diff --git a/api_docs/kbn_openapi_bundler.mdx b/api_docs/kbn_openapi_bundler.mdx index 3f645b210653d..fa0b52a295a35 100644 --- a/api_docs/kbn_openapi_bundler.mdx +++ b/api_docs/kbn_openapi_bundler.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-openapi-bundler title: "@kbn/openapi-bundler" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/openapi-bundler plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/openapi-bundler'] --- import kbnOpenapiBundlerObj from './kbn_openapi_bundler.devdocs.json'; diff --git a/api_docs/kbn_openapi_generator.mdx b/api_docs/kbn_openapi_generator.mdx index db901428e2958..1c9dc030437f3 100644 --- a/api_docs/kbn_openapi_generator.mdx +++ b/api_docs/kbn_openapi_generator.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-openapi-generator title: "@kbn/openapi-generator" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/openapi-generator plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/openapi-generator'] --- import kbnOpenapiGeneratorObj from './kbn_openapi_generator.devdocs.json'; diff --git a/api_docs/kbn_optimizer.mdx b/api_docs/kbn_optimizer.mdx index 4c96e98c0790b..d4a41ec98dc2f 100644 --- a/api_docs/kbn_optimizer.mdx +++ b/api_docs/kbn_optimizer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-optimizer title: "@kbn/optimizer" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/optimizer plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/optimizer'] --- import kbnOptimizerObj from './kbn_optimizer.devdocs.json'; diff --git a/api_docs/kbn_optimizer_webpack_helpers.mdx b/api_docs/kbn_optimizer_webpack_helpers.mdx index 11dad18cbc0a6..1b74d2a788530 100644 --- a/api_docs/kbn_optimizer_webpack_helpers.mdx +++ b/api_docs/kbn_optimizer_webpack_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-optimizer-webpack-helpers title: "@kbn/optimizer-webpack-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/optimizer-webpack-helpers plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/optimizer-webpack-helpers'] --- import kbnOptimizerWebpackHelpersObj from './kbn_optimizer_webpack_helpers.devdocs.json'; diff --git a/api_docs/kbn_osquery_io_ts_types.mdx b/api_docs/kbn_osquery_io_ts_types.mdx index 62b7135bd8dac..c0bbcbc766a7b 100644 --- a/api_docs/kbn_osquery_io_ts_types.mdx +++ b/api_docs/kbn_osquery_io_ts_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-osquery-io-ts-types title: "@kbn/osquery-io-ts-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/osquery-io-ts-types plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/osquery-io-ts-types'] --- import kbnOsqueryIoTsTypesObj from './kbn_osquery_io_ts_types.devdocs.json'; diff --git a/api_docs/kbn_panel_loader.mdx b/api_docs/kbn_panel_loader.mdx index 4e5697bc5ee25..20cdd6404bdaa 100644 --- a/api_docs/kbn_panel_loader.mdx +++ b/api_docs/kbn_panel_loader.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-panel-loader title: "@kbn/panel-loader" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/panel-loader plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/panel-loader'] --- import kbnPanelLoaderObj from './kbn_panel_loader.devdocs.json'; diff --git a/api_docs/kbn_performance_testing_dataset_extractor.mdx b/api_docs/kbn_performance_testing_dataset_extractor.mdx index 56a88b1e93995..25dadc33b41ce 100644 --- a/api_docs/kbn_performance_testing_dataset_extractor.mdx +++ b/api_docs/kbn_performance_testing_dataset_extractor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-performance-testing-dataset-extractor title: "@kbn/performance-testing-dataset-extractor" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/performance-testing-dataset-extractor plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/performance-testing-dataset-extractor'] --- import kbnPerformanceTestingDatasetExtractorObj from './kbn_performance_testing_dataset_extractor.devdocs.json'; diff --git a/api_docs/kbn_plugin_check.mdx b/api_docs/kbn_plugin_check.mdx index 502f6d67b3946..657c06bb9cab3 100644 --- a/api_docs/kbn_plugin_check.mdx +++ b/api_docs/kbn_plugin_check.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-plugin-check title: "@kbn/plugin-check" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/plugin-check plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/plugin-check'] --- import kbnPluginCheckObj from './kbn_plugin_check.devdocs.json'; diff --git a/api_docs/kbn_plugin_generator.mdx b/api_docs/kbn_plugin_generator.mdx index d7c05415daac9..87b406391c726 100644 --- a/api_docs/kbn_plugin_generator.mdx +++ b/api_docs/kbn_plugin_generator.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-plugin-generator title: "@kbn/plugin-generator" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/plugin-generator plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/plugin-generator'] --- import kbnPluginGeneratorObj from './kbn_plugin_generator.devdocs.json'; diff --git a/api_docs/kbn_plugin_helpers.mdx b/api_docs/kbn_plugin_helpers.mdx index 241a93fee9d8e..b5f503d4addd6 100644 --- a/api_docs/kbn_plugin_helpers.mdx +++ b/api_docs/kbn_plugin_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-plugin-helpers title: "@kbn/plugin-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/plugin-helpers plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/plugin-helpers'] --- import kbnPluginHelpersObj from './kbn_plugin_helpers.devdocs.json'; diff --git a/api_docs/kbn_presentation_containers.mdx b/api_docs/kbn_presentation_containers.mdx index 1e95d53d87fff..0bbf11f755e1c 100644 --- a/api_docs/kbn_presentation_containers.mdx +++ b/api_docs/kbn_presentation_containers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-presentation-containers title: "@kbn/presentation-containers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/presentation-containers plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/presentation-containers'] --- import kbnPresentationContainersObj from './kbn_presentation_containers.devdocs.json'; diff --git a/api_docs/kbn_presentation_publishing.mdx b/api_docs/kbn_presentation_publishing.mdx index 7f940929dd14a..b6725622123f5 100644 --- a/api_docs/kbn_presentation_publishing.mdx +++ b/api_docs/kbn_presentation_publishing.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-presentation-publishing title: "@kbn/presentation-publishing" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/presentation-publishing plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/presentation-publishing'] --- import kbnPresentationPublishingObj from './kbn_presentation_publishing.devdocs.json'; diff --git a/api_docs/kbn_profiling_utils.mdx b/api_docs/kbn_profiling_utils.mdx index a5df4b66bf1d1..2586514e220af 100644 --- a/api_docs/kbn_profiling_utils.mdx +++ b/api_docs/kbn_profiling_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-profiling-utils title: "@kbn/profiling-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/profiling-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/profiling-utils'] --- import kbnProfilingUtilsObj from './kbn_profiling_utils.devdocs.json'; diff --git a/api_docs/kbn_random_sampling.mdx b/api_docs/kbn_random_sampling.mdx index b029d66ca7190..cfab2985677c1 100644 --- a/api_docs/kbn_random_sampling.mdx +++ b/api_docs/kbn_random_sampling.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-random-sampling title: "@kbn/random-sampling" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/random-sampling plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/random-sampling'] --- import kbnRandomSamplingObj from './kbn_random_sampling.devdocs.json'; diff --git a/api_docs/kbn_react_field.mdx b/api_docs/kbn_react_field.mdx index aa57564a752b2..62c16c63d93c2 100644 --- a/api_docs/kbn_react_field.mdx +++ b/api_docs/kbn_react_field.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-field title: "@kbn/react-field" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-field plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-field'] --- import kbnReactFieldObj from './kbn_react_field.devdocs.json'; diff --git a/api_docs/kbn_react_hooks.mdx b/api_docs/kbn_react_hooks.mdx index 4ba02980ffc9e..e1c725b6b43e4 100644 --- a/api_docs/kbn_react_hooks.mdx +++ b/api_docs/kbn_react_hooks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-hooks title: "@kbn/react-hooks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-hooks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-hooks'] --- import kbnReactHooksObj from './kbn_react_hooks.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_context_common.mdx b/api_docs/kbn_react_kibana_context_common.mdx index 1dad7b0e1de9d..19420ac6a55c3 100644 --- a/api_docs/kbn_react_kibana_context_common.mdx +++ b/api_docs/kbn_react_kibana_context_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-common title: "@kbn/react-kibana-context-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-common plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-common'] --- import kbnReactKibanaContextCommonObj from './kbn_react_kibana_context_common.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_context_render.mdx b/api_docs/kbn_react_kibana_context_render.mdx index fc5ca43bee236..770fbef7a05dc 100644 --- a/api_docs/kbn_react_kibana_context_render.mdx +++ b/api_docs/kbn_react_kibana_context_render.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-render title: "@kbn/react-kibana-context-render" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-render plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-render'] --- import kbnReactKibanaContextRenderObj from './kbn_react_kibana_context_render.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_context_root.mdx b/api_docs/kbn_react_kibana_context_root.mdx index c1aa911da8e4a..212413a63bdc3 100644 --- a/api_docs/kbn_react_kibana_context_root.mdx +++ b/api_docs/kbn_react_kibana_context_root.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-root title: "@kbn/react-kibana-context-root" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-root plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-root'] --- import kbnReactKibanaContextRootObj from './kbn_react_kibana_context_root.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_context_styled.mdx b/api_docs/kbn_react_kibana_context_styled.mdx index a5c557c52d949..d6f2dfcc3ca24 100644 --- a/api_docs/kbn_react_kibana_context_styled.mdx +++ b/api_docs/kbn_react_kibana_context_styled.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-styled title: "@kbn/react-kibana-context-styled" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-styled plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-styled'] --- import kbnReactKibanaContextStyledObj from './kbn_react_kibana_context_styled.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_context_theme.mdx b/api_docs/kbn_react_kibana_context_theme.mdx index 974d8a22d18be..ef1ba67bbdc7d 100644 --- a/api_docs/kbn_react_kibana_context_theme.mdx +++ b/api_docs/kbn_react_kibana_context_theme.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-theme title: "@kbn/react-kibana-context-theme" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-theme plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-theme'] --- import kbnReactKibanaContextThemeObj from './kbn_react_kibana_context_theme.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_mount.mdx b/api_docs/kbn_react_kibana_mount.mdx index d71851bec8e1e..746a5ef343ffa 100644 --- a/api_docs/kbn_react_kibana_mount.mdx +++ b/api_docs/kbn_react_kibana_mount.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-mount title: "@kbn/react-kibana-mount" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-mount plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-mount'] --- import kbnReactKibanaMountObj from './kbn_react_kibana_mount.devdocs.json'; diff --git a/api_docs/kbn_recently_accessed.mdx b/api_docs/kbn_recently_accessed.mdx index 729f5776baa95..e1667bb1d269e 100644 --- a/api_docs/kbn_recently_accessed.mdx +++ b/api_docs/kbn_recently_accessed.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-recently-accessed title: "@kbn/recently-accessed" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/recently-accessed plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/recently-accessed'] --- import kbnRecentlyAccessedObj from './kbn_recently_accessed.devdocs.json'; diff --git a/api_docs/kbn_repo_file_maps.mdx b/api_docs/kbn_repo_file_maps.mdx index e3f6c2bebcfb4..793d9c58dcbbf 100644 --- a/api_docs/kbn_repo_file_maps.mdx +++ b/api_docs/kbn_repo_file_maps.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-repo-file-maps title: "@kbn/repo-file-maps" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/repo-file-maps plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/repo-file-maps'] --- import kbnRepoFileMapsObj from './kbn_repo_file_maps.devdocs.json'; diff --git a/api_docs/kbn_repo_linter.mdx b/api_docs/kbn_repo_linter.mdx index 16cf88ab8ed43..46a5a8a78cf9b 100644 --- a/api_docs/kbn_repo_linter.mdx +++ b/api_docs/kbn_repo_linter.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-repo-linter title: "@kbn/repo-linter" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/repo-linter plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/repo-linter'] --- import kbnRepoLinterObj from './kbn_repo_linter.devdocs.json'; diff --git a/api_docs/kbn_repo_path.mdx b/api_docs/kbn_repo_path.mdx index 04fd99c68f082..8390d5010651d 100644 --- a/api_docs/kbn_repo_path.mdx +++ b/api_docs/kbn_repo_path.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-repo-path title: "@kbn/repo-path" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/repo-path plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/repo-path'] --- import kbnRepoPathObj from './kbn_repo_path.devdocs.json'; diff --git a/api_docs/kbn_repo_source_classifier.mdx b/api_docs/kbn_repo_source_classifier.mdx index f499cc9c87529..70f649e57018b 100644 --- a/api_docs/kbn_repo_source_classifier.mdx +++ b/api_docs/kbn_repo_source_classifier.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-repo-source-classifier title: "@kbn/repo-source-classifier" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/repo-source-classifier plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/repo-source-classifier'] --- import kbnRepoSourceClassifierObj from './kbn_repo_source_classifier.devdocs.json'; diff --git a/api_docs/kbn_reporting_common.mdx b/api_docs/kbn_reporting_common.mdx index 06a43dc09d6ee..8fb224fad8247 100644 --- a/api_docs/kbn_reporting_common.mdx +++ b/api_docs/kbn_reporting_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-common title: "@kbn/reporting-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-common plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-common'] --- import kbnReportingCommonObj from './kbn_reporting_common.devdocs.json'; diff --git a/api_docs/kbn_reporting_csv_share_panel.mdx b/api_docs/kbn_reporting_csv_share_panel.mdx index 98fdb8c7a6a06..86bf203b4feb7 100644 --- a/api_docs/kbn_reporting_csv_share_panel.mdx +++ b/api_docs/kbn_reporting_csv_share_panel.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-csv-share-panel title: "@kbn/reporting-csv-share-panel" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-csv-share-panel plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-csv-share-panel'] --- import kbnReportingCsvSharePanelObj from './kbn_reporting_csv_share_panel.devdocs.json'; diff --git a/api_docs/kbn_reporting_export_types_csv.mdx b/api_docs/kbn_reporting_export_types_csv.mdx index 89bd298dc1046..92c7bed03f214 100644 --- a/api_docs/kbn_reporting_export_types_csv.mdx +++ b/api_docs/kbn_reporting_export_types_csv.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-csv title: "@kbn/reporting-export-types-csv" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-csv plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-csv'] --- import kbnReportingExportTypesCsvObj from './kbn_reporting_export_types_csv.devdocs.json'; diff --git a/api_docs/kbn_reporting_export_types_csv_common.mdx b/api_docs/kbn_reporting_export_types_csv_common.mdx index 42a8043eb6cfd..45f27bc1a135f 100644 --- a/api_docs/kbn_reporting_export_types_csv_common.mdx +++ b/api_docs/kbn_reporting_export_types_csv_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-csv-common title: "@kbn/reporting-export-types-csv-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-csv-common plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-csv-common'] --- import kbnReportingExportTypesCsvCommonObj from './kbn_reporting_export_types_csv_common.devdocs.json'; diff --git a/api_docs/kbn_reporting_export_types_pdf.mdx b/api_docs/kbn_reporting_export_types_pdf.mdx index cb5cc8c4d325d..a9062b8894b97 100644 --- a/api_docs/kbn_reporting_export_types_pdf.mdx +++ b/api_docs/kbn_reporting_export_types_pdf.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-pdf title: "@kbn/reporting-export-types-pdf" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-pdf plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-pdf'] --- import kbnReportingExportTypesPdfObj from './kbn_reporting_export_types_pdf.devdocs.json'; diff --git a/api_docs/kbn_reporting_export_types_pdf_common.mdx b/api_docs/kbn_reporting_export_types_pdf_common.mdx index 29882d8e3dd36..34231d19fc29e 100644 --- a/api_docs/kbn_reporting_export_types_pdf_common.mdx +++ b/api_docs/kbn_reporting_export_types_pdf_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-pdf-common title: "@kbn/reporting-export-types-pdf-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-pdf-common plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-pdf-common'] --- import kbnReportingExportTypesPdfCommonObj from './kbn_reporting_export_types_pdf_common.devdocs.json'; diff --git a/api_docs/kbn_reporting_export_types_png.mdx b/api_docs/kbn_reporting_export_types_png.mdx index 1ceaca99a94f5..4997ec466c52d 100644 --- a/api_docs/kbn_reporting_export_types_png.mdx +++ b/api_docs/kbn_reporting_export_types_png.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-png title: "@kbn/reporting-export-types-png" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-png plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-png'] --- import kbnReportingExportTypesPngObj from './kbn_reporting_export_types_png.devdocs.json'; diff --git a/api_docs/kbn_reporting_export_types_png_common.mdx b/api_docs/kbn_reporting_export_types_png_common.mdx index 2d3239e0342f2..8f17c9a0f328e 100644 --- a/api_docs/kbn_reporting_export_types_png_common.mdx +++ b/api_docs/kbn_reporting_export_types_png_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-png-common title: "@kbn/reporting-export-types-png-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-png-common plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-png-common'] --- import kbnReportingExportTypesPngCommonObj from './kbn_reporting_export_types_png_common.devdocs.json'; diff --git a/api_docs/kbn_reporting_mocks_server.mdx b/api_docs/kbn_reporting_mocks_server.mdx index 26b74170be7f8..88572a03ae598 100644 --- a/api_docs/kbn_reporting_mocks_server.mdx +++ b/api_docs/kbn_reporting_mocks_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-mocks-server title: "@kbn/reporting-mocks-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-mocks-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-mocks-server'] --- import kbnReportingMocksServerObj from './kbn_reporting_mocks_server.devdocs.json'; diff --git a/api_docs/kbn_reporting_public.mdx b/api_docs/kbn_reporting_public.mdx index f687506730fd7..a91588e97c2c5 100644 --- a/api_docs/kbn_reporting_public.mdx +++ b/api_docs/kbn_reporting_public.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-public title: "@kbn/reporting-public" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-public plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-public'] --- import kbnReportingPublicObj from './kbn_reporting_public.devdocs.json'; diff --git a/api_docs/kbn_reporting_server.mdx b/api_docs/kbn_reporting_server.mdx index bb2be3bca98dc..ec8fed12728ca 100644 --- a/api_docs/kbn_reporting_server.mdx +++ b/api_docs/kbn_reporting_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-server title: "@kbn/reporting-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-server'] --- import kbnReportingServerObj from './kbn_reporting_server.devdocs.json'; diff --git a/api_docs/kbn_resizable_layout.mdx b/api_docs/kbn_resizable_layout.mdx index f5a809355cb0b..d82f8423ee984 100644 --- a/api_docs/kbn_resizable_layout.mdx +++ b/api_docs/kbn_resizable_layout.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-resizable-layout title: "@kbn/resizable-layout" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/resizable-layout plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/resizable-layout'] --- import kbnResizableLayoutObj from './kbn_resizable_layout.devdocs.json'; diff --git a/api_docs/kbn_response_ops_feature_flag_service.mdx b/api_docs/kbn_response_ops_feature_flag_service.mdx index 1d442e35f8c9c..ebe58fcaf01f9 100644 --- a/api_docs/kbn_response_ops_feature_flag_service.mdx +++ b/api_docs/kbn_response_ops_feature_flag_service.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-response-ops-feature-flag-service title: "@kbn/response-ops-feature-flag-service" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/response-ops-feature-flag-service plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/response-ops-feature-flag-service'] --- import kbnResponseOpsFeatureFlagServiceObj from './kbn_response_ops_feature_flag_service.devdocs.json'; diff --git a/api_docs/kbn_rison.mdx b/api_docs/kbn_rison.mdx index 2718c555299da..bfc5247ce3b6d 100644 --- a/api_docs/kbn_rison.mdx +++ b/api_docs/kbn_rison.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-rison title: "@kbn/rison" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/rison plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/rison'] --- import kbnRisonObj from './kbn_rison.devdocs.json'; diff --git a/api_docs/kbn_rollup.mdx b/api_docs/kbn_rollup.mdx index 33c37b476213f..59a41085b89b5 100644 --- a/api_docs/kbn_rollup.mdx +++ b/api_docs/kbn_rollup.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-rollup title: "@kbn/rollup" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/rollup plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/rollup'] --- import kbnRollupObj from './kbn_rollup.devdocs.json'; diff --git a/api_docs/kbn_router_to_openapispec.mdx b/api_docs/kbn_router_to_openapispec.mdx index 059c0e0340a59..154cb0656e602 100644 --- a/api_docs/kbn_router_to_openapispec.mdx +++ b/api_docs/kbn_router_to_openapispec.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-router-to-openapispec title: "@kbn/router-to-openapispec" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/router-to-openapispec plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/router-to-openapispec'] --- import kbnRouterToOpenapispecObj from './kbn_router_to_openapispec.devdocs.json'; diff --git a/api_docs/kbn_router_utils.mdx b/api_docs/kbn_router_utils.mdx index 4eadfa4f5d368..f3654e2ebbcc0 100644 --- a/api_docs/kbn_router_utils.mdx +++ b/api_docs/kbn_router_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-router-utils title: "@kbn/router-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/router-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/router-utils'] --- import kbnRouterUtilsObj from './kbn_router_utils.devdocs.json'; diff --git a/api_docs/kbn_rrule.mdx b/api_docs/kbn_rrule.mdx index aad83faa7a03c..cb714e9a6f744 100644 --- a/api_docs/kbn_rrule.mdx +++ b/api_docs/kbn_rrule.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-rrule title: "@kbn/rrule" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/rrule plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/rrule'] --- import kbnRruleObj from './kbn_rrule.devdocs.json'; diff --git a/api_docs/kbn_rule_data_utils.mdx b/api_docs/kbn_rule_data_utils.mdx index 5d46b80d12947..84357eb55ceca 100644 --- a/api_docs/kbn_rule_data_utils.mdx +++ b/api_docs/kbn_rule_data_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-rule-data-utils title: "@kbn/rule-data-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/rule-data-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/rule-data-utils'] --- import kbnRuleDataUtilsObj from './kbn_rule_data_utils.devdocs.json'; diff --git a/api_docs/kbn_saved_objects_settings.mdx b/api_docs/kbn_saved_objects_settings.mdx index 14e26e90fa092..737bca7d7a277 100644 --- a/api_docs/kbn_saved_objects_settings.mdx +++ b/api_docs/kbn_saved_objects_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-saved-objects-settings title: "@kbn/saved-objects-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/saved-objects-settings plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/saved-objects-settings'] --- import kbnSavedObjectsSettingsObj from './kbn_saved_objects_settings.devdocs.json'; diff --git a/api_docs/kbn_search_api_panels.mdx b/api_docs/kbn_search_api_panels.mdx index cb5f319eea2ec..1faee5443a2bd 100644 --- a/api_docs/kbn_search_api_panels.mdx +++ b/api_docs/kbn_search_api_panels.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-api-panels title: "@kbn/search-api-panels" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-api-panels plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-api-panels'] --- import kbnSearchApiPanelsObj from './kbn_search_api_panels.devdocs.json'; diff --git a/api_docs/kbn_search_connectors.mdx b/api_docs/kbn_search_connectors.mdx index 082ce7fa9207a..28cdf5fd4a098 100644 --- a/api_docs/kbn_search_connectors.mdx +++ b/api_docs/kbn_search_connectors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-connectors title: "@kbn/search-connectors" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-connectors plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-connectors'] --- import kbnSearchConnectorsObj from './kbn_search_connectors.devdocs.json'; diff --git a/api_docs/kbn_search_errors.mdx b/api_docs/kbn_search_errors.mdx index 541626b660fe8..b9cba71621dd7 100644 --- a/api_docs/kbn_search_errors.mdx +++ b/api_docs/kbn_search_errors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-errors title: "@kbn/search-errors" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-errors plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-errors'] --- import kbnSearchErrorsObj from './kbn_search_errors.devdocs.json'; diff --git a/api_docs/kbn_search_index_documents.mdx b/api_docs/kbn_search_index_documents.mdx index 9fcb9781e5e68..f6b12cb9d13b6 100644 --- a/api_docs/kbn_search_index_documents.mdx +++ b/api_docs/kbn_search_index_documents.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-index-documents title: "@kbn/search-index-documents" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-index-documents plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-index-documents'] --- import kbnSearchIndexDocumentsObj from './kbn_search_index_documents.devdocs.json'; diff --git a/api_docs/kbn_search_response_warnings.mdx b/api_docs/kbn_search_response_warnings.mdx index 222b299883429..6b78a5a0175e9 100644 --- a/api_docs/kbn_search_response_warnings.mdx +++ b/api_docs/kbn_search_response_warnings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-response-warnings title: "@kbn/search-response-warnings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-response-warnings plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-response-warnings'] --- import kbnSearchResponseWarningsObj from './kbn_search_response_warnings.devdocs.json'; diff --git a/api_docs/kbn_search_types.mdx b/api_docs/kbn_search_types.mdx index 0be02a9f1fd3f..27aadde8f32f8 100644 --- a/api_docs/kbn_search_types.mdx +++ b/api_docs/kbn_search_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-types title: "@kbn/search-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-types plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-types'] --- import kbnSearchTypesObj from './kbn_search_types.devdocs.json'; diff --git a/api_docs/kbn_security_api_key_management.mdx b/api_docs/kbn_security_api_key_management.mdx index 82284ea6696c7..f7f68f1173788 100644 --- a/api_docs/kbn_security_api_key_management.mdx +++ b/api_docs/kbn_security_api_key_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-api-key-management title: "@kbn/security-api-key-management" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-api-key-management plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-api-key-management'] --- import kbnSecurityApiKeyManagementObj from './kbn_security_api_key_management.devdocs.json'; diff --git a/api_docs/kbn_security_form_components.mdx b/api_docs/kbn_security_form_components.mdx index 242b25fdcf67c..3a332e454b80a 100644 --- a/api_docs/kbn_security_form_components.mdx +++ b/api_docs/kbn_security_form_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-form-components title: "@kbn/security-form-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-form-components plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-form-components'] --- import kbnSecurityFormComponentsObj from './kbn_security_form_components.devdocs.json'; diff --git a/api_docs/kbn_security_hardening.mdx b/api_docs/kbn_security_hardening.mdx index 97a28707b068f..3aa27eb14d652 100644 --- a/api_docs/kbn_security_hardening.mdx +++ b/api_docs/kbn_security_hardening.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-hardening title: "@kbn/security-hardening" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-hardening plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-hardening'] --- import kbnSecurityHardeningObj from './kbn_security_hardening.devdocs.json'; diff --git a/api_docs/kbn_security_plugin_types_common.mdx b/api_docs/kbn_security_plugin_types_common.mdx index f9b18ac7326fe..1338660f93283 100644 --- a/api_docs/kbn_security_plugin_types_common.mdx +++ b/api_docs/kbn_security_plugin_types_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-plugin-types-common title: "@kbn/security-plugin-types-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-plugin-types-common plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-plugin-types-common'] --- import kbnSecurityPluginTypesCommonObj from './kbn_security_plugin_types_common.devdocs.json'; diff --git a/api_docs/kbn_security_plugin_types_public.mdx b/api_docs/kbn_security_plugin_types_public.mdx index 819f77b785350..c48a92bd6a14c 100644 --- a/api_docs/kbn_security_plugin_types_public.mdx +++ b/api_docs/kbn_security_plugin_types_public.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-plugin-types-public title: "@kbn/security-plugin-types-public" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-plugin-types-public plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-plugin-types-public'] --- import kbnSecurityPluginTypesPublicObj from './kbn_security_plugin_types_public.devdocs.json'; diff --git a/api_docs/kbn_security_plugin_types_server.mdx b/api_docs/kbn_security_plugin_types_server.mdx index 37ae8a4176e95..44002747fdb20 100644 --- a/api_docs/kbn_security_plugin_types_server.mdx +++ b/api_docs/kbn_security_plugin_types_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-plugin-types-server title: "@kbn/security-plugin-types-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-plugin-types-server plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-plugin-types-server'] --- import kbnSecurityPluginTypesServerObj from './kbn_security_plugin_types_server.devdocs.json'; diff --git a/api_docs/kbn_security_solution_distribution_bar.devdocs.json b/api_docs/kbn_security_solution_distribution_bar.devdocs.json new file mode 100644 index 0000000000000..7b06d051a87d5 --- /dev/null +++ b/api_docs/kbn_security_solution_distribution_bar.devdocs.json @@ -0,0 +1,133 @@ +{ + "id": "@kbn/security-solution-distribution-bar", + "client": { + "classes": [], + "functions": [ + { + "parentPluginId": "@kbn/security-solution-distribution-bar", + "id": "def-public.DistributionBar", + "type": "Function", + "tags": [], + "label": "DistributionBar", + "description": [ + "\nSecurity Solution DistributionBar component.\nShows visual representation of distribution of stats, such as alerts by criticality or misconfiguration findings by evaluation result." + ], + "signature": [ + "React.FunctionComponent<", + { + "pluginId": "@kbn/security-solution-distribution-bar", + "scope": "public", + "docId": "kibKbnSecuritySolutionDistributionBarPluginApi", + "section": "def-public.DistributionBarProps", + "text": "DistributionBarProps" + }, + ">" + ], + "path": "x-pack/packages/security-solution/distribution_bar/src/distribution_bar.tsx", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/security-solution-distribution-bar", + "id": "def-public.DistributionBar.$1", + "type": "CompoundType", + "tags": [], + "label": "props", + "description": [], + "signature": [ + "P & { children?: React.ReactNode; }" + ], + "path": "node_modules/@types/react/index.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/security-solution-distribution-bar", + "id": "def-public.DistributionBar.$2", + "type": "Any", + "tags": [], + "label": "context", + "description": [], + "signature": [ + "any" + ], + "path": "node_modules/@types/react/index.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + } + ], + "interfaces": [ + { + "parentPluginId": "@kbn/security-solution-distribution-bar", + "id": "def-public.DistributionBarProps", + "type": "Interface", + "tags": [], + "label": "DistributionBarProps", + "description": [ + "DistributionBar component props" + ], + "path": "x-pack/packages/security-solution/distribution_bar/src/distribution_bar.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/security-solution-distribution-bar", + "id": "def-public.DistributionBarProps.stats", + "type": "Array", + "tags": [], + "label": "stats", + "description": [ + "distribution data points" + ], + "signature": [ + "{ key: string; count: number; color: string; }[]" + ], + "path": "x-pack/packages/security-solution/distribution_bar/src/distribution_bar.tsx", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/security-solution-distribution-bar", + "id": "def-public.DistributionBarProps.datatestsubj", + "type": "string", + "tags": [], + "label": "['data-test-subj']", + "description": [ + "data-test-subj used for querying the component in tests" + ], + "signature": [ + "string | undefined" + ], + "path": "x-pack/packages/security-solution/distribution_bar/src/distribution_bar.tsx", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + } + ], + "enums": [], + "misc": [], + "objects": [] + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + } +} \ No newline at end of file diff --git a/api_docs/kbn_security_solution_distribution_bar.mdx b/api_docs/kbn_security_solution_distribution_bar.mdx new file mode 100644 index 0000000000000..3258a7543742e --- /dev/null +++ b/api_docs/kbn_security_solution_distribution_bar.mdx @@ -0,0 +1,33 @@ +--- +#### +#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system. +#### Reach out in #docs-engineering for more info. +#### +id: kibKbnSecuritySolutionDistributionBarPluginApi +slug: /kibana-dev-docs/api/kbn-security-solution-distribution-bar +title: "@kbn/security-solution-distribution-bar" +image: https://source.unsplash.com/400x175/?github +description: API docs for the @kbn/security-solution-distribution-bar plugin +date: 2024-07-22 +tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-distribution-bar'] +--- +import kbnSecuritySolutionDistributionBarObj from './kbn_security_solution_distribution_bar.devdocs.json'; + + + +Contact [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) for questions regarding this plugin. + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 6 | 0 | 0 | 0 | + +## Client + +### Functions + + +### Interfaces + + diff --git a/api_docs/kbn_security_solution_features.mdx b/api_docs/kbn_security_solution_features.mdx index 7414fa48110fd..053d781e2819a 100644 --- a/api_docs/kbn_security_solution_features.mdx +++ b/api_docs/kbn_security_solution_features.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-features title: "@kbn/security-solution-features" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-features plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-features'] --- import kbnSecuritySolutionFeaturesObj from './kbn_security_solution_features.devdocs.json'; diff --git a/api_docs/kbn_security_solution_navigation.mdx b/api_docs/kbn_security_solution_navigation.mdx index a8ccedd144cda..e5fff085749ad 100644 --- a/api_docs/kbn_security_solution_navigation.mdx +++ b/api_docs/kbn_security_solution_navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-navigation title: "@kbn/security-solution-navigation" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-navigation plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-navigation'] --- import kbnSecuritySolutionNavigationObj from './kbn_security_solution_navigation.devdocs.json'; diff --git a/api_docs/kbn_security_solution_side_nav.mdx b/api_docs/kbn_security_solution_side_nav.mdx index 76402a7a7b79b..c98d8fae40df3 100644 --- a/api_docs/kbn_security_solution_side_nav.mdx +++ b/api_docs/kbn_security_solution_side_nav.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-side-nav title: "@kbn/security-solution-side-nav" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-side-nav plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-side-nav'] --- import kbnSecuritySolutionSideNavObj from './kbn_security_solution_side_nav.devdocs.json'; diff --git a/api_docs/kbn_security_solution_storybook_config.mdx b/api_docs/kbn_security_solution_storybook_config.mdx index 3c4aed196d7ee..e5b402c98af29 100644 --- a/api_docs/kbn_security_solution_storybook_config.mdx +++ b/api_docs/kbn_security_solution_storybook_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-storybook-config title: "@kbn/security-solution-storybook-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-storybook-config plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-storybook-config'] --- import kbnSecuritySolutionStorybookConfigObj from './kbn_security_solution_storybook_config.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_autocomplete.mdx b/api_docs/kbn_securitysolution_autocomplete.mdx index 29d72fb6226e6..437b3bdfbb691 100644 --- a/api_docs/kbn_securitysolution_autocomplete.mdx +++ b/api_docs/kbn_securitysolution_autocomplete.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-autocomplete title: "@kbn/securitysolution-autocomplete" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-autocomplete plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-autocomplete'] --- import kbnSecuritysolutionAutocompleteObj from './kbn_securitysolution_autocomplete.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_data_table.devdocs.json b/api_docs/kbn_securitysolution_data_table.devdocs.json index d859bcdf86855..3b8680b0b684f 100644 --- a/api_docs/kbn_securitysolution_data_table.devdocs.json +++ b/api_docs/kbn_securitysolution_data_table.devdocs.json @@ -643,7 +643,7 @@ ], "signature": [ "{ [x: string]: ", - "ExpandedDetailType", + "ExpandedEventType", " | undefined; }" ], "path": "x-pack/packages/security-solution/data_table/store/data_table/model.ts", @@ -1259,7 +1259,7 @@ " | undefined; type?: string | undefined; })[]; readonly additionalFilters: Record<", "AlertPageFilterType", ", boolean>; readonly itemsPerPage: number; readonly queryFields: string[]; readonly selectAll: boolean; readonly showCheckboxes: boolean; readonly deletedEventIds: string[]; readonly expandedDetail: Partial>; readonly graphEventId?: string | undefined; readonly indexNames: string[]; readonly isSelectAllChecked: boolean; readonly itemsPerPageOptions: number[]; readonly loadingEventIds: string[]; readonly selectedEventIds: Record" + ], + "path": "packages/kbn-triggers-actions-ui-types/action_group_types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/triggers-actions-ui-types", + "id": "def-common.ActionGroupWithMessageVariables.omitMessageVariables", + "type": "CompoundType", + "tags": [], + "label": "omitMessageVariables", + "description": [], + "signature": [ + { + "pluginId": "@kbn/triggers-actions-ui-types", + "scope": "common", + "docId": "kibKbnTriggersActionsUiTypesPluginApi", + "section": "def-common.OmitMessageVariablesType", + "text": "OmitMessageVariablesType" + }, + " | undefined" + ], + "path": "packages/kbn-triggers-actions-ui-types/action_group_types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/triggers-actions-ui-types", + "id": "def-common.ActionGroupWithMessageVariables.defaultActionMessage", + "type": "string", + "tags": [], + "label": "defaultActionMessage", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "packages/kbn-triggers-actions-ui-types/action_group_types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/triggers-actions-ui-types", "id": "def-common.RuleType", @@ -137,6 +204,21 @@ "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "@kbn/triggers-actions-ui-types", + "id": "def-common.OmitMessageVariablesType", + "type": "Type", + "tags": [], + "label": "OmitMessageVariablesType", + "description": [], + "signature": [ + "\"all\" | \"keepContext\"" + ], + "path": "packages/kbn-triggers-actions-ui-types/action_group_types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/triggers-actions-ui-types", "id": "def-common.RuleTypeIndex", diff --git a/api_docs/kbn_triggers_actions_ui_types.mdx b/api_docs/kbn_triggers_actions_ui_types.mdx index a112cc79aec1d..51ea4cb3014b3 100644 --- a/api_docs/kbn_triggers_actions_ui_types.mdx +++ b/api_docs/kbn_triggers_actions_ui_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-triggers-actions-ui-types title: "@kbn/triggers-actions-ui-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/triggers-actions-ui-types plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/triggers-actions-ui-types'] --- import kbnTriggersActionsUiTypesObj from './kbn_triggers_actions_ui_types.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-o | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 11 | 0 | 11 | 0 | +| 15 | 0 | 15 | 0 | ## Common diff --git a/api_docs/kbn_try_in_console.mdx b/api_docs/kbn_try_in_console.mdx index 583ace8ef2ff5..98c432bf48d23 100644 --- a/api_docs/kbn_try_in_console.mdx +++ b/api_docs/kbn_try_in_console.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-try-in-console title: "@kbn/try-in-console" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/try-in-console plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/try-in-console'] --- import kbnTryInConsoleObj from './kbn_try_in_console.devdocs.json'; diff --git a/api_docs/kbn_ts_projects.mdx b/api_docs/kbn_ts_projects.mdx index faa02dac2308d..6ffa504a145be 100644 --- a/api_docs/kbn_ts_projects.mdx +++ b/api_docs/kbn_ts_projects.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ts-projects title: "@kbn/ts-projects" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ts-projects plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ts-projects'] --- import kbnTsProjectsObj from './kbn_ts_projects.devdocs.json'; diff --git a/api_docs/kbn_typed_react_router_config.mdx b/api_docs/kbn_typed_react_router_config.mdx index 9fb0f25d40686..7a375d749f414 100644 --- a/api_docs/kbn_typed_react_router_config.mdx +++ b/api_docs/kbn_typed_react_router_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-typed-react-router-config title: "@kbn/typed-react-router-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/typed-react-router-config plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/typed-react-router-config'] --- import kbnTypedReactRouterConfigObj from './kbn_typed_react_router_config.devdocs.json'; diff --git a/api_docs/kbn_ui_actions_browser.mdx b/api_docs/kbn_ui_actions_browser.mdx index bc78275124433..3a70b554b95a8 100644 --- a/api_docs/kbn_ui_actions_browser.mdx +++ b/api_docs/kbn_ui_actions_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ui-actions-browser title: "@kbn/ui-actions-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ui-actions-browser plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ui-actions-browser'] --- import kbnUiActionsBrowserObj from './kbn_ui_actions_browser.devdocs.json'; diff --git a/api_docs/kbn_ui_shared_deps_src.mdx b/api_docs/kbn_ui_shared_deps_src.mdx index a69a0a3c072f6..a28184664f204 100644 --- a/api_docs/kbn_ui_shared_deps_src.mdx +++ b/api_docs/kbn_ui_shared_deps_src.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ui-shared-deps-src title: "@kbn/ui-shared-deps-src" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ui-shared-deps-src plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ui-shared-deps-src'] --- import kbnUiSharedDepsSrcObj from './kbn_ui_shared_deps_src.devdocs.json'; diff --git a/api_docs/kbn_ui_theme.mdx b/api_docs/kbn_ui_theme.mdx index e46bcc4fda957..5632ab1a64a39 100644 --- a/api_docs/kbn_ui_theme.mdx +++ b/api_docs/kbn_ui_theme.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ui-theme title: "@kbn/ui-theme" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ui-theme plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ui-theme'] --- import kbnUiThemeObj from './kbn_ui_theme.devdocs.json'; diff --git a/api_docs/kbn_unified_data_table.mdx b/api_docs/kbn_unified_data_table.mdx index b6bf4169e7bcb..ddd04e4157b16 100644 --- a/api_docs/kbn_unified_data_table.mdx +++ b/api_docs/kbn_unified_data_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unified-data-table title: "@kbn/unified-data-table" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unified-data-table plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-data-table'] --- import kbnUnifiedDataTableObj from './kbn_unified_data_table.devdocs.json'; diff --git a/api_docs/kbn_unified_doc_viewer.mdx b/api_docs/kbn_unified_doc_viewer.mdx index f6148b4ce6eed..3a949f91ac20e 100644 --- a/api_docs/kbn_unified_doc_viewer.mdx +++ b/api_docs/kbn_unified_doc_viewer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unified-doc-viewer title: "@kbn/unified-doc-viewer" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unified-doc-viewer plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-doc-viewer'] --- import kbnUnifiedDocViewerObj from './kbn_unified_doc_viewer.devdocs.json'; diff --git a/api_docs/kbn_unified_field_list.mdx b/api_docs/kbn_unified_field_list.mdx index 2c56a63a30b8e..63be7278f69d3 100644 --- a/api_docs/kbn_unified_field_list.mdx +++ b/api_docs/kbn_unified_field_list.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unified-field-list title: "@kbn/unified-field-list" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unified-field-list plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-field-list'] --- import kbnUnifiedFieldListObj from './kbn_unified_field_list.devdocs.json'; diff --git a/api_docs/kbn_unsaved_changes_badge.mdx b/api_docs/kbn_unsaved_changes_badge.mdx index 046912b5ed1f7..cedead034cf00 100644 --- a/api_docs/kbn_unsaved_changes_badge.mdx +++ b/api_docs/kbn_unsaved_changes_badge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unsaved-changes-badge title: "@kbn/unsaved-changes-badge" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unsaved-changes-badge plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unsaved-changes-badge'] --- import kbnUnsavedChangesBadgeObj from './kbn_unsaved_changes_badge.devdocs.json'; diff --git a/api_docs/kbn_unsaved_changes_prompt.mdx b/api_docs/kbn_unsaved_changes_prompt.mdx index 11e589314e51d..c0037b1bfc7e5 100644 --- a/api_docs/kbn_unsaved_changes_prompt.mdx +++ b/api_docs/kbn_unsaved_changes_prompt.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unsaved-changes-prompt title: "@kbn/unsaved-changes-prompt" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unsaved-changes-prompt plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unsaved-changes-prompt'] --- import kbnUnsavedChangesPromptObj from './kbn_unsaved_changes_prompt.devdocs.json'; diff --git a/api_docs/kbn_use_tracked_promise.mdx b/api_docs/kbn_use_tracked_promise.mdx index 658b6824893e1..8dd583ed31509 100644 --- a/api_docs/kbn_use_tracked_promise.mdx +++ b/api_docs/kbn_use_tracked_promise.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-use-tracked-promise title: "@kbn/use-tracked-promise" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/use-tracked-promise plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/use-tracked-promise'] --- import kbnUseTrackedPromiseObj from './kbn_use_tracked_promise.devdocs.json'; diff --git a/api_docs/kbn_user_profile_components.mdx b/api_docs/kbn_user_profile_components.mdx index c910a5b139670..3668bc60d09b2 100644 --- a/api_docs/kbn_user_profile_components.mdx +++ b/api_docs/kbn_user_profile_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-user-profile-components title: "@kbn/user-profile-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/user-profile-components plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/user-profile-components'] --- import kbnUserProfileComponentsObj from './kbn_user_profile_components.devdocs.json'; diff --git a/api_docs/kbn_utility_types.mdx b/api_docs/kbn_utility_types.mdx index c82e6e18d27d8..65ff74bf47c49 100644 --- a/api_docs/kbn_utility_types.mdx +++ b/api_docs/kbn_utility_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-utility-types title: "@kbn/utility-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/utility-types plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/utility-types'] --- import kbnUtilityTypesObj from './kbn_utility_types.devdocs.json'; diff --git a/api_docs/kbn_utility_types_jest.mdx b/api_docs/kbn_utility_types_jest.mdx index b711209db4aa5..416cdf02faee5 100644 --- a/api_docs/kbn_utility_types_jest.mdx +++ b/api_docs/kbn_utility_types_jest.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-utility-types-jest title: "@kbn/utility-types-jest" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/utility-types-jest plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/utility-types-jest'] --- import kbnUtilityTypesJestObj from './kbn_utility_types_jest.devdocs.json'; diff --git a/api_docs/kbn_utils.mdx b/api_docs/kbn_utils.mdx index bfbaa33942ba6..9dc475df0d2e9 100644 --- a/api_docs/kbn_utils.mdx +++ b/api_docs/kbn_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-utils title: "@kbn/utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/utils'] --- import kbnUtilsObj from './kbn_utils.devdocs.json'; diff --git a/api_docs/kbn_visualization_ui_components.mdx b/api_docs/kbn_visualization_ui_components.mdx index 8c7be3612143b..63338dce3238e 100644 --- a/api_docs/kbn_visualization_ui_components.mdx +++ b/api_docs/kbn_visualization_ui_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-visualization-ui-components title: "@kbn/visualization-ui-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/visualization-ui-components plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/visualization-ui-components'] --- import kbnVisualizationUiComponentsObj from './kbn_visualization_ui_components.devdocs.json'; diff --git a/api_docs/kbn_visualization_utils.mdx b/api_docs/kbn_visualization_utils.mdx index 3038845288a42..f40078a2c52b4 100644 --- a/api_docs/kbn_visualization_utils.mdx +++ b/api_docs/kbn_visualization_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-visualization-utils title: "@kbn/visualization-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/visualization-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/visualization-utils'] --- import kbnVisualizationUtilsObj from './kbn_visualization_utils.devdocs.json'; diff --git a/api_docs/kbn_xstate_utils.mdx b/api_docs/kbn_xstate_utils.mdx index 6ddca9ebda9e5..b9f56f81a5086 100644 --- a/api_docs/kbn_xstate_utils.mdx +++ b/api_docs/kbn_xstate_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-xstate-utils title: "@kbn/xstate-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/xstate-utils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/xstate-utils'] --- import kbnXstateUtilsObj from './kbn_xstate_utils.devdocs.json'; diff --git a/api_docs/kbn_yarn_lock_validator.mdx b/api_docs/kbn_yarn_lock_validator.mdx index 96570afa4e051..8346ff58177ac 100644 --- a/api_docs/kbn_yarn_lock_validator.mdx +++ b/api_docs/kbn_yarn_lock_validator.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-yarn-lock-validator title: "@kbn/yarn-lock-validator" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/yarn-lock-validator plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/yarn-lock-validator'] --- import kbnYarnLockValidatorObj from './kbn_yarn_lock_validator.devdocs.json'; diff --git a/api_docs/kbn_zod.devdocs.json b/api_docs/kbn_zod.devdocs.json new file mode 100644 index 0000000000000..f2ade02294f77 --- /dev/null +++ b/api_docs/kbn_zod.devdocs.json @@ -0,0 +1,19088 @@ +{ + "id": "@kbn/zod", + "client": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ParseStatus", + "type": "Class", + "tags": [], + "label": "ParseStatus", + "description": [], + "signature": [ + "Zod.ParseStatus" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ParseStatus.value", + "type": "CompoundType", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "\"valid\" | \"dirty\" | \"aborted\"" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ParseStatus.dirty", + "type": "Function", + "tags": [], + "label": "dirty", + "description": [], + "signature": [ + "() => void" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ParseStatus.abort", + "type": "Function", + "tags": [], + "label": "abort", + "description": [], + "signature": [ + "() => void" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ParseStatus.mergeArray", + "type": "Function", + "tags": [], + "label": "mergeArray", + "description": [], + "signature": [ + "(status: Zod.ParseStatus, results: Zod.SyncParseReturnType[]) => Zod.SyncParseReturnType" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ParseStatus.mergeArray.$1", + "type": "Object", + "tags": [], + "label": "status", + "description": [], + "signature": [ + "Zod.ParseStatus" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ParseStatus.mergeArray.$2", + "type": "Array", + "tags": [], + "label": "results", + "description": [], + "signature": [ + "Zod.SyncParseReturnType[]" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ParseStatus.mergeObjectAsync", + "type": "Function", + "tags": [], + "label": "mergeObjectAsync", + "description": [], + "signature": [ + "(status: Zod.ParseStatus, pairs: { key: Zod.ParseReturnType; value: Zod.ParseReturnType; }[]) => Promise>" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ParseStatus.mergeObjectAsync.$1", + "type": "Object", + "tags": [], + "label": "status", + "description": [], + "signature": [ + "Zod.ParseStatus" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ParseStatus.mergeObjectAsync.$2", + "type": "Array", + "tags": [], + "label": "pairs", + "description": [], + "signature": [ + "{ key: Zod.ParseReturnType; value: Zod.ParseReturnType; }[]" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ParseStatus.mergeObjectSync", + "type": "Function", + "tags": [], + "label": "mergeObjectSync", + "description": [], + "signature": [ + "(status: Zod.ParseStatus, pairs: { key: Zod.SyncParseReturnType; value: Zod.SyncParseReturnType; alwaysSet?: boolean | undefined; }[]) => Zod.SyncParseReturnType" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ParseStatus.mergeObjectSync.$1", + "type": "Object", + "tags": [], + "label": "status", + "description": [], + "signature": [ + "Zod.ParseStatus" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ParseStatus.mergeObjectSync.$2", + "type": "Array", + "tags": [], + "label": "pairs", + "description": [], + "signature": [ + "{ key: Zod.SyncParseReturnType; value: Zod.SyncParseReturnType; alwaysSet?: boolean | undefined; }[]" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodAny", + "type": "Class", + "tags": [], + "label": "ZodAny", + "description": [], + "signature": [ + "Zod.ZodAny extends Zod.ZodType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodAny._any", + "type": "boolean", + "tags": [], + "label": "_any", + "description": [], + "signature": [ + "true" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodAny._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodAny._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodAny.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(params?: Zod.RawCreateParams) => Zod.ZodAny" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodAny.create.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodArray", + "type": "Class", + "tags": [], + "label": "ZodArray", + "description": [], + "signature": [ + "Zod.ZodArray extends Zod.ZodType, Zod.ZodArrayDef, Cardinality extends \"atleastone\" ? [T[\"_input\"], ...T[\"_input\"][]] : T[\"_input\"][]>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodArray._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodArray._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodArray.element", + "type": "Uncategorized", + "tags": [], + "label": "element", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodArray.min", + "type": "Function", + "tags": [], + "label": "min", + "description": [], + "signature": [ + "(minLength: number, message?: ", + "errorUtil", + ".ErrMessage | undefined) => this" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodArray.min.$1", + "type": "number", + "tags": [], + "label": "minLength", + "description": [], + "signature": [ + "number" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodArray.min.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodArray.max", + "type": "Function", + "tags": [], + "label": "max", + "description": [], + "signature": [ + "(maxLength: number, message?: ", + "errorUtil", + ".ErrMessage | undefined) => this" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodArray.max.$1", + "type": "number", + "tags": [], + "label": "maxLength", + "description": [], + "signature": [ + "number" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodArray.max.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodArray.length", + "type": "Function", + "tags": [], + "label": "length", + "description": [], + "signature": [ + "(len: number, message?: ", + "errorUtil", + ".ErrMessage | undefined) => this" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodArray.length.$1", + "type": "number", + "tags": [], + "label": "len", + "description": [], + "signature": [ + "number" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodArray.length.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodArray.nonempty", + "type": "Function", + "tags": [], + "label": "nonempty", + "description": [], + "signature": [ + "(message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodArray" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodArray.nonempty.$1", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodArray.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(schema: T_1, params?: Zod.RawCreateParams) => Zod.ZodArray" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodArray.create.$1", + "type": "Uncategorized", + "tags": [], + "label": "schema", + "description": [], + "signature": [ + "T_1" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodArray.create.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt", + "type": "Class", + "tags": [], + "label": "ZodBigInt", + "description": [], + "signature": [ + "Zod.ZodBigInt extends Zod.ZodType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined) => Zod.ZodBigInt" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.create.$1", + "type": "CompoundType", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.gte", + "type": "Function", + "tags": [], + "label": "gte", + "description": [], + "signature": [ + "(value: bigint, message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodBigInt" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.gte.$1", + "type": "Uncategorized", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "bigint" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.gte.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.min", + "type": "Function", + "tags": [], + "label": "min", + "description": [], + "signature": [ + "(value: bigint, message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodBigInt" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.min.$1", + "type": "Uncategorized", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "bigint" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.min.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.gt", + "type": "Function", + "tags": [], + "label": "gt", + "description": [], + "signature": [ + "(value: bigint, message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodBigInt" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.gt.$1", + "type": "Uncategorized", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "bigint" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.gt.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.lte", + "type": "Function", + "tags": [], + "label": "lte", + "description": [], + "signature": [ + "(value: bigint, message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodBigInt" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.lte.$1", + "type": "Uncategorized", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "bigint" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.lte.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.max", + "type": "Function", + "tags": [], + "label": "max", + "description": [], + "signature": [ + "(value: bigint, message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodBigInt" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.max.$1", + "type": "Uncategorized", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "bigint" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.max.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.lt", + "type": "Function", + "tags": [], + "label": "lt", + "description": [], + "signature": [ + "(value: bigint, message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodBigInt" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.lt.$1", + "type": "Uncategorized", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "bigint" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.lt.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.setLimit", + "type": "Function", + "tags": [], + "label": "setLimit", + "description": [], + "signature": [ + "(kind: \"min\" | \"max\", value: bigint, inclusive: boolean, message?: string | undefined) => Zod.ZodBigInt" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.setLimit.$1", + "type": "CompoundType", + "tags": [], + "label": "kind", + "description": [], + "signature": [ + "\"min\" | \"max\"" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.setLimit.$2", + "type": "Uncategorized", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "bigint" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.setLimit.$3", + "type": "boolean", + "tags": [], + "label": "inclusive", + "description": [], + "signature": [ + "boolean" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.setLimit.$4", + "type": "string", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt._addCheck", + "type": "Function", + "tags": [], + "label": "_addCheck", + "description": [], + "signature": [ + "(check: Zod.ZodBigIntCheck) => Zod.ZodBigInt" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt._addCheck.$1", + "type": "CompoundType", + "tags": [], + "label": "check", + "description": [], + "signature": [ + "Zod.ZodBigIntCheck" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.positive", + "type": "Function", + "tags": [], + "label": "positive", + "description": [], + "signature": [ + "(message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodBigInt" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.positive.$1", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.negative", + "type": "Function", + "tags": [], + "label": "negative", + "description": [], + "signature": [ + "(message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodBigInt" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.negative.$1", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.nonpositive", + "type": "Function", + "tags": [], + "label": "nonpositive", + "description": [], + "signature": [ + "(message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodBigInt" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.nonpositive.$1", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.nonnegative", + "type": "Function", + "tags": [], + "label": "nonnegative", + "description": [], + "signature": [ + "(message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodBigInt" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.nonnegative.$1", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.multipleOf", + "type": "Function", + "tags": [], + "label": "multipleOf", + "description": [], + "signature": [ + "(value: bigint, message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodBigInt" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.multipleOf.$1", + "type": "Uncategorized", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "bigint" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.multipleOf.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.minValue", + "type": "CompoundType", + "tags": [], + "label": "minValue", + "description": [], + "signature": [ + "bigint | null" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigInt.maxValue", + "type": "CompoundType", + "tags": [], + "label": "maxValue", + "description": [], + "signature": [ + "bigint | null" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBoolean", + "type": "Class", + "tags": [], + "label": "ZodBoolean", + "description": [], + "signature": [ + "Zod.ZodBoolean extends Zod.ZodType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBoolean._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBoolean._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBoolean.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined) => Zod.ZodBoolean" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBoolean.create.$1", + "type": "CompoundType", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBranded", + "type": "Class", + "tags": [], + "label": "ZodBranded", + "description": [], + "signature": [ + "Zod.ZodBranded extends Zod.ZodType, Zod.ZodBrandedDef, T[\"_input\"]>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBranded._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBranded._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBranded.unwrap", + "type": "Function", + "tags": [], + "label": "unwrap", + "description": [], + "signature": [ + "() => T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodCatch", + "type": "Class", + "tags": [], + "label": "ZodCatch", + "description": [], + "signature": [ + "Zod.ZodCatch extends Zod.ZodType, unknown>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodCatch._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodCatch._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodCatch.removeCatch", + "type": "Function", + "tags": [], + "label": "removeCatch", + "description": [], + "signature": [ + "() => T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodCatch.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(type: T_1, params: { errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { catch: T_1[\"_output\"] | (() => T_1[\"_output\"]); }) => Zod.ZodCatch" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodCatch.create.$1", + "type": "Uncategorized", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "T_1" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodCatch.create.$2", + "type": "CompoundType", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { catch: T_1[\"_output\"] | (() => T_1[\"_output\"]); }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDate", + "type": "Class", + "tags": [], + "label": "ZodDate", + "description": [], + "signature": [ + "Zod.ZodDate extends Zod.ZodType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDate._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDate._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDate._addCheck", + "type": "Function", + "tags": [], + "label": "_addCheck", + "description": [], + "signature": [ + "(check: Zod.ZodDateCheck) => Zod.ZodDate" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDate._addCheck.$1", + "type": "CompoundType", + "tags": [], + "label": "check", + "description": [], + "signature": [ + "Zod.ZodDateCheck" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDate.min", + "type": "Function", + "tags": [], + "label": "min", + "description": [], + "signature": [ + "(minDate: Date, message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodDate" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDate.min.$1", + "type": "Object", + "tags": [], + "label": "minDate", + "description": [], + "signature": [ + "Date" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDate.min.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDate.max", + "type": "Function", + "tags": [], + "label": "max", + "description": [], + "signature": [ + "(maxDate: Date, message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodDate" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDate.max.$1", + "type": "Object", + "tags": [], + "label": "maxDate", + "description": [], + "signature": [ + "Date" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDate.max.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDate.minDate", + "type": "CompoundType", + "tags": [], + "label": "minDate", + "description": [], + "signature": [ + "Date | null" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDate.maxDate", + "type": "CompoundType", + "tags": [], + "label": "maxDate", + "description": [], + "signature": [ + "Date | null" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDate.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined) => Zod.ZodDate" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDate.create.$1", + "type": "CompoundType", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDefault", + "type": "Class", + "tags": [], + "label": "ZodDefault", + "description": [], + "signature": [ + "Zod.ZodDefault extends Zod.ZodType, Zod.ZodDefaultDef, T[\"_input\"] | undefined>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDefault._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDefault._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDefault.removeDefault", + "type": "Function", + "tags": [], + "label": "removeDefault", + "description": [], + "signature": [ + "() => T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDefault.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(type: T_1, params: { errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { default: T_1[\"_input\"] | (() => Zod.util.noUndefined); }) => Zod.ZodDefault" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDefault.create.$1", + "type": "Uncategorized", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "T_1" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDefault.create.$2", + "type": "CompoundType", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { default: T_1[\"_input\"] | (() => Zod.util.noUndefined); }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDiscriminatedUnion", + "type": "Class", + "tags": [], + "label": "ZodDiscriminatedUnion", + "description": [], + "signature": [ + "Zod.ZodDiscriminatedUnion extends Zod.ZodType, Zod.ZodDiscriminatedUnionDef, Zod.input>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDiscriminatedUnion._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDiscriminatedUnion._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDiscriminatedUnion.discriminator", + "type": "Uncategorized", + "tags": [], + "label": "discriminator", + "description": [], + "signature": [ + "Discriminator" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDiscriminatedUnion.options", + "type": "Uncategorized", + "tags": [], + "label": "options", + "description": [], + "signature": [ + "Options" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDiscriminatedUnion.optionsMap", + "type": "Object", + "tags": [], + "label": "optionsMap", + "description": [], + "signature": [ + "Map>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDiscriminatedUnion.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [ + "\nThe constructor of the discriminated union schema. Its behaviour is very similar to that of the normal z.union() constructor.\nHowever, it only allows a union of objects, all of which need to share a discriminator property. This property must\nhave a different value for each object in the union." + ], + "signature": [ + ", ...Zod.ZodDiscriminatedUnionOption[]]>(discriminator: Discriminator, options: Types, params?: Zod.RawCreateParams) => Zod.ZodDiscriminatedUnion" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDiscriminatedUnion.create.$1", + "type": "Uncategorized", + "tags": [], + "label": "discriminator", + "description": [ + "the name of the discriminator property" + ], + "signature": [ + "Discriminator" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDiscriminatedUnion.create.$2", + "type": "Uncategorized", + "tags": [], + "label": "options", + "description": [], + "signature": [ + "Types" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDiscriminatedUnion.create.$3", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "Zod.RawCreateParams" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects", + "type": "Class", + "tags": [], + "label": "ZodEffects", + "description": [], + "signature": [ + "Zod.ZodEffects extends Zod.ZodType, Input>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects.innerType", + "type": "Function", + "tags": [], + "label": "innerType", + "description": [], + "signature": [ + "() => T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects.sourceType", + "type": "Function", + "tags": [], + "label": "sourceType", + "description": [], + "signature": [ + "() => T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(schema: I, effect: Zod.Effect, params?: Zod.RawCreateParams) => Zod.ZodEffects>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects.create.$1", + "type": "Uncategorized", + "tags": [], + "label": "schema", + "description": [], + "signature": [ + "I" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects.create.$2", + "type": "CompoundType", + "tags": [], + "label": "effect", + "description": [], + "signature": [ + "Zod.RefinementEffect | Zod.TransformEffect | Zod.PreprocessEffect" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects.create.$3", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects.createWithPreprocess", + "type": "Function", + "tags": [], + "label": "createWithPreprocess", + "description": [], + "signature": [ + "(preprocess: (arg: unknown, ctx: Zod.RefinementCtx) => unknown, schema: I, params?: Zod.RawCreateParams) => Zod.ZodEffects" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects.createWithPreprocess.$1", + "type": "Function", + "tags": [], + "label": "preprocess", + "description": [], + "signature": [ + "(arg: unknown, ctx: Zod.RefinementCtx) => unknown" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects.createWithPreprocess.$1.$1", + "type": "Unknown", + "tags": [], + "label": "arg", + "description": [], + "signature": [ + "unknown" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects.createWithPreprocess.$1.$2", + "type": "Object", + "tags": [], + "label": "ctx", + "description": [], + "signature": [ + "{ addIssue: (arg: Zod.IssueData) => void; path: (string | number)[]; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects.createWithPreprocess.$2", + "type": "Uncategorized", + "tags": [], + "label": "schema", + "description": [], + "signature": [ + "I" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects.createWithPreprocess.$3", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects", + "type": "Class", + "tags": [], + "label": "ZodEffects", + "description": [], + "signature": [ + "Zod.ZodEffects extends Zod.ZodType, Input>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects.innerType", + "type": "Function", + "tags": [], + "label": "innerType", + "description": [], + "signature": [ + "() => T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects.sourceType", + "type": "Function", + "tags": [], + "label": "sourceType", + "description": [], + "signature": [ + "() => T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(schema: I, effect: Zod.Effect, params?: Zod.RawCreateParams) => Zod.ZodEffects>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects.create.$1", + "type": "Uncategorized", + "tags": [], + "label": "schema", + "description": [], + "signature": [ + "I" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects.create.$2", + "type": "CompoundType", + "tags": [], + "label": "effect", + "description": [], + "signature": [ + "Zod.RefinementEffect | Zod.TransformEffect | Zod.PreprocessEffect" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects.create.$3", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects.createWithPreprocess", + "type": "Function", + "tags": [], + "label": "createWithPreprocess", + "description": [], + "signature": [ + "(preprocess: (arg: unknown, ctx: Zod.RefinementCtx) => unknown, schema: I, params?: Zod.RawCreateParams) => Zod.ZodEffects" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects.createWithPreprocess.$1", + "type": "Function", + "tags": [], + "label": "preprocess", + "description": [], + "signature": [ + "(arg: unknown, ctx: Zod.RefinementCtx) => unknown" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects.createWithPreprocess.$1.$1", + "type": "Unknown", + "tags": [], + "label": "arg", + "description": [], + "signature": [ + "unknown" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects.createWithPreprocess.$1.$2", + "type": "Object", + "tags": [], + "label": "ctx", + "description": [], + "signature": [ + "{ addIssue: (arg: Zod.IssueData) => void; path: (string | number)[]; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects.createWithPreprocess.$2", + "type": "Uncategorized", + "tags": [], + "label": "schema", + "description": [], + "signature": [ + "I" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffects.createWithPreprocess.$3", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEnum", + "type": "Class", + "tags": [], + "label": "ZodEnum", + "description": [], + "signature": [ + "Zod.ZodEnum extends Zod.ZodType, T[number]>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEnum._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEnum._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEnum.options", + "type": "Uncategorized", + "tags": [], + "label": "options", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEnum.enum", + "type": "Object", + "tags": [], + "label": "enum", + "description": [], + "signature": [ + "{ [k in T[number]]: k; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEnum.Values", + "type": "Object", + "tags": [], + "label": "Values", + "description": [], + "signature": [ + "{ [k in T[number]]: k; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEnum.Enum", + "type": "Object", + "tags": [], + "label": "Enum", + "description": [], + "signature": [ + "{ [k in T[number]]: k; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEnum.extract", + "type": "Function", + "tags": [], + "label": "extract", + "description": [], + "signature": [ + "(values: ToExtract) => Zod.ZodEnum>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEnum.extract.$1", + "type": "Uncategorized", + "tags": [], + "label": "values", + "description": [], + "signature": [ + "ToExtract" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEnum.exclude", + "type": "Function", + "tags": [], + "label": "exclude", + "description": [], + "signature": [ + "(values: ToExclude) => Zod.ZodEnum>, [string, ...string[]]>>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEnum.exclude.$1", + "type": "Uncategorized", + "tags": [], + "label": "values", + "description": [], + "signature": [ + "ToExclude" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEnum.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "{ (values: T, params?: Zod.RawCreateParams): Zod.ZodEnum>; (values: T, params?: Zod.RawCreateParams): Zod.ZodEnum; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodError", + "type": "Class", + "tags": [], + "label": "ZodError", + "description": [], + "signature": [ + "Zod.ZodError extends Error" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodError.issues", + "type": "Array", + "tags": [], + "label": "issues", + "description": [], + "signature": [ + "Zod.ZodIssue[]" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodError.errors", + "type": "Array", + "tags": [], + "label": "errors", + "description": [], + "signature": [ + "Zod.ZodIssue[]" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodError.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [], + "signature": [ + "any" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodError.Unnamed.$1", + "type": "Array", + "tags": [], + "label": "issues", + "description": [], + "signature": [ + "Zod.ZodIssue[]" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodError.format", + "type": "Function", + "tags": [], + "label": "format", + "description": [], + "signature": [ + "{ (): Zod.ZodFormattedError; (mapper: (issue: Zod.ZodIssue) => U): Zod.ZodFormattedError; }" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodError.format", + "type": "Function", + "tags": [], + "label": "format", + "description": [], + "signature": [ + "{ (): Zod.ZodFormattedError; (mapper: (issue: Zod.ZodIssue) => U): Zod.ZodFormattedError; }" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodError.format.$1", + "type": "Function", + "tags": [], + "label": "mapper", + "description": [], + "signature": [ + "(issue: Zod.ZodIssue) => U" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodError.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(issues: Zod.ZodIssue[]) => Zod.ZodError" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodError.create.$1", + "type": "Array", + "tags": [], + "label": "issues", + "description": [], + "signature": [ + "Zod.ZodIssue[]" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodError.toString", + "type": "Function", + "tags": [], + "label": "toString", + "description": [], + "signature": [ + "() => string" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodError.message", + "type": "string", + "tags": [], + "label": "message", + "description": [], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodError.isEmpty", + "type": "boolean", + "tags": [], + "label": "isEmpty", + "description": [], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodError.addIssue", + "type": "Function", + "tags": [], + "label": "addIssue", + "description": [], + "signature": [ + "(sub: Zod.ZodIssue) => void" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodError.addIssue.$1", + "type": "CompoundType", + "tags": [], + "label": "sub", + "description": [], + "signature": [ + "Zod.ZodIssueOptionalMessage & { fatal?: boolean | undefined; message: string; }" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodError.addIssues", + "type": "Function", + "tags": [], + "label": "addIssues", + "description": [], + "signature": [ + "(subs?: Zod.ZodIssue[] | undefined) => void" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodError.addIssues.$1", + "type": "Array", + "tags": [], + "label": "subs", + "description": [], + "signature": [ + "Zod.ZodIssue[] | undefined" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodError.flatten", + "type": "Function", + "tags": [], + "label": "flatten", + "description": [], + "signature": [ + "{ (): Zod.typeToFlattenedError; (mapper?: ((issue: Zod.ZodIssue) => U) | undefined): Zod.typeToFlattenedError; }" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodError.flatten", + "type": "Function", + "tags": [], + "label": "flatten", + "description": [], + "signature": [ + "{ (): Zod.typeToFlattenedError; (mapper?: ((issue: Zod.ZodIssue) => U) | undefined): Zod.typeToFlattenedError; }" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodError.flatten.$1", + "type": "Function", + "tags": [], + "label": "mapper", + "description": [], + "signature": [ + "((issue: Zod.ZodIssue) => U) | undefined" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodError.formErrors", + "type": "Object", + "tags": [], + "label": "formErrors", + "description": [], + "signature": [ + "{ formErrors: string[]; fieldErrors: { [P in allKeys]?: string[] | undefined; }; }" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunction", + "type": "Class", + "tags": [], + "label": "ZodFunction", + "description": [], + "signature": [ + "Zod.ZodFunction extends Zod.ZodType, Zod.ZodFunctionDef, Zod.InnerTypeOfFunction>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunction._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunction._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunction.parameters", + "type": "Function", + "tags": [], + "label": "parameters", + "description": [], + "signature": [ + "() => Args" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunction.returnType", + "type": "Function", + "tags": [], + "label": "returnType", + "description": [], + "signature": [ + "() => Returns" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunction.args", + "type": "Function", + "tags": [], + "label": "args", + "description": [], + "signature": [ + "(...items: Items) => Zod.ZodFunction, Returns>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunction.args.$1", + "type": "Uncategorized", + "tags": [], + "label": "items", + "description": [], + "signature": [ + "Items" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunction.returns", + "type": "Function", + "tags": [], + "label": "returns", + "description": [], + "signature": [ + ">(returnType: NewReturnType) => Zod.ZodFunction" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunction.returns.$1", + "type": "Uncategorized", + "tags": [], + "label": "returnType", + "description": [], + "signature": [ + "NewReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunction.implement", + "type": "Function", + "tags": [], + "label": "implement", + "description": [], + "signature": [ + ">(func: F) => ReturnType extends Returns[\"_output\"] ? (...args: Args[\"_input\"]) => ReturnType : Zod.OuterTypeOfFunction" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunction.implement.$1", + "type": "Function", + "tags": [], + "label": "func", + "description": [], + "signature": [ + "F" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunction.strictImplement", + "type": "Function", + "tags": [], + "label": "strictImplement", + "description": [], + "signature": [ + "(func: Zod.InnerTypeOfFunction) => Zod.InnerTypeOfFunction" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunction.strictImplement.$1", + "type": "Function", + "tags": [], + "label": "func", + "description": [], + "signature": [ + "Zod.InnerTypeOfFunction" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunction.validate", + "type": "Function", + "tags": [], + "label": "validate", + "description": [], + "signature": [ + ">(func: F) => ReturnType extends Returns[\"_output\"] ? (...args: Args[\"_input\"]) => ReturnType : Zod.OuterTypeOfFunction" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunction.validate.$1", + "type": "Function", + "tags": [], + "label": "func", + "description": [], + "signature": [ + "F" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunction.validate.$1.$1", + "type": "Uncategorized", + "tags": [], + "label": "args", + "description": [], + "signature": [ + "Args[\"_output\"]" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunction.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "{ (): Zod.ZodFunction, Zod.ZodUnknown>; >(args: T): Zod.ZodFunction; (args: T, returns: U): Zod.ZodFunction; , U extends Zod.ZodTypeAny = Zod.ZodUnknown>(args: T, returns: U, params?: Zod.RawCreateParams): Zod.ZodFunction; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunction.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "{ (): Zod.ZodFunction, Zod.ZodUnknown>; >(args: T): Zod.ZodFunction; (args: T, returns: U): Zod.ZodFunction; , U extends Zod.ZodTypeAny = Zod.ZodUnknown>(args: T, returns: U, params?: Zod.RawCreateParams): Zod.ZodFunction; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunction.create.$1", + "type": "Uncategorized", + "tags": [], + "label": "args", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunction.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "{ (): Zod.ZodFunction, Zod.ZodUnknown>; >(args: T): Zod.ZodFunction; (args: T, returns: U): Zod.ZodFunction; , U extends Zod.ZodTypeAny = Zod.ZodUnknown>(args: T, returns: U, params?: Zod.RawCreateParams): Zod.ZodFunction; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunction.create.$1", + "type": "Uncategorized", + "tags": [], + "label": "args", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunction.create.$2", + "type": "Uncategorized", + "tags": [], + "label": "returns", + "description": [], + "signature": [ + "U" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunction.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "{ (): Zod.ZodFunction, Zod.ZodUnknown>; >(args: T): Zod.ZodFunction; (args: T, returns: U): Zod.ZodFunction; , U extends Zod.ZodTypeAny = Zod.ZodUnknown>(args: T, returns: U, params?: Zod.RawCreateParams): Zod.ZodFunction; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunction.create.$1", + "type": "Uncategorized", + "tags": [], + "label": "args", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunction.create.$2", + "type": "Uncategorized", + "tags": [], + "label": "returns", + "description": [], + "signature": [ + "U" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunction.create.$3", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "Zod.RawCreateParams" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodIntersection", + "type": "Class", + "tags": [], + "label": "ZodIntersection", + "description": [], + "signature": [ + "Zod.ZodIntersection extends Zod.ZodType, T[\"_input\"] & U[\"_input\"]>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodIntersection._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodIntersection._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodIntersection.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(left: T_1, right: U_1, params?: Zod.RawCreateParams) => Zod.ZodIntersection" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodIntersection.create.$1", + "type": "Uncategorized", + "tags": [], + "label": "left", + "description": [], + "signature": [ + "T_1" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodIntersection.create.$2", + "type": "Uncategorized", + "tags": [], + "label": "right", + "description": [], + "signature": [ + "U_1" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodIntersection.create.$3", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodLazy", + "type": "Class", + "tags": [], + "label": "ZodLazy", + "description": [], + "signature": [ + "Zod.ZodLazy extends Zod.ZodType, Zod.ZodLazyDef, Zod.input>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodLazy.schema", + "type": "Uncategorized", + "tags": [], + "label": "schema", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodLazy._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodLazy._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodLazy.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(getter: () => T_1, params?: Zod.RawCreateParams) => Zod.ZodLazy" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodLazy.create.$1", + "type": "Function", + "tags": [], + "label": "getter", + "description": [], + "signature": [ + "() => T_1" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodLazy.create.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodLiteral", + "type": "Class", + "tags": [], + "label": "ZodLiteral", + "description": [], + "signature": [ + "Zod.ZodLiteral extends Zod.ZodType, T>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodLiteral._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodLiteral._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodLiteral.value", + "type": "Uncategorized", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodLiteral.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(value: T_1, params?: Zod.RawCreateParams) => Zod.ZodLiteral" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodLiteral.create.$1", + "type": "Uncategorized", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "T_1" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodLiteral.create.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodMap", + "type": "Class", + "tags": [], + "label": "ZodMap", + "description": [], + "signature": [ + "Zod.ZodMap extends Zod.ZodType, Zod.ZodMapDef, Map>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodMap.keySchema", + "type": "Uncategorized", + "tags": [], + "label": "keySchema", + "description": [], + "signature": [ + "Key" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodMap.valueSchema", + "type": "Uncategorized", + "tags": [], + "label": "valueSchema", + "description": [], + "signature": [ + "Value" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodMap._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodMap._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodMap.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(keyType: Key_1, valueType: Value_1, params?: Zod.RawCreateParams) => Zod.ZodMap" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodMap.create.$1", + "type": "Uncategorized", + "tags": [], + "label": "keyType", + "description": [], + "signature": [ + "Key_1" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodMap.create.$2", + "type": "Uncategorized", + "tags": [], + "label": "valueType", + "description": [], + "signature": [ + "Value_1" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodMap.create.$3", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNaN", + "type": "Class", + "tags": [], + "label": "ZodNaN", + "description": [], + "signature": [ + "Zod.ZodNaN extends Zod.ZodType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNaN._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNaN._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNaN.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(params?: Zod.RawCreateParams) => Zod.ZodNaN" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNaN.create.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNativeEnum", + "type": "Class", + "tags": [], + "label": "ZodNativeEnum", + "description": [], + "signature": [ + "Zod.ZodNativeEnum extends Zod.ZodType, T[keyof T]>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNativeEnum._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNativeEnum._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNativeEnum.enum", + "type": "Uncategorized", + "tags": [], + "label": "enum", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNativeEnum.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(values: T_1, params?: Zod.RawCreateParams) => Zod.ZodNativeEnum" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNativeEnum.create.$1", + "type": "Uncategorized", + "tags": [], + "label": "values", + "description": [], + "signature": [ + "T_1" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNativeEnum.create.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNever", + "type": "Class", + "tags": [], + "label": "ZodNever", + "description": [], + "signature": [ + "Zod.ZodNever extends Zod.ZodType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNever._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNever._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNever.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(params?: Zod.RawCreateParams) => Zod.ZodNever" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNever.create.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNull", + "type": "Class", + "tags": [], + "label": "ZodNull", + "description": [], + "signature": [ + "Zod.ZodNull extends Zod.ZodType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNull._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNull._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNull.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(params?: Zod.RawCreateParams) => Zod.ZodNull" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNull.create.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNullable", + "type": "Class", + "tags": [], + "label": "ZodNullable", + "description": [], + "signature": [ + "Zod.ZodNullable extends Zod.ZodType, T[\"_input\"] | null>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNullable._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNullable._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNullable.unwrap", + "type": "Function", + "tags": [], + "label": "unwrap", + "description": [], + "signature": [ + "() => T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNullable.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(type: T_1, params?: Zod.RawCreateParams) => Zod.ZodNullable" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNullable.create.$1", + "type": "Uncategorized", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "T_1" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNullable.create.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber", + "type": "Class", + "tags": [], + "label": "ZodNumber", + "description": [], + "signature": [ + "Zod.ZodNumber extends Zod.ZodType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined) => Zod.ZodNumber" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.create.$1", + "type": "CompoundType", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.gte", + "type": "Function", + "tags": [], + "label": "gte", + "description": [], + "signature": [ + "(value: number, message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodNumber" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.gte.$1", + "type": "number", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "number" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.gte.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.min", + "type": "Function", + "tags": [], + "label": "min", + "description": [], + "signature": [ + "(value: number, message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodNumber" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.min.$1", + "type": "number", + "tags": [], + "label": "value", + "description": [], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.min.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.gt", + "type": "Function", + "tags": [], + "label": "gt", + "description": [], + "signature": [ + "(value: number, message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodNumber" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.gt.$1", + "type": "number", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "number" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.gt.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.lte", + "type": "Function", + "tags": [], + "label": "lte", + "description": [], + "signature": [ + "(value: number, message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodNumber" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.lte.$1", + "type": "number", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "number" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.lte.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.max", + "type": "Function", + "tags": [], + "label": "max", + "description": [], + "signature": [ + "(value: number, message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodNumber" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.max.$1", + "type": "number", + "tags": [], + "label": "value", + "description": [], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.max.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.lt", + "type": "Function", + "tags": [], + "label": "lt", + "description": [], + "signature": [ + "(value: number, message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodNumber" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.lt.$1", + "type": "number", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "number" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.lt.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.setLimit", + "type": "Function", + "tags": [], + "label": "setLimit", + "description": [], + "signature": [ + "(kind: \"min\" | \"max\", value: number, inclusive: boolean, message?: string | undefined) => Zod.ZodNumber" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.setLimit.$1", + "type": "CompoundType", + "tags": [], + "label": "kind", + "description": [], + "signature": [ + "\"min\" | \"max\"" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.setLimit.$2", + "type": "number", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "number" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.setLimit.$3", + "type": "boolean", + "tags": [], + "label": "inclusive", + "description": [], + "signature": [ + "boolean" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.setLimit.$4", + "type": "string", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber._addCheck", + "type": "Function", + "tags": [], + "label": "_addCheck", + "description": [], + "signature": [ + "(check: Zod.ZodNumberCheck) => Zod.ZodNumber" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber._addCheck.$1", + "type": "CompoundType", + "tags": [], + "label": "check", + "description": [], + "signature": [ + "Zod.ZodNumberCheck" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.int", + "type": "Function", + "tags": [], + "label": "int", + "description": [], + "signature": [ + "(message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodNumber" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.int.$1", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.positive", + "type": "Function", + "tags": [], + "label": "positive", + "description": [], + "signature": [ + "(message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodNumber" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.positive.$1", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.negative", + "type": "Function", + "tags": [], + "label": "negative", + "description": [], + "signature": [ + "(message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodNumber" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.negative.$1", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.nonpositive", + "type": "Function", + "tags": [], + "label": "nonpositive", + "description": [], + "signature": [ + "(message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodNumber" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.nonpositive.$1", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.nonnegative", + "type": "Function", + "tags": [], + "label": "nonnegative", + "description": [], + "signature": [ + "(message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodNumber" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.nonnegative.$1", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.multipleOf", + "type": "Function", + "tags": [], + "label": "multipleOf", + "description": [], + "signature": [ + "(value: number, message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodNumber" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.multipleOf.$1", + "type": "number", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "number" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.multipleOf.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.step", + "type": "Function", + "tags": [], + "label": "step", + "description": [], + "signature": [ + "(value: number, message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodNumber" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.step.$1", + "type": "number", + "tags": [], + "label": "value", + "description": [], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.step.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.finite", + "type": "Function", + "tags": [], + "label": "finite", + "description": [], + "signature": [ + "(message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodNumber" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.finite.$1", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.safe", + "type": "Function", + "tags": [], + "label": "safe", + "description": [], + "signature": [ + "(message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodNumber" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.safe.$1", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.minValue", + "type": "CompoundType", + "tags": [], + "label": "minValue", + "description": [], + "signature": [ + "number | null" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.maxValue", + "type": "CompoundType", + "tags": [], + "label": "maxValue", + "description": [], + "signature": [ + "number | null" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.isInt", + "type": "boolean", + "tags": [], + "label": "isInt", + "description": [], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumber.isFinite", + "type": "boolean", + "tags": [], + "label": "isFinite", + "description": [], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject", + "type": "Class", + "tags": [], + "label": "ZodObject", + "description": [], + "signature": [ + "Zod.ZodObject extends Zod.ZodType, Input>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject._getCached", + "type": "Function", + "tags": [], + "label": "_getCached", + "description": [], + "signature": [ + "() => { shape: T; keys: string[]; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.shape", + "type": "Uncategorized", + "tags": [], + "label": "shape", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.strict", + "type": "Function", + "tags": [], + "label": "strict", + "description": [], + "signature": [ + "(message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodObject, Zod.objectInputType>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.strict.$1", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.strip", + "type": "Function", + "tags": [], + "label": "strip", + "description": [], + "signature": [ + "() => Zod.ZodObject, Zod.objectInputType>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.passthrough", + "type": "Function", + "tags": [], + "label": "passthrough", + "description": [], + "signature": [ + "() => Zod.ZodObject, Zod.objectInputType>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.nonstrict", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "nonstrict", + "description": [], + "signature": [ + "() => Zod.ZodObject, Zod.objectInputType>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": true, + "trackAdoption": false, + "references": [], + "returnComment": [], + "children": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.extend", + "type": "Function", + "tags": [], + "label": "extend", + "description": [], + "signature": [ + "(augmentation: Augmentation) => Zod.ZodObject<{ [k in keyof (Omit & Augmentation)]: (Omit & Augmentation)[k]; }, UnknownKeys, Catchall, Zod.objectOutputType<{ [k in keyof (Omit & Augmentation)]: (Omit & Augmentation)[k]; }, Catchall, UnknownKeys>, Zod.objectInputType<{ [k in keyof (Omit & Augmentation)]: (Omit & Augmentation)[k]; }, Catchall, UnknownKeys>>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.extend.$1", + "type": "Uncategorized", + "tags": [], + "label": "augmentation", + "description": [], + "signature": [ + "Augmentation" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.augment", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "augment", + "description": [], + "signature": [ + "(augmentation: Augmentation) => Zod.ZodObject<{ [k in keyof (Omit & Augmentation)]: (Omit & Augmentation)[k]; }, UnknownKeys, Catchall, Zod.objectOutputType<{ [k in keyof (Omit & Augmentation)]: (Omit & Augmentation)[k]; }, Catchall, UnknownKeys>, Zod.objectInputType<{ [k in keyof (Omit & Augmentation)]: (Omit & Augmentation)[k]; }, Catchall, UnknownKeys>>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": true, + "trackAdoption": false, + "references": [], + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.augment.$1", + "type": "Uncategorized", + "tags": [], + "label": "augmentation", + "description": [], + "signature": [ + "Augmentation" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.merge", + "type": "Function", + "tags": [], + "label": "merge", + "description": [ + "\nPrior to zod@1.0.12 there was a bug in the\ninferred type of merged objects. Please\nupgrade if you are experiencing issues." + ], + "signature": [ + "(merging: Incoming) => Zod.ZodObject<{ [k in keyof (Omit & Augmentation)]: (Omit & Augmentation)[k]; }, Incoming[\"_def\"][\"unknownKeys\"], Incoming[\"_def\"][\"catchall\"], Zod.objectOutputType<{ [k in keyof (Omit & Augmentation)]: (Omit & Augmentation)[k]; }, Incoming[\"_def\"][\"catchall\"], Incoming[\"_def\"][\"unknownKeys\"]>, Zod.objectInputType<{ [k in keyof (Omit & Augmentation)]: (Omit & Augmentation)[k]; }, Incoming[\"_def\"][\"catchall\"], Incoming[\"_def\"][\"unknownKeys\"]>>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.merge.$1", + "type": "Uncategorized", + "tags": [], + "label": "merging", + "description": [], + "signature": [ + "Incoming" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.setKey", + "type": "Function", + "tags": [], + "label": "setKey", + "description": [], + "signature": [ + "(key: Key, schema: Schema) => Zod.ZodObject, Zod.objectInputType>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.setKey.$1", + "type": "Uncategorized", + "tags": [], + "label": "key", + "description": [], + "signature": [ + "Key" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.setKey.$2", + "type": "Uncategorized", + "tags": [], + "label": "schema", + "description": [], + "signature": [ + "Schema" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.catchall", + "type": "Function", + "tags": [], + "label": "catchall", + "description": [], + "signature": [ + "(index: Index) => Zod.ZodObject, Zod.objectInputType>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.catchall.$1", + "type": "Uncategorized", + "tags": [], + "label": "index", + "description": [], + "signature": [ + "Index" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.pick", + "type": "Function", + "tags": [], + "label": "pick", + "description": [], + "signature": [ + "(mask: Mask) => Zod.ZodObject>, UnknownKeys, Catchall, Zod.objectOutputType>, Catchall, UnknownKeys>, Zod.objectInputType>, Catchall, UnknownKeys>>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.pick.$1", + "type": "Uncategorized", + "tags": [], + "label": "mask", + "description": [], + "signature": [ + "Mask" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.omit", + "type": "Function", + "tags": [], + "label": "omit", + "description": [], + "signature": [ + "(mask: Mask) => Zod.ZodObject, UnknownKeys, Catchall, Zod.objectOutputType, Catchall, UnknownKeys>, Zod.objectInputType, Catchall, UnknownKeys>>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.omit.$1", + "type": "Uncategorized", + "tags": [], + "label": "mask", + "description": [], + "signature": [ + "Mask" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.deepPartial", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "deepPartial", + "description": [], + "signature": [ + "() => ", + "partialUtil", + ".DeepPartial" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": true, + "trackAdoption": false, + "references": [], + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.partial", + "type": "Function", + "tags": [], + "label": "partial", + "description": [], + "signature": [ + "{ (): Zod.ZodObject<{ [k in keyof T]: Zod.ZodOptional; }, UnknownKeys, Catchall, Zod.objectOutputType<{ [k in keyof T]: Zod.ZodOptional; }, Catchall, UnknownKeys>, Zod.objectInputType<{ [k in keyof T]: Zod.ZodOptional; }, Catchall, UnknownKeys>>; (mask: Mask): Zod.ZodObject<{ [k in Zod.objectUtil.noNeverKeys<{ [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional : T[k]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional : T[k]; }[k] : never; }, UnknownKeys, Catchall, Zod.objectOutputType<{ [k in Zod.objectUtil.noNeverKeys<{ [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional : T[k]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional : T[k]; }[k] : never; }, Catchall, UnknownKeys>, Zod.objectInputType<{ [k in Zod.objectUtil.noNeverKeys<{ [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional : T[k]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional : T[k]; }[k] : never; }, Catchall, UnknownKeys>>; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.partial", + "type": "Function", + "tags": [], + "label": "partial", + "description": [], + "signature": [ + "{ (): Zod.ZodObject<{ [k in keyof T]: Zod.ZodOptional; }, UnknownKeys, Catchall, Zod.objectOutputType<{ [k in keyof T]: Zod.ZodOptional; }, Catchall, UnknownKeys>, Zod.objectInputType<{ [k in keyof T]: Zod.ZodOptional; }, Catchall, UnknownKeys>>; (mask: Mask): Zod.ZodObject<{ [k in Zod.objectUtil.noNeverKeys<{ [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional : T[k]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional : T[k]; }[k] : never; }, UnknownKeys, Catchall, Zod.objectOutputType<{ [k in Zod.objectUtil.noNeverKeys<{ [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional : T[k]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional : T[k]; }[k] : never; }, Catchall, UnknownKeys>, Zod.objectInputType<{ [k in Zod.objectUtil.noNeverKeys<{ [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional : T[k]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.ZodOptional : T[k]; }[k] : never; }, Catchall, UnknownKeys>>; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.partial.$1", + "type": "Uncategorized", + "tags": [], + "label": "mask", + "description": [], + "signature": [ + "Mask" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.required", + "type": "Function", + "tags": [], + "label": "required", + "description": [], + "signature": [ + "{ (): Zod.ZodObject<{ [k in keyof T]: Zod.deoptional; }, UnknownKeys, Catchall, Zod.objectOutputType<{ [k in keyof T]: Zod.deoptional; }, Catchall, UnknownKeys>, Zod.objectInputType<{ [k in keyof T]: Zod.deoptional; }, Catchall, UnknownKeys>>; (mask: Mask): Zod.ZodObject<{ [k in Zod.objectUtil.noNeverKeys<{ [k in keyof T]: k extends keyof Mask ? Zod.deoptional : T[k]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.deoptional : T[k]; }[k] : never; }, UnknownKeys, Catchall, Zod.objectOutputType<{ [k in Zod.objectUtil.noNeverKeys<{ [k in keyof T]: k extends keyof Mask ? Zod.deoptional : T[k]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.deoptional : T[k]; }[k] : never; }, Catchall, UnknownKeys>, Zod.objectInputType<{ [k in Zod.objectUtil.noNeverKeys<{ [k in keyof T]: k extends keyof Mask ? Zod.deoptional : T[k]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.deoptional : T[k]; }[k] : never; }, Catchall, UnknownKeys>>; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.required", + "type": "Function", + "tags": [], + "label": "required", + "description": [], + "signature": [ + "{ (): Zod.ZodObject<{ [k in keyof T]: Zod.deoptional; }, UnknownKeys, Catchall, Zod.objectOutputType<{ [k in keyof T]: Zod.deoptional; }, Catchall, UnknownKeys>, Zod.objectInputType<{ [k in keyof T]: Zod.deoptional; }, Catchall, UnknownKeys>>; (mask: Mask): Zod.ZodObject<{ [k in Zod.objectUtil.noNeverKeys<{ [k in keyof T]: k extends keyof Mask ? Zod.deoptional : T[k]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.deoptional : T[k]; }[k] : never; }, UnknownKeys, Catchall, Zod.objectOutputType<{ [k in Zod.objectUtil.noNeverKeys<{ [k in keyof T]: k extends keyof Mask ? Zod.deoptional : T[k]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.deoptional : T[k]; }[k] : never; }, Catchall, UnknownKeys>, Zod.objectInputType<{ [k in Zod.objectUtil.noNeverKeys<{ [k in keyof T]: k extends keyof Mask ? Zod.deoptional : T[k]; }>]: k extends keyof T ? { [k in keyof T]: k extends keyof Mask ? Zod.deoptional : T[k]; }[k] : never; }, Catchall, UnknownKeys>>; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.required.$1", + "type": "Uncategorized", + "tags": [], + "label": "mask", + "description": [], + "signature": [ + "Mask" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.keyof", + "type": "Function", + "tags": [], + "label": "keyof", + "description": [], + "signature": [ + "() => Zod.ZodEnum>>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(shape: T_1, params?: Zod.RawCreateParams) => Zod.ZodObject, { [k in keyof Zod.baseObjectOutputType]: undefined extends Zod.baseObjectOutputType[k] ? never : k; }[keyof T_1]>]: Zod.objectUtil.addQuestionMarks, { [k in keyof Zod.baseObjectOutputType]: undefined extends Zod.baseObjectOutputType[k] ? never : k; }[keyof T_1]>[k_1]; }, { [k_2 in keyof Zod.baseObjectInputType]: Zod.baseObjectInputType[k_2]; }>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.create.$1", + "type": "Uncategorized", + "tags": [], + "label": "shape", + "description": [], + "signature": [ + "T_1" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.create.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.strictCreate", + "type": "Function", + "tags": [], + "label": "strictCreate", + "description": [], + "signature": [ + "(shape: T_1, params?: Zod.RawCreateParams) => Zod.ZodObject, { [k in keyof Zod.baseObjectOutputType]: undefined extends Zod.baseObjectOutputType[k] ? never : k; }[keyof T_1]>]: Zod.objectUtil.addQuestionMarks, { [k in keyof Zod.baseObjectOutputType]: undefined extends Zod.baseObjectOutputType[k] ? never : k; }[keyof T_1]>[k_1]; }, { [k_2 in keyof Zod.baseObjectInputType]: Zod.baseObjectInputType[k_2]; }>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.strictCreate.$1", + "type": "Uncategorized", + "tags": [], + "label": "shape", + "description": [], + "signature": [ + "T_1" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.strictCreate.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.lazycreate", + "type": "Function", + "tags": [], + "label": "lazycreate", + "description": [], + "signature": [ + "(shape: () => T_1, params?: Zod.RawCreateParams) => Zod.ZodObject, { [k in keyof Zod.baseObjectOutputType]: undefined extends Zod.baseObjectOutputType[k] ? never : k; }[keyof T_1]>]: Zod.objectUtil.addQuestionMarks, { [k in keyof Zod.baseObjectOutputType]: undefined extends Zod.baseObjectOutputType[k] ? never : k; }[keyof T_1]>[k_1]; }, { [k_2 in keyof Zod.baseObjectInputType]: Zod.baseObjectInputType[k_2]; }>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.lazycreate.$1", + "type": "Function", + "tags": [], + "label": "shape", + "description": [], + "signature": [ + "() => T_1" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObject.lazycreate.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodOptional", + "type": "Class", + "tags": [], + "label": "ZodOptional", + "description": [], + "signature": [ + "Zod.ZodOptional extends Zod.ZodType, T[\"_input\"] | undefined>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodOptional._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodOptional._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodOptional.unwrap", + "type": "Function", + "tags": [], + "label": "unwrap", + "description": [], + "signature": [ + "() => T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodOptional.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(type: T_1, params?: Zod.RawCreateParams) => Zod.ZodOptional" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodOptional.create.$1", + "type": "Uncategorized", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "T_1" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodOptional.create.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodPipeline", + "type": "Class", + "tags": [], + "label": "ZodPipeline", + "description": [], + "signature": [ + "Zod.ZodPipeline extends Zod.ZodType, A[\"_input\"]>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodPipeline._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodPipeline._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodPipeline.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(a: A, b: B) => Zod.ZodPipeline" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodPipeline.create.$1", + "type": "Uncategorized", + "tags": [], + "label": "a", + "description": [], + "signature": [ + "A" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodPipeline.create.$2", + "type": "Uncategorized", + "tags": [], + "label": "b", + "description": [], + "signature": [ + "B" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodPromise", + "type": "Class", + "tags": [], + "label": "ZodPromise", + "description": [], + "signature": [ + "Zod.ZodPromise extends Zod.ZodType, Zod.ZodPromiseDef, Promise>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodPromise.unwrap", + "type": "Function", + "tags": [], + "label": "unwrap", + "description": [], + "signature": [ + "() => T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodPromise._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodPromise._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodPromise.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(schema: T_1, params?: Zod.RawCreateParams) => Zod.ZodPromise" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodPromise.create.$1", + "type": "Uncategorized", + "tags": [], + "label": "schema", + "description": [], + "signature": [ + "T_1" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodPromise.create.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodReadonly", + "type": "Class", + "tags": [], + "label": "ZodReadonly", + "description": [], + "signature": [ + "Zod.ZodReadonly extends Zod.ZodType, Zod.ZodReadonlyDef, T[\"_input\"]>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodReadonly._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodReadonly._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodReadonly.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(type: T_1, params?: Zod.RawCreateParams) => Zod.ZodReadonly" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodReadonly.create.$1", + "type": "Uncategorized", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "T_1" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodReadonly.create.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodRecord", + "type": "Class", + "tags": [], + "label": "ZodRecord", + "description": [], + "signature": [ + "Zod.ZodRecord extends Zod.ZodType, Zod.ZodRecordDef, Zod.RecordType>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodRecord.keySchema", + "type": "Uncategorized", + "tags": [], + "label": "keySchema", + "description": [], + "signature": [ + "Key" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodRecord.valueSchema", + "type": "Uncategorized", + "tags": [], + "label": "valueSchema", + "description": [], + "signature": [ + "Value" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodRecord._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodRecord._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodRecord.element", + "type": "Uncategorized", + "tags": [], + "label": "element", + "description": [], + "signature": [ + "Value" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodRecord.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "{ (valueType: Value, params?: Zod.RawCreateParams): Zod.ZodRecord; (keySchema: Keys, valueType: Value, params?: Zod.RawCreateParams): Zod.ZodRecord; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodRecord.create.$1", + "type": "Uncategorized", + "tags": [], + "label": "valueType", + "description": [], + "signature": [ + "Value" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodRecord.create.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "Zod.RawCreateParams" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodRecord.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "{ (valueType: Value, params?: Zod.RawCreateParams): Zod.ZodRecord; (keySchema: Keys, valueType: Value, params?: Zod.RawCreateParams): Zod.ZodRecord; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodRecord.create.$1", + "type": "Uncategorized", + "tags": [], + "label": "keySchema", + "description": [], + "signature": [ + "Keys" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodRecord.create.$2", + "type": "Uncategorized", + "tags": [], + "label": "valueType", + "description": [], + "signature": [ + "Value" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodRecord.create.$3", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "Zod.RawCreateParams" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodSet", + "type": "Class", + "tags": [], + "label": "ZodSet", + "description": [], + "signature": [ + "Zod.ZodSet extends Zod.ZodType, Zod.ZodSetDef, Set>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodSet._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodSet._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodSet.min", + "type": "Function", + "tags": [], + "label": "min", + "description": [], + "signature": [ + "(minSize: number, message?: ", + "errorUtil", + ".ErrMessage | undefined) => this" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodSet.min.$1", + "type": "number", + "tags": [], + "label": "minSize", + "description": [], + "signature": [ + "number" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodSet.min.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodSet.max", + "type": "Function", + "tags": [], + "label": "max", + "description": [], + "signature": [ + "(maxSize: number, message?: ", + "errorUtil", + ".ErrMessage | undefined) => this" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodSet.max.$1", + "type": "number", + "tags": [], + "label": "maxSize", + "description": [], + "signature": [ + "number" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodSet.max.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodSet.size", + "type": "Function", + "tags": [], + "label": "size", + "description": [], + "signature": [ + "(size: number, message?: ", + "errorUtil", + ".ErrMessage | undefined) => this" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodSet.size.$1", + "type": "number", + "tags": [], + "label": "size", + "description": [], + "signature": [ + "number" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodSet.size.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodSet.nonempty", + "type": "Function", + "tags": [], + "label": "nonempty", + "description": [], + "signature": [ + "(message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodSet" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodSet.nonempty.$1", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodSet.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(valueType: Value_1, params?: Zod.RawCreateParams) => Zod.ZodSet" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodSet.create.$1", + "type": "Uncategorized", + "tags": [], + "label": "valueType", + "description": [], + "signature": [ + "Value_1" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodSet.create.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString", + "type": "Class", + "tags": [], + "label": "ZodString", + "description": [], + "signature": [ + "Zod.ZodString extends Zod.ZodType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString._regex", + "type": "Function", + "tags": [], + "label": "_regex", + "description": [], + "signature": [ + "(regex: RegExp, validation: Zod.StringValidation, message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodEffects" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString._regex.$1", + "type": "Object", + "tags": [], + "label": "regex", + "description": [], + "signature": [ + "RegExp" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString._regex.$2", + "type": "CompoundType", + "tags": [], + "label": "validation", + "description": [], + "signature": [ + "Zod.StringValidation" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString._regex.$3", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString._addCheck", + "type": "Function", + "tags": [], + "label": "_addCheck", + "description": [], + "signature": [ + "(check: Zod.ZodStringCheck) => Zod.ZodString" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString._addCheck.$1", + "type": "CompoundType", + "tags": [], + "label": "check", + "description": [], + "signature": [ + "Zod.ZodStringCheck" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.email", + "type": "Function", + "tags": [], + "label": "email", + "description": [], + "signature": [ + "(message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodString" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.email.$1", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.url", + "type": "Function", + "tags": [], + "label": "url", + "description": [], + "signature": [ + "(message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodString" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.url.$1", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.emoji", + "type": "Function", + "tags": [], + "label": "emoji", + "description": [], + "signature": [ + "(message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodString" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.emoji.$1", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.uuid", + "type": "Function", + "tags": [], + "label": "uuid", + "description": [], + "signature": [ + "(message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodString" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.uuid.$1", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.cuid", + "type": "Function", + "tags": [], + "label": "cuid", + "description": [], + "signature": [ + "(message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodString" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.cuid.$1", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.cuid2", + "type": "Function", + "tags": [], + "label": "cuid2", + "description": [], + "signature": [ + "(message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodString" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.cuid2.$1", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.ulid", + "type": "Function", + "tags": [], + "label": "ulid", + "description": [], + "signature": [ + "(message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodString" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.ulid.$1", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.ip", + "type": "Function", + "tags": [], + "label": "ip", + "description": [], + "signature": [ + "(options?: string | { version?: \"v4\" | \"v6\" | undefined; message?: string | undefined; } | undefined) => Zod.ZodString" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.ip.$1", + "type": "CompoundType", + "tags": [], + "label": "options", + "description": [], + "signature": [ + "string | { version?: \"v4\" | \"v6\" | undefined; message?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.datetime", + "type": "Function", + "tags": [], + "label": "datetime", + "description": [], + "signature": [ + "(options?: string | { message?: string | undefined; precision?: number | null | undefined; offset?: boolean | undefined; } | undefined) => Zod.ZodString" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.datetime.$1", + "type": "CompoundType", + "tags": [], + "label": "options", + "description": [], + "signature": [ + "string | { message?: string | undefined; precision?: number | null | undefined; offset?: boolean | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.regex", + "type": "Function", + "tags": [], + "label": "regex", + "description": [], + "signature": [ + "(regex: RegExp, message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodString" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.regex.$1", + "type": "Object", + "tags": [], + "label": "regex", + "description": [], + "signature": [ + "RegExp" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.regex.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.includes", + "type": "Function", + "tags": [], + "label": "includes", + "description": [], + "signature": [ + "(value: string, options?: { message?: string | undefined; position?: number | undefined; } | undefined) => Zod.ZodString" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.includes.$1", + "type": "string", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "string" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.includes.$2", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.includes.$2.message", + "type": "string", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.includes.$2.position", + "type": "number", + "tags": [], + "label": "position", + "description": [], + "signature": [ + "number | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.startsWith", + "type": "Function", + "tags": [], + "label": "startsWith", + "description": [], + "signature": [ + "(value: string, message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodString" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.startsWith.$1", + "type": "string", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "string" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.startsWith.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.endsWith", + "type": "Function", + "tags": [], + "label": "endsWith", + "description": [], + "signature": [ + "(value: string, message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodString" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.endsWith.$1", + "type": "string", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "string" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.endsWith.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.min", + "type": "Function", + "tags": [], + "label": "min", + "description": [], + "signature": [ + "(minLength: number, message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodString" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.min.$1", + "type": "number", + "tags": [], + "label": "minLength", + "description": [], + "signature": [ + "number" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.min.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.max", + "type": "Function", + "tags": [], + "label": "max", + "description": [], + "signature": [ + "(maxLength: number, message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodString" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.max.$1", + "type": "number", + "tags": [], + "label": "maxLength", + "description": [], + "signature": [ + "number" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.max.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.length", + "type": "Function", + "tags": [], + "label": "length", + "description": [], + "signature": [ + "(len: number, message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodString" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.length.$1", + "type": "number", + "tags": [], + "label": "len", + "description": [], + "signature": [ + "number" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.length.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.nonempty", + "type": "Function", + "tags": [ + "deprecated", + "see" + ], + "label": "nonempty", + "description": [], + "signature": [ + "(message?: ", + "errorUtil", + ".ErrMessage | undefined) => Zod.ZodString" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": true, + "trackAdoption": false, + "references": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.nonempty.$1", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "errorUtil", + ".ErrMessage | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.trim", + "type": "Function", + "tags": [], + "label": "trim", + "description": [], + "signature": [ + "() => Zod.ZodString" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.toLowerCase", + "type": "Function", + "tags": [], + "label": "toLowerCase", + "description": [], + "signature": [ + "() => Zod.ZodString" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.toUpperCase", + "type": "Function", + "tags": [], + "label": "toUpperCase", + "description": [], + "signature": [ + "() => Zod.ZodString" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.isDatetime", + "type": "boolean", + "tags": [], + "label": "isDatetime", + "description": [], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.isEmail", + "type": "boolean", + "tags": [], + "label": "isEmail", + "description": [], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.isURL", + "type": "boolean", + "tags": [], + "label": "isURL", + "description": [], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.isEmoji", + "type": "boolean", + "tags": [], + "label": "isEmoji", + "description": [], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.isUUID", + "type": "boolean", + "tags": [], + "label": "isUUID", + "description": [], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.isCUID", + "type": "boolean", + "tags": [], + "label": "isCUID", + "description": [], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.isCUID2", + "type": "boolean", + "tags": [], + "label": "isCUID2", + "description": [], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.isULID", + "type": "boolean", + "tags": [], + "label": "isULID", + "description": [], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.isIP", + "type": "boolean", + "tags": [], + "label": "isIP", + "description": [], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.minLength", + "type": "CompoundType", + "tags": [], + "label": "minLength", + "description": [], + "signature": [ + "number | null" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.maxLength", + "type": "CompoundType", + "tags": [], + "label": "maxLength", + "description": [], + "signature": [ + "number | null" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { coerce?: true | undefined; }) | undefined) => Zod.ZodString" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodString.create.$1", + "type": "CompoundType", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { coerce?: true | undefined; }) | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodSymbol", + "type": "Class", + "tags": [], + "label": "ZodSymbol", + "description": [], + "signature": [ + "Zod.ZodSymbol extends Zod.ZodType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodSymbol._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodSymbol._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodSymbol.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(params?: Zod.RawCreateParams) => Zod.ZodSymbol" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodSymbol.create.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTuple", + "type": "Class", + "tags": [], + "label": "ZodTuple", + "description": [], + "signature": [ + "Zod.ZodTuple extends Zod.ZodType, Zod.ZodTupleDef, Zod.InputTypeOfTupleWithRest>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTuple._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTuple._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTuple.items", + "type": "Uncategorized", + "tags": [], + "label": "items", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTuple.rest", + "type": "Function", + "tags": [], + "label": "rest", + "description": [], + "signature": [ + "(rest: Rest) => Zod.ZodTuple" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTuple.rest.$1", + "type": "Uncategorized", + "tags": [], + "label": "rest", + "description": [], + "signature": [ + "Rest" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTuple.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(schemas: T_1, params?: Zod.RawCreateParams) => Zod.ZodTuple" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTuple.create.$1", + "type": "Uncategorized", + "tags": [], + "label": "schemas", + "description": [], + "signature": [ + "T_1" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTuple.create.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType", + "type": "Class", + "tags": [], + "label": "ZodType", + "description": [], + "signature": [ + "Zod.ZodType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._type", + "type": "Uncategorized", + "tags": [], + "label": "_type", + "description": [], + "signature": [ + "Output" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._output", + "type": "Uncategorized", + "tags": [], + "label": "_output", + "description": [], + "signature": [ + "Output" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._input", + "type": "Uncategorized", + "tags": [], + "label": "_input", + "description": [], + "signature": [ + "Input" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._def", + "type": "Uncategorized", + "tags": [], + "label": "_def", + "description": [], + "signature": [ + "Def" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.description", + "type": "string", + "tags": [], + "label": "description", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._getType", + "type": "Function", + "tags": [], + "label": "_getType", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => string" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._getType.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._getOrReturnCtx", + "type": "Function", + "tags": [], + "label": "_getOrReturnCtx", + "description": [], + "signature": [ + "(input: Zod.ParseInput, ctx?: Zod.ParseContext | undefined) => Zod.ParseContext" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._getOrReturnCtx.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._getOrReturnCtx.$2", + "type": "Object", + "tags": [], + "label": "ctx", + "description": [], + "signature": [ + "Zod.ParseContext | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._processInputParams", + "type": "Function", + "tags": [], + "label": "_processInputParams", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => { status: Zod.ParseStatus; ctx: Zod.ParseContext; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._processInputParams.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._parseSync", + "type": "Function", + "tags": [], + "label": "_parseSync", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.SyncParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._parseSync.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._parseAsync", + "type": "Function", + "tags": [], + "label": "_parseAsync", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.AsyncParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._parseAsync.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.parse", + "type": "Function", + "tags": [], + "label": "parse", + "description": [], + "signature": [ + "(data: unknown, params?: Partial | undefined) => Output" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.parse.$1", + "type": "Unknown", + "tags": [], + "label": "data", + "description": [], + "signature": [ + "unknown" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.parse.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "Partial | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.safeParse", + "type": "Function", + "tags": [], + "label": "safeParse", + "description": [], + "signature": [ + "(data: unknown, params?: Partial | undefined) => Zod.SafeParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.safeParse.$1", + "type": "Unknown", + "tags": [], + "label": "data", + "description": [], + "signature": [ + "unknown" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.safeParse.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "Partial | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.parseAsync", + "type": "Function", + "tags": [], + "label": "parseAsync", + "description": [], + "signature": [ + "(data: unknown, params?: Partial | undefined) => Promise" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.parseAsync.$1", + "type": "Unknown", + "tags": [], + "label": "data", + "description": [], + "signature": [ + "unknown" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.parseAsync.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "Partial | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.safeParseAsync", + "type": "Function", + "tags": [], + "label": "safeParseAsync", + "description": [], + "signature": [ + "(data: unknown, params?: Partial | undefined) => Promise>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.safeParseAsync.$1", + "type": "Unknown", + "tags": [], + "label": "data", + "description": [], + "signature": [ + "unknown" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.safeParseAsync.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "Partial | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.spa", + "type": "Function", + "tags": [], + "label": "spa", + "description": [ + "Alias of safeParseAsync" + ], + "signature": [ + "(data: unknown, params?: Partial | undefined) => Promise>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.spa.$1", + "type": "Unknown", + "tags": [], + "label": "data", + "description": [], + "signature": [ + "unknown" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.spa.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "Partial | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refine", + "type": "Function", + "tags": [], + "label": "refine", + "description": [], + "signature": [ + "{ (check: (arg: Output) => arg is RefinedOutput, message?: string | Partial> | ((arg: Output) => Partial>) | undefined): Zod.ZodEffects; (check: (arg: Output) => unknown, message?: string | Partial> | ((arg: Output) => Partial>) | undefined): Zod.ZodEffects; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refine.$1", + "type": "Function", + "tags": [], + "label": "check", + "description": [], + "signature": [ + "(arg: Output) => arg is RefinedOutput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refine.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "string | Partial> | ((arg: Output) => Partial>) | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refine", + "type": "Function", + "tags": [], + "label": "refine", + "description": [], + "signature": [ + "{ (check: (arg: Output) => arg is RefinedOutput, message?: string | Partial> | ((arg: Output) => Partial>) | undefined): Zod.ZodEffects; (check: (arg: Output) => unknown, message?: string | Partial> | ((arg: Output) => Partial>) | undefined): Zod.ZodEffects; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refine.$1", + "type": "Function", + "tags": [], + "label": "check", + "description": [], + "signature": [ + "(arg: Output) => unknown" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refine.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "string | Partial> | ((arg: Output) => Partial>) | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refinement", + "type": "Function", + "tags": [], + "label": "refinement", + "description": [], + "signature": [ + "{ (check: (arg: Output) => arg is RefinedOutput, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects; (check: (arg: Output) => boolean, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refinement.$1", + "type": "Function", + "tags": [], + "label": "check", + "description": [], + "signature": [ + "(arg: Output) => arg is RefinedOutput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refinement.$2", + "type": "CompoundType", + "tags": [], + "label": "refinementData", + "description": [], + "signature": [ + "Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refinement", + "type": "Function", + "tags": [], + "label": "refinement", + "description": [], + "signature": [ + "{ (check: (arg: Output) => arg is RefinedOutput, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects; (check: (arg: Output) => boolean, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refinement.$1", + "type": "Function", + "tags": [], + "label": "check", + "description": [], + "signature": [ + "(arg: Output) => boolean" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refinement.$2", + "type": "CompoundType", + "tags": [], + "label": "refinementData", + "description": [], + "signature": [ + "Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._refinement", + "type": "Function", + "tags": [], + "label": "_refinement", + "description": [], + "signature": [ + "(refinement: (arg: Output, ctx: Zod.RefinementCtx) => any) => Zod.ZodEffects" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._refinement.$1", + "type": "Function", + "tags": [], + "label": "refinement", + "description": [], + "signature": [ + "(arg: Output, ctx: Zod.RefinementCtx) => any" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.superRefine", + "type": "Function", + "tags": [], + "label": "superRefine", + "description": [], + "signature": [ + "{ (refinement: (arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => void): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => Promise): Zod.ZodEffects; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.superRefine.$1", + "type": "Function", + "tags": [], + "label": "refinement", + "description": [], + "signature": [ + "(arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.superRefine", + "type": "Function", + "tags": [], + "label": "superRefine", + "description": [], + "signature": [ + "{ (refinement: (arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => void): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => Promise): Zod.ZodEffects; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.superRefine.$1", + "type": "Function", + "tags": [], + "label": "refinement", + "description": [], + "signature": [ + "(arg: Output, ctx: Zod.RefinementCtx) => void" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.superRefine", + "type": "Function", + "tags": [], + "label": "superRefine", + "description": [], + "signature": [ + "{ (refinement: (arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => void): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => Promise): Zod.ZodEffects; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.superRefine.$1", + "type": "Function", + "tags": [], + "label": "refinement", + "description": [], + "signature": [ + "(arg: Output, ctx: Zod.RefinementCtx) => Promise" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [], + "signature": [ + "any" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.Unnamed.$1", + "type": "Uncategorized", + "tags": [], + "label": "def", + "description": [], + "signature": [ + "Def" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.optional", + "type": "Function", + "tags": [], + "label": "optional", + "description": [], + "signature": [ + "() => Zod.ZodOptional" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.nullable", + "type": "Function", + "tags": [], + "label": "nullable", + "description": [], + "signature": [ + "() => Zod.ZodNullable" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.nullish", + "type": "Function", + "tags": [], + "label": "nullish", + "description": [], + "signature": [ + "() => Zod.ZodOptional>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.array", + "type": "Function", + "tags": [], + "label": "array", + "description": [], + "signature": [ + "() => Zod.ZodArray" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.promise", + "type": "Function", + "tags": [], + "label": "promise", + "description": [], + "signature": [ + "() => Zod.ZodPromise" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.or", + "type": "Function", + "tags": [], + "label": "or", + "description": [], + "signature": [ + "(option: T) => Zod.ZodUnion<[this, T]>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.or.$1", + "type": "Uncategorized", + "tags": [], + "label": "option", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.and", + "type": "Function", + "tags": [], + "label": "and", + "description": [], + "signature": [ + "(incoming: T) => Zod.ZodIntersection" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.and.$1", + "type": "Uncategorized", + "tags": [], + "label": "incoming", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.transform", + "type": "Function", + "tags": [], + "label": "transform", + "description": [], + "signature": [ + "(transform: (arg: Output, ctx: Zod.RefinementCtx) => NewOut | Promise) => Zod.ZodEffects>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.transform.$1", + "type": "Function", + "tags": [], + "label": "transform", + "description": [], + "signature": [ + "(arg: Output, ctx: Zod.RefinementCtx) => NewOut | Promise" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.default", + "type": "Function", + "tags": [], + "label": "default", + "description": [], + "signature": [ + "{ (def: Zod.util.noUndefined): Zod.ZodDefault; (def: () => Zod.util.noUndefined): Zod.ZodDefault; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.default.$1", + "type": "Uncategorized", + "tags": [], + "label": "def", + "description": [], + "signature": [ + "Zod.util.noUndefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.default", + "type": "Function", + "tags": [], + "label": "default", + "description": [], + "signature": [ + "{ (def: Zod.util.noUndefined): Zod.ZodDefault; (def: () => Zod.util.noUndefined): Zod.ZodDefault; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.default.$1", + "type": "Function", + "tags": [], + "label": "def", + "description": [], + "signature": [ + "() => Zod.util.noUndefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.brand", + "type": "Function", + "tags": [], + "label": "brand", + "description": [], + "signature": [ + "(brand?: B | undefined) => Zod.ZodBranded" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.brand.$1", + "type": "Uncategorized", + "tags": [], + "label": "brand", + "description": [], + "signature": [ + "B | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.catch", + "type": "Function", + "tags": [], + "label": "catch", + "description": [], + "signature": [ + "{ (def: Output): Zod.ZodCatch; (def: (ctx: { error: Zod.ZodError; input: Input; }) => Output): Zod.ZodCatch; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.catch.$1", + "type": "Uncategorized", + "tags": [], + "label": "def", + "description": [], + "signature": [ + "Output" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.catch", + "type": "Function", + "tags": [], + "label": "catch", + "description": [], + "signature": [ + "{ (def: Output): Zod.ZodCatch; (def: (ctx: { error: Zod.ZodError; input: Input; }) => Output): Zod.ZodCatch; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.catch.$1", + "type": "Function", + "tags": [], + "label": "def", + "description": [], + "signature": [ + "(ctx: { error: Zod.ZodError; input: Input; }) => Output" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.describe", + "type": "Function", + "tags": [], + "label": "describe", + "description": [], + "signature": [ + "(description: string) => this" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.describe.$1", + "type": "string", + "tags": [], + "label": "description", + "description": [], + "signature": [ + "string" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.pipe", + "type": "Function", + "tags": [], + "label": "pipe", + "description": [], + "signature": [ + "(target: T) => Zod.ZodPipeline" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.pipe.$1", + "type": "Uncategorized", + "tags": [], + "label": "target", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.readonly", + "type": "Function", + "tags": [], + "label": "readonly", + "description": [], + "signature": [ + "() => Zod.ZodReadonly" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.isOptional", + "type": "Function", + "tags": [], + "label": "isOptional", + "description": [], + "signature": [ + "() => boolean" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.isNullable", + "type": "Function", + "tags": [], + "label": "isNullable", + "description": [], + "signature": [ + "() => boolean" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType", + "type": "Class", + "tags": [], + "label": "ZodType", + "description": [], + "signature": [ + "Zod.ZodType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._type", + "type": "Uncategorized", + "tags": [], + "label": "_type", + "description": [], + "signature": [ + "Output" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._output", + "type": "Uncategorized", + "tags": [], + "label": "_output", + "description": [], + "signature": [ + "Output" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._input", + "type": "Uncategorized", + "tags": [], + "label": "_input", + "description": [], + "signature": [ + "Input" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._def", + "type": "Uncategorized", + "tags": [], + "label": "_def", + "description": [], + "signature": [ + "Def" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.description", + "type": "string", + "tags": [], + "label": "description", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._getType", + "type": "Function", + "tags": [], + "label": "_getType", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => string" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._getType.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._getOrReturnCtx", + "type": "Function", + "tags": [], + "label": "_getOrReturnCtx", + "description": [], + "signature": [ + "(input: Zod.ParseInput, ctx?: Zod.ParseContext | undefined) => Zod.ParseContext" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._getOrReturnCtx.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._getOrReturnCtx.$2", + "type": "Object", + "tags": [], + "label": "ctx", + "description": [], + "signature": [ + "Zod.ParseContext | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._processInputParams", + "type": "Function", + "tags": [], + "label": "_processInputParams", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => { status: Zod.ParseStatus; ctx: Zod.ParseContext; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._processInputParams.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._parseSync", + "type": "Function", + "tags": [], + "label": "_parseSync", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.SyncParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._parseSync.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._parseAsync", + "type": "Function", + "tags": [], + "label": "_parseAsync", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.AsyncParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._parseAsync.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.parse", + "type": "Function", + "tags": [], + "label": "parse", + "description": [], + "signature": [ + "(data: unknown, params?: Partial | undefined) => Output" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.parse.$1", + "type": "Unknown", + "tags": [], + "label": "data", + "description": [], + "signature": [ + "unknown" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.parse.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "Partial | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.safeParse", + "type": "Function", + "tags": [], + "label": "safeParse", + "description": [], + "signature": [ + "(data: unknown, params?: Partial | undefined) => Zod.SafeParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.safeParse.$1", + "type": "Unknown", + "tags": [], + "label": "data", + "description": [], + "signature": [ + "unknown" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.safeParse.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "Partial | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.parseAsync", + "type": "Function", + "tags": [], + "label": "parseAsync", + "description": [], + "signature": [ + "(data: unknown, params?: Partial | undefined) => Promise" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.parseAsync.$1", + "type": "Unknown", + "tags": [], + "label": "data", + "description": [], + "signature": [ + "unknown" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.parseAsync.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "Partial | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.safeParseAsync", + "type": "Function", + "tags": [], + "label": "safeParseAsync", + "description": [], + "signature": [ + "(data: unknown, params?: Partial | undefined) => Promise>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.safeParseAsync.$1", + "type": "Unknown", + "tags": [], + "label": "data", + "description": [], + "signature": [ + "unknown" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.safeParseAsync.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "Partial | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.spa", + "type": "Function", + "tags": [], + "label": "spa", + "description": [ + "Alias of safeParseAsync" + ], + "signature": [ + "(data: unknown, params?: Partial | undefined) => Promise>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.spa.$1", + "type": "Unknown", + "tags": [], + "label": "data", + "description": [], + "signature": [ + "unknown" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.spa.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "Partial | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refine", + "type": "Function", + "tags": [], + "label": "refine", + "description": [], + "signature": [ + "{ (check: (arg: Output) => arg is RefinedOutput, message?: string | Partial> | ((arg: Output) => Partial>) | undefined): Zod.ZodEffects; (check: (arg: Output) => unknown, message?: string | Partial> | ((arg: Output) => Partial>) | undefined): Zod.ZodEffects; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refine.$1", + "type": "Function", + "tags": [], + "label": "check", + "description": [], + "signature": [ + "(arg: Output) => arg is RefinedOutput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refine.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "string | Partial> | ((arg: Output) => Partial>) | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refine", + "type": "Function", + "tags": [], + "label": "refine", + "description": [], + "signature": [ + "{ (check: (arg: Output) => arg is RefinedOutput, message?: string | Partial> | ((arg: Output) => Partial>) | undefined): Zod.ZodEffects; (check: (arg: Output) => unknown, message?: string | Partial> | ((arg: Output) => Partial>) | undefined): Zod.ZodEffects; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refine.$1", + "type": "Function", + "tags": [], + "label": "check", + "description": [], + "signature": [ + "(arg: Output) => unknown" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refine.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "string | Partial> | ((arg: Output) => Partial>) | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refinement", + "type": "Function", + "tags": [], + "label": "refinement", + "description": [], + "signature": [ + "{ (check: (arg: Output) => arg is RefinedOutput, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects; (check: (arg: Output) => boolean, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refinement.$1", + "type": "Function", + "tags": [], + "label": "check", + "description": [], + "signature": [ + "(arg: Output) => arg is RefinedOutput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refinement.$2", + "type": "CompoundType", + "tags": [], + "label": "refinementData", + "description": [], + "signature": [ + "Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refinement", + "type": "Function", + "tags": [], + "label": "refinement", + "description": [], + "signature": [ + "{ (check: (arg: Output) => arg is RefinedOutput, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects; (check: (arg: Output) => boolean, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refinement.$1", + "type": "Function", + "tags": [], + "label": "check", + "description": [], + "signature": [ + "(arg: Output) => boolean" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refinement.$2", + "type": "CompoundType", + "tags": [], + "label": "refinementData", + "description": [], + "signature": [ + "Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._refinement", + "type": "Function", + "tags": [], + "label": "_refinement", + "description": [], + "signature": [ + "(refinement: (arg: Output, ctx: Zod.RefinementCtx) => any) => Zod.ZodEffects" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._refinement.$1", + "type": "Function", + "tags": [], + "label": "refinement", + "description": [], + "signature": [ + "(arg: Output, ctx: Zod.RefinementCtx) => any" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.superRefine", + "type": "Function", + "tags": [], + "label": "superRefine", + "description": [], + "signature": [ + "{ (refinement: (arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => void): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => Promise): Zod.ZodEffects; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.superRefine.$1", + "type": "Function", + "tags": [], + "label": "refinement", + "description": [], + "signature": [ + "(arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.superRefine", + "type": "Function", + "tags": [], + "label": "superRefine", + "description": [], + "signature": [ + "{ (refinement: (arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => void): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => Promise): Zod.ZodEffects; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.superRefine.$1", + "type": "Function", + "tags": [], + "label": "refinement", + "description": [], + "signature": [ + "(arg: Output, ctx: Zod.RefinementCtx) => void" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.superRefine", + "type": "Function", + "tags": [], + "label": "superRefine", + "description": [], + "signature": [ + "{ (refinement: (arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => void): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => Promise): Zod.ZodEffects; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.superRefine.$1", + "type": "Function", + "tags": [], + "label": "refinement", + "description": [], + "signature": [ + "(arg: Output, ctx: Zod.RefinementCtx) => Promise" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [], + "signature": [ + "any" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.Unnamed.$1", + "type": "Uncategorized", + "tags": [], + "label": "def", + "description": [], + "signature": [ + "Def" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.optional", + "type": "Function", + "tags": [], + "label": "optional", + "description": [], + "signature": [ + "() => Zod.ZodOptional" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.nullable", + "type": "Function", + "tags": [], + "label": "nullable", + "description": [], + "signature": [ + "() => Zod.ZodNullable" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.nullish", + "type": "Function", + "tags": [], + "label": "nullish", + "description": [], + "signature": [ + "() => Zod.ZodOptional>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.array", + "type": "Function", + "tags": [], + "label": "array", + "description": [], + "signature": [ + "() => Zod.ZodArray" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.promise", + "type": "Function", + "tags": [], + "label": "promise", + "description": [], + "signature": [ + "() => Zod.ZodPromise" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.or", + "type": "Function", + "tags": [], + "label": "or", + "description": [], + "signature": [ + "(option: T) => Zod.ZodUnion<[this, T]>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.or.$1", + "type": "Uncategorized", + "tags": [], + "label": "option", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.and", + "type": "Function", + "tags": [], + "label": "and", + "description": [], + "signature": [ + "(incoming: T) => Zod.ZodIntersection" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.and.$1", + "type": "Uncategorized", + "tags": [], + "label": "incoming", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.transform", + "type": "Function", + "tags": [], + "label": "transform", + "description": [], + "signature": [ + "(transform: (arg: Output, ctx: Zod.RefinementCtx) => NewOut | Promise) => Zod.ZodEffects>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.transform.$1", + "type": "Function", + "tags": [], + "label": "transform", + "description": [], + "signature": [ + "(arg: Output, ctx: Zod.RefinementCtx) => NewOut | Promise" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.default", + "type": "Function", + "tags": [], + "label": "default", + "description": [], + "signature": [ + "{ (def: Zod.util.noUndefined): Zod.ZodDefault; (def: () => Zod.util.noUndefined): Zod.ZodDefault; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.default.$1", + "type": "Uncategorized", + "tags": [], + "label": "def", + "description": [], + "signature": [ + "Zod.util.noUndefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.default", + "type": "Function", + "tags": [], + "label": "default", + "description": [], + "signature": [ + "{ (def: Zod.util.noUndefined): Zod.ZodDefault; (def: () => Zod.util.noUndefined): Zod.ZodDefault; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.default.$1", + "type": "Function", + "tags": [], + "label": "def", + "description": [], + "signature": [ + "() => Zod.util.noUndefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.brand", + "type": "Function", + "tags": [], + "label": "brand", + "description": [], + "signature": [ + "(brand?: B | undefined) => Zod.ZodBranded" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.brand.$1", + "type": "Uncategorized", + "tags": [], + "label": "brand", + "description": [], + "signature": [ + "B | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.catch", + "type": "Function", + "tags": [], + "label": "catch", + "description": [], + "signature": [ + "{ (def: Output): Zod.ZodCatch; (def: (ctx: { error: Zod.ZodError; input: Input; }) => Output): Zod.ZodCatch; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.catch.$1", + "type": "Uncategorized", + "tags": [], + "label": "def", + "description": [], + "signature": [ + "Output" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.catch", + "type": "Function", + "tags": [], + "label": "catch", + "description": [], + "signature": [ + "{ (def: Output): Zod.ZodCatch; (def: (ctx: { error: Zod.ZodError; input: Input; }) => Output): Zod.ZodCatch; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.catch.$1", + "type": "Function", + "tags": [], + "label": "def", + "description": [], + "signature": [ + "(ctx: { error: Zod.ZodError; input: Input; }) => Output" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.describe", + "type": "Function", + "tags": [], + "label": "describe", + "description": [], + "signature": [ + "(description: string) => this" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.describe.$1", + "type": "string", + "tags": [], + "label": "description", + "description": [], + "signature": [ + "string" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.pipe", + "type": "Function", + "tags": [], + "label": "pipe", + "description": [], + "signature": [ + "(target: T) => Zod.ZodPipeline" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.pipe.$1", + "type": "Uncategorized", + "tags": [], + "label": "target", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.readonly", + "type": "Function", + "tags": [], + "label": "readonly", + "description": [], + "signature": [ + "() => Zod.ZodReadonly" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.isOptional", + "type": "Function", + "tags": [], + "label": "isOptional", + "description": [], + "signature": [ + "() => boolean" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.isNullable", + "type": "Function", + "tags": [], + "label": "isNullable", + "description": [], + "signature": [ + "() => boolean" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType", + "type": "Class", + "tags": [], + "label": "ZodType", + "description": [], + "signature": [ + "Zod.ZodType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._type", + "type": "Uncategorized", + "tags": [], + "label": "_type", + "description": [], + "signature": [ + "Output" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._output", + "type": "Uncategorized", + "tags": [], + "label": "_output", + "description": [], + "signature": [ + "Output" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._input", + "type": "Uncategorized", + "tags": [], + "label": "_input", + "description": [], + "signature": [ + "Input" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._def", + "type": "Uncategorized", + "tags": [], + "label": "_def", + "description": [], + "signature": [ + "Def" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.description", + "type": "string", + "tags": [], + "label": "description", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._getType", + "type": "Function", + "tags": [], + "label": "_getType", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => string" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._getType.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._getOrReturnCtx", + "type": "Function", + "tags": [], + "label": "_getOrReturnCtx", + "description": [], + "signature": [ + "(input: Zod.ParseInput, ctx?: Zod.ParseContext | undefined) => Zod.ParseContext" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._getOrReturnCtx.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._getOrReturnCtx.$2", + "type": "Object", + "tags": [], + "label": "ctx", + "description": [], + "signature": [ + "Zod.ParseContext | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._processInputParams", + "type": "Function", + "tags": [], + "label": "_processInputParams", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => { status: Zod.ParseStatus; ctx: Zod.ParseContext; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._processInputParams.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._parseSync", + "type": "Function", + "tags": [], + "label": "_parseSync", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.SyncParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._parseSync.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._parseAsync", + "type": "Function", + "tags": [], + "label": "_parseAsync", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.AsyncParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._parseAsync.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.parse", + "type": "Function", + "tags": [], + "label": "parse", + "description": [], + "signature": [ + "(data: unknown, params?: Partial | undefined) => Output" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.parse.$1", + "type": "Unknown", + "tags": [], + "label": "data", + "description": [], + "signature": [ + "unknown" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.parse.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "Partial | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.safeParse", + "type": "Function", + "tags": [], + "label": "safeParse", + "description": [], + "signature": [ + "(data: unknown, params?: Partial | undefined) => Zod.SafeParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.safeParse.$1", + "type": "Unknown", + "tags": [], + "label": "data", + "description": [], + "signature": [ + "unknown" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.safeParse.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "Partial | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.parseAsync", + "type": "Function", + "tags": [], + "label": "parseAsync", + "description": [], + "signature": [ + "(data: unknown, params?: Partial | undefined) => Promise" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.parseAsync.$1", + "type": "Unknown", + "tags": [], + "label": "data", + "description": [], + "signature": [ + "unknown" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.parseAsync.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "Partial | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.safeParseAsync", + "type": "Function", + "tags": [], + "label": "safeParseAsync", + "description": [], + "signature": [ + "(data: unknown, params?: Partial | undefined) => Promise>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.safeParseAsync.$1", + "type": "Unknown", + "tags": [], + "label": "data", + "description": [], + "signature": [ + "unknown" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.safeParseAsync.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "Partial | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.spa", + "type": "Function", + "tags": [], + "label": "spa", + "description": [ + "Alias of safeParseAsync" + ], + "signature": [ + "(data: unknown, params?: Partial | undefined) => Promise>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.spa.$1", + "type": "Unknown", + "tags": [], + "label": "data", + "description": [], + "signature": [ + "unknown" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.spa.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "Partial | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refine", + "type": "Function", + "tags": [], + "label": "refine", + "description": [], + "signature": [ + "{ (check: (arg: Output) => arg is RefinedOutput, message?: string | Partial> | ((arg: Output) => Partial>) | undefined): Zod.ZodEffects; (check: (arg: Output) => unknown, message?: string | Partial> | ((arg: Output) => Partial>) | undefined): Zod.ZodEffects; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refine.$1", + "type": "Function", + "tags": [], + "label": "check", + "description": [], + "signature": [ + "(arg: Output) => arg is RefinedOutput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refine.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "string | Partial> | ((arg: Output) => Partial>) | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refine", + "type": "Function", + "tags": [], + "label": "refine", + "description": [], + "signature": [ + "{ (check: (arg: Output) => arg is RefinedOutput, message?: string | Partial> | ((arg: Output) => Partial>) | undefined): Zod.ZodEffects; (check: (arg: Output) => unknown, message?: string | Partial> | ((arg: Output) => Partial>) | undefined): Zod.ZodEffects; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refine.$1", + "type": "Function", + "tags": [], + "label": "check", + "description": [], + "signature": [ + "(arg: Output) => unknown" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refine.$2", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "string | Partial> | ((arg: Output) => Partial>) | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refinement", + "type": "Function", + "tags": [], + "label": "refinement", + "description": [], + "signature": [ + "{ (check: (arg: Output) => arg is RefinedOutput, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects; (check: (arg: Output) => boolean, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refinement.$1", + "type": "Function", + "tags": [], + "label": "check", + "description": [], + "signature": [ + "(arg: Output) => arg is RefinedOutput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refinement.$2", + "type": "CompoundType", + "tags": [], + "label": "refinementData", + "description": [], + "signature": [ + "Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refinement", + "type": "Function", + "tags": [], + "label": "refinement", + "description": [], + "signature": [ + "{ (check: (arg: Output) => arg is RefinedOutput, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects; (check: (arg: Output) => boolean, refinementData: Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)): Zod.ZodEffects; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refinement.$1", + "type": "Function", + "tags": [], + "label": "check", + "description": [], + "signature": [ + "(arg: Output) => boolean" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.refinement.$2", + "type": "CompoundType", + "tags": [], + "label": "refinementData", + "description": [], + "signature": [ + "Zod.IssueData | ((arg: Output, ctx: Zod.RefinementCtx) => Zod.IssueData)" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._refinement", + "type": "Function", + "tags": [], + "label": "_refinement", + "description": [], + "signature": [ + "(refinement: (arg: Output, ctx: Zod.RefinementCtx) => any) => Zod.ZodEffects" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType._refinement.$1", + "type": "Function", + "tags": [], + "label": "refinement", + "description": [], + "signature": [ + "(arg: Output, ctx: Zod.RefinementCtx) => any" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.superRefine", + "type": "Function", + "tags": [], + "label": "superRefine", + "description": [], + "signature": [ + "{ (refinement: (arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => void): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => Promise): Zod.ZodEffects; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.superRefine.$1", + "type": "Function", + "tags": [], + "label": "refinement", + "description": [], + "signature": [ + "(arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.superRefine", + "type": "Function", + "tags": [], + "label": "superRefine", + "description": [], + "signature": [ + "{ (refinement: (arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => void): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => Promise): Zod.ZodEffects; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.superRefine.$1", + "type": "Function", + "tags": [], + "label": "refinement", + "description": [], + "signature": [ + "(arg: Output, ctx: Zod.RefinementCtx) => void" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.superRefine", + "type": "Function", + "tags": [], + "label": "superRefine", + "description": [], + "signature": [ + "{ (refinement: (arg: Output, ctx: Zod.RefinementCtx) => arg is RefinedOutput): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => void): Zod.ZodEffects; (refinement: (arg: Output, ctx: Zod.RefinementCtx) => Promise): Zod.ZodEffects; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.superRefine.$1", + "type": "Function", + "tags": [], + "label": "refinement", + "description": [], + "signature": [ + "(arg: Output, ctx: Zod.RefinementCtx) => Promise" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [], + "signature": [ + "any" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.Unnamed.$1", + "type": "Uncategorized", + "tags": [], + "label": "def", + "description": [], + "signature": [ + "Def" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.optional", + "type": "Function", + "tags": [], + "label": "optional", + "description": [], + "signature": [ + "() => Zod.ZodOptional" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.nullable", + "type": "Function", + "tags": [], + "label": "nullable", + "description": [], + "signature": [ + "() => Zod.ZodNullable" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.nullish", + "type": "Function", + "tags": [], + "label": "nullish", + "description": [], + "signature": [ + "() => Zod.ZodOptional>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.array", + "type": "Function", + "tags": [], + "label": "array", + "description": [], + "signature": [ + "() => Zod.ZodArray" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.promise", + "type": "Function", + "tags": [], + "label": "promise", + "description": [], + "signature": [ + "() => Zod.ZodPromise" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.or", + "type": "Function", + "tags": [], + "label": "or", + "description": [], + "signature": [ + "(option: T) => Zod.ZodUnion<[this, T]>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.or.$1", + "type": "Uncategorized", + "tags": [], + "label": "option", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.and", + "type": "Function", + "tags": [], + "label": "and", + "description": [], + "signature": [ + "(incoming: T) => Zod.ZodIntersection" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.and.$1", + "type": "Uncategorized", + "tags": [], + "label": "incoming", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.transform", + "type": "Function", + "tags": [], + "label": "transform", + "description": [], + "signature": [ + "(transform: (arg: Output, ctx: Zod.RefinementCtx) => NewOut | Promise) => Zod.ZodEffects>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.transform.$1", + "type": "Function", + "tags": [], + "label": "transform", + "description": [], + "signature": [ + "(arg: Output, ctx: Zod.RefinementCtx) => NewOut | Promise" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.default", + "type": "Function", + "tags": [], + "label": "default", + "description": [], + "signature": [ + "{ (def: Zod.util.noUndefined): Zod.ZodDefault; (def: () => Zod.util.noUndefined): Zod.ZodDefault; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.default.$1", + "type": "Uncategorized", + "tags": [], + "label": "def", + "description": [], + "signature": [ + "Zod.util.noUndefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.default", + "type": "Function", + "tags": [], + "label": "default", + "description": [], + "signature": [ + "{ (def: Zod.util.noUndefined): Zod.ZodDefault; (def: () => Zod.util.noUndefined): Zod.ZodDefault; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.default.$1", + "type": "Function", + "tags": [], + "label": "def", + "description": [], + "signature": [ + "() => Zod.util.noUndefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.brand", + "type": "Function", + "tags": [], + "label": "brand", + "description": [], + "signature": [ + "(brand?: B | undefined) => Zod.ZodBranded" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.brand.$1", + "type": "Uncategorized", + "tags": [], + "label": "brand", + "description": [], + "signature": [ + "B | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.catch", + "type": "Function", + "tags": [], + "label": "catch", + "description": [], + "signature": [ + "{ (def: Output): Zod.ZodCatch; (def: (ctx: { error: Zod.ZodError; input: Input; }) => Output): Zod.ZodCatch; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.catch.$1", + "type": "Uncategorized", + "tags": [], + "label": "def", + "description": [], + "signature": [ + "Output" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.catch", + "type": "Function", + "tags": [], + "label": "catch", + "description": [], + "signature": [ + "{ (def: Output): Zod.ZodCatch; (def: (ctx: { error: Zod.ZodError; input: Input; }) => Output): Zod.ZodCatch; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.catch.$1", + "type": "Function", + "tags": [], + "label": "def", + "description": [], + "signature": [ + "(ctx: { error: Zod.ZodError; input: Input; }) => Output" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.describe", + "type": "Function", + "tags": [], + "label": "describe", + "description": [], + "signature": [ + "(description: string) => this" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.describe.$1", + "type": "string", + "tags": [], + "label": "description", + "description": [], + "signature": [ + "string" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.pipe", + "type": "Function", + "tags": [], + "label": "pipe", + "description": [], + "signature": [ + "(target: T) => Zod.ZodPipeline" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.pipe.$1", + "type": "Uncategorized", + "tags": [], + "label": "target", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.readonly", + "type": "Function", + "tags": [], + "label": "readonly", + "description": [], + "signature": [ + "() => Zod.ZodReadonly" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.isOptional", + "type": "Function", + "tags": [], + "label": "isOptional", + "description": [], + "signature": [ + "() => boolean" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodType.isNullable", + "type": "Function", + "tags": [], + "label": "isNullable", + "description": [], + "signature": [ + "() => boolean" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUndefined", + "type": "Class", + "tags": [], + "label": "ZodUndefined", + "description": [], + "signature": [ + "Zod.ZodUndefined extends Zod.ZodType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUndefined._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUndefined._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUndefined.params", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUndefined.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(params?: Zod.RawCreateParams) => Zod.ZodUndefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUndefined.create.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUnion", + "type": "Class", + "tags": [], + "label": "ZodUnion", + "description": [], + "signature": [ + "Zod.ZodUnion extends Zod.ZodType, T[number][\"_input\"]>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUnion._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUnion._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUnion.options", + "type": "Uncategorized", + "tags": [], + "label": "options", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUnion.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(types: T_1, params?: Zod.RawCreateParams) => Zod.ZodUnion" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUnion.create.$1", + "type": "Uncategorized", + "tags": [], + "label": "types", + "description": [], + "signature": [ + "T_1" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUnion.create.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUnknown", + "type": "Class", + "tags": [], + "label": "ZodUnknown", + "description": [], + "signature": [ + "Zod.ZodUnknown extends Zod.ZodType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUnknown._unknown", + "type": "boolean", + "tags": [], + "label": "_unknown", + "description": [], + "signature": [ + "true" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUnknown._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUnknown._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUnknown.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(params?: Zod.RawCreateParams) => Zod.ZodUnknown" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUnknown.create.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodVoid", + "type": "Class", + "tags": [], + "label": "ZodVoid", + "description": [], + "signature": [ + "Zod.ZodVoid extends Zod.ZodType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodVoid._parse", + "type": "Function", + "tags": [], + "label": "_parse", + "description": [], + "signature": [ + "(input: Zod.ParseInput) => Zod.ParseReturnType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodVoid._parse.$1", + "type": "Object", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "Zod.ParseInput" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodVoid.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(params?: Zod.RawCreateParams) => Zod.ZodVoid" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodVoid.create.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + } + ], + "functions": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.addIssueToContext", + "type": "Function", + "tags": [], + "label": "addIssueToContext", + "description": [], + "signature": [ + "(ctx: Zod.ParseContext, issueData: Zod.IssueData) => void" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.addIssueToContext.$1", + "type": "Object", + "tags": [], + "label": "ctx", + "description": [], + "signature": [ + "Zod.ParseContext" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.addIssueToContext.$2", + "type": "CompoundType", + "tags": [], + "label": "issueData", + "description": [], + "signature": [ + "Zod.IssueData" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.anyType", + "type": "Function", + "tags": [], + "label": "anyType", + "description": [], + "signature": [ + "(params?: Zod.RawCreateParams) => Zod.ZodAny" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.anyType.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.arrayType", + "type": "Function", + "tags": [], + "label": "arrayType", + "description": [], + "signature": [ + "(schema: T, params?: Zod.RawCreateParams) => Zod.ZodArray" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.arrayType.$1", + "type": "Uncategorized", + "tags": [], + "label": "schema", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.arrayType.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.bigIntType", + "type": "Function", + "tags": [], + "label": "bigIntType", + "description": [], + "signature": [ + "(params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined) => Zod.ZodBigInt" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.bigIntType.$1", + "type": "CompoundType", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.booleanType", + "type": "Function", + "tags": [], + "label": "booleanType", + "description": [], + "signature": [ + "(params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined) => Zod.ZodBoolean" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.booleanType.$1", + "type": "CompoundType", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.custom", + "type": "Function", + "tags": [], + "label": "custom", + "description": [], + "signature": [ + "(check?: ((data: unknown) => any) | undefined, params?: string | CustomParams | ((input: any) => CustomParams) | undefined, fatal?: boolean | undefined) => Zod.ZodType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.custom.$1", + "type": "Function", + "tags": [], + "label": "check", + "description": [], + "signature": [ + "((data: unknown) => any) | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.custom.$2", + "type": "CompoundType", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "string | CustomParams | ((input: any) => CustomParams) | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.custom.$3", + "type": "CompoundType", + "tags": [], + "label": "fatal", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.dateType", + "type": "Function", + "tags": [], + "label": "dateType", + "description": [], + "signature": [ + "(params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined) => Zod.ZodDate" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.dateType.$1", + "type": "CompoundType", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.DIRTY", + "type": "Function", + "tags": [], + "label": "DIRTY", + "description": [], + "signature": [ + "(value: T) => Zod.DIRTY" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.DIRTY.$1", + "type": "Uncategorized", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.discriminatedUnionType", + "type": "Function", + "tags": [], + "label": "discriminatedUnionType", + "description": [], + "signature": [ + ", ...Zod.ZodDiscriminatedUnionOption[]]>(discriminator: Discriminator, options: Types, params?: Zod.RawCreateParams) => Zod.ZodDiscriminatedUnion" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.discriminatedUnionType.$1", + "type": "Uncategorized", + "tags": [], + "label": "discriminator", + "description": [], + "signature": [ + "Discriminator" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.discriminatedUnionType.$2", + "type": "Uncategorized", + "tags": [], + "label": "options", + "description": [], + "signature": [ + "Types" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.discriminatedUnionType.$3", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.effectsType", + "type": "Function", + "tags": [], + "label": "effectsType", + "description": [], + "signature": [ + "(schema: I, effect: Zod.Effect, params?: Zod.RawCreateParams) => Zod.ZodEffects>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.effectsType.$1", + "type": "Uncategorized", + "tags": [], + "label": "schema", + "description": [], + "signature": [ + "I" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.effectsType.$2", + "type": "CompoundType", + "tags": [], + "label": "effect", + "description": [], + "signature": [ + "Zod.RefinementEffect | Zod.TransformEffect | Zod.PreprocessEffect" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.effectsType.$3", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.effectsType", + "type": "Function", + "tags": [], + "label": "effectsType", + "description": [], + "signature": [ + "(schema: I, effect: Zod.Effect, params?: Zod.RawCreateParams) => Zod.ZodEffects>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.effectsType.$1", + "type": "Uncategorized", + "tags": [], + "label": "schema", + "description": [], + "signature": [ + "I" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.effectsType.$2", + "type": "CompoundType", + "tags": [], + "label": "effect", + "description": [], + "signature": [ + "Zod.RefinementEffect | Zod.TransformEffect | Zod.PreprocessEffect" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.effectsType.$3", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.enumType", + "type": "Function", + "tags": [], + "label": "enumType", + "description": [], + "signature": [ + "{ (values: T, params?: Zod.RawCreateParams): Zod.ZodEnum>; (values: T, params?: Zod.RawCreateParams): Zod.ZodEnum; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.errorMap", + "type": "Function", + "tags": [], + "label": "errorMap", + "description": [], + "signature": [ + "(issue: Zod.ZodIssueOptionalMessage, _ctx: Zod.ErrorMapCtx) => { message: string; }" + ], + "path": "node_modules/zod/lib/locales/en.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.errorMap.$1", + "type": "CompoundType", + "tags": [], + "label": "issue", + "description": [], + "signature": [ + "Zod.ZodInvalidTypeIssue | Zod.ZodInvalidLiteralIssue | Zod.ZodUnrecognizedKeysIssue | Zod.ZodInvalidUnionIssue | Zod.ZodInvalidUnionDiscriminatorIssue | Zod.ZodInvalidEnumValueIssue | Zod.ZodInvalidArgumentsIssue | Zod.ZodInvalidReturnTypeIssue | Zod.ZodInvalidDateIssue | Zod.ZodInvalidStringIssue | Zod.ZodTooSmallIssue | Zod.ZodTooBigIssue | Zod.ZodInvalidIntersectionTypesIssue | Zod.ZodNotMultipleOfIssue | Zod.ZodNotFiniteIssue | Zod.ZodCustomIssue" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.errorMap.$2", + "type": "Object", + "tags": [], + "label": "_ctx", + "description": [], + "signature": [ + "{ defaultError: string; data: any; }" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.functionType", + "type": "Function", + "tags": [], + "label": "functionType", + "description": [], + "signature": [ + "{ (): Zod.ZodFunction, Zod.ZodUnknown>; >(args: T): Zod.ZodFunction; (args: T, returns: U): Zod.ZodFunction; , U extends Zod.ZodTypeAny = Zod.ZodUnknown>(args: T, returns: U, params?: Zod.RawCreateParams): Zod.ZodFunction; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.getErrorMap", + "type": "Function", + "tags": [], + "label": "getErrorMap", + "description": [], + "signature": [ + "() => Zod.ZodErrorMap" + ], + "path": "node_modules/zod/lib/errors.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.getParsedType", + "type": "Function", + "tags": [], + "label": "getParsedType", + "description": [], + "signature": [ + "(data: any) => \"string\" | \"number\" | \"bigint\" | \"boolean\" | \"symbol\" | \"undefined\" | \"object\" | \"function\" | \"unknown\" | \"date\" | \"integer\" | \"float\" | \"map\" | \"set\" | \"null\" | \"nan\" | \"array\" | \"promise\" | \"void\" | \"never\"" + ], + "path": "node_modules/zod/lib/helpers/util.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.getParsedType.$1", + "type": "Any", + "tags": [], + "label": "data", + "description": [], + "signature": [ + "any" + ], + "path": "node_modules/zod/lib/helpers/util.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.instanceOfType", + "type": "Function", + "tags": [], + "label": "instanceOfType", + "description": [], + "signature": [ + "(cls: T, params?: CustomParams | undefined) => Zod.ZodType, Zod.ZodTypeDef, InstanceType>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.instanceOfType.$1", + "type": "Uncategorized", + "tags": [], + "label": "cls", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.instanceOfType.$2", + "type": "CompoundType", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "CustomParams | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.intersectionType", + "type": "Function", + "tags": [], + "label": "intersectionType", + "description": [], + "signature": [ + "(left: T, right: U, params?: Zod.RawCreateParams) => Zod.ZodIntersection" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.intersectionType.$1", + "type": "Uncategorized", + "tags": [], + "label": "left", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.intersectionType.$2", + "type": "Uncategorized", + "tags": [], + "label": "right", + "description": [], + "signature": [ + "U" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.intersectionType.$3", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.isAborted", + "type": "Function", + "tags": [], + "label": "isAborted", + "description": [], + "signature": [ + "(x: Zod.ParseReturnType) => x is Zod.INVALID" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.isAborted.$1", + "type": "CompoundType", + "tags": [], + "label": "x", + "description": [], + "signature": [ + "Zod.SyncParseReturnType | Zod.AsyncParseReturnType" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.isAsync", + "type": "Function", + "tags": [], + "label": "isAsync", + "description": [], + "signature": [ + "(x: Zod.ParseReturnType) => x is Zod.AsyncParseReturnType" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.isAsync.$1", + "type": "CompoundType", + "tags": [], + "label": "x", + "description": [], + "signature": [ + "Zod.SyncParseReturnType | Zod.AsyncParseReturnType" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.isDirty", + "type": "Function", + "tags": [], + "label": "isDirty", + "description": [], + "signature": [ + "(x: Zod.ParseReturnType) => x is Zod.OK | Zod.DIRTY" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.isDirty.$1", + "type": "CompoundType", + "tags": [], + "label": "x", + "description": [], + "signature": [ + "Zod.SyncParseReturnType | Zod.AsyncParseReturnType" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.isValid", + "type": "Function", + "tags": [], + "label": "isValid", + "description": [], + "signature": [ + "(x: Zod.ParseReturnType) => x is Zod.OK | Zod.DIRTY" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.isValid.$1", + "type": "CompoundType", + "tags": [], + "label": "x", + "description": [], + "signature": [ + "Zod.SyncParseReturnType | Zod.AsyncParseReturnType" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.isZod", + "type": "Function", + "tags": [], + "label": "isZod", + "description": [], + "signature": [ + "(value: unknown) => boolean" + ], + "path": "packages/kbn-zod/util.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.isZod.$1", + "type": "Unknown", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "unknown" + ], + "path": "packages/kbn-zod/util.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.lazyType", + "type": "Function", + "tags": [], + "label": "lazyType", + "description": [], + "signature": [ + "(getter: () => T, params?: Zod.RawCreateParams) => Zod.ZodLazy" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.lazyType.$1", + "type": "Function", + "tags": [], + "label": "getter", + "description": [], + "signature": [ + "() => T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.lazyType.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.literalType", + "type": "Function", + "tags": [], + "label": "literalType", + "description": [], + "signature": [ + "(value: T, params?: Zod.RawCreateParams) => Zod.ZodLiteral" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.literalType.$1", + "type": "Uncategorized", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.literalType.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.makeIssue", + "type": "Function", + "tags": [], + "label": "makeIssue", + "description": [], + "signature": [ + "(params: { data: any; path: (string | number)[]; errorMaps: Zod.ZodErrorMap[]; issueData: Zod.IssueData; }) => Zod.ZodIssue" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.makeIssue.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ data: any; path: (string | number)[]; errorMaps: Zod.ZodErrorMap[]; issueData: Zod.IssueData; }" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.mapType", + "type": "Function", + "tags": [], + "label": "mapType", + "description": [], + "signature": [ + "(keyType: Key, valueType: Value, params?: Zod.RawCreateParams) => Zod.ZodMap" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.mapType.$1", + "type": "Uncategorized", + "tags": [], + "label": "keyType", + "description": [], + "signature": [ + "Key" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.mapType.$2", + "type": "Uncategorized", + "tags": [], + "label": "valueType", + "description": [], + "signature": [ + "Value" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.mapType.$3", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.nanType", + "type": "Function", + "tags": [], + "label": "nanType", + "description": [], + "signature": [ + "(params?: Zod.RawCreateParams) => Zod.ZodNaN" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.nanType.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.nativeEnumType", + "type": "Function", + "tags": [], + "label": "nativeEnumType", + "description": [], + "signature": [ + "(values: T, params?: Zod.RawCreateParams) => Zod.ZodNativeEnum" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.nativeEnumType.$1", + "type": "Uncategorized", + "tags": [], + "label": "values", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.nativeEnumType.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.neverType", + "type": "Function", + "tags": [], + "label": "neverType", + "description": [], + "signature": [ + "(params?: Zod.RawCreateParams) => Zod.ZodNever" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.neverType.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.nullableType", + "type": "Function", + "tags": [], + "label": "nullableType", + "description": [], + "signature": [ + "(type: T, params?: Zod.RawCreateParams) => Zod.ZodNullable" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.nullableType.$1", + "type": "Uncategorized", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.nullableType.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.nullType", + "type": "Function", + "tags": [], + "label": "nullType", + "description": [], + "signature": [ + "(params?: Zod.RawCreateParams) => Zod.ZodNull" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.nullType.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.numberType", + "type": "Function", + "tags": [], + "label": "numberType", + "description": [], + "signature": [ + "(params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined) => Zod.ZodNumber" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.numberType.$1", + "type": "CompoundType", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.objectType", + "type": "Function", + "tags": [], + "label": "objectType", + "description": [], + "signature": [ + "(shape: T, params?: Zod.RawCreateParams) => Zod.ZodObject, { [k in keyof Zod.baseObjectOutputType]: undefined extends Zod.baseObjectOutputType[k] ? never : k; }[keyof T]>]: Zod.objectUtil.addQuestionMarks, { [k in keyof Zod.baseObjectOutputType]: undefined extends Zod.baseObjectOutputType[k] ? never : k; }[keyof T]>[k_1]; }, { [k_2 in keyof Zod.baseObjectInputType]: Zod.baseObjectInputType[k_2]; }>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.objectType.$1", + "type": "Uncategorized", + "tags": [], + "label": "shape", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.objectType.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.oboolean", + "type": "Function", + "tags": [], + "label": "oboolean", + "description": [], + "signature": [ + "() => Zod.ZodOptional" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.OK", + "type": "Function", + "tags": [], + "label": "OK", + "description": [], + "signature": [ + "(value: T) => Zod.OK" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.OK.$1", + "type": "Uncategorized", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.onumber", + "type": "Function", + "tags": [], + "label": "onumber", + "description": [], + "signature": [ + "() => Zod.ZodOptional" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.optionalType", + "type": "Function", + "tags": [], + "label": "optionalType", + "description": [], + "signature": [ + "(type: T, params?: Zod.RawCreateParams) => Zod.ZodOptional" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.optionalType.$1", + "type": "Uncategorized", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.optionalType.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ostring", + "type": "Function", + "tags": [], + "label": "ostring", + "description": [], + "signature": [ + "() => Zod.ZodOptional" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.pipelineType", + "type": "Function", + "tags": [], + "label": "pipelineType", + "description": [], + "signature": [ + "(a: A, b: B) => Zod.ZodPipeline" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.pipelineType.$1", + "type": "Uncategorized", + "tags": [], + "label": "a", + "description": [], + "signature": [ + "A" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.pipelineType.$2", + "type": "Uncategorized", + "tags": [], + "label": "b", + "description": [], + "signature": [ + "B" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.preprocessType", + "type": "Function", + "tags": [], + "label": "preprocessType", + "description": [], + "signature": [ + "(preprocess: (arg: unknown, ctx: Zod.RefinementCtx) => unknown, schema: I, params?: Zod.RawCreateParams) => Zod.ZodEffects" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.preprocessType.$1", + "type": "Function", + "tags": [], + "label": "preprocess", + "description": [], + "signature": [ + "(arg: unknown, ctx: Zod.RefinementCtx) => unknown" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.preprocessType.$1.$1", + "type": "Unknown", + "tags": [], + "label": "arg", + "description": [], + "signature": [ + "unknown" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.preprocessType.$1.$2", + "type": "Object", + "tags": [], + "label": "ctx", + "description": [], + "signature": [ + "{ addIssue: (arg: Zod.IssueData) => void; path: (string | number)[]; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.preprocessType.$2", + "type": "Uncategorized", + "tags": [], + "label": "schema", + "description": [], + "signature": [ + "I" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.preprocessType.$3", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.promiseType", + "type": "Function", + "tags": [], + "label": "promiseType", + "description": [], + "signature": [ + "(schema: T, params?: Zod.RawCreateParams) => Zod.ZodPromise" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.promiseType.$1", + "type": "Uncategorized", + "tags": [], + "label": "schema", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.promiseType.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.quotelessJson", + "type": "Function", + "tags": [], + "label": "quotelessJson", + "description": [], + "signature": [ + "(obj: any) => string" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.quotelessJson.$1", + "type": "Any", + "tags": [], + "label": "obj", + "description": [], + "signature": [ + "any" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.recordType", + "type": "Function", + "tags": [], + "label": "recordType", + "description": [], + "signature": [ + "{ (valueType: Value, params?: Zod.RawCreateParams): Zod.ZodRecord; (keySchema: Keys, valueType: Value, params?: Zod.RawCreateParams): Zod.ZodRecord; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.setErrorMap", + "type": "Function", + "tags": [], + "label": "setErrorMap", + "description": [], + "signature": [ + "(map: Zod.ZodErrorMap) => void" + ], + "path": "node_modules/zod/lib/errors.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.setErrorMap.$1", + "type": "Function", + "tags": [], + "label": "map", + "description": [], + "signature": [ + "Zod.ZodErrorMap" + ], + "path": "node_modules/zod/lib/errors.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.setType", + "type": "Function", + "tags": [], + "label": "setType", + "description": [], + "signature": [ + "(valueType: Value, params?: Zod.RawCreateParams) => Zod.ZodSet" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.setType.$1", + "type": "Uncategorized", + "tags": [], + "label": "valueType", + "description": [], + "signature": [ + "Value" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.setType.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.strictObjectType", + "type": "Function", + "tags": [], + "label": "strictObjectType", + "description": [], + "signature": [ + "(shape: T, params?: Zod.RawCreateParams) => Zod.ZodObject, { [k in keyof Zod.baseObjectOutputType]: undefined extends Zod.baseObjectOutputType[k] ? never : k; }[keyof T]>]: Zod.objectUtil.addQuestionMarks, { [k in keyof Zod.baseObjectOutputType]: undefined extends Zod.baseObjectOutputType[k] ? never : k; }[keyof T]>[k_1]; }, { [k_2 in keyof Zod.baseObjectInputType]: Zod.baseObjectInputType[k_2]; }>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.strictObjectType.$1", + "type": "Uncategorized", + "tags": [], + "label": "shape", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.strictObjectType.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.stringType", + "type": "Function", + "tags": [], + "label": "stringType", + "description": [], + "signature": [ + "(params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { coerce?: true | undefined; }) | undefined) => Zod.ZodString" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.stringType.$1", + "type": "CompoundType", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { coerce?: true | undefined; }) | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.symbolType", + "type": "Function", + "tags": [], + "label": "symbolType", + "description": [], + "signature": [ + "(params?: Zod.RawCreateParams) => Zod.ZodSymbol" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.symbolType.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.tupleType", + "type": "Function", + "tags": [], + "label": "tupleType", + "description": [], + "signature": [ + "(schemas: T, params?: Zod.RawCreateParams) => Zod.ZodTuple" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.tupleType.$1", + "type": "Uncategorized", + "tags": [], + "label": "schemas", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.tupleType.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.undefinedType", + "type": "Function", + "tags": [], + "label": "undefinedType", + "description": [], + "signature": [ + "(params?: Zod.RawCreateParams) => Zod.ZodUndefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.undefinedType.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.unionType", + "type": "Function", + "tags": [], + "label": "unionType", + "description": [], + "signature": [ + "(types: T, params?: Zod.RawCreateParams) => Zod.ZodUnion" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.unionType.$1", + "type": "Uncategorized", + "tags": [], + "label": "types", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.unionType.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.unknownType", + "type": "Function", + "tags": [], + "label": "unknownType", + "description": [], + "signature": [ + "(params?: Zod.RawCreateParams) => Zod.ZodUnknown" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.unknownType.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.voidType", + "type": "Function", + "tags": [], + "label": "voidType", + "description": [], + "signature": [ + "(params?: Zod.RawCreateParams) => Zod.ZodVoid" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.voidType.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + } + ], + "interfaces": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ParseContext", + "type": "Interface", + "tags": [], + "label": "ParseContext", + "description": [], + "signature": [ + "Zod.ParseContext" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ParseContext.common", + "type": "Object", + "tags": [], + "label": "common", + "description": [], + "signature": [ + "{ readonly issues: Zod.ZodIssue[]; readonly contextualErrorMap?: Zod.ZodErrorMap | undefined; readonly async: boolean; }" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ParseContext.path", + "type": "Array", + "tags": [], + "label": "path", + "description": [], + "signature": [ + "Zod.ParsePathComponent[]" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ParseContext.schemaErrorMap", + "type": "Function", + "tags": [], + "label": "schemaErrorMap", + "description": [], + "signature": [ + "Zod.ZodErrorMap | undefined" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ParseContext.parent", + "type": "CompoundType", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + "Zod.ParseContext | null" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ParseContext.data", + "type": "Any", + "tags": [], + "label": "data", + "description": [], + "signature": [ + "any" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ParseContext.parsedType", + "type": "CompoundType", + "tags": [], + "label": "parsedType", + "description": [], + "signature": [ + "\"string\" | \"number\" | \"bigint\" | \"boolean\" | \"symbol\" | \"undefined\" | \"object\" | \"function\" | \"unknown\" | \"date\" | \"integer\" | \"float\" | \"map\" | \"set\" | \"null\" | \"nan\" | \"array\" | \"promise\" | \"void\" | \"never\"" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ParseResult", + "type": "Interface", + "tags": [], + "label": "ParseResult", + "description": [], + "signature": [ + "Zod.ParseResult" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ParseResult.status", + "type": "CompoundType", + "tags": [], + "label": "status", + "description": [], + "signature": [ + "\"valid\" | \"dirty\" | \"aborted\"" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ParseResult.data", + "type": "Any", + "tags": [], + "label": "data", + "description": [], + "signature": [ + "any" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodAnyDef", + "type": "Interface", + "tags": [], + "label": "ZodAnyDef", + "description": [], + "signature": [ + "Zod.ZodAnyDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodAnyDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodAny" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodArrayDef", + "type": "Interface", + "tags": [], + "label": "ZodArrayDef", + "description": [], + "signature": [ + "Zod.ZodArrayDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodArrayDef.type", + "type": "Uncategorized", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodArrayDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodArray" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodArrayDef.exactLength", + "type": "CompoundType", + "tags": [], + "label": "exactLength", + "description": [], + "signature": [ + "{ value: number; message?: string | undefined; } | null" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodArrayDef.minLength", + "type": "CompoundType", + "tags": [], + "label": "minLength", + "description": [], + "signature": [ + "{ value: number; message?: string | undefined; } | null" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodArrayDef.maxLength", + "type": "CompoundType", + "tags": [], + "label": "maxLength", + "description": [], + "signature": [ + "{ value: number; message?: string | undefined; } | null" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigIntDef", + "type": "Interface", + "tags": [], + "label": "ZodBigIntDef", + "description": [], + "signature": [ + "Zod.ZodBigIntDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigIntDef.checks", + "type": "Array", + "tags": [], + "label": "checks", + "description": [], + "signature": [ + "Zod.ZodBigIntCheck[]" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigIntDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodBigInt" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigIntDef.coerce", + "type": "boolean", + "tags": [], + "label": "coerce", + "description": [], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBooleanDef", + "type": "Interface", + "tags": [], + "label": "ZodBooleanDef", + "description": [], + "signature": [ + "Zod.ZodBooleanDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBooleanDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodBoolean" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBooleanDef.coerce", + "type": "boolean", + "tags": [], + "label": "coerce", + "description": [], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBrandedDef", + "type": "Interface", + "tags": [], + "label": "ZodBrandedDef", + "description": [], + "signature": [ + "Zod.ZodBrandedDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBrandedDef.type", + "type": "Uncategorized", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBrandedDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodBranded" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodCatchDef", + "type": "Interface", + "tags": [], + "label": "ZodCatchDef", + "description": [], + "signature": [ + "Zod.ZodCatchDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodCatchDef.innerType", + "type": "Uncategorized", + "tags": [], + "label": "innerType", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodCatchDef.catchValue", + "type": "Function", + "tags": [], + "label": "catchValue", + "description": [], + "signature": [ + "(ctx: { error: Zod.ZodError; input: unknown; }) => T[\"_input\"]" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodCatchDef.catchValue.$1", + "type": "Object", + "tags": [], + "label": "ctx", + "description": [], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodCatchDef.catchValue.$1.error", + "type": "Object", + "tags": [], + "label": "error", + "description": [], + "signature": [ + "Zod.ZodError" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodCatchDef.catchValue.$1.input", + "type": "Unknown", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "unknown" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodCatchDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodCatch" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodCustomIssue", + "type": "Interface", + "tags": [], + "label": "ZodCustomIssue", + "description": [], + "signature": [ + "Zod.ZodCustomIssue extends Zod.ZodIssueBase" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodCustomIssue.code", + "type": "string", + "tags": [], + "label": "code", + "description": [], + "signature": [ + "\"custom\"" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodCustomIssue.params", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ [k: string]: any; } | undefined" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDateDef", + "type": "Interface", + "tags": [], + "label": "ZodDateDef", + "description": [], + "signature": [ + "Zod.ZodDateDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDateDef.checks", + "type": "Array", + "tags": [], + "label": "checks", + "description": [], + "signature": [ + "Zod.ZodDateCheck[]" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDateDef.coerce", + "type": "boolean", + "tags": [], + "label": "coerce", + "description": [], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDateDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodDate" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDefaultDef", + "type": "Interface", + "tags": [], + "label": "ZodDefaultDef", + "description": [], + "signature": [ + "Zod.ZodDefaultDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDefaultDef.innerType", + "type": "Uncategorized", + "tags": [], + "label": "innerType", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDefaultDef.defaultValue", + "type": "Function", + "tags": [], + "label": "defaultValue", + "description": [], + "signature": [ + "() => Zod.util.noUndefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDefaultDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodDefault" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDiscriminatedUnionDef", + "type": "Interface", + "tags": [], + "label": "ZodDiscriminatedUnionDef", + "description": [], + "signature": [ + "Zod.ZodDiscriminatedUnionDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDiscriminatedUnionDef.discriminator", + "type": "Uncategorized", + "tags": [], + "label": "discriminator", + "description": [], + "signature": [ + "Discriminator" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDiscriminatedUnionDef.options", + "type": "Uncategorized", + "tags": [], + "label": "options", + "description": [], + "signature": [ + "Options" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDiscriminatedUnionDef.optionsMap", + "type": "Object", + "tags": [], + "label": "optionsMap", + "description": [], + "signature": [ + "Map>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDiscriminatedUnionDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodDiscriminatedUnion" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffectsDef", + "type": "Interface", + "tags": [], + "label": "ZodEffectsDef", + "description": [], + "signature": [ + "Zod.ZodEffectsDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffectsDef.schema", + "type": "Uncategorized", + "tags": [], + "label": "schema", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffectsDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodEffects" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEffectsDef.effect", + "type": "CompoundType", + "tags": [], + "label": "effect", + "description": [], + "signature": [ + "Zod.RefinementEffect | Zod.TransformEffect | Zod.PreprocessEffect" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEnumDef", + "type": "Interface", + "tags": [], + "label": "ZodEnumDef", + "description": [], + "signature": [ + "Zod.ZodEnumDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEnumDef.values", + "type": "Uncategorized", + "tags": [], + "label": "values", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEnumDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodEnum" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEsque", + "type": "Interface", + "tags": [], + "label": "ZodEsque", + "description": [], + "signature": [ + { + "pluginId": "@kbn/zod", + "scope": "common", + "docId": "kibKbnZodPluginApi", + "section": "def-common.ZodEsque", + "text": "ZodEsque" + }, + "" + ], + "path": "packages/kbn-zod/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodEsque._output", + "type": "Uncategorized", + "tags": [], + "label": "_output", + "description": [], + "signature": [ + "V" + ], + "path": "packages/kbn-zod/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunctionDef", + "type": "Interface", + "tags": [], + "label": "ZodFunctionDef", + "description": [], + "signature": [ + "Zod.ZodFunctionDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunctionDef.args", + "type": "Uncategorized", + "tags": [], + "label": "args", + "description": [], + "signature": [ + "Args" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunctionDef.returns", + "type": "Uncategorized", + "tags": [], + "label": "returns", + "description": [], + "signature": [ + "Returns" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFunctionDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodFunction" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodIntersectionDef", + "type": "Interface", + "tags": [], + "label": "ZodIntersectionDef", + "description": [], + "signature": [ + "Zod.ZodIntersectionDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodIntersectionDef.left", + "type": "Uncategorized", + "tags": [], + "label": "left", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodIntersectionDef.right", + "type": "Uncategorized", + "tags": [], + "label": "right", + "description": [], + "signature": [ + "U" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodIntersectionDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodIntersection" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidArgumentsIssue", + "type": "Interface", + "tags": [], + "label": "ZodInvalidArgumentsIssue", + "description": [], + "signature": [ + "Zod.ZodInvalidArgumentsIssue extends Zod.ZodIssueBase" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidArgumentsIssue.code", + "type": "string", + "tags": [], + "label": "code", + "description": [], + "signature": [ + "\"invalid_arguments\"" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidArgumentsIssue.argumentsError", + "type": "Object", + "tags": [], + "label": "argumentsError", + "description": [], + "signature": [ + "Zod.ZodError" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidDateIssue", + "type": "Interface", + "tags": [], + "label": "ZodInvalidDateIssue", + "description": [], + "signature": [ + "Zod.ZodInvalidDateIssue extends Zod.ZodIssueBase" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidDateIssue.code", + "type": "string", + "tags": [], + "label": "code", + "description": [], + "signature": [ + "\"invalid_date\"" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidEnumValueIssue", + "type": "Interface", + "tags": [], + "label": "ZodInvalidEnumValueIssue", + "description": [], + "signature": [ + "Zod.ZodInvalidEnumValueIssue extends Zod.ZodIssueBase" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidEnumValueIssue.received", + "type": "CompoundType", + "tags": [], + "label": "received", + "description": [], + "signature": [ + "string | number" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidEnumValueIssue.code", + "type": "string", + "tags": [], + "label": "code", + "description": [], + "signature": [ + "\"invalid_enum_value\"" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidEnumValueIssue.options", + "type": "Array", + "tags": [], + "label": "options", + "description": [], + "signature": [ + "(string | number)[]" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidIntersectionTypesIssue", + "type": "Interface", + "tags": [], + "label": "ZodInvalidIntersectionTypesIssue", + "description": [], + "signature": [ + "Zod.ZodInvalidIntersectionTypesIssue extends Zod.ZodIssueBase" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidIntersectionTypesIssue.code", + "type": "string", + "tags": [], + "label": "code", + "description": [], + "signature": [ + "\"invalid_intersection_types\"" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidLiteralIssue", + "type": "Interface", + "tags": [], + "label": "ZodInvalidLiteralIssue", + "description": [], + "signature": [ + "Zod.ZodInvalidLiteralIssue extends Zod.ZodIssueBase" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidLiteralIssue.code", + "type": "string", + "tags": [], + "label": "code", + "description": [], + "signature": [ + "\"invalid_literal\"" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidLiteralIssue.expected", + "type": "Unknown", + "tags": [], + "label": "expected", + "description": [], + "signature": [ + "unknown" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidLiteralIssue.received", + "type": "Unknown", + "tags": [], + "label": "received", + "description": [], + "signature": [ + "unknown" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidReturnTypeIssue", + "type": "Interface", + "tags": [], + "label": "ZodInvalidReturnTypeIssue", + "description": [], + "signature": [ + "Zod.ZodInvalidReturnTypeIssue extends Zod.ZodIssueBase" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidReturnTypeIssue.code", + "type": "string", + "tags": [], + "label": "code", + "description": [], + "signature": [ + "\"invalid_return_type\"" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidReturnTypeIssue.returnTypeError", + "type": "Object", + "tags": [], + "label": "returnTypeError", + "description": [], + "signature": [ + "Zod.ZodError" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidStringIssue", + "type": "Interface", + "tags": [], + "label": "ZodInvalidStringIssue", + "description": [], + "signature": [ + "Zod.ZodInvalidStringIssue extends Zod.ZodIssueBase" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidStringIssue.code", + "type": "string", + "tags": [], + "label": "code", + "description": [], + "signature": [ + "\"invalid_string\"" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidStringIssue.validation", + "type": "CompoundType", + "tags": [], + "label": "validation", + "description": [], + "signature": [ + "\"ip\" | \"uuid\" | \"url\" | \"email\" | \"datetime\" | \"emoji\" | \"cuid\" | \"cuid2\" | \"ulid\" | \"regex\" | { includes: string; position?: number | undefined; } | { startsWith: string; } | { endsWith: string; }" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidTypeIssue", + "type": "Interface", + "tags": [], + "label": "ZodInvalidTypeIssue", + "description": [], + "signature": [ + "Zod.ZodInvalidTypeIssue extends Zod.ZodIssueBase" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidTypeIssue.code", + "type": "string", + "tags": [], + "label": "code", + "description": [], + "signature": [ + "\"invalid_type\"" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidTypeIssue.expected", + "type": "CompoundType", + "tags": [], + "label": "expected", + "description": [], + "signature": [ + "\"string\" | \"number\" | \"bigint\" | \"boolean\" | \"symbol\" | \"undefined\" | \"object\" | \"function\" | \"unknown\" | \"date\" | \"integer\" | \"float\" | \"map\" | \"set\" | \"null\" | \"nan\" | \"array\" | \"promise\" | \"void\" | \"never\"" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidTypeIssue.received", + "type": "CompoundType", + "tags": [], + "label": "received", + "description": [], + "signature": [ + "\"string\" | \"number\" | \"bigint\" | \"boolean\" | \"symbol\" | \"undefined\" | \"object\" | \"function\" | \"unknown\" | \"date\" | \"integer\" | \"float\" | \"map\" | \"set\" | \"null\" | \"nan\" | \"array\" | \"promise\" | \"void\" | \"never\"" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidUnionDiscriminatorIssue", + "type": "Interface", + "tags": [], + "label": "ZodInvalidUnionDiscriminatorIssue", + "description": [], + "signature": [ + "Zod.ZodInvalidUnionDiscriminatorIssue extends Zod.ZodIssueBase" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidUnionDiscriminatorIssue.code", + "type": "string", + "tags": [], + "label": "code", + "description": [], + "signature": [ + "\"invalid_union_discriminator\"" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidUnionDiscriminatorIssue.options", + "type": "Array", + "tags": [], + "label": "options", + "description": [], + "signature": [ + "Zod.Primitive[]" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidUnionIssue", + "type": "Interface", + "tags": [], + "label": "ZodInvalidUnionIssue", + "description": [], + "signature": [ + "Zod.ZodInvalidUnionIssue extends Zod.ZodIssueBase" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidUnionIssue.code", + "type": "string", + "tags": [], + "label": "code", + "description": [], + "signature": [ + "\"invalid_union\"" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodInvalidUnionIssue.unionErrors", + "type": "Array", + "tags": [], + "label": "unionErrors", + "description": [], + "signature": [ + "Zod.ZodError[]" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodLazyDef", + "type": "Interface", + "tags": [], + "label": "ZodLazyDef", + "description": [], + "signature": [ + "Zod.ZodLazyDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodLazyDef.getter", + "type": "Function", + "tags": [], + "label": "getter", + "description": [], + "signature": [ + "() => T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodLazyDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodLazy" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodLiteralDef", + "type": "Interface", + "tags": [], + "label": "ZodLiteralDef", + "description": [], + "signature": [ + "Zod.ZodLiteralDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodLiteralDef.value", + "type": "Uncategorized", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodLiteralDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodLiteral" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodMapDef", + "type": "Interface", + "tags": [], + "label": "ZodMapDef", + "description": [], + "signature": [ + "Zod.ZodMapDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodMapDef.valueType", + "type": "Uncategorized", + "tags": [], + "label": "valueType", + "description": [], + "signature": [ + "Value" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodMapDef.keyType", + "type": "Uncategorized", + "tags": [], + "label": "keyType", + "description": [], + "signature": [ + "Key" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodMapDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodMap" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNaNDef", + "type": "Interface", + "tags": [], + "label": "ZodNaNDef", + "description": [], + "signature": [ + "Zod.ZodNaNDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNaNDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodNaN" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNativeEnumDef", + "type": "Interface", + "tags": [], + "label": "ZodNativeEnumDef", + "description": [], + "signature": [ + "Zod.ZodNativeEnumDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNativeEnumDef.values", + "type": "Uncategorized", + "tags": [], + "label": "values", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNativeEnumDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodNativeEnum" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNeverDef", + "type": "Interface", + "tags": [], + "label": "ZodNeverDef", + "description": [], + "signature": [ + "Zod.ZodNeverDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNeverDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodNever" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNotFiniteIssue", + "type": "Interface", + "tags": [], + "label": "ZodNotFiniteIssue", + "description": [], + "signature": [ + "Zod.ZodNotFiniteIssue extends Zod.ZodIssueBase" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNotFiniteIssue.code", + "type": "string", + "tags": [], + "label": "code", + "description": [], + "signature": [ + "\"not_finite\"" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNotMultipleOfIssue", + "type": "Interface", + "tags": [], + "label": "ZodNotMultipleOfIssue", + "description": [], + "signature": [ + "Zod.ZodNotMultipleOfIssue extends Zod.ZodIssueBase" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNotMultipleOfIssue.code", + "type": "string", + "tags": [], + "label": "code", + "description": [], + "signature": [ + "\"not_multiple_of\"" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNotMultipleOfIssue.multipleOf", + "type": "CompoundType", + "tags": [], + "label": "multipleOf", + "description": [], + "signature": [ + "number | bigint" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNullableDef", + "type": "Interface", + "tags": [], + "label": "ZodNullableDef", + "description": [], + "signature": [ + "Zod.ZodNullableDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNullableDef.innerType", + "type": "Uncategorized", + "tags": [], + "label": "innerType", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNullableDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodNullable" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNullDef", + "type": "Interface", + "tags": [], + "label": "ZodNullDef", + "description": [], + "signature": [ + "Zod.ZodNullDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNullDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodNull" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumberDef", + "type": "Interface", + "tags": [], + "label": "ZodNumberDef", + "description": [], + "signature": [ + "Zod.ZodNumberDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumberDef.checks", + "type": "Array", + "tags": [], + "label": "checks", + "description": [], + "signature": [ + "Zod.ZodNumberCheck[]" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumberDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodNumber" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumberDef.coerce", + "type": "boolean", + "tags": [], + "label": "coerce", + "description": [], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObjectDef", + "type": "Interface", + "tags": [], + "label": "ZodObjectDef", + "description": [], + "signature": [ + "Zod.ZodObjectDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObjectDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodObject" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObjectDef.shape", + "type": "Function", + "tags": [], + "label": "shape", + "description": [], + "signature": [ + "() => T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObjectDef.catchall", + "type": "Uncategorized", + "tags": [], + "label": "catchall", + "description": [], + "signature": [ + "Catchall" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodObjectDef.unknownKeys", + "type": "Uncategorized", + "tags": [], + "label": "unknownKeys", + "description": [], + "signature": [ + "UnknownKeys" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodOptionalDef", + "type": "Interface", + "tags": [], + "label": "ZodOptionalDef", + "description": [], + "signature": [ + "Zod.ZodOptionalDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodOptionalDef.innerType", + "type": "Uncategorized", + "tags": [], + "label": "innerType", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodOptionalDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodOptional" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodPipelineDef", + "type": "Interface", + "tags": [], + "label": "ZodPipelineDef", + "description": [], + "signature": [ + "Zod.ZodPipelineDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodPipelineDef.in", + "type": "Uncategorized", + "tags": [], + "label": "in", + "description": [], + "signature": [ + "A" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodPipelineDef.out", + "type": "Uncategorized", + "tags": [], + "label": "out", + "description": [], + "signature": [ + "B" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodPipelineDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodPipeline" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodPromiseDef", + "type": "Interface", + "tags": [], + "label": "ZodPromiseDef", + "description": [], + "signature": [ + "Zod.ZodPromiseDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodPromiseDef.type", + "type": "Uncategorized", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodPromiseDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodPromise" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodReadonlyDef", + "type": "Interface", + "tags": [], + "label": "ZodReadonlyDef", + "description": [], + "signature": [ + "Zod.ZodReadonlyDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodReadonlyDef.innerType", + "type": "Uncategorized", + "tags": [], + "label": "innerType", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodReadonlyDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodReadonly" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodRecordDef", + "type": "Interface", + "tags": [], + "label": "ZodRecordDef", + "description": [], + "signature": [ + "Zod.ZodRecordDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodRecordDef.valueType", + "type": "Uncategorized", + "tags": [], + "label": "valueType", + "description": [], + "signature": [ + "Value" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodRecordDef.keyType", + "type": "Uncategorized", + "tags": [], + "label": "keyType", + "description": [], + "signature": [ + "Key" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodRecordDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodRecord" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodSetDef", + "type": "Interface", + "tags": [], + "label": "ZodSetDef", + "description": [], + "signature": [ + "Zod.ZodSetDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodSetDef.valueType", + "type": "Uncategorized", + "tags": [], + "label": "valueType", + "description": [], + "signature": [ + "Value" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodSetDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodSet" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodSetDef.minSize", + "type": "CompoundType", + "tags": [], + "label": "minSize", + "description": [], + "signature": [ + "{ value: number; message?: string | undefined; } | null" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodSetDef.maxSize", + "type": "CompoundType", + "tags": [], + "label": "maxSize", + "description": [], + "signature": [ + "{ value: number; message?: string | undefined; } | null" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodStringDef", + "type": "Interface", + "tags": [], + "label": "ZodStringDef", + "description": [], + "signature": [ + "Zod.ZodStringDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodStringDef.checks", + "type": "Array", + "tags": [], + "label": "checks", + "description": [], + "signature": [ + "Zod.ZodStringCheck[]" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodStringDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodString" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodStringDef.coerce", + "type": "boolean", + "tags": [], + "label": "coerce", + "description": [], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodSymbolDef", + "type": "Interface", + "tags": [], + "label": "ZodSymbolDef", + "description": [], + "signature": [ + "Zod.ZodSymbolDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodSymbolDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodSymbol" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTooBigIssue", + "type": "Interface", + "tags": [], + "label": "ZodTooBigIssue", + "description": [], + "signature": [ + "Zod.ZodTooBigIssue extends Zod.ZodIssueBase" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTooBigIssue.code", + "type": "string", + "tags": [], + "label": "code", + "description": [], + "signature": [ + "\"too_big\"" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTooBigIssue.maximum", + "type": "CompoundType", + "tags": [], + "label": "maximum", + "description": [], + "signature": [ + "number | bigint" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTooBigIssue.inclusive", + "type": "boolean", + "tags": [], + "label": "inclusive", + "description": [], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTooBigIssue.exact", + "type": "CompoundType", + "tags": [], + "label": "exact", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTooBigIssue.type", + "type": "CompoundType", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"string\" | \"number\" | \"bigint\" | \"date\" | \"set\" | \"array\"" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTooSmallIssue", + "type": "Interface", + "tags": [], + "label": "ZodTooSmallIssue", + "description": [], + "signature": [ + "Zod.ZodTooSmallIssue extends Zod.ZodIssueBase" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTooSmallIssue.code", + "type": "string", + "tags": [], + "label": "code", + "description": [], + "signature": [ + "\"too_small\"" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTooSmallIssue.minimum", + "type": "CompoundType", + "tags": [], + "label": "minimum", + "description": [], + "signature": [ + "number | bigint" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTooSmallIssue.inclusive", + "type": "boolean", + "tags": [], + "label": "inclusive", + "description": [], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTooSmallIssue.exact", + "type": "CompoundType", + "tags": [], + "label": "exact", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTooSmallIssue.type", + "type": "CompoundType", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"string\" | \"number\" | \"bigint\" | \"date\" | \"set\" | \"array\"" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTupleDef", + "type": "Interface", + "tags": [], + "label": "ZodTupleDef", + "description": [], + "signature": [ + "Zod.ZodTupleDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTupleDef.items", + "type": "Uncategorized", + "tags": [], + "label": "items", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTupleDef.rest", + "type": "Uncategorized", + "tags": [], + "label": "rest", + "description": [], + "signature": [ + "Rest" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTupleDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodTuple" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTypeDef", + "type": "Interface", + "tags": [], + "label": "ZodTypeDef", + "description": [], + "signature": [ + "Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTypeDef.errorMap", + "type": "Function", + "tags": [], + "label": "errorMap", + "description": [], + "signature": [ + "Zod.ZodErrorMap | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTypeDef.description", + "type": "string", + "tags": [], + "label": "description", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUndefinedDef", + "type": "Interface", + "tags": [], + "label": "ZodUndefinedDef", + "description": [], + "signature": [ + "Zod.ZodUndefinedDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUndefinedDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodUndefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUnionDef", + "type": "Interface", + "tags": [], + "label": "ZodUnionDef", + "description": [], + "signature": [ + "Zod.ZodUnionDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUnionDef.options", + "type": "Uncategorized", + "tags": [], + "label": "options", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUnionDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodUnion" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUnknownDef", + "type": "Interface", + "tags": [], + "label": "ZodUnknownDef", + "description": [], + "signature": [ + "Zod.ZodUnknownDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUnknownDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodUnknown" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUnrecognizedKeysIssue", + "type": "Interface", + "tags": [], + "label": "ZodUnrecognizedKeysIssue", + "description": [], + "signature": [ + "Zod.ZodUnrecognizedKeysIssue extends Zod.ZodIssueBase" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUnrecognizedKeysIssue.code", + "type": "string", + "tags": [], + "label": "code", + "description": [], + "signature": [ + "\"unrecognized_keys\"" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUnrecognizedKeysIssue.keys", + "type": "Array", + "tags": [], + "label": "keys", + "description": [], + "signature": [ + "string[]" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodVoidDef", + "type": "Interface", + "tags": [], + "label": "ZodVoidDef", + "description": [], + "signature": [ + "Zod.ZodVoidDef extends Zod.ZodTypeDef" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodVoidDef.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind.ZodVoid" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + } + ], + "enums": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFirstPartyTypeKind", + "type": "Enum", + "tags": [], + "label": "ZodFirstPartyTypeKind", + "description": [], + "signature": [ + "Zod.ZodFirstPartyTypeKind" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + } + ], + "misc": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.AnyZodObject", + "type": "Type", + "tags": [], + "label": "AnyZodObject", + "description": [], + "signature": [ + "Zod.ZodObject" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.AnyZodTuple", + "type": "Type", + "tags": [], + "label": "AnyZodTuple", + "description": [], + "signature": [ + "Zod.ZodTuple<[] | [Zod.ZodTypeAny, ...Zod.ZodTypeAny[]], Zod.ZodTypeAny | null>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ArrayCardinality", + "type": "Type", + "tags": [], + "label": "ArrayCardinality", + "description": [], + "signature": [ + "\"many\" | \"atleastone\"" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ArrayKeys", + "type": "Type", + "tags": [], + "label": "ArrayKeys", + "description": [], + "signature": [ + "keyof any[]" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.arrayOutputType", + "type": "Type", + "tags": [], + "label": "arrayOutputType", + "description": [], + "signature": [ + "Cardinality extends \"atleastone\" ? [T[\"_output\"], ...T[\"_output\"][]] : T[\"_output\"][]" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.AssertArray", + "type": "Type", + "tags": [], + "label": "AssertArray", + "description": [], + "signature": [ + "T extends any[] ? T : never" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.AsyncParseReturnType", + "type": "Type", + "tags": [], + "label": "AsyncParseReturnType", + "description": [], + "signature": [ + "Promise>" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.baseObjectInputType", + "type": "Type", + "tags": [], + "label": "baseObjectInputType", + "description": [], + "signature": [ + "Pick, requiredKeys<{ [k in keyof Shape]: Shape[k][\"_input\"]; }>> & Partial<{ [k in keyof Shape]: Shape[k][\"_input\"]; }>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.baseObjectOutputType", + "type": "Type", + "tags": [], + "label": "baseObjectOutputType", + "description": [], + "signature": [ + "{ [k in keyof Shape]: Shape[k][\"_output\"]; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.BRAND", + "type": "Uncategorized", + "tags": [], + "label": "BRAND", + "description": [], + "signature": [ + "typeof Zod.BRAND" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.BRAND", + "type": "Type", + "tags": [], + "label": "BRAND", + "description": [], + "signature": [ + "{ [BRAND]: { [k in T]: true; }; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.CatchallInput", + "type": "Type", + "tags": [], + "label": "CatchallInput", + "description": [], + "signature": [ + "Zod.ZodTypeAny extends T ? unknown : { [k: string]: T[\"_input\"]; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.CatchallOutput", + "type": "Type", + "tags": [], + "label": "CatchallOutput", + "description": [], + "signature": [ + "Zod.ZodTypeAny extends T ? unknown : { [k: string]: T[\"_output\"]; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.CustomErrorParams", + "type": "Type", + "tags": [], + "label": "CustomErrorParams", + "description": [], + "signature": [ + "{ params?: { [k: string]: any; } | undefined; message?: string | undefined; path?: (string | number)[] | undefined; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.DenormalizedError", + "type": "Type", + "tags": [], + "label": "DenormalizedError", + "description": [], + "signature": [ + "{ [k: string]: string[] | Zod.DenormalizedError; }" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.deoptional", + "type": "Type", + "tags": [], + "label": "deoptional", + "description": [], + "signature": [ + "T extends Zod.ZodOptional ? Zod.deoptional : T extends Zod.ZodNullable ? Zod.ZodNullable> : T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.DIRTY", + "type": "Type", + "tags": [], + "label": "DIRTY", + "description": [], + "signature": [ + "{ status: \"dirty\"; value: T; }" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.Effect", + "type": "Type", + "tags": [], + "label": "Effect", + "description": [], + "signature": [ + "Zod.RefinementEffect | Zod.TransformEffect | Zod.PreprocessEffect" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.EMPTY_PATH", + "type": "Array", + "tags": [], + "label": "EMPTY_PATH", + "description": [], + "signature": [ + "Zod.ParsePathComponent[]" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.EnumLike", + "type": "Type", + "tags": [], + "label": "EnumLike", + "description": [], + "signature": [ + "{ [k: string]: string | number; [nu: number]: string; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.EnumValues", + "type": "Type", + "tags": [], + "label": "EnumValues", + "description": [], + "signature": [ + "[string, ...string[]]" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ErrorMapCtx", + "type": "Type", + "tags": [], + "label": "ErrorMapCtx", + "description": [], + "signature": [ + "{ defaultError: string; data: any; }" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.FilterEnum", + "type": "Type", + "tags": [], + "label": "FilterEnum", + "description": [], + "signature": [ + "Values extends [] ? [] : Values extends [infer Head, ...infer Rest] ? Head extends ToExclude ? Zod.FilterEnum : [Head, ...Zod.FilterEnum] : never" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.Indices", + "type": "Type", + "tags": [], + "label": "Indices", + "description": [], + "signature": [ + "keyof T extends keyof any[] ? never : keyof T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.inferFlattenedErrors", + "type": "Type", + "tags": [], + "label": "inferFlattenedErrors", + "description": [], + "signature": [ + "{ formErrors: U[]; fieldErrors: { [P in allKeys>]?: U[] | undefined; }; }" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.inferFormattedError", + "type": "Type", + "tags": [], + "label": "inferFormattedError", + "description": [], + "signature": [ + "{ _errors: U[]; } & recursiveZodFormattedError>>" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.InnerTypeOfFunction", + "type": "Type", + "tags": [], + "label": "InnerTypeOfFunction", + "description": [], + "signature": [ + "Args[\"_output\"] extends any[] ? (...args: Args[\"_output\"]) => Returns[\"_input\"] : never" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.InnerTypeOfFunction.$1", + "type": "Uncategorized", + "tags": [], + "label": "args", + "description": [], + "signature": [ + "Args[\"_output\"]" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.input", + "type": "Type", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "T[\"_input\"]" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.InputTypeOfTuple", + "type": "Type", + "tags": [], + "label": "InputTypeOfTuple", + "description": [], + "signature": [ + "{ [k in keyof T]: T[k] extends Zod.ZodType ? T[k][\"_input\"] : never; } extends any[] ? any[] & { [k in keyof T]: T[k] extends Zod.ZodType ? T[k][\"_input\"] : never; } : never" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.InputTypeOfTupleWithRest", + "type": "Type", + "tags": [], + "label": "InputTypeOfTupleWithRest", + "description": [], + "signature": [ + "Rest extends Zod.ZodTypeAny ? [...Zod.AssertArray<{ [k in keyof T]: T[k] extends Zod.ZodType ? T[k][\"_input\"] : never; }>, ...Rest[\"_input\"][]] : Zod.AssertArray<{ [k in keyof T]: T[k] extends Zod.ZodType ? T[k][\"_input\"] : never; }>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.INVALID", + "type": "Type", + "tags": [], + "label": "INVALID", + "description": [], + "signature": [ + "{ status: \"aborted\"; }" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.IpVersion", + "type": "Type", + "tags": [], + "label": "IpVersion", + "description": [], + "signature": [ + "\"v4\" | \"v6\"" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.IssueData", + "type": "Type", + "tags": [], + "label": "IssueData", + "description": [], + "signature": [ + "(Zod.util.OmitKeys | Zod.util.OmitKeys | Zod.util.OmitKeys | Zod.util.OmitKeys | Zod.util.OmitKeys | Zod.util.OmitKeys | Zod.util.OmitKeys | Zod.util.OmitKeys | Zod.util.OmitKeys | Zod.util.OmitKeys | Zod.util.OmitKeys | Zod.util.OmitKeys | Zod.util.OmitKeys | Zod.util.OmitKeys | Zod.util.OmitKeys | Zod.util.OmitKeys) & { path?: (string | number)[] | undefined; fatal?: boolean | undefined; }" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.KeySchema", + "type": "Type", + "tags": [], + "label": "KeySchema", + "description": [], + "signature": [ + "Zod.ZodType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.mergeTypes", + "type": "Type", + "tags": [], + "label": "mergeTypes", + "description": [], + "signature": [ + "{ [k in keyof A | keyof B]: k extends keyof B ? B[k] : k extends keyof A ? A[k] : never; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.NEVER", + "type": "Uncategorized", + "tags": [], + "label": "NEVER", + "description": [], + "signature": [ + "never" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.noUnrecognized", + "type": "Type", + "tags": [], + "label": "noUnrecognized", + "description": [], + "signature": [ + "{ [k in keyof Obj]: k extends keyof Shape ? Obj[k] : never; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.objectInputType", + "type": "Type", + "tags": [], + "label": "objectInputType", + "description": [], + "signature": [ + "{ [k in keyof Zod.baseObjectInputType]: Zod.baseObjectInputType[k]; } & Zod.CatchallInput & Zod.PassthroughType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.objectOutputType", + "type": "Type", + "tags": [], + "label": "objectOutputType", + "description": [], + "signature": [ + "{ [k in keyof Zod.objectUtil.addQuestionMarks, requiredKeys>>]: Zod.objectUtil.addQuestionMarks, requiredKeys>>[k]; } & Zod.CatchallOutput & Zod.PassthroughType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ObjectPair", + "type": "Type", + "tags": [], + "label": "ObjectPair", + "description": [], + "signature": [ + "{ key: Zod.SyncParseReturnType; value: Zod.SyncParseReturnType; }" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.OK", + "type": "Type", + "tags": [], + "label": "OK", + "description": [], + "signature": [ + "{ status: \"valid\"; value: T; }" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.OuterTypeOfFunction", + "type": "Type", + "tags": [], + "label": "OuterTypeOfFunction", + "description": [], + "signature": [ + "Args[\"_input\"] extends any[] ? (...args: Args[\"_input\"]) => Returns[\"_output\"] : never" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.OuterTypeOfFunction.$1", + "type": "Uncategorized", + "tags": [], + "label": "args", + "description": [], + "signature": [ + "Args[\"_input\"]" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.output", + "type": "Type", + "tags": [], + "label": "output", + "description": [], + "signature": [ + "T[\"_output\"]" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.OutputTypeOfTuple", + "type": "Type", + "tags": [], + "label": "OutputTypeOfTuple", + "description": [], + "signature": [ + "{ [k in keyof T]: T[k] extends Zod.ZodType ? T[k][\"_output\"] : never; } extends any[] ? any[] & { [k in keyof T]: T[k] extends Zod.ZodType ? T[k][\"_output\"] : never; } : never" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.OutputTypeOfTupleWithRest", + "type": "Type", + "tags": [], + "label": "OutputTypeOfTupleWithRest", + "description": [], + "signature": [ + "Rest extends Zod.ZodTypeAny ? [...Zod.AssertArray<{ [k in keyof T]: T[k] extends Zod.ZodType ? T[k][\"_output\"] : never; }>, ...Rest[\"_output\"][]] : Zod.AssertArray<{ [k in keyof T]: T[k] extends Zod.ZodType ? T[k][\"_output\"] : never; }>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ParseInput", + "type": "Type", + "tags": [], + "label": "ParseInput", + "description": [], + "signature": [ + "{ data: any; path: (string | number)[]; parent: Zod.ParseContext; }" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ParseParams", + "type": "Type", + "tags": [], + "label": "ParseParams", + "description": [], + "signature": [ + "{ path: (string | number)[]; errorMap: Zod.ZodErrorMap; async: boolean; }" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ParsePath", + "type": "Type", + "tags": [], + "label": "ParsePath", + "description": [], + "signature": [ + "Zod.ParsePathComponent[]" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ParsePathComponent", + "type": "Type", + "tags": [], + "label": "ParsePathComponent", + "description": [], + "signature": [ + "string | number" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ParseReturnType", + "type": "Type", + "tags": [], + "label": "ParseReturnType", + "description": [], + "signature": [ + "Zod.SyncParseReturnType | Zod.AsyncParseReturnType" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.PassthroughType", + "type": "Type", + "tags": [], + "label": "PassthroughType", + "description": [], + "signature": [ + "T extends \"passthrough\" ? { [k: string]: unknown; } : unknown" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.PreprocessEffect", + "type": "Type", + "tags": [], + "label": "PreprocessEffect", + "description": [], + "signature": [ + "{ type: \"preprocess\"; transform: (arg: T, ctx: Zod.RefinementCtx) => any; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.Primitive", + "type": "Type", + "tags": [], + "label": "Primitive", + "description": [], + "signature": [ + "string | number | bigint | boolean | symbol | null | undefined" + ], + "path": "node_modules/zod/lib/helpers/typeAliases.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ProcessedCreateParams", + "type": "Type", + "tags": [], + "label": "ProcessedCreateParams", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; description?: string | undefined; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.RawCreateParams", + "type": "Type", + "tags": [], + "label": "RawCreateParams", + "description": [], + "signature": [ + "{ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } | undefined" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.RecordType", + "type": "Type", + "tags": [], + "label": "RecordType", + "description": [], + "signature": [ + "[string] extends [K] ? Record : [number] extends [K] ? Record : [symbol] extends [K] ? Record : [Zod.BRAND] extends [K] ? Record : Partial>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.Refinement", + "type": "Type", + "tags": [], + "label": "Refinement", + "description": [], + "signature": [ + "(arg: T, ctx: Zod.RefinementCtx) => any" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.Refinement.$1", + "type": "Uncategorized", + "tags": [], + "label": "arg", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.Refinement.$2", + "type": "Object", + "tags": [], + "label": "ctx", + "description": [], + "signature": [ + "{ addIssue: (arg: Zod.IssueData) => void; path: (string | number)[]; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.RefinementCtx", + "type": "Type", + "tags": [], + "label": "RefinementCtx", + "description": [], + "signature": [ + "{ addIssue: (arg: Zod.IssueData) => void; path: (string | number)[]; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.RefinementEffect", + "type": "Type", + "tags": [], + "label": "RefinementEffect", + "description": [], + "signature": [ + "{ type: \"refinement\"; refinement: (arg: T, ctx: Zod.RefinementCtx) => any; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.SafeParseError", + "type": "Type", + "tags": [], + "label": "SafeParseError", + "description": [], + "signature": [ + "{ success: false; error: Zod.ZodError; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.SafeParseReturnType", + "type": "Type", + "tags": [], + "label": "SafeParseReturnType", + "description": [], + "signature": [ + "Zod.SafeParseSuccess | Zod.SafeParseError" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.SafeParseSuccess", + "type": "Type", + "tags": [], + "label": "SafeParseSuccess", + "description": [], + "signature": [ + "{ success: true; data: Output; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.Scalars", + "type": "Type", + "tags": [], + "label": "Scalars", + "description": [], + "signature": [ + "Zod.Primitive | Zod.Primitive[]" + ], + "path": "node_modules/zod/lib/helpers/typeAliases.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.SomeZodObject", + "type": "Type", + "tags": [], + "label": "SomeZodObject", + "description": [], + "signature": [ + "Zod.ZodObject" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.StringValidation", + "type": "Type", + "tags": [], + "label": "StringValidation", + "description": [], + "signature": [ + "\"ip\" | \"uuid\" | \"url\" | \"email\" | \"datetime\" | \"emoji\" | \"cuid\" | \"cuid2\" | \"ulid\" | \"regex\" | { includes: string; position?: number | undefined; } | { startsWith: string; } | { endsWith: string; }" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.SuperRefinement", + "type": "Type", + "tags": [], + "label": "SuperRefinement", + "description": [], + "signature": [ + "(arg: T, ctx: Zod.RefinementCtx) => void | Promise" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.SuperRefinement.$1", + "type": "Uncategorized", + "tags": [], + "label": "arg", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.SuperRefinement.$2", + "type": "Object", + "tags": [], + "label": "ctx", + "description": [], + "signature": [ + "{ addIssue: (arg: Zod.IssueData) => void; path: (string | number)[]; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.SyncParseReturnType", + "type": "Type", + "tags": [], + "label": "SyncParseReturnType", + "description": [], + "signature": [ + "Zod.OK | Zod.DIRTY | Zod.INVALID" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.TransformEffect", + "type": "Type", + "tags": [], + "label": "TransformEffect", + "description": [], + "signature": [ + "{ type: \"transform\"; transform: (arg: T, ctx: Zod.RefinementCtx) => any; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.typecast", + "type": "Type", + "tags": [], + "label": "typecast", + "description": [], + "signature": [ + "A extends T ? A : never" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.TypeOf", + "type": "Type", + "tags": [], + "label": "TypeOf", + "description": [], + "signature": [ + "T[\"_output\"]" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.TypeOf", + "type": "Type", + "tags": [], + "label": "TypeOf", + "description": [], + "signature": [ + "T[\"_output\"]" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.typeToFlattenedError", + "type": "Type", + "tags": [], + "label": "typeToFlattenedError", + "description": [], + "signature": [ + "{ formErrors: U[]; fieldErrors: { [P in allKeys]?: U[] | undefined; }; }" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.UnknownKeysParam", + "type": "Type", + "tags": [], + "label": "UnknownKeysParam", + "description": [], + "signature": [ + "\"passthrough\" | \"strict\" | \"strip\"" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.Values", + "type": "Type", + "tags": [], + "label": "Values", + "description": [], + "signature": [ + "{ [k in T[number]]: k; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.Writeable", + "type": "Type", + "tags": [], + "label": "Writeable", + "description": [], + "signature": [ + "{ -readonly [P in keyof T]: T[P]; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodBigIntCheck", + "type": "Type", + "tags": [], + "label": "ZodBigIntCheck", + "description": [], + "signature": [ + "{ kind: \"min\"; value: bigint; inclusive: boolean; message?: string | undefined; } | { kind: \"max\"; value: bigint; inclusive: boolean; message?: string | undefined; } | { kind: \"multipleOf\"; value: bigint; message?: string | undefined; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDateCheck", + "type": "Type", + "tags": [], + "label": "ZodDateCheck", + "description": [], + "signature": [ + "{ kind: \"min\"; value: number; message?: string | undefined; } | { kind: \"max\"; value: number; message?: string | undefined; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodDiscriminatedUnionOption", + "type": "Type", + "tags": [], + "label": "ZodDiscriminatedUnionOption", + "description": [], + "signature": [ + "Zod.ZodObject<{ [key in Discriminator]: Zod.ZodTypeAny; } & Zod.ZodRawShape, Zod.UnknownKeysParam, Zod.ZodTypeAny, { [k in keyof Zod.objectUtil.addQuestionMarks, requiredKeys>>]: Zod.objectUtil.addQuestionMarks, requiredKeys>>[k]; }, { [k in keyof Zod.baseObjectInputType<{ [key in Discriminator]: Zod.ZodTypeAny; } & Zod.ZodRawShape>]: Zod.baseObjectInputType<{ [key in Discriminator]: Zod.ZodTypeAny; } & Zod.ZodRawShape>[k]; }>" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodErrorMap", + "type": "Type", + "tags": [], + "label": "ZodErrorMap", + "description": [], + "signature": [ + "(issue: Zod.ZodIssueOptionalMessage, _ctx: Zod.ErrorMapCtx) => { message: string; }" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodErrorMap.$1", + "type": "CompoundType", + "tags": [], + "label": "issue", + "description": [], + "signature": [ + "Zod.ZodInvalidTypeIssue | Zod.ZodInvalidLiteralIssue | Zod.ZodUnrecognizedKeysIssue | Zod.ZodInvalidUnionIssue | Zod.ZodInvalidUnionDiscriminatorIssue | Zod.ZodInvalidEnumValueIssue | Zod.ZodInvalidArgumentsIssue | Zod.ZodInvalidReturnTypeIssue | Zod.ZodInvalidDateIssue | Zod.ZodInvalidStringIssue | Zod.ZodTooSmallIssue | Zod.ZodTooBigIssue | Zod.ZodInvalidIntersectionTypesIssue | Zod.ZodNotMultipleOfIssue | Zod.ZodNotFiniteIssue | Zod.ZodCustomIssue" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodErrorMap.$2", + "type": "Object", + "tags": [], + "label": "_ctx", + "description": [], + "signature": [ + "{ defaultError: string; data: any; }" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFirstPartySchemaTypes", + "type": "Type", + "tags": [], + "label": "ZodFirstPartySchemaTypes", + "description": [], + "signature": [ + "Zod.ZodString | Zod.ZodBoolean | Zod.ZodNumber | Zod.ZodUnknown | Zod.ZodUndefined | Zod.ZodAny | Zod.ZodBigInt | Zod.ZodDate | Zod.ZodNull | Zod.ZodNever | Zod.ZodVoid | Zod.ZodTuple | Zod.ZodNaN | Zod.ZodArray | Zod.ZodObject | Zod.ZodUnion | Zod.ZodDiscriminatedUnion | Zod.ZodIntersection | Zod.ZodRecord | Zod.ZodMap | Zod.ZodSet | Zod.ZodFunction | Zod.ZodLazy | Zod.ZodLiteral | Zod.ZodEnum | Zod.ZodEffects | Zod.ZodNativeEnum | Zod.ZodOptional | Zod.ZodNullable | Zod.ZodDefault | Zod.ZodCatch | Zod.ZodPromise | Zod.ZodBranded | Zod.ZodPipeline" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodFormattedError", + "type": "Type", + "tags": [], + "label": "ZodFormattedError", + "description": [], + "signature": [ + "{ _errors: U[]; } & recursiveZodFormattedError>" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodIssue", + "type": "Type", + "tags": [], + "label": "ZodIssue", + "description": [], + "signature": [ + "Zod.ZodIssueOptionalMessage & { fatal?: boolean | undefined; message: string; }" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodIssueBase", + "type": "Type", + "tags": [], + "label": "ZodIssueBase", + "description": [], + "signature": [ + "{ path: (string | number)[]; message?: string | undefined; }" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodIssueCode", + "type": "Type", + "tags": [], + "label": "ZodIssueCode", + "description": [], + "signature": [ + "\"custom\" | \"invalid_literal\" | \"invalid_type\" | \"invalid_union\" | \"unrecognized_keys\" | \"invalid_union_discriminator\" | \"invalid_arguments\" | \"invalid_return_type\" | \"invalid_string\" | \"not_multiple_of\" | \"invalid_intersection_types\" | \"invalid_date\" | \"not_finite\" | \"too_big\" | \"too_small\" | \"invalid_enum_value\"" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodIssueOptionalMessage", + "type": "Type", + "tags": [], + "label": "ZodIssueOptionalMessage", + "description": [], + "signature": [ + "Zod.ZodInvalidTypeIssue | Zod.ZodInvalidLiteralIssue | Zod.ZodUnrecognizedKeysIssue | Zod.ZodInvalidUnionIssue | Zod.ZodInvalidUnionDiscriminatorIssue | Zod.ZodInvalidEnumValueIssue | Zod.ZodInvalidArgumentsIssue | Zod.ZodInvalidReturnTypeIssue | Zod.ZodInvalidDateIssue | Zod.ZodInvalidStringIssue | Zod.ZodTooSmallIssue | Zod.ZodTooBigIssue | Zod.ZodInvalidIntersectionTypesIssue | Zod.ZodNotMultipleOfIssue | Zod.ZodNotFiniteIssue | Zod.ZodCustomIssue" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNonEmptyArray", + "type": "Type", + "tags": [], + "label": "ZodNonEmptyArray", + "description": [], + "signature": [ + "Zod.ZodArray" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNullableType", + "type": "Type", + "tags": [], + "label": "ZodNullableType", + "description": [], + "signature": [ + "Zod.ZodNullable" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodNumberCheck", + "type": "Type", + "tags": [], + "label": "ZodNumberCheck", + "description": [], + "signature": [ + "{ kind: \"min\"; value: number; inclusive: boolean; message?: string | undefined; } | { kind: \"max\"; value: number; inclusive: boolean; message?: string | undefined; } | { kind: \"int\"; message?: string | undefined; } | { kind: \"multipleOf\"; value: number; message?: string | undefined; } | { kind: \"finite\"; message?: string | undefined; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodOptionalType", + "type": "Type", + "tags": [], + "label": "ZodOptionalType", + "description": [], + "signature": [ + "Zod.ZodOptional" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodParsedType", + "type": "Type", + "tags": [], + "label": "ZodParsedType", + "description": [], + "signature": [ + "\"string\" | \"number\" | \"bigint\" | \"boolean\" | \"symbol\" | \"undefined\" | \"object\" | \"function\" | \"unknown\" | \"date\" | \"integer\" | \"float\" | \"map\" | \"set\" | \"null\" | \"nan\" | \"array\" | \"promise\" | \"void\" | \"never\"" + ], + "path": "node_modules/zod/lib/helpers/util.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodRawShape", + "type": "Type", + "tags": [], + "label": "ZodRawShape", + "description": [], + "signature": [ + "{ [k: string]: Zod.ZodTypeAny; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodStringCheck", + "type": "Type", + "tags": [], + "label": "ZodStringCheck", + "description": [], + "signature": [ + "{ kind: \"min\"; value: number; message?: string | undefined; } | { kind: \"max\"; value: number; message?: string | undefined; } | { kind: \"length\"; value: number; message?: string | undefined; } | { kind: \"email\"; message?: string | undefined; } | { kind: \"url\"; message?: string | undefined; } | { kind: \"emoji\"; message?: string | undefined; } | { kind: \"uuid\"; message?: string | undefined; } | { kind: \"cuid\"; message?: string | undefined; } | { kind: \"includes\"; value: string; position?: number | undefined; message?: string | undefined; } | { kind: \"cuid2\"; message?: string | undefined; } | { kind: \"ulid\"; message?: string | undefined; } | { kind: \"startsWith\"; value: string; message?: string | undefined; } | { kind: \"endsWith\"; value: string; message?: string | undefined; } | { kind: \"regex\"; regex: RegExp; message?: string | undefined; } | { kind: \"trim\"; message?: string | undefined; } | { kind: \"toLowerCase\"; message?: string | undefined; } | { kind: \"toUpperCase\"; message?: string | undefined; } | { kind: \"datetime\"; offset: boolean; precision: number | null; message?: string | undefined; } | { kind: \"ip\"; version?: Zod.IpVersion | undefined; message?: string | undefined; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTupleItems", + "type": "Type", + "tags": [], + "label": "ZodTupleItems", + "description": [], + "signature": [ + "[Zod.ZodTypeAny, ...Zod.ZodTypeAny[]]" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodTypeAny", + "type": "Type", + "tags": [], + "label": "ZodTypeAny", + "description": [], + "signature": [ + "Zod.ZodType" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodUnionOptions", + "type": "Type", + "tags": [], + "label": "ZodUnionOptions", + "description": [], + "signature": [ + "readonly [Zod.ZodTypeAny, ...Zod.ZodTypeAny[]]" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + } + ], + "objects": [ + { + "parentPluginId": "@kbn/zod", + "id": "def-common.coerce", + "type": "Object", + "tags": [], + "label": "coerce", + "description": [], + "signature": [ + "{ string: (params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { coerce?: true | undefined; }) | undefined) => Zod.ZodString; number: (params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined) => Zod.ZodNumber; boolean: (params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined) => Zod.ZodBoolean; bigint: (params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined) => Zod.ZodBigInt; date: (params?: ({ errorMap?: Zod.ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { coerce?: boolean | undefined; }) | undefined) => Zod.ZodDate; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.INVALID", + "type": "Object", + "tags": [], + "label": "INVALID", + "description": [], + "signature": [ + "{ status: \"aborted\"; }" + ], + "path": "node_modules/zod/lib/helpers/parseUtil.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.late", + "type": "Object", + "tags": [], + "label": "late", + "description": [], + "signature": [ + "{ object: (shape: () => T, params?: Zod.RawCreateParams) => Zod.ZodObject, { [k in keyof Zod.baseObjectOutputType]: undefined extends Zod.baseObjectOutputType[k] ? never : k; }[keyof T]>]: Zod.objectUtil.addQuestionMarks, { [k in keyof Zod.baseObjectOutputType]: undefined extends Zod.baseObjectOutputType[k] ? never : k; }[keyof T]>[k_1]; }, { [k_2 in keyof Zod.baseObjectInputType]: Zod.baseObjectInputType[k_2]; }>; }" + ], + "path": "node_modules/zod/lib/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.objectUtil", + "type": "Object", + "tags": [], + "label": "objectUtil", + "description": [], + "signature": [ + "typeof Zod.objectUtil" + ], + "path": "node_modules/zod/lib/helpers/util.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.util", + "type": "Object", + "tags": [], + "label": "util", + "description": [], + "signature": [ + "typeof Zod.util" + ], + "path": "node_modules/zod/lib/helpers/util.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodIssueCode", + "type": "Object", + "tags": [], + "label": "ZodIssueCode", + "description": [], + "signature": [ + "{ invalid_type: \"invalid_type\"; invalid_literal: \"invalid_literal\"; custom: \"custom\"; invalid_union: \"invalid_union\"; invalid_union_discriminator: \"invalid_union_discriminator\"; invalid_enum_value: \"invalid_enum_value\"; unrecognized_keys: \"unrecognized_keys\"; invalid_arguments: \"invalid_arguments\"; invalid_return_type: \"invalid_return_type\"; invalid_date: \"invalid_date\"; invalid_string: \"invalid_string\"; too_small: \"too_small\"; too_big: \"too_big\"; invalid_intersection_types: \"invalid_intersection_types\"; not_multiple_of: \"not_multiple_of\"; not_finite: \"not_finite\"; }" + ], + "path": "node_modules/zod/lib/ZodError.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/zod", + "id": "def-common.ZodParsedType", + "type": "Object", + "tags": [], + "label": "ZodParsedType", + "description": [], + "signature": [ + "{ function: \"function\"; number: \"number\"; string: \"string\"; nan: \"nan\"; integer: \"integer\"; float: \"float\"; boolean: \"boolean\"; date: \"date\"; bigint: \"bigint\"; symbol: \"symbol\"; undefined: \"undefined\"; null: \"null\"; array: \"array\"; object: \"object\"; unknown: \"unknown\"; promise: \"promise\"; void: \"void\"; never: \"never\"; map: \"map\"; set: \"set\"; }" + ], + "path": "node_modules/zod/lib/helpers/util.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + } + ] + } +} \ No newline at end of file diff --git a/api_docs/kbn_zod.mdx b/api_docs/kbn_zod.mdx new file mode 100644 index 0000000000000..1e17b5928b2de --- /dev/null +++ b/api_docs/kbn_zod.mdx @@ -0,0 +1,45 @@ +--- +#### +#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system. +#### Reach out in #docs-engineering for more info. +#### +id: kibKbnZodPluginApi +slug: /kibana-dev-docs/api/kbn-zod +title: "@kbn/zod" +image: https://source.unsplash.com/400x175/?github +description: API docs for the @kbn/zod plugin +date: 2024-07-22 +tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/zod'] +--- +import kbnZodObj from './kbn_zod.devdocs.json'; + + + +Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 1224 | 0 | 4 | 0 | + +## Common + +### Objects + + +### Functions + + +### Classes + + +### Interfaces + + +### Enums + + +### Consts, variables and types + + diff --git a/api_docs/kbn_zod_helpers.mdx b/api_docs/kbn_zod_helpers.mdx index 4ec46430b7bf6..6d047e3f883ef 100644 --- a/api_docs/kbn_zod_helpers.mdx +++ b/api_docs/kbn_zod_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-zod-helpers title: "@kbn/zod-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/zod-helpers plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/zod-helpers'] --- import kbnZodHelpersObj from './kbn_zod_helpers.devdocs.json'; diff --git a/api_docs/kibana_overview.mdx b/api_docs/kibana_overview.mdx index 69c991c66a323..d9472c0cf52bf 100644 --- a/api_docs/kibana_overview.mdx +++ b/api_docs/kibana_overview.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kibanaOverview title: "kibanaOverview" image: https://source.unsplash.com/400x175/?github description: API docs for the kibanaOverview plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kibanaOverview'] --- import kibanaOverviewObj from './kibana_overview.devdocs.json'; diff --git a/api_docs/kibana_react.mdx b/api_docs/kibana_react.mdx index c7e9d7ae57739..e60f2f12ff98e 100644 --- a/api_docs/kibana_react.mdx +++ b/api_docs/kibana_react.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kibanaReact title: "kibanaReact" image: https://source.unsplash.com/400x175/?github description: API docs for the kibanaReact plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kibanaReact'] --- import kibanaReactObj from './kibana_react.devdocs.json'; diff --git a/api_docs/kibana_utils.mdx b/api_docs/kibana_utils.mdx index aeb6b40b3951f..0b9d4eb57e9ff 100644 --- a/api_docs/kibana_utils.mdx +++ b/api_docs/kibana_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kibanaUtils title: "kibanaUtils" image: https://source.unsplash.com/400x175/?github description: API docs for the kibanaUtils plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kibanaUtils'] --- import kibanaUtilsObj from './kibana_utils.devdocs.json'; diff --git a/api_docs/kubernetes_security.mdx b/api_docs/kubernetes_security.mdx index 3910bec643545..1564eaf325ae4 100644 --- a/api_docs/kubernetes_security.mdx +++ b/api_docs/kubernetes_security.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kubernetesSecurity title: "kubernetesSecurity" image: https://source.unsplash.com/400x175/?github description: API docs for the kubernetesSecurity plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kubernetesSecurity'] --- import kubernetesSecurityObj from './kubernetes_security.devdocs.json'; diff --git a/api_docs/lens.mdx b/api_docs/lens.mdx index bfe5292116895..d5de3b38fcfb9 100644 --- a/api_docs/lens.mdx +++ b/api_docs/lens.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/lens title: "lens" image: https://source.unsplash.com/400x175/?github description: API docs for the lens plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'lens'] --- import lensObj from './lens.devdocs.json'; diff --git a/api_docs/license_api_guard.mdx b/api_docs/license_api_guard.mdx index ae686b5bdfce2..4525253a71081 100644 --- a/api_docs/license_api_guard.mdx +++ b/api_docs/license_api_guard.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/licenseApiGuard title: "licenseApiGuard" image: https://source.unsplash.com/400x175/?github description: API docs for the licenseApiGuard plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'licenseApiGuard'] --- import licenseApiGuardObj from './license_api_guard.devdocs.json'; diff --git a/api_docs/license_management.mdx b/api_docs/license_management.mdx index 5db8c0121bd45..35099f4dafabf 100644 --- a/api_docs/license_management.mdx +++ b/api_docs/license_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/licenseManagement title: "licenseManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the licenseManagement plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'licenseManagement'] --- import licenseManagementObj from './license_management.devdocs.json'; diff --git a/api_docs/licensing.mdx b/api_docs/licensing.mdx index 90319a0df3c79..a8cd61b7c9c55 100644 --- a/api_docs/licensing.mdx +++ b/api_docs/licensing.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/licensing title: "licensing" image: https://source.unsplash.com/400x175/?github description: API docs for the licensing plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'licensing'] --- import licensingObj from './licensing.devdocs.json'; diff --git a/api_docs/links.mdx b/api_docs/links.mdx index b2982410ff659..3adb74beda886 100644 --- a/api_docs/links.mdx +++ b/api_docs/links.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/links title: "links" image: https://source.unsplash.com/400x175/?github description: API docs for the links plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'links'] --- import linksObj from './links.devdocs.json'; diff --git a/api_docs/lists.mdx b/api_docs/lists.mdx index 0ce317f183bc3..b5204d25ea441 100644 --- a/api_docs/lists.mdx +++ b/api_docs/lists.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/lists title: "lists" image: https://source.unsplash.com/400x175/?github description: API docs for the lists plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'lists'] --- import listsObj from './lists.devdocs.json'; diff --git a/api_docs/logs_data_access.mdx b/api_docs/logs_data_access.mdx index 843159d9619bc..d33c1f6267db5 100644 --- a/api_docs/logs_data_access.mdx +++ b/api_docs/logs_data_access.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/logsDataAccess title: "logsDataAccess" image: https://source.unsplash.com/400x175/?github description: API docs for the logsDataAccess plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'logsDataAccess'] --- import logsDataAccessObj from './logs_data_access.devdocs.json'; diff --git a/api_docs/logs_explorer.mdx b/api_docs/logs_explorer.mdx index 61bc8b92c5028..298093da3720f 100644 --- a/api_docs/logs_explorer.mdx +++ b/api_docs/logs_explorer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/logsExplorer title: "logsExplorer" image: https://source.unsplash.com/400x175/?github description: API docs for the logsExplorer plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'logsExplorer'] --- import logsExplorerObj from './logs_explorer.devdocs.json'; diff --git a/api_docs/logs_shared.mdx b/api_docs/logs_shared.mdx index c379eb2224d02..77eb9ff9aa9c3 100644 --- a/api_docs/logs_shared.mdx +++ b/api_docs/logs_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/logsShared title: "logsShared" image: https://source.unsplash.com/400x175/?github description: API docs for the logsShared plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'logsShared'] --- import logsSharedObj from './logs_shared.devdocs.json'; diff --git a/api_docs/management.mdx b/api_docs/management.mdx index f6e33ac62a770..877ec7faa6c24 100644 --- a/api_docs/management.mdx +++ b/api_docs/management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/management title: "management" image: https://source.unsplash.com/400x175/?github description: API docs for the management plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'management'] --- import managementObj from './management.devdocs.json'; diff --git a/api_docs/maps.mdx b/api_docs/maps.mdx index ed4fee3b13170..e750f26b1ba12 100644 --- a/api_docs/maps.mdx +++ b/api_docs/maps.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/maps title: "maps" image: https://source.unsplash.com/400x175/?github description: API docs for the maps plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'maps'] --- import mapsObj from './maps.devdocs.json'; diff --git a/api_docs/maps_ems.mdx b/api_docs/maps_ems.mdx index d448486d84d14..1c7b863ff8c87 100644 --- a/api_docs/maps_ems.mdx +++ b/api_docs/maps_ems.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/mapsEms title: "mapsEms" image: https://source.unsplash.com/400x175/?github description: API docs for the mapsEms plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'mapsEms'] --- import mapsEmsObj from './maps_ems.devdocs.json'; diff --git a/api_docs/metrics_data_access.mdx b/api_docs/metrics_data_access.mdx index 770e81a5d4f83..e45faa4bbda78 100644 --- a/api_docs/metrics_data_access.mdx +++ b/api_docs/metrics_data_access.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/metricsDataAccess title: "metricsDataAccess" image: https://source.unsplash.com/400x175/?github description: API docs for the metricsDataAccess plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'metricsDataAccess'] --- import metricsDataAccessObj from './metrics_data_access.devdocs.json'; diff --git a/api_docs/ml.mdx b/api_docs/ml.mdx index e8605098f7333..d332c3f37e0e1 100644 --- a/api_docs/ml.mdx +++ b/api_docs/ml.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ml title: "ml" image: https://source.unsplash.com/400x175/?github description: API docs for the ml plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ml'] --- import mlObj from './ml.devdocs.json'; diff --git a/api_docs/mock_idp_plugin.mdx b/api_docs/mock_idp_plugin.mdx index 2e1153c749223..19a0deb762a66 100644 --- a/api_docs/mock_idp_plugin.mdx +++ b/api_docs/mock_idp_plugin.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/mockIdpPlugin title: "mockIdpPlugin" image: https://source.unsplash.com/400x175/?github description: API docs for the mockIdpPlugin plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'mockIdpPlugin'] --- import mockIdpPluginObj from './mock_idp_plugin.devdocs.json'; diff --git a/api_docs/monitoring.mdx b/api_docs/monitoring.mdx index ca0de8038c398..cd05db0fac14e 100644 --- a/api_docs/monitoring.mdx +++ b/api_docs/monitoring.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/monitoring title: "monitoring" image: https://source.unsplash.com/400x175/?github description: API docs for the monitoring plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'monitoring'] --- import monitoringObj from './monitoring.devdocs.json'; diff --git a/api_docs/monitoring_collection.mdx b/api_docs/monitoring_collection.mdx index 2390d67921d5a..d3919625a9c6d 100644 --- a/api_docs/monitoring_collection.mdx +++ b/api_docs/monitoring_collection.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/monitoringCollection title: "monitoringCollection" image: https://source.unsplash.com/400x175/?github description: API docs for the monitoringCollection plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'monitoringCollection'] --- import monitoringCollectionObj from './monitoring_collection.devdocs.json'; diff --git a/api_docs/navigation.mdx b/api_docs/navigation.mdx index 1c274bd9b5bf5..5dafa92cd2727 100644 --- a/api_docs/navigation.mdx +++ b/api_docs/navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/navigation title: "navigation" image: https://source.unsplash.com/400x175/?github description: API docs for the navigation plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'navigation'] --- import navigationObj from './navigation.devdocs.json'; diff --git a/api_docs/newsfeed.mdx b/api_docs/newsfeed.mdx index 0f426f05f6db8..091e8c34ad530 100644 --- a/api_docs/newsfeed.mdx +++ b/api_docs/newsfeed.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/newsfeed title: "newsfeed" image: https://source.unsplash.com/400x175/?github description: API docs for the newsfeed plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'newsfeed'] --- import newsfeedObj from './newsfeed.devdocs.json'; diff --git a/api_docs/no_data_page.mdx b/api_docs/no_data_page.mdx index def4a578fa216..56d41a55d8819 100644 --- a/api_docs/no_data_page.mdx +++ b/api_docs/no_data_page.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/noDataPage title: "noDataPage" image: https://source.unsplash.com/400x175/?github description: API docs for the noDataPage plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'noDataPage'] --- import noDataPageObj from './no_data_page.devdocs.json'; diff --git a/api_docs/notifications.mdx b/api_docs/notifications.mdx index 6e3b2be2c1b0e..81f6aa4c98810 100644 --- a/api_docs/notifications.mdx +++ b/api_docs/notifications.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/notifications title: "notifications" image: https://source.unsplash.com/400x175/?github description: API docs for the notifications plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'notifications'] --- import notificationsObj from './notifications.devdocs.json'; diff --git a/api_docs/observability.mdx b/api_docs/observability.mdx index 96fb2cd08c933..ec86a54437b4c 100644 --- a/api_docs/observability.mdx +++ b/api_docs/observability.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observability title: "observability" image: https://source.unsplash.com/400x175/?github description: API docs for the observability plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observability'] --- import observabilityObj from './observability.devdocs.json'; diff --git a/api_docs/observability_a_i_assistant.mdx b/api_docs/observability_a_i_assistant.mdx index f276adce2b86c..ec51c519a4cff 100644 --- a/api_docs/observability_a_i_assistant.mdx +++ b/api_docs/observability_a_i_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityAIAssistant title: "observabilityAIAssistant" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityAIAssistant plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityAIAssistant'] --- import observabilityAIAssistantObj from './observability_a_i_assistant.devdocs.json'; diff --git a/api_docs/observability_a_i_assistant_app.mdx b/api_docs/observability_a_i_assistant_app.mdx index 041f2942a38fb..ec0c70294343b 100644 --- a/api_docs/observability_a_i_assistant_app.mdx +++ b/api_docs/observability_a_i_assistant_app.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityAIAssistantApp title: "observabilityAIAssistantApp" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityAIAssistantApp plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityAIAssistantApp'] --- import observabilityAIAssistantAppObj from './observability_a_i_assistant_app.devdocs.json'; diff --git a/api_docs/observability_ai_assistant_management.mdx b/api_docs/observability_ai_assistant_management.mdx index f2d137cf9ba25..8e03a86135e56 100644 --- a/api_docs/observability_ai_assistant_management.mdx +++ b/api_docs/observability_ai_assistant_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityAiAssistantManagement title: "observabilityAiAssistantManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityAiAssistantManagement plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityAiAssistantManagement'] --- import observabilityAiAssistantManagementObj from './observability_ai_assistant_management.devdocs.json'; diff --git a/api_docs/observability_logs_explorer.mdx b/api_docs/observability_logs_explorer.mdx index 9779a4db4934d..73e4925bea062 100644 --- a/api_docs/observability_logs_explorer.mdx +++ b/api_docs/observability_logs_explorer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityLogsExplorer title: "observabilityLogsExplorer" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityLogsExplorer plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityLogsExplorer'] --- import observabilityLogsExplorerObj from './observability_logs_explorer.devdocs.json'; diff --git a/api_docs/observability_onboarding.mdx b/api_docs/observability_onboarding.mdx index f4e72aa3c09cd..66e37dc82d709 100644 --- a/api_docs/observability_onboarding.mdx +++ b/api_docs/observability_onboarding.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityOnboarding title: "observabilityOnboarding" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityOnboarding plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityOnboarding'] --- import observabilityOnboardingObj from './observability_onboarding.devdocs.json'; diff --git a/api_docs/observability_shared.mdx b/api_docs/observability_shared.mdx index 8b49f23f3177e..b0284d388f4c3 100644 --- a/api_docs/observability_shared.mdx +++ b/api_docs/observability_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityShared title: "observabilityShared" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityShared plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityShared'] --- import observabilitySharedObj from './observability_shared.devdocs.json'; diff --git a/api_docs/osquery.mdx b/api_docs/osquery.mdx index 4e76ae1676368..a91458f27e83d 100644 --- a/api_docs/osquery.mdx +++ b/api_docs/osquery.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/osquery title: "osquery" image: https://source.unsplash.com/400x175/?github description: API docs for the osquery plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'osquery'] --- import osqueryObj from './osquery.devdocs.json'; diff --git a/api_docs/painless_lab.mdx b/api_docs/painless_lab.mdx index d797e0fc81d79..38b194ba34a07 100644 --- a/api_docs/painless_lab.mdx +++ b/api_docs/painless_lab.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/painlessLab title: "painlessLab" image: https://source.unsplash.com/400x175/?github description: API docs for the painlessLab plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'painlessLab'] --- import painlessLabObj from './painless_lab.devdocs.json'; diff --git a/api_docs/plugin_directory.mdx b/api_docs/plugin_directory.mdx index 82f4b734d3a7c..02f3350a550fa 100644 --- a/api_docs/plugin_directory.mdx +++ b/api_docs/plugin_directory.mdx @@ -7,7 +7,7 @@ id: kibDevDocsPluginDirectory slug: /kibana-dev-docs/api-meta/plugin-api-directory title: Directory description: Directory of public APIs available through plugins or packages. -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -15,13 +15,13 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Count | Plugins or Packages with a
public API | Number of teams | |--------------|----------|------------------------| -| 813 | 696 | 42 | +| 816 | 699 | 42 | ### Public API health stats | API Count | Any Count | Missing comments | Missing exports | |--------------|----------|-----------------|--------| -| 50178 | 239 | 38289 | 1900 | +| 51429 | 239 | 38314 | 1900 | ## Plugin Directory @@ -102,7 +102,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-gis](https://github.com/orgs/elastic/teams/kibana-gis) | The file upload plugin contains components and services for uploading a file, analyzing its data, and then importing the data into an Elasticsearch index. Supported file types include CSV, TSV, newline-delimited JSON and GeoJSON. | 84 | 0 | 84 | 8 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | File upload, download, sharing, and serving over HTTP implementation in Kibana. | 240 | 0 | 24 | 9 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Simple UI for managing files in Kibana | 3 | 0 | 3 | 0 | -| | [@elastic/fleet](https://github.com/orgs/elastic/teams/fleet) | - | 1349 | 5 | 1227 | 72 | +| | [@elastic/fleet](https://github.com/orgs/elastic/teams/fleet) | - | 1350 | 5 | 1228 | 72 | | ftrApis | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 0 | 0 | 0 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 72 | 0 | 14 | 5 | | globalSearchBar | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 0 | 0 | 0 | 0 | @@ -195,7 +195,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 25 | 0 | 25 | 3 | | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 10 | 0 | 10 | 0 | | synthetics | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | This plugin visualizes data from Synthetics and Heartbeat, and integrates with other Observability solutions. | 0 | 0 | 0 | 0 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 103 | 0 | 60 | 5 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 105 | 0 | 62 | 5 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 45 | 0 | 1 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 31 | 0 | 26 | 6 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 1 | 0 | 1 | 0 | @@ -237,7 +237,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Package name           | Maintaining team | Description | API Cnt | Any Cnt | Missing
comments | Missing
exports | |--------------|----------------|-----------|--------------|----------|---------------|--------| | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 11 | 5 | 11 | 0 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 5 | 0 | 5 | 0 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 14 | 0 | 14 | 0 | | | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 36 | 0 | 0 | 0 | | | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 2 | 0 | 0 | 0 | | | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 54 | 0 | 0 | 0 | @@ -247,7 +247,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 194 | 0 | 191 | 0 | | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 33 | 0 | 33 | 0 | | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 22 | 0 | 5 | 1 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 299 | 0 | 283 | 8 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 300 | 0 | 284 | 8 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 73 | 0 | 73 | 2 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 1 | 0 | 0 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 18 | 0 | 18 | 0 | @@ -255,6 +255,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 49 | 0 | 49 | 8 | | | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 192 | 0 | 192 | 30 | | | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 11 | 0 | 11 | 0 | +| | [@elastic/security-defend-workflows](https://github.com/orgs/elastic/teams/security-defend-workflows) | - | 2 | 0 | 2 | 0 | | | [@elastic/kibana-qa](https://github.com/orgs/elastic/teams/kibana-qa) | - | 12 | 0 | 12 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 4 | 0 | 1 | 0 | | | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 10 | 0 | 10 | 0 | @@ -480,7 +481,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 102 | 0 | 86 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 15 | 0 | 9 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 38 | 2 | 33 | 0 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 128 | 0 | 102 | 1 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 130 | 0 | 104 | 1 | | | [@elastic/docs](https://github.com/orgs/elastic/teams/docs) | - | 78 | 0 | 78 | 2 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 5 | 0 | 5 | 1 | | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 41 | 0 | 27 | 6 | @@ -645,6 +646,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 118 | 0 | 59 | 0 | | | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 51 | 0 | 25 | 0 | | | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 275 | 1 | 154 | 0 | +| | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | - | 6 | 0 | 0 | 0 | | | [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) | - | 14 | 0 | 14 | 6 | | | [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) | - | 54 | 0 | 49 | 0 | | | [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) | - | 30 | 0 | 24 | 0 | @@ -728,7 +730,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 33 | 0 | 13 | 0 | | | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 8 | 0 | 8 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 72 | 0 | 55 | 0 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 11 | 0 | 11 | 0 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 15 | 0 | 15 | 0 | | | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 2 | 0 | 2 | 1 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 39 | 0 | 25 | 1 | | | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 86 | 0 | 86 | 1 | @@ -749,5 +751,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 19 | 0 | 17 | 1 | | | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 13 | 0 | 13 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 6 | 0 | 2 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 1224 | 0 | 4 | 0 | | | [@elastic/security-detection-rule-management](https://github.com/orgs/elastic/teams/security-detection-rule-management) | - | 20 | 0 | 10 | 0 | diff --git a/api_docs/presentation_panel.mdx b/api_docs/presentation_panel.mdx index 1abe5faa048f6..c92524fc6781c 100644 --- a/api_docs/presentation_panel.mdx +++ b/api_docs/presentation_panel.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/presentationPanel title: "presentationPanel" image: https://source.unsplash.com/400x175/?github description: API docs for the presentationPanel plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'presentationPanel'] --- import presentationPanelObj from './presentation_panel.devdocs.json'; diff --git a/api_docs/presentation_util.mdx b/api_docs/presentation_util.mdx index 9d49c43814c5e..1a9c93794e94e 100644 --- a/api_docs/presentation_util.mdx +++ b/api_docs/presentation_util.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/presentationUtil title: "presentationUtil" image: https://source.unsplash.com/400x175/?github description: API docs for the presentationUtil plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'presentationUtil'] --- import presentationUtilObj from './presentation_util.devdocs.json'; diff --git a/api_docs/profiling.mdx b/api_docs/profiling.mdx index 58e2469095c3e..e2bc21a6eb843 100644 --- a/api_docs/profiling.mdx +++ b/api_docs/profiling.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/profiling title: "profiling" image: https://source.unsplash.com/400x175/?github description: API docs for the profiling plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'profiling'] --- import profilingObj from './profiling.devdocs.json'; diff --git a/api_docs/profiling_data_access.mdx b/api_docs/profiling_data_access.mdx index c7d32eeef0bd4..1e77ec5b0fdfc 100644 --- a/api_docs/profiling_data_access.mdx +++ b/api_docs/profiling_data_access.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/profilingDataAccess title: "profilingDataAccess" image: https://source.unsplash.com/400x175/?github description: API docs for the profilingDataAccess plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'profilingDataAccess'] --- import profilingDataAccessObj from './profiling_data_access.devdocs.json'; diff --git a/api_docs/remote_clusters.mdx b/api_docs/remote_clusters.mdx index 61a126964b86c..78590e4eeb426 100644 --- a/api_docs/remote_clusters.mdx +++ b/api_docs/remote_clusters.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/remoteClusters title: "remoteClusters" image: https://source.unsplash.com/400x175/?github description: API docs for the remoteClusters plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'remoteClusters'] --- import remoteClustersObj from './remote_clusters.devdocs.json'; diff --git a/api_docs/reporting.mdx b/api_docs/reporting.mdx index a5aaa804b529b..aabc5a9e50934 100644 --- a/api_docs/reporting.mdx +++ b/api_docs/reporting.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/reporting title: "reporting" image: https://source.unsplash.com/400x175/?github description: API docs for the reporting plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'reporting'] --- import reportingObj from './reporting.devdocs.json'; diff --git a/api_docs/rollup.mdx b/api_docs/rollup.mdx index 3d8627eeea946..b8bee8d6ad97c 100644 --- a/api_docs/rollup.mdx +++ b/api_docs/rollup.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/rollup title: "rollup" image: https://source.unsplash.com/400x175/?github description: API docs for the rollup plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'rollup'] --- import rollupObj from './rollup.devdocs.json'; diff --git a/api_docs/rule_registry.mdx b/api_docs/rule_registry.mdx index 877fe6930b37b..0dd6a814af560 100644 --- a/api_docs/rule_registry.mdx +++ b/api_docs/rule_registry.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ruleRegistry title: "ruleRegistry" image: https://source.unsplash.com/400x175/?github description: API docs for the ruleRegistry plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ruleRegistry'] --- import ruleRegistryObj from './rule_registry.devdocs.json'; diff --git a/api_docs/runtime_fields.mdx b/api_docs/runtime_fields.mdx index c2aabf44eb876..bfd84091c476b 100644 --- a/api_docs/runtime_fields.mdx +++ b/api_docs/runtime_fields.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/runtimeFields title: "runtimeFields" image: https://source.unsplash.com/400x175/?github description: API docs for the runtimeFields plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'runtimeFields'] --- import runtimeFieldsObj from './runtime_fields.devdocs.json'; diff --git a/api_docs/saved_objects.mdx b/api_docs/saved_objects.mdx index 78be94c80f958..c1dfc47293145 100644 --- a/api_docs/saved_objects.mdx +++ b/api_docs/saved_objects.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjects title: "savedObjects" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjects plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjects'] --- import savedObjectsObj from './saved_objects.devdocs.json'; diff --git a/api_docs/saved_objects_finder.mdx b/api_docs/saved_objects_finder.mdx index 1fc346ce56507..ddf447d89a0b5 100644 --- a/api_docs/saved_objects_finder.mdx +++ b/api_docs/saved_objects_finder.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsFinder title: "savedObjectsFinder" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjectsFinder plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsFinder'] --- import savedObjectsFinderObj from './saved_objects_finder.devdocs.json'; diff --git a/api_docs/saved_objects_management.mdx b/api_docs/saved_objects_management.mdx index a333d1c95d0a4..19a16323c0fc2 100644 --- a/api_docs/saved_objects_management.mdx +++ b/api_docs/saved_objects_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsManagement title: "savedObjectsManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjectsManagement plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsManagement'] --- import savedObjectsManagementObj from './saved_objects_management.devdocs.json'; diff --git a/api_docs/saved_objects_tagging.mdx b/api_docs/saved_objects_tagging.mdx index cd9da70af43f1..c1e063192e2d4 100644 --- a/api_docs/saved_objects_tagging.mdx +++ b/api_docs/saved_objects_tagging.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsTagging title: "savedObjectsTagging" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjectsTagging plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsTagging'] --- import savedObjectsTaggingObj from './saved_objects_tagging.devdocs.json'; diff --git a/api_docs/saved_objects_tagging_oss.mdx b/api_docs/saved_objects_tagging_oss.mdx index 668c8ab439dc1..635a9c796edfe 100644 --- a/api_docs/saved_objects_tagging_oss.mdx +++ b/api_docs/saved_objects_tagging_oss.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsTaggingOss title: "savedObjectsTaggingOss" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjectsTaggingOss plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsTaggingOss'] --- import savedObjectsTaggingOssObj from './saved_objects_tagging_oss.devdocs.json'; diff --git a/api_docs/saved_search.mdx b/api_docs/saved_search.mdx index 37113f911237c..f609e7820ddb2 100644 --- a/api_docs/saved_search.mdx +++ b/api_docs/saved_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedSearch title: "savedSearch" image: https://source.unsplash.com/400x175/?github description: API docs for the savedSearch plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedSearch'] --- import savedSearchObj from './saved_search.devdocs.json'; diff --git a/api_docs/screenshot_mode.mdx b/api_docs/screenshot_mode.mdx index e494b7a49bc4c..8ec79a5f585ce 100644 --- a/api_docs/screenshot_mode.mdx +++ b/api_docs/screenshot_mode.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/screenshotMode title: "screenshotMode" image: https://source.unsplash.com/400x175/?github description: API docs for the screenshotMode plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'screenshotMode'] --- import screenshotModeObj from './screenshot_mode.devdocs.json'; diff --git a/api_docs/screenshotting.mdx b/api_docs/screenshotting.mdx index 11cfa8d13ecea..d5a8f36de543a 100644 --- a/api_docs/screenshotting.mdx +++ b/api_docs/screenshotting.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/screenshotting title: "screenshotting" image: https://source.unsplash.com/400x175/?github description: API docs for the screenshotting plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'screenshotting'] --- import screenshottingObj from './screenshotting.devdocs.json'; diff --git a/api_docs/search_connectors.mdx b/api_docs/search_connectors.mdx index af598ed580ee9..3e995a8d3058b 100644 --- a/api_docs/search_connectors.mdx +++ b/api_docs/search_connectors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchConnectors title: "searchConnectors" image: https://source.unsplash.com/400x175/?github description: API docs for the searchConnectors plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchConnectors'] --- import searchConnectorsObj from './search_connectors.devdocs.json'; diff --git a/api_docs/search_homepage.mdx b/api_docs/search_homepage.mdx index 6ce20fce783b8..f1437fe28325a 100644 --- a/api_docs/search_homepage.mdx +++ b/api_docs/search_homepage.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchHomepage title: "searchHomepage" image: https://source.unsplash.com/400x175/?github description: API docs for the searchHomepage plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchHomepage'] --- import searchHomepageObj from './search_homepage.devdocs.json'; diff --git a/api_docs/search_inference_endpoints.mdx b/api_docs/search_inference_endpoints.mdx index f3dde251ef5bd..6b469b0d18ec6 100644 --- a/api_docs/search_inference_endpoints.mdx +++ b/api_docs/search_inference_endpoints.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchInferenceEndpoints title: "searchInferenceEndpoints" image: https://source.unsplash.com/400x175/?github description: API docs for the searchInferenceEndpoints plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchInferenceEndpoints'] --- import searchInferenceEndpointsObj from './search_inference_endpoints.devdocs.json'; diff --git a/api_docs/search_notebooks.mdx b/api_docs/search_notebooks.mdx index 7a55571c647a7..51546e2809e83 100644 --- a/api_docs/search_notebooks.mdx +++ b/api_docs/search_notebooks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchNotebooks title: "searchNotebooks" image: https://source.unsplash.com/400x175/?github description: API docs for the searchNotebooks plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchNotebooks'] --- import searchNotebooksObj from './search_notebooks.devdocs.json'; diff --git a/api_docs/search_playground.mdx b/api_docs/search_playground.mdx index 2907461254bc7..0d534848c3180 100644 --- a/api_docs/search_playground.mdx +++ b/api_docs/search_playground.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchPlayground title: "searchPlayground" image: https://source.unsplash.com/400x175/?github description: API docs for the searchPlayground plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchPlayground'] --- import searchPlaygroundObj from './search_playground.devdocs.json'; diff --git a/api_docs/security.mdx b/api_docs/security.mdx index 46006f097fdb9..3692b17628512 100644 --- a/api_docs/security.mdx +++ b/api_docs/security.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/security title: "security" image: https://source.unsplash.com/400x175/?github description: API docs for the security plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'security'] --- import securityObj from './security.devdocs.json'; diff --git a/api_docs/security_solution.devdocs.json b/api_docs/security_solution.devdocs.json index 0baadc6efcc6c..d4c3ce93c0175 100644 --- a/api_docs/security_solution.devdocs.json +++ b/api_docs/security_solution.devdocs.json @@ -485,7 +485,7 @@ "\nExperimental flag needed to enable the link" ], "signature": [ - "\"assistantKnowledgeBaseByDefault\" | \"assistantModelEvaluation\" | \"excludePoliciesInFilterEnabled\" | \"kubernetesEnabled\" | \"donutChartEmbeddablesEnabled\" | \"previewTelemetryUrlEnabled\" | \"extendedRuleExecutionLoggingEnabled\" | \"socTrendsEnabled\" | \"responseActionsEnabled\" | \"endpointResponseActionsEnabled\" | \"responseActionUploadEnabled\" | \"automatedProcessActionsEnabled\" | \"responseActionsSentinelOneV1Enabled\" | \"responseActionsSentinelOneV2Enabled\" | \"responseActionsSentinelOneGetFileEnabled\" | \"responseActionsSentinelOneKillProcessEnabled\" | \"responseActionsSentinelOneProcessesEnabled\" | \"responseActionsCrowdstrikeManualHostIsolationEnabled\" | \"responseActionScanEnabled\" | \"alertsPageChartsEnabled\" | \"alertTypeEnabled\" | \"securitySolutionNotesEnabled\" | \"entityAlertPreviewEnabled\" | \"newUserDetailsFlyoutManagedUser\" | \"riskScoringPersistence\" | \"riskScoringRoutesEnabled\" | \"esqlRulesDisabled\" | \"protectionUpdatesEnabled\" | \"AIAssistantOnRuleCreationFormEnabled\" | \"disableTimelineSaveTour\" | \"alertSuppressionForEsqlRuleEnabled\" | \"riskEnginePrivilegesRouteEnabled\" | \"alertSuppressionForMachineLearningRuleEnabled\" | \"sentinelOneDataInAnalyzerEnabled\" | \"sentinelOneManualHostActionsEnabled\" | \"crowdstrikeDataInAnalyzerEnabled\" | \"jamfDataInAnalyzerEnabled\" | \"timelineEsqlTabDisabled\" | \"unifiedComponentsInTimelineDisabled\" | \"analyzerDatePickersAndSourcererDisabled\" | \"prebuiltRulesCustomizationEnabled\" | \"malwareOnWriteScanOptionAvailable\" | \"unifiedManifestEnabled\" | \"valueListItemsModalEnabled\" | \"bulkCustomHighlightedFieldsEnabled\" | \"manualRuleRunEnabled\" | \"filterProcessDescendantsForEventFiltersEnabled\" | undefined" + "\"assistantKnowledgeBaseByDefault\" | \"assistantModelEvaluation\" | \"excludePoliciesInFilterEnabled\" | \"kubernetesEnabled\" | \"donutChartEmbeddablesEnabled\" | \"previewTelemetryUrlEnabled\" | \"extendedRuleExecutionLoggingEnabled\" | \"socTrendsEnabled\" | \"responseActionsEnabled\" | \"endpointResponseActionsEnabled\" | \"responseActionUploadEnabled\" | \"automatedProcessActionsEnabled\" | \"responseActionsSentinelOneV1Enabled\" | \"responseActionsSentinelOneV2Enabled\" | \"responseActionsSentinelOneGetFileEnabled\" | \"responseActionsSentinelOneKillProcessEnabled\" | \"responseActionsSentinelOneProcessesEnabled\" | \"responseActionsCrowdstrikeManualHostIsolationEnabled\" | \"responseActionScanEnabled\" | \"alertsPageChartsEnabled\" | \"alertTypeEnabled\" | \"securitySolutionNotesEnabled\" | \"entityAlertPreviewEnabled\" | \"newUserDetailsFlyoutManagedUser\" | \"riskScoringPersistence\" | \"riskScoringRoutesEnabled\" | \"esqlRulesDisabled\" | \"protectionUpdatesEnabled\" | \"AIAssistantOnRuleCreationFormEnabled\" | \"disableTimelineSaveTour\" | \"alertSuppressionForEsqlRuleEnabled\" | \"riskEnginePrivilegesRouteEnabled\" | \"alertSuppressionForMachineLearningRuleEnabled\" | \"sentinelOneDataInAnalyzerEnabled\" | \"sentinelOneManualHostActionsEnabled\" | \"crowdstrikeDataInAnalyzerEnabled\" | \"jamfDataInAnalyzerEnabled\" | \"timelineEsqlTabDisabled\" | \"unifiedComponentsInTimelineDisabled\" | \"analyzerDatePickersAndSourcererDisabled\" | \"prebuiltRulesCustomizationEnabled\" | \"malwareOnWriteScanOptionAvailable\" | \"unifiedManifestEnabled\" | \"valueListItemsModalEnabled\" | \"manualRuleRunEnabled\" | \"filterProcessDescendantsForEventFiltersEnabled\" | undefined" ], "path": "x-pack/plugins/security_solution/public/common/links/types.ts", "deprecated": false, @@ -565,7 +565,7 @@ "\nExperimental flag needed to disable the link. Opposite of experimentalKey" ], "signature": [ - "\"assistantKnowledgeBaseByDefault\" | \"assistantModelEvaluation\" | \"excludePoliciesInFilterEnabled\" | \"kubernetesEnabled\" | \"donutChartEmbeddablesEnabled\" | \"previewTelemetryUrlEnabled\" | \"extendedRuleExecutionLoggingEnabled\" | \"socTrendsEnabled\" | \"responseActionsEnabled\" | \"endpointResponseActionsEnabled\" | \"responseActionUploadEnabled\" | \"automatedProcessActionsEnabled\" | \"responseActionsSentinelOneV1Enabled\" | \"responseActionsSentinelOneV2Enabled\" | \"responseActionsSentinelOneGetFileEnabled\" | \"responseActionsSentinelOneKillProcessEnabled\" | \"responseActionsSentinelOneProcessesEnabled\" | \"responseActionsCrowdstrikeManualHostIsolationEnabled\" | \"responseActionScanEnabled\" | \"alertsPageChartsEnabled\" | \"alertTypeEnabled\" | \"securitySolutionNotesEnabled\" | \"entityAlertPreviewEnabled\" | \"newUserDetailsFlyoutManagedUser\" | \"riskScoringPersistence\" | \"riskScoringRoutesEnabled\" | \"esqlRulesDisabled\" | \"protectionUpdatesEnabled\" | \"AIAssistantOnRuleCreationFormEnabled\" | \"disableTimelineSaveTour\" | \"alertSuppressionForEsqlRuleEnabled\" | \"riskEnginePrivilegesRouteEnabled\" | \"alertSuppressionForMachineLearningRuleEnabled\" | \"sentinelOneDataInAnalyzerEnabled\" | \"sentinelOneManualHostActionsEnabled\" | \"crowdstrikeDataInAnalyzerEnabled\" | \"jamfDataInAnalyzerEnabled\" | \"timelineEsqlTabDisabled\" | \"unifiedComponentsInTimelineDisabled\" | \"analyzerDatePickersAndSourcererDisabled\" | \"prebuiltRulesCustomizationEnabled\" | \"malwareOnWriteScanOptionAvailable\" | \"unifiedManifestEnabled\" | \"valueListItemsModalEnabled\" | \"bulkCustomHighlightedFieldsEnabled\" | \"manualRuleRunEnabled\" | \"filterProcessDescendantsForEventFiltersEnabled\" | undefined" + "\"assistantKnowledgeBaseByDefault\" | \"assistantModelEvaluation\" | \"excludePoliciesInFilterEnabled\" | \"kubernetesEnabled\" | \"donutChartEmbeddablesEnabled\" | \"previewTelemetryUrlEnabled\" | \"extendedRuleExecutionLoggingEnabled\" | \"socTrendsEnabled\" | \"responseActionsEnabled\" | \"endpointResponseActionsEnabled\" | \"responseActionUploadEnabled\" | \"automatedProcessActionsEnabled\" | \"responseActionsSentinelOneV1Enabled\" | \"responseActionsSentinelOneV2Enabled\" | \"responseActionsSentinelOneGetFileEnabled\" | \"responseActionsSentinelOneKillProcessEnabled\" | \"responseActionsSentinelOneProcessesEnabled\" | \"responseActionsCrowdstrikeManualHostIsolationEnabled\" | \"responseActionScanEnabled\" | \"alertsPageChartsEnabled\" | \"alertTypeEnabled\" | \"securitySolutionNotesEnabled\" | \"entityAlertPreviewEnabled\" | \"newUserDetailsFlyoutManagedUser\" | \"riskScoringPersistence\" | \"riskScoringRoutesEnabled\" | \"esqlRulesDisabled\" | \"protectionUpdatesEnabled\" | \"AIAssistantOnRuleCreationFormEnabled\" | \"disableTimelineSaveTour\" | \"alertSuppressionForEsqlRuleEnabled\" | \"riskEnginePrivilegesRouteEnabled\" | \"alertSuppressionForMachineLearningRuleEnabled\" | \"sentinelOneDataInAnalyzerEnabled\" | \"sentinelOneManualHostActionsEnabled\" | \"crowdstrikeDataInAnalyzerEnabled\" | \"jamfDataInAnalyzerEnabled\" | \"timelineEsqlTabDisabled\" | \"unifiedComponentsInTimelineDisabled\" | \"analyzerDatePickersAndSourcererDisabled\" | \"prebuiltRulesCustomizationEnabled\" | \"malwareOnWriteScanOptionAvailable\" | \"unifiedManifestEnabled\" | \"valueListItemsModalEnabled\" | \"manualRuleRunEnabled\" | \"filterProcessDescendantsForEventFiltersEnabled\" | undefined" ], "path": "x-pack/plugins/security_solution/public/common/links/types.ts", "deprecated": false, @@ -1544,21 +1544,21 @@ ], "signature": [ "{ query?: ", - "ExpandedDetailType", + "ExpandedEventType", " | undefined; graph?: ", - "ExpandedDetailType", + "ExpandedEventType", " | undefined; notes?: ", - "ExpandedDetailType", + "ExpandedEventType", " | undefined; pinned?: ", - "ExpandedDetailType", + "ExpandedEventType", " | undefined; eql?: ", - "ExpandedDetailType", + "ExpandedEventType", " | undefined; session?: ", - "ExpandedDetailType", + "ExpandedEventType", " | undefined; securityAssistant?: ", - "ExpandedDetailType", + "ExpandedEventType", " | undefined; esql?: ", - "ExpandedDetailType", + "ExpandedEventType", " | undefined; }" ], "path": "x-pack/plugins/security_solution/public/timelines/store/model.ts", @@ -1964,7 +1964,7 @@ "label": "experimentalFeatures", "description": [], "signature": [ - "{ readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionsEnabled: boolean; readonly endpointResponseActionsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly responseActionScanEnabled: boolean; readonly alertsPageChartsEnabled: boolean; readonly alertTypeEnabled: boolean; readonly securitySolutionNotesEnabled: boolean; readonly entityAlertPreviewEnabled: boolean; readonly assistantModelEvaluation: boolean; readonly assistantKnowledgeBaseByDefault: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly AIAssistantOnRuleCreationFormEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly alertSuppressionForEsqlRuleEnabled: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly alertSuppressionForMachineLearningRuleEnabled: boolean; readonly sentinelOneDataInAnalyzerEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly crowdstrikeDataInAnalyzerEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly timelineEsqlTabDisabled: boolean; readonly unifiedComponentsInTimelineDisabled: boolean; readonly analyzerDatePickersAndSourcererDisabled: boolean; readonly prebuiltRulesCustomizationEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly bulkCustomHighlightedFieldsEnabled: boolean; readonly manualRuleRunEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; }" + "{ readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionsEnabled: boolean; readonly endpointResponseActionsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly responseActionScanEnabled: boolean; readonly alertsPageChartsEnabled: boolean; readonly alertTypeEnabled: boolean; readonly securitySolutionNotesEnabled: boolean; readonly entityAlertPreviewEnabled: boolean; readonly assistantModelEvaluation: boolean; readonly assistantKnowledgeBaseByDefault: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly AIAssistantOnRuleCreationFormEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly alertSuppressionForEsqlRuleEnabled: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly alertSuppressionForMachineLearningRuleEnabled: boolean; readonly sentinelOneDataInAnalyzerEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly crowdstrikeDataInAnalyzerEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly timelineEsqlTabDisabled: boolean; readonly unifiedComponentsInTimelineDisabled: boolean; readonly analyzerDatePickersAndSourcererDisabled: boolean; readonly prebuiltRulesCustomizationEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly manualRuleRunEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; }" ], "path": "x-pack/plugins/security_solution/public/types.ts", "deprecated": false, @@ -3071,7 +3071,7 @@ "\nThe security solution generic experimental features" ], "signature": [ - "{ readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionsEnabled: boolean; readonly endpointResponseActionsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly responseActionScanEnabled: boolean; readonly alertsPageChartsEnabled: boolean; readonly alertTypeEnabled: boolean; readonly securitySolutionNotesEnabled: boolean; readonly entityAlertPreviewEnabled: boolean; readonly assistantModelEvaluation: boolean; readonly assistantKnowledgeBaseByDefault: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly AIAssistantOnRuleCreationFormEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly alertSuppressionForEsqlRuleEnabled: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly alertSuppressionForMachineLearningRuleEnabled: boolean; readonly sentinelOneDataInAnalyzerEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly crowdstrikeDataInAnalyzerEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly timelineEsqlTabDisabled: boolean; readonly unifiedComponentsInTimelineDisabled: boolean; readonly analyzerDatePickersAndSourcererDisabled: boolean; readonly prebuiltRulesCustomizationEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly bulkCustomHighlightedFieldsEnabled: boolean; readonly manualRuleRunEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; }" + "{ readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionsEnabled: boolean; readonly endpointResponseActionsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly responseActionScanEnabled: boolean; readonly alertsPageChartsEnabled: boolean; readonly alertTypeEnabled: boolean; readonly securitySolutionNotesEnabled: boolean; readonly entityAlertPreviewEnabled: boolean; readonly assistantModelEvaluation: boolean; readonly assistantKnowledgeBaseByDefault: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly AIAssistantOnRuleCreationFormEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly alertSuppressionForEsqlRuleEnabled: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly alertSuppressionForMachineLearningRuleEnabled: boolean; readonly sentinelOneDataInAnalyzerEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly crowdstrikeDataInAnalyzerEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly timelineEsqlTabDisabled: boolean; readonly unifiedComponentsInTimelineDisabled: boolean; readonly analyzerDatePickersAndSourcererDisabled: boolean; readonly prebuiltRulesCustomizationEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly manualRuleRunEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; }" ], "path": "x-pack/plugins/security_solution/server/plugin_contract.ts", "deprecated": false, @@ -3247,7 +3247,7 @@ "label": "ExperimentalFeatures", "description": [], "signature": [ - "{ readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionsEnabled: boolean; readonly endpointResponseActionsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly responseActionScanEnabled: boolean; readonly alertsPageChartsEnabled: boolean; readonly alertTypeEnabled: boolean; readonly securitySolutionNotesEnabled: boolean; readonly entityAlertPreviewEnabled: boolean; readonly assistantModelEvaluation: boolean; readonly assistantKnowledgeBaseByDefault: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly AIAssistantOnRuleCreationFormEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly alertSuppressionForEsqlRuleEnabled: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly alertSuppressionForMachineLearningRuleEnabled: boolean; readonly sentinelOneDataInAnalyzerEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly crowdstrikeDataInAnalyzerEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly timelineEsqlTabDisabled: boolean; readonly unifiedComponentsInTimelineDisabled: boolean; readonly analyzerDatePickersAndSourcererDisabled: boolean; readonly prebuiltRulesCustomizationEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly bulkCustomHighlightedFieldsEnabled: boolean; readonly manualRuleRunEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; }" + "{ readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionsEnabled: boolean; readonly endpointResponseActionsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly responseActionScanEnabled: boolean; readonly alertsPageChartsEnabled: boolean; readonly alertTypeEnabled: boolean; readonly securitySolutionNotesEnabled: boolean; readonly entityAlertPreviewEnabled: boolean; readonly assistantModelEvaluation: boolean; readonly assistantKnowledgeBaseByDefault: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly AIAssistantOnRuleCreationFormEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly alertSuppressionForEsqlRuleEnabled: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly alertSuppressionForMachineLearningRuleEnabled: boolean; readonly sentinelOneDataInAnalyzerEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly crowdstrikeDataInAnalyzerEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly timelineEsqlTabDisabled: boolean; readonly unifiedComponentsInTimelineDisabled: boolean; readonly analyzerDatePickersAndSourcererDisabled: boolean; readonly prebuiltRulesCustomizationEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly manualRuleRunEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; }" ], "path": "x-pack/plugins/security_solution/common/experimental_features.ts", "deprecated": false, @@ -3313,7 +3313,7 @@ "\nA list of allowed values that can be used in `xpack.securitySolution.enableExperimental`.\nThis object is then used to validate and parse the value entered." ], "signature": [ - "{ readonly excludePoliciesInFilterEnabled: false; readonly kubernetesEnabled: true; readonly donutChartEmbeddablesEnabled: false; readonly previewTelemetryUrlEnabled: false; readonly extendedRuleExecutionLoggingEnabled: false; readonly socTrendsEnabled: false; readonly responseActionsEnabled: true; readonly endpointResponseActionsEnabled: true; readonly responseActionUploadEnabled: true; readonly automatedProcessActionsEnabled: true; readonly responseActionsSentinelOneV1Enabled: true; readonly responseActionsSentinelOneV2Enabled: true; readonly responseActionsSentinelOneGetFileEnabled: true; readonly responseActionsSentinelOneKillProcessEnabled: false; readonly responseActionsSentinelOneProcessesEnabled: false; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: true; readonly responseActionScanEnabled: false; readonly alertsPageChartsEnabled: true; readonly alertTypeEnabled: false; readonly securitySolutionNotesEnabled: false; readonly entityAlertPreviewEnabled: false; readonly assistantModelEvaluation: false; readonly assistantKnowledgeBaseByDefault: false; readonly newUserDetailsFlyoutManagedUser: false; readonly riskScoringPersistence: true; readonly riskScoringRoutesEnabled: true; readonly esqlRulesDisabled: false; readonly protectionUpdatesEnabled: true; readonly AIAssistantOnRuleCreationFormEnabled: false; readonly disableTimelineSaveTour: false; readonly alertSuppressionForEsqlRuleEnabled: false; readonly riskEnginePrivilegesRouteEnabled: true; readonly alertSuppressionForMachineLearningRuleEnabled: false; readonly sentinelOneDataInAnalyzerEnabled: true; readonly sentinelOneManualHostActionsEnabled: true; readonly crowdstrikeDataInAnalyzerEnabled: true; readonly jamfDataInAnalyzerEnabled: false; readonly timelineEsqlTabDisabled: false; readonly unifiedComponentsInTimelineDisabled: false; readonly analyzerDatePickersAndSourcererDisabled: false; readonly prebuiltRulesCustomizationEnabled: false; readonly malwareOnWriteScanOptionAvailable: true; readonly unifiedManifestEnabled: true; readonly valueListItemsModalEnabled: true; readonly bulkCustomHighlightedFieldsEnabled: false; readonly manualRuleRunEnabled: false; readonly filterProcessDescendantsForEventFiltersEnabled: false; }" + "{ readonly excludePoliciesInFilterEnabled: false; readonly kubernetesEnabled: true; readonly donutChartEmbeddablesEnabled: false; readonly previewTelemetryUrlEnabled: false; readonly extendedRuleExecutionLoggingEnabled: false; readonly socTrendsEnabled: false; readonly responseActionsEnabled: true; readonly endpointResponseActionsEnabled: true; readonly responseActionUploadEnabled: true; readonly automatedProcessActionsEnabled: true; readonly responseActionsSentinelOneV1Enabled: true; readonly responseActionsSentinelOneV2Enabled: true; readonly responseActionsSentinelOneGetFileEnabled: true; readonly responseActionsSentinelOneKillProcessEnabled: false; readonly responseActionsSentinelOneProcessesEnabled: false; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: true; readonly responseActionScanEnabled: false; readonly alertsPageChartsEnabled: true; readonly alertTypeEnabled: false; readonly securitySolutionNotesEnabled: false; readonly entityAlertPreviewEnabled: false; readonly assistantModelEvaluation: false; readonly assistantKnowledgeBaseByDefault: false; readonly newUserDetailsFlyoutManagedUser: false; readonly riskScoringPersistence: true; readonly riskScoringRoutesEnabled: true; readonly esqlRulesDisabled: false; readonly protectionUpdatesEnabled: true; readonly AIAssistantOnRuleCreationFormEnabled: false; readonly disableTimelineSaveTour: false; readonly alertSuppressionForEsqlRuleEnabled: false; readonly riskEnginePrivilegesRouteEnabled: true; readonly alertSuppressionForMachineLearningRuleEnabled: false; readonly sentinelOneDataInAnalyzerEnabled: true; readonly sentinelOneManualHostActionsEnabled: true; readonly crowdstrikeDataInAnalyzerEnabled: true; readonly jamfDataInAnalyzerEnabled: false; readonly timelineEsqlTabDisabled: false; readonly unifiedComponentsInTimelineDisabled: false; readonly analyzerDatePickersAndSourcererDisabled: false; readonly prebuiltRulesCustomizationEnabled: false; readonly malwareOnWriteScanOptionAvailable: true; readonly unifiedManifestEnabled: true; readonly valueListItemsModalEnabled: true; readonly manualRuleRunEnabled: false; readonly filterProcessDescendantsForEventFiltersEnabled: false; }" ], "path": "x-pack/plugins/security_solution/common/experimental_features.ts", "deprecated": false, diff --git a/api_docs/security_solution.mdx b/api_docs/security_solution.mdx index 7f39fe57a9fab..dac028148e2f6 100644 --- a/api_docs/security_solution.mdx +++ b/api_docs/security_solution.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/securitySolution title: "securitySolution" image: https://source.unsplash.com/400x175/?github description: API docs for the securitySolution plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'securitySolution'] --- import securitySolutionObj from './security_solution.devdocs.json'; diff --git a/api_docs/security_solution_ess.mdx b/api_docs/security_solution_ess.mdx index 51dc590588e44..db20a92718521 100644 --- a/api_docs/security_solution_ess.mdx +++ b/api_docs/security_solution_ess.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/securitySolutionEss title: "securitySolutionEss" image: https://source.unsplash.com/400x175/?github description: API docs for the securitySolutionEss plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'securitySolutionEss'] --- import securitySolutionEssObj from './security_solution_ess.devdocs.json'; diff --git a/api_docs/security_solution_serverless.mdx b/api_docs/security_solution_serverless.mdx index 90c3ba34dc6bf..d1b3944fee0c6 100644 --- a/api_docs/security_solution_serverless.mdx +++ b/api_docs/security_solution_serverless.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/securitySolutionServerless title: "securitySolutionServerless" image: https://source.unsplash.com/400x175/?github description: API docs for the securitySolutionServerless plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'securitySolutionServerless'] --- import securitySolutionServerlessObj from './security_solution_serverless.devdocs.json'; diff --git a/api_docs/serverless.mdx b/api_docs/serverless.mdx index 7173547a3eb12..9d2f95dd09b60 100644 --- a/api_docs/serverless.mdx +++ b/api_docs/serverless.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/serverless title: "serverless" image: https://source.unsplash.com/400x175/?github description: API docs for the serverless plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'serverless'] --- import serverlessObj from './serverless.devdocs.json'; diff --git a/api_docs/serverless_observability.mdx b/api_docs/serverless_observability.mdx index 3a2e6bcc90769..2311da92b0174 100644 --- a/api_docs/serverless_observability.mdx +++ b/api_docs/serverless_observability.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/serverlessObservability title: "serverlessObservability" image: https://source.unsplash.com/400x175/?github description: API docs for the serverlessObservability plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'serverlessObservability'] --- import serverlessObservabilityObj from './serverless_observability.devdocs.json'; diff --git a/api_docs/serverless_search.mdx b/api_docs/serverless_search.mdx index cb9576e0b7c99..5b2bfbaf23b51 100644 --- a/api_docs/serverless_search.mdx +++ b/api_docs/serverless_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/serverlessSearch title: "serverlessSearch" image: https://source.unsplash.com/400x175/?github description: API docs for the serverlessSearch plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'serverlessSearch'] --- import serverlessSearchObj from './serverless_search.devdocs.json'; diff --git a/api_docs/session_view.mdx b/api_docs/session_view.mdx index c17bbc8e1aa52..bda983f7a68fc 100644 --- a/api_docs/session_view.mdx +++ b/api_docs/session_view.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/sessionView title: "sessionView" image: https://source.unsplash.com/400x175/?github description: API docs for the sessionView plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'sessionView'] --- import sessionViewObj from './session_view.devdocs.json'; diff --git a/api_docs/share.mdx b/api_docs/share.mdx index ec55dd6d5c667..b47958a8922ef 100644 --- a/api_docs/share.mdx +++ b/api_docs/share.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/share title: "share" image: https://source.unsplash.com/400x175/?github description: API docs for the share plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'share'] --- import shareObj from './share.devdocs.json'; diff --git a/api_docs/slo.mdx b/api_docs/slo.mdx index b6afc0df2c5a8..c12abf15a28c1 100644 --- a/api_docs/slo.mdx +++ b/api_docs/slo.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/slo title: "slo" image: https://source.unsplash.com/400x175/?github description: API docs for the slo plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'slo'] --- import sloObj from './slo.devdocs.json'; diff --git a/api_docs/snapshot_restore.mdx b/api_docs/snapshot_restore.mdx index a28f649fd58f9..82d71d9166b1e 100644 --- a/api_docs/snapshot_restore.mdx +++ b/api_docs/snapshot_restore.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/snapshotRestore title: "snapshotRestore" image: https://source.unsplash.com/400x175/?github description: API docs for the snapshotRestore plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'snapshotRestore'] --- import snapshotRestoreObj from './snapshot_restore.devdocs.json'; diff --git a/api_docs/spaces.mdx b/api_docs/spaces.mdx index 16a205df461d3..dd762838b6fe7 100644 --- a/api_docs/spaces.mdx +++ b/api_docs/spaces.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/spaces title: "spaces" image: https://source.unsplash.com/400x175/?github description: API docs for the spaces plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'spaces'] --- import spacesObj from './spaces.devdocs.json'; diff --git a/api_docs/stack_alerts.mdx b/api_docs/stack_alerts.mdx index f195e5aba5a2b..b82d5e040e230 100644 --- a/api_docs/stack_alerts.mdx +++ b/api_docs/stack_alerts.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/stackAlerts title: "stackAlerts" image: https://source.unsplash.com/400x175/?github description: API docs for the stackAlerts plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'stackAlerts'] --- import stackAlertsObj from './stack_alerts.devdocs.json'; diff --git a/api_docs/stack_connectors.mdx b/api_docs/stack_connectors.mdx index 732d6c3833cfe..80b88217292e6 100644 --- a/api_docs/stack_connectors.mdx +++ b/api_docs/stack_connectors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/stackConnectors title: "stackConnectors" image: https://source.unsplash.com/400x175/?github description: API docs for the stackConnectors plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'stackConnectors'] --- import stackConnectorsObj from './stack_connectors.devdocs.json'; diff --git a/api_docs/task_manager.devdocs.json b/api_docs/task_manager.devdocs.json index 0d837238488c8..eab1a420fba14 100644 --- a/api_docs/task_manager.devdocs.json +++ b/api_docs/task_manager.devdocs.json @@ -890,6 +890,20 @@ "path": "x-pack/plugins/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "taskManager", + "id": "def-server.ConcreteTaskInstance.partition", + "type": "number", + "tags": [], + "label": "partition", + "description": [], + "signature": [ + "number | undefined" + ], + "path": "x-pack/plugins/task_manager/server/task.ts", + "deprecated": false, + "trackAdoption": false } ], "initialIsOpen": false @@ -1337,6 +1351,20 @@ "path": "x-pack/plugins/task_manager/server/task.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "taskManager", + "id": "def-server.TaskInstance.partition", + "type": "number", + "tags": [], + "label": "partition", + "description": [], + "signature": [ + "number | undefined" + ], + "path": "x-pack/plugins/task_manager/server/task.ts", + "deprecated": false, + "trackAdoption": false } ], "initialIsOpen": false diff --git a/api_docs/task_manager.mdx b/api_docs/task_manager.mdx index a12918d0ebb6b..96c8797453dd5 100644 --- a/api_docs/task_manager.mdx +++ b/api_docs/task_manager.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/taskManager title: "taskManager" image: https://source.unsplash.com/400x175/?github description: API docs for the taskManager plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'taskManager'] --- import taskManagerObj from './task_manager.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-o | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 103 | 0 | 60 | 5 | +| 105 | 0 | 62 | 5 | ## Server diff --git a/api_docs/telemetry.mdx b/api_docs/telemetry.mdx index bd716ff6210fe..b09da44c537bb 100644 --- a/api_docs/telemetry.mdx +++ b/api_docs/telemetry.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/telemetry title: "telemetry" image: https://source.unsplash.com/400x175/?github description: API docs for the telemetry plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetry'] --- import telemetryObj from './telemetry.devdocs.json'; diff --git a/api_docs/telemetry_collection_manager.mdx b/api_docs/telemetry_collection_manager.mdx index 8061a5e1734a8..737f1f08cc110 100644 --- a/api_docs/telemetry_collection_manager.mdx +++ b/api_docs/telemetry_collection_manager.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/telemetryCollectionManager title: "telemetryCollectionManager" image: https://source.unsplash.com/400x175/?github description: API docs for the telemetryCollectionManager plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetryCollectionManager'] --- import telemetryCollectionManagerObj from './telemetry_collection_manager.devdocs.json'; diff --git a/api_docs/telemetry_collection_xpack.mdx b/api_docs/telemetry_collection_xpack.mdx index 79350dd1f8c2b..dc0904f12d58b 100644 --- a/api_docs/telemetry_collection_xpack.mdx +++ b/api_docs/telemetry_collection_xpack.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/telemetryCollectionXpack title: "telemetryCollectionXpack" image: https://source.unsplash.com/400x175/?github description: API docs for the telemetryCollectionXpack plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetryCollectionXpack'] --- import telemetryCollectionXpackObj from './telemetry_collection_xpack.devdocs.json'; diff --git a/api_docs/telemetry_management_section.mdx b/api_docs/telemetry_management_section.mdx index 3f26fe5856615..92f209befffa4 100644 --- a/api_docs/telemetry_management_section.mdx +++ b/api_docs/telemetry_management_section.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/telemetryManagementSection title: "telemetryManagementSection" image: https://source.unsplash.com/400x175/?github description: API docs for the telemetryManagementSection plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetryManagementSection'] --- import telemetryManagementSectionObj from './telemetry_management_section.devdocs.json'; diff --git a/api_docs/threat_intelligence.mdx b/api_docs/threat_intelligence.mdx index 7afd7fe9d5a69..f429a7b5fc076 100644 --- a/api_docs/threat_intelligence.mdx +++ b/api_docs/threat_intelligence.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/threatIntelligence title: "threatIntelligence" image: https://source.unsplash.com/400x175/?github description: API docs for the threatIntelligence plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'threatIntelligence'] --- import threatIntelligenceObj from './threat_intelligence.devdocs.json'; diff --git a/api_docs/timelines.mdx b/api_docs/timelines.mdx index f24d2e091d7d5..95a51c161dae1 100644 --- a/api_docs/timelines.mdx +++ b/api_docs/timelines.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/timelines title: "timelines" image: https://source.unsplash.com/400x175/?github description: API docs for the timelines plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'timelines'] --- import timelinesObj from './timelines.devdocs.json'; diff --git a/api_docs/transform.mdx b/api_docs/transform.mdx index 0f17d4c105724..afeb25a68f6f6 100644 --- a/api_docs/transform.mdx +++ b/api_docs/transform.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/transform title: "transform" image: https://source.unsplash.com/400x175/?github description: API docs for the transform plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'transform'] --- import transformObj from './transform.devdocs.json'; diff --git a/api_docs/triggers_actions_ui.devdocs.json b/api_docs/triggers_actions_ui.devdocs.json index 23ad7592bc323..895dc65e64912 100644 --- a/api_docs/triggers_actions_ui.devdocs.json +++ b/api_docs/triggers_actions_ui.devdocs.json @@ -601,6 +601,101 @@ "returnComment": [], "initialIsOpen": false }, + { + "parentPluginId": "triggersActionsUi", + "id": "def-public.fetchConnectorTypes", + "type": "Function", + "tags": [], + "label": "fetchConnectorTypes", + "description": [], + "signature": [ + "({ http, featureId, includeSystemActions, }: { http: ", + { + "pluginId": "@kbn/core-http-browser", + "scope": "common", + "docId": "kibKbnCoreHttpBrowserPluginApi", + "section": "def-common.HttpSetup", + "text": "HttpSetup" + }, + "; featureId?: string | undefined; includeSystemActions?: boolean | undefined; }) => Promise<", + { + "pluginId": "@kbn/actions-types", + "scope": "common", + "docId": "kibKbnActionsTypesPluginApi", + "section": "def-common.ActionType", + "text": "ActionType" + }, + "[]>" + ], + "path": "packages/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/fetch_connector_types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "triggersActionsUi", + "id": "def-public.fetchConnectorTypes.$1", + "type": "Object", + "tags": [], + "label": "{\n http,\n featureId,\n includeSystemActions = false,\n}", + "description": [], + "path": "packages/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/fetch_connector_types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "triggersActionsUi", + "id": "def-public.fetchConnectorTypes.$1.http", + "type": "Object", + "tags": [], + "label": "http", + "description": [], + "signature": [ + { + "pluginId": "@kbn/core-http-browser", + "scope": "common", + "docId": "kibKbnCoreHttpBrowserPluginApi", + "section": "def-common.HttpSetup", + "text": "HttpSetup" + } + ], + "path": "packages/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/fetch_connector_types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "triggersActionsUi", + "id": "def-public.fetchConnectorTypes.$1.featureId", + "type": "string", + "tags": [], + "label": "featureId", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "packages/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/fetch_connector_types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "triggersActionsUi", + "id": "def-public.fetchConnectorTypes.$1.includeSystemActions", + "type": "CompoundType", + "tags": [], + "label": "includeSystemActions", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "packages/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/fetch_connector_types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "triggersActionsUi", "id": "def-public.ForLastExpression", @@ -1084,101 +1179,6 @@ "returnComment": [], "initialIsOpen": false }, - { - "parentPluginId": "triggersActionsUi", - "id": "def-public.loadActionTypes", - "type": "Function", - "tags": [], - "label": "loadActionTypes", - "description": [], - "signature": [ - "({\n http,\n featureId,\n includeSystemActions = false,\n}: { http: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "common", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", - "text": "HttpSetup" - }, - "; featureId?: string | undefined; includeSystemActions?: boolean | undefined; }) => Promise<", - { - "pluginId": "actions", - "scope": "common", - "docId": "kibActionsPluginApi", - "section": "def-common.ActionType", - "text": "ActionType" - }, - "[]>" - ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/connector_types.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "triggersActionsUi", - "id": "def-public.loadActionTypes.$1", - "type": "Object", - "tags": [], - "label": "{\n http,\n featureId,\n includeSystemActions = false,\n}", - "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/connector_types.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "triggersActionsUi", - "id": "def-public.loadActionTypes.$1.http", - "type": "Object", - "tags": [], - "label": "http", - "description": [], - "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "common", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", - "text": "HttpSetup" - } - ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/connector_types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "triggersActionsUi", - "id": "def-public.loadActionTypes.$1.featureId", - "type": "string", - "tags": [], - "label": "featureId", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/connector_types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "triggersActionsUi", - "id": "def-public.loadActionTypes.$1.includeSystemActions", - "type": "CompoundType", - "tags": [], - "label": "includeSystemActions", - "description": [], - "signature": [ - "boolean | undefined" - ], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/connector_types.ts", - "deprecated": false, - "trackAdoption": false - } - ] - } - ], - "returnComment": [], - "initialIsOpen": false - }, { "parentPluginId": "triggersActionsUi", "id": "def-public.loadRule", @@ -5986,7 +5986,7 @@ "tags": [], "label": "AlertProvidedActionVariables", "description": [], - "path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_variables.ts", + "path": "packages/kbn-alerts-ui-shared/src/action_variables/action_variables.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/triggers_actions_ui.mdx b/api_docs/triggers_actions_ui.mdx index b54bd9eb54cd4..dd1757ab47b1b 100644 --- a/api_docs/triggers_actions_ui.mdx +++ b/api_docs/triggers_actions_ui.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/triggersActionsUi title: "triggersActionsUi" image: https://source.unsplash.com/400x175/?github description: API docs for the triggersActionsUi plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'triggersActionsUi'] --- import triggersActionsUiObj from './triggers_actions_ui.devdocs.json'; diff --git a/api_docs/ui_actions.mdx b/api_docs/ui_actions.mdx index 911e133261630..eb90e140b43ef 100644 --- a/api_docs/ui_actions.mdx +++ b/api_docs/ui_actions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/uiActions title: "uiActions" image: https://source.unsplash.com/400x175/?github description: API docs for the uiActions plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'uiActions'] --- import uiActionsObj from './ui_actions.devdocs.json'; diff --git a/api_docs/ui_actions_enhanced.mdx b/api_docs/ui_actions_enhanced.mdx index 3b8e23afc89e4..de2a93d3a7fa5 100644 --- a/api_docs/ui_actions_enhanced.mdx +++ b/api_docs/ui_actions_enhanced.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/uiActionsEnhanced title: "uiActionsEnhanced" image: https://source.unsplash.com/400x175/?github description: API docs for the uiActionsEnhanced plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'uiActionsEnhanced'] --- import uiActionsEnhancedObj from './ui_actions_enhanced.devdocs.json'; diff --git a/api_docs/unified_doc_viewer.mdx b/api_docs/unified_doc_viewer.mdx index cc9780f9e8e7f..0db8dfb7b18f7 100644 --- a/api_docs/unified_doc_viewer.mdx +++ b/api_docs/unified_doc_viewer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedDocViewer title: "unifiedDocViewer" image: https://source.unsplash.com/400x175/?github description: API docs for the unifiedDocViewer plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedDocViewer'] --- import unifiedDocViewerObj from './unified_doc_viewer.devdocs.json'; diff --git a/api_docs/unified_histogram.mdx b/api_docs/unified_histogram.mdx index 433ed805cd8d6..81e6f0cd8f7f2 100644 --- a/api_docs/unified_histogram.mdx +++ b/api_docs/unified_histogram.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedHistogram title: "unifiedHistogram" image: https://source.unsplash.com/400x175/?github description: API docs for the unifiedHistogram plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedHistogram'] --- import unifiedHistogramObj from './unified_histogram.devdocs.json'; diff --git a/api_docs/unified_search.mdx b/api_docs/unified_search.mdx index 9d823db302cca..fc8e4c2c4ace8 100644 --- a/api_docs/unified_search.mdx +++ b/api_docs/unified_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedSearch title: "unifiedSearch" image: https://source.unsplash.com/400x175/?github description: API docs for the unifiedSearch plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedSearch'] --- import unifiedSearchObj from './unified_search.devdocs.json'; diff --git a/api_docs/unified_search_autocomplete.mdx b/api_docs/unified_search_autocomplete.mdx index b59be2ced46d0..0289f5005225e 100644 --- a/api_docs/unified_search_autocomplete.mdx +++ b/api_docs/unified_search_autocomplete.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedSearch-autocomplete title: "unifiedSearch.autocomplete" image: https://source.unsplash.com/400x175/?github description: API docs for the unifiedSearch.autocomplete plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedSearch.autocomplete'] --- import unifiedSearchAutocompleteObj from './unified_search_autocomplete.devdocs.json'; diff --git a/api_docs/uptime.mdx b/api_docs/uptime.mdx index 5e876b3bc9766..d6ec58f61962f 100644 --- a/api_docs/uptime.mdx +++ b/api_docs/uptime.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/uptime title: "uptime" image: https://source.unsplash.com/400x175/?github description: API docs for the uptime plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'uptime'] --- import uptimeObj from './uptime.devdocs.json'; diff --git a/api_docs/url_forwarding.mdx b/api_docs/url_forwarding.mdx index ea3d503dfdc02..35edc758112b1 100644 --- a/api_docs/url_forwarding.mdx +++ b/api_docs/url_forwarding.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/urlForwarding title: "urlForwarding" image: https://source.unsplash.com/400x175/?github description: API docs for the urlForwarding plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'urlForwarding'] --- import urlForwardingObj from './url_forwarding.devdocs.json'; diff --git a/api_docs/usage_collection.mdx b/api_docs/usage_collection.mdx index f2687512c2fba..c8772a0e38a48 100644 --- a/api_docs/usage_collection.mdx +++ b/api_docs/usage_collection.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/usageCollection title: "usageCollection" image: https://source.unsplash.com/400x175/?github description: API docs for the usageCollection plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'usageCollection'] --- import usageCollectionObj from './usage_collection.devdocs.json'; diff --git a/api_docs/ux.mdx b/api_docs/ux.mdx index da9aaf6e4f6fc..9140ca25da79e 100644 --- a/api_docs/ux.mdx +++ b/api_docs/ux.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ux title: "ux" image: https://source.unsplash.com/400x175/?github description: API docs for the ux plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ux'] --- import uxObj from './ux.devdocs.json'; diff --git a/api_docs/vis_default_editor.mdx b/api_docs/vis_default_editor.mdx index d8a2a26718fd3..bacbff6252041 100644 --- a/api_docs/vis_default_editor.mdx +++ b/api_docs/vis_default_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visDefaultEditor title: "visDefaultEditor" image: https://source.unsplash.com/400x175/?github description: API docs for the visDefaultEditor plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visDefaultEditor'] --- import visDefaultEditorObj from './vis_default_editor.devdocs.json'; diff --git a/api_docs/vis_type_gauge.mdx b/api_docs/vis_type_gauge.mdx index 06aedb9f80e5b..55fe7c739b83e 100644 --- a/api_docs/vis_type_gauge.mdx +++ b/api_docs/vis_type_gauge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeGauge title: "visTypeGauge" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeGauge plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeGauge'] --- import visTypeGaugeObj from './vis_type_gauge.devdocs.json'; diff --git a/api_docs/vis_type_heatmap.mdx b/api_docs/vis_type_heatmap.mdx index c7e4459e58f66..621c56a8bb15c 100644 --- a/api_docs/vis_type_heatmap.mdx +++ b/api_docs/vis_type_heatmap.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeHeatmap title: "visTypeHeatmap" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeHeatmap plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeHeatmap'] --- import visTypeHeatmapObj from './vis_type_heatmap.devdocs.json'; diff --git a/api_docs/vis_type_pie.mdx b/api_docs/vis_type_pie.mdx index 37e2ee1a44fe9..4ae7d372b3a42 100644 --- a/api_docs/vis_type_pie.mdx +++ b/api_docs/vis_type_pie.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypePie title: "visTypePie" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypePie plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypePie'] --- import visTypePieObj from './vis_type_pie.devdocs.json'; diff --git a/api_docs/vis_type_table.mdx b/api_docs/vis_type_table.mdx index 07d8f41d5b7c3..d7ddf5ec503f3 100644 --- a/api_docs/vis_type_table.mdx +++ b/api_docs/vis_type_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeTable title: "visTypeTable" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeTable plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeTable'] --- import visTypeTableObj from './vis_type_table.devdocs.json'; diff --git a/api_docs/vis_type_timelion.mdx b/api_docs/vis_type_timelion.mdx index 8e846b4c89d1a..be8accf7cf02c 100644 --- a/api_docs/vis_type_timelion.mdx +++ b/api_docs/vis_type_timelion.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeTimelion title: "visTypeTimelion" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeTimelion plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeTimelion'] --- import visTypeTimelionObj from './vis_type_timelion.devdocs.json'; diff --git a/api_docs/vis_type_timeseries.mdx b/api_docs/vis_type_timeseries.mdx index 78aba8c3cdfee..73001baf8fe1a 100644 --- a/api_docs/vis_type_timeseries.mdx +++ b/api_docs/vis_type_timeseries.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeTimeseries title: "visTypeTimeseries" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeTimeseries plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeTimeseries'] --- import visTypeTimeseriesObj from './vis_type_timeseries.devdocs.json'; diff --git a/api_docs/vis_type_vega.mdx b/api_docs/vis_type_vega.mdx index 74a51d98bd3bf..150af0fd8fa36 100644 --- a/api_docs/vis_type_vega.mdx +++ b/api_docs/vis_type_vega.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeVega title: "visTypeVega" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeVega plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeVega'] --- import visTypeVegaObj from './vis_type_vega.devdocs.json'; diff --git a/api_docs/vis_type_vislib.mdx b/api_docs/vis_type_vislib.mdx index f06cc875e75f9..227d99f9d8557 100644 --- a/api_docs/vis_type_vislib.mdx +++ b/api_docs/vis_type_vislib.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeVislib title: "visTypeVislib" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeVislib plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeVislib'] --- import visTypeVislibObj from './vis_type_vislib.devdocs.json'; diff --git a/api_docs/vis_type_xy.mdx b/api_docs/vis_type_xy.mdx index 2040ee697e9bf..f3cd66b3b230d 100644 --- a/api_docs/vis_type_xy.mdx +++ b/api_docs/vis_type_xy.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeXy title: "visTypeXy" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeXy plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeXy'] --- import visTypeXyObj from './vis_type_xy.devdocs.json'; diff --git a/api_docs/visualizations.mdx b/api_docs/visualizations.mdx index 27ee7839e3988..dfb1caf0d1a83 100644 --- a/api_docs/visualizations.mdx +++ b/api_docs/visualizations.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visualizations title: "visualizations" image: https://source.unsplash.com/400x175/?github description: API docs for the visualizations plugin -date: 2024-07-18 +date: 2024-07-22 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visualizations'] --- import visualizationsObj from './visualizations.devdocs.json'; diff --git a/config/serverless.es.yml b/config/serverless.es.yml index a170cf569b54d..5dd773912c3a0 100644 --- a/config/serverless.es.yml +++ b/config/serverless.es.yml @@ -72,3 +72,6 @@ xpack.search.notebooks.catalog.url: https://elastic-enterprise-search.s3.us-east # Search Homepage xpack.search.homepage.ui.enabled: true + +# Semantic text UI +xpack.index_management.dev.enableSemanticText: false diff --git a/docs/developer/contributing/development-functional-tests.asciidoc b/docs/developer/contributing/development-functional-tests.asciidoc index 9dcb9785cf045..23d43480eb090 100644 --- a/docs/developer/contributing/development-functional-tests.asciidoc +++ b/docs/developer/contributing/development-functional-tests.asciidoc @@ -6,7 +6,19 @@ We use functional tests to make sure the {kib} UI works as expected. It replaces [discrete] === Running functional tests -The `FunctionalTestRunner` (FTR) is very bare bones and gets most of its functionality from its config file. The {kib} repo contains many FTR config files which use slightly different configurations for the {kib} server or {es}, have different test files, and potentially other config differences. You can find a manifest of all the FTR config files in `.buildkite/ftr_configs.yml`. If you’re writing a plugin outside the {kib} repo, you will have your own config file. +The `FunctionalTestRunner` (FTR) is very bare bones and gets most of its functionality from its config file. The {kib} repo contains many FTR config files which use slightly different configurations for the {kib} server or {es}, have different test files, and potentially other config differences. +FTR config files are organised in manifest files, based on testing area and type of distribution: +serverless: +- ftr_base_serverless_configs.yml +- ftr_oblt_serverless_configs.yml +- ftr_security_serverless_configs.yml +- ftr_search_serverless_configs.yml +stateful: +- ftr_platform_stateful_configs.yml +- ftr_oblt_stateful_configs.yml +- ftr_security_stateful_configs.yml +- ftr_search_stateful_configs.yml +If you’re writing a plugin outside the {kib} repo, you will have your own config file. See <> for more info. There are three ways to run the tests depending on your goals: diff --git a/docs/management/connectors/action-types/gemini.asciidoc b/docs/management/connectors/action-types/gemini.asciidoc index 3c835d981465c..610fb4ad48f15 100644 --- a/docs/management/connectors/action-types/gemini.asciidoc +++ b/docs/management/connectors/action-types/gemini.asciidoc @@ -56,7 +56,7 @@ Body:: A stringified JSON payload sent to the {gemini} invoke model API. Fo body: JSON.stringify({ contents: [{ role: user, - parts: [{ text: 'Write the first line of a story about a magic backpack.' }] + parts: [{ text: 'Hello world!' }] }], generation_config: { temperature: 0, diff --git a/examples/controls_example/public/react_controls/components/control_clone.tsx b/examples/controls_example/public/react_controls/components/control_clone.tsx new file mode 100644 index 0000000000000..d0c7141d615e8 --- /dev/null +++ b/examples/controls_example/public/react_controls/components/control_clone.tsx @@ -0,0 +1,64 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +import classNames from 'classnames'; +import React from 'react'; + +import { EuiFlexGroup, EuiFlexItem, EuiFormLabel, EuiIcon } from '@elastic/eui'; +import { + useBatchedOptionalPublishingSubjects, + useStateFromPublishingSubject, +} from '@kbn/presentation-publishing'; + +import { DefaultControlApi } from '../types'; + +/** + * A simplified clone version of the control which is dragged. This version only shows + * the title, because individual controls can be any size, and dragging a wide item + * can be quite cumbersome. + */ +export const ControlClone = ({ + controlStyle, + controlApi, +}: { + controlStyle: string; + controlApi: DefaultControlApi; +}) => { + const width = useStateFromPublishingSubject(controlApi.width); + const [panelTitle, defaultPanelTitle] = useBatchedOptionalPublishingSubjects( + controlApi.panelTitle, + controlApi.defaultPanelTitle + ); + + return ( + + {controlStyle === 'twoLine' ? ( + {panelTitle ?? defaultPanelTitle} + ) : undefined} + + + + + {controlStyle === 'oneLine' ? ( + + + + ) : undefined} + + + ); +}; diff --git a/examples/controls_example/public/react_controls/control_error_component.tsx b/examples/controls_example/public/react_controls/components/control_error.tsx similarity index 100% rename from examples/controls_example/public/react_controls/control_error_component.tsx rename to examples/controls_example/public/react_controls/components/control_error.tsx diff --git a/examples/controls_example/public/react_controls/control_panel.scss b/examples/controls_example/public/react_controls/components/control_panel.scss similarity index 100% rename from examples/controls_example/public/react_controls/control_panel.scss rename to examples/controls_example/public/react_controls/components/control_panel.scss diff --git a/examples/controls_example/public/react_controls/control_panel.tsx b/examples/controls_example/public/react_controls/components/control_panel.tsx similarity index 84% rename from examples/controls_example/public/react_controls/control_panel.tsx rename to examples/controls_example/public/react_controls/components/control_panel.tsx index 95ff67e60b34c..7127f158511be 100644 --- a/examples/controls_example/public/react_controls/control_panel.tsx +++ b/examples/controls_example/public/react_controls/components/control_panel.tsx @@ -9,6 +9,8 @@ import classNames from 'classnames'; import React, { useState } from 'react'; +import { useSortable } from '@dnd-kit/sortable'; +import { CSS } from '@dnd-kit/utilities'; import { EuiFlexItem, EuiFormControlLayout, @@ -26,18 +28,16 @@ import { } from '@kbn/presentation-publishing'; import { FloatingActions } from '@kbn/presentation-util-plugin/public'; -import { ControlError } from './control_error_component'; -import { ControlPanelProps, DefaultControlApi } from './types'; +import { ControlPanelProps, DefaultControlApi } from '../types'; +import { ControlError } from './control_error'; import './control_panel.scss'; -/** - * TODO: Handle dragging - */ const DragHandle = ({ isEditable, controlTitle, hideEmptyDragHandle, + ...rest // drag info is contained here }: { isEditable: boolean; controlTitle?: string; @@ -45,6 +45,7 @@ const DragHandle = ({ }) => isEditable ? (